/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#333;
  background: none;
  font-size: 13pt;
}

#post-print h3 {line-height: normal; margin: 0;}

#post-print img {width: 100%;}

#letangus, div#post-page #content-wrapper, #footer, #search-side-wrapper, #search-box, .listing-image-padding {display: none;}

#post-print h1 {text-align: center; color: #0057a6; font-size: 24pt; margin-bottom: 0pt; line-height: 0.5; font-family: "Times New Roman", Times, serif; text-transform: uppercase;}

#post-print h2 {text-align: center; color: #0057a6; font-size: 16pt; margin-bottom: 8pt;}

#post-print p {margin: 0 0 8pt 0;}

#post-print strong {font-size: 12pt; font-weight: bold; color: #0057a6;}

#post-print table td { vertical-align: top; color: #0057a6;}

#post-print table td#print-image { vertical-align: bottom; color: #0057a6;}

.no-print {display: none;}

.summary-list-holder {float: left; width: 690px; border-bottom: 1px solid #ccc; padding: 0 0 4px 0; margin: 0 0 10px 0; line-height: 1.3; font-size: 14px;}
.summary-list-holder h3 {line-height: 1; margin: 0; padding: 0 0 10px 0; font-size: 14pt;}


.summary-list-holder img {float: left;}
.summary-list-main {float: left; width: 486px; float: left; padding: 0 0 0 20px;}
