/*
///////////////////////////////////////

                              Container

///////////////////////////////////////
*/

.real_estate_list_item
{
	clear:both;
	width:420px;
	margin-bottom:15px;
	height:130px;
	padding:10px;
	border-bottom:1px dotted #ccc;
}
.real_estate_list_item .photo
{
	float:left;
	margin-right:10px;
}
.real_estate_list_item .title
{
	font-size:14px;
	font-weight:bold;
}
.real_estate_list_item .address
{
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
}
.real_estate_list_item .address a, .real_estate_list_item .title a
{
	text-decoration:none;
}
.real_estate_list_item .details
{
	margin-bottom:10px;
}
.real_estate_list_item .price
{
	font-size:16px;
	font-weight:bold;
	color:#aa0000;
}
.real_estate_thumbimage
{
	border:0;
	display:block;	
	margin-right:5px;
}


