/*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; }
	.leftcol {width:1px}
	.PropDetailRates {width:400px; overflow:hidden; height:auto}
	#prop_outer 
	{
		width:820px;
	}
	#prop_left
	{
		width:400px;float:left;
		padding:  2px 2px 2px 2px;
	}

	
}

@media screen
{
	.PropDetailDescription {width:97%; height:140px; min-height:140px; overflow:auto;border: solid 1px lightgrey}
	/*.PropDetailImages {width:300px;max-width:300px; height:180px; min-height:190px; overflow:auto;}*/
	.PropDetailAmenities {width:97%;height:138px;min-height:138px;overflow:auto;border: solid 1px lightgrey}
	.PropDetailRates {width:98%; height:280px; min-height:280px; overflow:auto;} 
	.PrintRentalTerms {height:150px;min-height:150px;overflow:auto; background-image: none;}
	.leftcol {width:138px}
}

