/*BP: 6/29/2006 - CSS used here will determine how specific content will print but will not effect what is displayed in the browser (monitor) */

/*BP: 6/29/2006 - Hide navigation when printing */
@media print {
.DoNotPrintNav { display: none; }
/*#page {width:600px; margin:0 auto 0 auto; padding:10px; border:1px solid #d5dada;}
#header {width:600px;}
#header h2#phone {float:right; margin:0; padding:0; width:310px; text-align:right; border-right: 6px solid #fff; font-size:16px; font-weight:bold; letter-spacing:1px; color:#889195;}
#footer {width:600px; background-color:#e1d4d6; border-top:30px solid #e1d4d6; font-size:10px; padding:5px; color:#b0848e}
.footer {width:600px; margin:0 auto 0 auto; padding: 0 15px; font-size:9px;}*/
}

@media screen
{
	.PropDetailDescription {width:100%; } /*border: solid 1px lightgrey;height:140px; min-height:140px; overflow:auto;*/
	.PropDetailImages {width:600px;max-width:600px; overflow:auto; height:75px; padding-top: 5px}
	.PropDetailAmenities {width:99%;} /*height:138px;min-height:138px;overflow:auto;border: solid 1px lightgrey*/
	.PropDetailRates {width:100%; height:140px; min-height:140px; overflow:auto;border: solid 1px lightgrey}
	.PrintRentalTerms {height:150px;min-height:150px;overflow:auto}
}
