/* -------------------------------------------------------------- 
  
   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 { background:none!important; background-color:none!important; width:900px;}
.print-hide {display:none;}
.print-show {display:block;}
p           { margin: 0 0 1em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
a img { border: none; padding:0px; margin:0px; outline: none;}
img {display: block; border: none; padding:0px; margin:0px;}
.photo-gallery-bg {margin-bottom:0px;}
.on-show-bg { width:250px; float:left; height:100px;}
.contact-bg {height:50px;}
.property-details-bg { float:left; width:220px; height:400px;}
.comments-sides {border-left:0px; border-right:0px; padding-left:0px; padding-right:0px;}
.comments-bottom { padding:0px; padding-bottom:20px;}
.image-border { border:0px; padding:0px;}
.margin-left2 {margin-left:2px;}
.wrap-left { margin-right:15px;}

.column { float: left; margin-right: 10px;} 
.columnRight { float: right;} 
.last { margin-right: 0; } 
.span-6   { width: 208px; } /* Used Results */ 
.append-4   { padding-right: 10px; } /* Used Search Results */  
.property-icons { position:relative; margin-bottom:-36px; top:5px; right:5px; z-index:100;} 


.width100 { width:100%;}

#pfv table { width:100%;}
