/*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; }

#nav_main {display:none} /*hide navigation*/

#beauty {display:none} /*hide header image*/

.PropDetailDescription {display:inline}
.PropDetailImages {display:inline}
.PropDetailAmenities {display:inline}
.PropDetailRates {display:inline}
}

