.listingFeaturedPhoto { border: 1px solid #000000; }
.listingFeaturedTitle { font-family: Arial; font-size: 12px; }
.listingFeatureHR { color: #000000; height: 1px; }


/* Updated Featured Listings. Sept 2017 */
.listingFeaturedContainer { width:100%; }
.listingFeatureItem { width:100%; margin 20px 0px; }

.listingFeaturedLeft { width:15%; min-width:140px; height:95px; overflow:none !important; float:left; padding:0 20px 20px 0; }
.listingFeaturedLeft .listingImageSmall { box-shadow:0px 10px 15px 0px #888888; border:1px solid #cccccc; width:140px; height:95px; }

.listingFeaturedRight { width: 70%; min-width: 200px; float:left; padding:5px; }
.listingFeaturedRight2 { width: 20%; min-width: 90px; float:left; padding:5px 0px; }

.listingFeaturedTitle, .listingFeaturedTitle a, .listingFeaturedTitle a:visited { text-decoration:none; color:#333333; width:95%; font-size:1.3em; }
.listingFeaturedTitle a, .listingFeaturedTitle a:visited { color:#005480; }
.listingFeaturedTitle a:hover { text-decoration:underline; color:#000088; }
.listingSubFeaturedTitle { font-size:1.0em; color:#333333; height:35px; line-height:1.5em; width:95%; }
.listingFeaturedButtonNice {margin-top: 10px !important;}


@media (max-width:646px) {	.listingFeaturedRight { width: 54%; } }

@media (max-width:409px) 
{	
	.listingFeaturedLeft { float: none; margin: 0px auto;}
	.listingFeaturedRight { width: 100%; float: none; text-align: center; }
}