/* print.css - there are problems with page floats when printing, so we basically need to redesign a new print layout */
/* to do so, we need to start at the top */
body,
html {
	height: auto;
	display: block;
	overflow: visible;
	font-size: 14pt;
}
body, p, td, th, ul, a {
background-color: #fff;
color: #000;
font-family: "Veranda", Garamond, serif;
}
/* do not display the navigation buttons */
#virtualtour,
#aabrand,
#listing_nav,
#aa_header {
	display: none;
}
#ajaxout {
	display: none;
}
/* adjust the top margin to exclude the header */
#aa_sizer,
#aa_explander,
#aa_pagewrapper {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
#aa_content {
	display: block;
	float: none;
	height: auto;
	top: 0px;
	overflow: visible;
	width: 98%;
}
#aa_page {
	width: 98%;
	height: auto;
	float: none;
	display: block;
	overflow: visible;
}
/* change all widths to auto so we can fit on page */
#aa_listingdetail,
#listing_details {
	float: none;
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
    clear: both;
}
#picturebox {
	width: 300px;
}
#picturebox,
#agencybox {
	display: block;
}
#basicinfo,
#roomdetails,
#propertyfeatures,
#remarks {
	clear: both;
	float: none;
	margin-top: 5px;
	display: block;
	width: 700px;
	width: 95%;
	font-size: 11pt;
}
#propertyfeatures {
	display: block;
}
/* don't print the thumbnails */
#thumbnails {
	display: none;
}
/* don't print the NORMAL listing summary */
#top {
	display: block;
	float: none;
}
#listingsummary {
	display: none;
}
#general_disclaimer {
	float: none;
	width: 90%;
	margin: 0 auto;
	height: auto;
	border: 0;
	border-top: 2px solid #000;
	font-size: 8pt;
}
#general_disclaimer p {
	font-size: 8pt;
}
#listingsummarytop {
    display: block;
}
