body{margin:0; padding:0; font-family: 'Open Sans', sans-serif;}
.adWrapper{width:300px; height:250px; border:1px solid #000; position:relative; background-color:#fff;}

#rblogo{position:absolute; bottom:0px; left:8px;}
#rblogo img{ max-width:140px; height:auto;}
#realtorLogo{position:absolute; bottom:-4px; right:8px;}
#realtorLogo img{max-height:45px;}
#listingWrapper{position:relative; height:100px; border-bottom:1px solid #CCC;}
#listingaddress{position:absolute; top:5px; font-size:15px; left:130px; color:#000;}
#listingcitystatzip{position:absolute; top:22px; font-size:11px; left:130px; color:#000;}
#listingsqf{position:absolute; top:34px; font-size:11px; left:130px; color:#000;}
#listingphoto{height:78px; width:120px; overflow:hidden; position:absolute; top:8px; left:8px;} 
#listingphoto img{max-width:140px; height:auto; margin-left:-30px}
#listingprice{position:absolute; top:47px; left:130px; color:#d00002; }
.theBtn{cursor:pointer;}

#detailsBtn {
	-moz-box-shadow: 0px 0px 0px 0px #d00002;
	-webkit-box-shadow: 0px 0px 0px 0px #d00002;
	box-shadow: 0px 0px 0px 0px #d00002;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d00002), color-stop(1, #d00002));
	background:-moz-linear-gradient(top, #d00002 5%, #d00002 100%);
	background:-webkit-linear-gradient(top, #d00002 5%, #d00002 100%);
	background:-o-linear-gradient(top, #d00002 5%, #d00002 100%);
	background:-ms-linear-gradient(top, #d00002 5%, #d00002 100%);
	background:linear-gradient(to bottom, #d00002 5%, #d00002 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d00002', endColorstr='#d00002',GradientType=0);
	background-color:#d00002;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	/*border:1px solid #ffaa22;*/
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:2px 8px;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #333333;*/
	position:absolute; top:69px; left:130px;
	
}
#detailsBtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d00002), color-stop(1, #d00002));
	background:-moz-linear-gradient(top, #d00002 5%, #d00002 100%);
	background:-webkit-linear-gradient(top, #d00002 5%, #d00002 100%);
	background:-o-linear-gradient(top, #d00002 5%, #d00002 100%);
	background:-ms-linear-gradient(top, #d00002 5%, #d00002 100%);
	background:linear-gradient(to bottom, #d00002 5%, #d00002 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d00002', endColorstr='#d00002',GradientType=0);
	background-color:#d00002;
}



