@charset "utf-8";
/* CSS Document */

#listings-container {
	width: 800px;
	clear:both;
	padding: 0 0 15px 0;
	margin: 0 0 0 74px;
	}	
#listing-row-titles {
	border-bottom:1px solid #AAAAAA;
	clear:both;
	height:10px;
	margin:0 0 0;
	padding:0 0 16px;
	position:relative;
	width:100%;
	}
.listing-row {
	margin: 0 0 0 0;
	padding:8px 0 12px 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
	height: 40px;
	position: relative;
	clear: both;
	cursor: pointer;
	}
.hover {
	background-color: #eee !important;
	font-weight: bold;
	}	
.listingimg-container {
	position: relative; 
	width: 50px; 
	height: 35px;	 
	margin: 3px 12px 10px 10px; 
	float: left;
	}	
.listing-row img {
	border: 1px solid #711325;
	margin: 0 15px 0 0;
	height: 37px;
	width: 55px;
	}	
.listing-title {
	font-weight: bold;
	}	
.open-house {
	background-color:#009900;
	background-image:url(../images/sp-open-house.png);
	height:33px;
	left:-65px;
	position:absolute;
	top:13px;
	width:65px;
	}
.listing-neighborhood {
	position: absolute;
	left: 350px;
	top: 8px;
	}	
.listing-beds {
	position: absolute;
	left: 550px;
	top: 8px;	
	}
.listing-baths {
	position: absolute;
	left: 645px;
	top: 8px;	
	}	
.listing-price {
	position: absolute;
	left: 740px;
	top: 8px;
	}		
.status {
	position: absolute;
	border: none !important;
	}
.status img{
	border: none !important;
	}	