/* Print Stylesheet for RT Template */

body { background: #ffffff; font-size: 12pt; }

#header, #nav, #content .col3, .results_nav, .bot-link_nav, .gallery_nav, .col7, #footer, #tertiary_nav {
   display: none;
   }
#content, #content .col4, #content .col5 {
	width: 100%; 
	background:none;
	padding:0;
	border: none;
}

#disclaimer {
	/*font-size: 80%;*/
	display: block;
	width: 100%;
}

#prop_details_header, #prop_details_header h2, #prop_details_header h3 {
	float: none; 
	width: auto; 
	border: none; 
	text-align: left; 
	margin-top: 1em; 
}

div.item, div.last {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}

#prop_details img.large {
	width: 70%;
	height: 70%;
	margin: .2em auto;
}

#prop_details img.thumbs {
	float: none;
	width: 20%;
	height: 20%;
}

#prop_details a.floor_popup img {
	float: none;
	width: 50%;
	height: 50%;
}

div h3, div p {
	text-align: left;
}

#outer_wrapper {
   width: auto;
   padding: 0;
   border: none;
   float: none !important;
   color: black;
   background: transparent none;
   }

address { 
	display:block;
	font-size:80%;
	margin: 0 0 0 5px;
}

address p strong {
	display: list-item;
	list-style-position: inside;
	height: 130px;
	color:#840607; 
	letter-spacing: -1000em;
	font-size: 1pt;
}

.under_offer {
	color: red;
	font-weight: bold;
	padding: 0;
}
.hide_from-print {
	display: none;
}