	/*   THIS IS FOR THE LISTINGS PAGE ONLY   */

/* GRAY LISTINGS */
.greyBorder {border-width: 1px; border-color: #CCCCCC; border-style: solid; border-collapse: collapse;}
.greyBorderPadding {}
.listingTable {/*width: 555px;*/ width: 100%; border-collapse: collapse;}
.listingHeader {background-color: #dfdfdf;}
.listingAddress {color: #3C4549; font-size: 13px;	font-weight: bolder; text-align:left; padding-left:4px; padding-top:4px; padding-bottom:4px;}
.listingMLSNumber {color:#333333; font-size: 13px; text-align:right; padding-right: 10px; padding-bottom: 4px;}
.listingPrice {color: #5f5f5f; font-size: 18px; font-weight: bold;}	
.listingDetails {color: #333333; font-size: 12px; text-align:justify; padding-right: 8px; }
.listingBack {color: #0071BE; font-size: 10px; text-align:center;}
.listingMore {color: #0071BE; font-size: 10px; text-align:right;}

/* ADD LISTINGS (ORANGE) */
.adheader {background-color:#f79239; padding-left:10px;}
.sponsored_listing_table td {
border: 1px solid #f79239;
background-color:#fdf1e5;
width: 33%;
text-align:center;
vertical-align:middle;
padding: 10px;
}



/* MISC CLASSES */
.allcaps {text-transform:uppercase;}
.padding10 {padding:10px;}
.bold {font-weight:bold;}
.imgborder {border:#000000 1px solid;}


