
#results .property {
	clear: both;
	margin-top: 5px;
	border-top: 2px solid #01539d;
	padding-top: 5px;

}

#results .price {

	margin-bottom: 3px;
	width: 166px;
	float: left;
	font-size: 13px;
	line-height: 14px;
	color: #d30909;
	font-weight: bold;
} 

#results .area {
	margin-bottom: 4px;
	width: 480px; 
	float: left; 
	font-size: 14px;
	font-weight: bold;	
}

#results .furnishing {
	margin-bottom: 4px;
	width: 130px;
	font-size: 14px;
	float: right;
	text-align: right;
	font-weight: bold;	
}
	
#results .photowrap {
	width: 166px;
	clear: both;
	float: left;
}	

#results .description {
	width: 500px; 
	float: left; 
}

#results .extralinks {
	width: 85px;
	float: right;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
}

#results .extralinks a {
	width: 85px;
	display: block;
	float: right;
	background: #01539d;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 4px 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;
	height: 70px;

}

.paging a {

	margin-left: 8px;
	display: block;
	float: left;
	background: #01539d;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	width: 16px;
	margin-bottom: 3px;
}

.paging .selected {
	background: #d30909;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 3px;
}

.paging a:hover {
	background: #d30909;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}