div.latest_realestates h3{
	width: 100%;
	height: 54px;
	background-image: url('../img/latest_realestates_header.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
}

div.latest_realestates h3 span{
	display: none;
}

div.latest_realestates {
	font-size:10px;
	color:#444444;
}

div.latest_realestates hr {
	border: none;
	height: 1px;
	
	background-color:#eee;
	width:80%;
	margin: 18px auto;
	text-align:center;
}
div.latest_realestates_image{
	float: left;
	width:112px;
	height:79px;
}
div.latest_realestates_image img{
	background: url('../img/latest_realestates_frame.png') no-repeat left top;
	
	width: 100px;
	height: 75px;
	padding: 2px;
	margin: 0 8px 0 0;
}
div.latest_realestates_title {
	color:#DE7E29;
	font-size:11px;
	font-weight: bold;
}