/*Start HS # 58059/ */

/* show social icons only on Contact Page */ 
ul.social_icons {
visibility: hidden;
}
[class="page_1751983 simple f_is_compressed"] ul.social_icons{
	visibility:visible!important;
}

/* Adjust Listing Page tile to 200px and 3x4 rows */
/*Set 90% Content Container Width*/
body.listing #content {
max-width: 90%;
min-width: 360px;
}

body.listing #content .listing_image {
float: left;
width: 200px;
margin: 4px 4px;
}

body.listing #content .listing_image.row-third {
clear: none;
}

body.listing #content .listing_image.third {
margin-right: 4px;
}
/*End HS # 58059/ */
