
#results .property {
	clear: both;
	margin-top: 5px;
	border-top: 2px solid #01539d;
	padding-top: 5px;
}

#results .price {
	width: 166px;
	float: left;
	color: #d30909;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
} 

#results .area {
	width: 430px; 
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}

#results .furnishing {
	width: 130px;
	float: right;
	font-size: 12px;
	text-align: right;
	font-weight: bold;	
}
	
#results .photowrap {
	width: 166px;
	float: left;
}	

#results .description {
	width: 430px; 
	float: left; 
}

#results .extralinks {
	width: 85px;
	float: right; 
	text-align: right;
	margin-top: 20px;
}

#results .extralinks a {
	width: 85px;
	display: block;
	font-size: 11px;
	float: right;
	background: #01539d;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px 0px;
	text-decoration: none;
}

#results .extralinks a:hover { 
background: #d30909;
}

.paging {
	clear: both;
	margin-top: 5px;
	border-top: 2px solid #01539d;
	padding-top: 5px;
}

.showing {
	margin-top: 3px;
	float: left; 
}

.paging a {

	margin-left: 8px;
	display: block;
	float: left;
	background: #2f73b3;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	width: 16px;
}

.paging .selected {
	background: #f00;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}

.paging a:hover {
	background: #f00;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}
