#top_container, #main_graphic, #listing_photo, #mortgage_calculator, #interactions, #footer_container, .side_share, .listing_views, h2.address {
   display: none;
}

body {
   font-family: arial, san-serif;
   margin: 0; 
   padding: 0;
   color: #747474;
   line-height: 1.6;
}

h1 {
   font-family: Georgia, serif;
   color: #747474;
   font-size: 1.7em;
   font-weight: normal;
}

h2 {
   font-family: Georgia, serif;
   color: #605d58;
   font-size: 1.0em;
   font-weight: bold;
   margin-bottom: 10px;
}

h3 {
   font-family: Georgia, serif;   
   font-weight: bold;
   font-size: 12px;
}

h4 {
   text-transform: uppercase;
   font-family: Georgia, serif;   
   font-size: 9px;
   font-weight: normal;
   margin-top: 5px; 
   margin-bottom: 5px;  
   letter-spacing: 1.2px;    
}

dl {
   float: left;
   width: 500px;   
}

dt {
   clear: left;
   float: left;
   width: 100px; 
   text-transform: uppercase;
   font-family: Georgia, serif;   
   font-size: 9px; 
   letter-spacing: 1.2px;   
}

dd { 
   float: left;
   width: 400px; 
   font-family: verdana, san-serif;
   font-size: 11px;      
}

a {
   color: #747474; 
   text-decoration: none;   
}

.description {
   font-family: verdana, san-serif;
   font-size: 11px; 
   height: expression( this.scrollHeight > 356 ? "357px" : "hidden" );
   max-height: 357px;
   overflow: hidden;
   margin-bottom: 10px;     
}

.content_left {
   width: 300px;
   margin-right: 8px; 
   float: left; 
   margin-top: 10px; 
}

.side_panel {
   border: 1px solid #d6d6d6;
   background: #FFFFFF;
   padding: 15px;      
}

.content_right {
   width: 360px; 
   float: left; 
   margin-top: 10px;   
}

h1.listing_title {
   margin-left: 20px;
   margin-top: 5px;
   margin-bottom: 0px;
   text-transform: none;
}

.listing_profile {
   float: left;  
   width: 354px;   
}

.listing_left {
   float: left;  
   width: 180px;  
}

.listing_right {
   float: left;  
   width: 180px; ; 
}

.listing_price {
   color: #072b5f;
   font-family: Georgia, serif;   
   font-weight: bold;
   font-size: 1.2em;
   margin-top:-4px;
   margin-bottom:4px;
   letter-spacing: 1.0px;
}

dl.listing_detail_left {
   width: 300px;
}

.listing_detail_left dd { 
   width: 200px;
} 

dl.listing_detail_right {
   width: 300px;
}

.listing_detail_right dt { 
   width: 130px;
} 

.listing_detail_right dd { 
   width: 170px;
}

#listing_thumbs img {
   width: 115px;
   padding: 0px;
   border: 0;
}

#logo_print {
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: 60px; 
   display: block;
   float: left;   
}

#listing_address {
   margin-top: 10px;
   margin-bottom: 10px;
   height: 45px;
   float: left;
} 

.clear {
   clear: both;   
}


