/* -------------------------------------------------------------- 
  
   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 {
  font-family: arial;
  font-size: 12px;
  line-height: 21px;
}

h1 { font-size: 22px; color:#002C4D; line-height: 1; margin-bottom: 0.5em; font-family : Palatino Linotype, Arial, Helvetica, sans-serif; }
h2 { font-size: 16px; color:#002C4D; font-weight: bold; margin-bottom: 0.75em; font-family : Palatino Linotype, Arial, Helvetica, sans-serif; margin-top: 0px;}

a img { border:none; }
p img.top { margin-top: 0; }

#print-hide {display: none;}

.span-7   { width: 275px; padding-right: 25px; }
.span-14   { width: 650px;}
.span-22 {float:top;}

.column {
  float: left;
  margin-right: 10px;
}
.columnRight {
  float: right;
}
.span-5 {width: 200px;}
.border-bottom2 {border-bottom: 1px dashed #60778A; margin-bottom: 20px; padding-bottom: 20px;}

.sold {display:none;}
.sold-print {display:block; width:73px; height:72px; position:absolute; margin-top:0; z-index: 200;}

.price-achieved-print {display:block; width:275px; height:30px; position:absolute; margin-top:0; z-index: 200; margin-top: 175px;}
.price-achieved {display:none;}