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

                              Container

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

.slideshow_links
{
	margin-top:5px;
	text-align:center;
}

.slideshow_links a
{
	margin:0 10px;
}

.real_estate_list_item
{
	float:left;
	width:160px;
	margin-bottom:15px;
	margin-right:15px;
}
.real_estate_list_item.featured
{
}
.real_estate_list_item .photo
{
	margin-bottom:5px;
	width:160px;
	height:120px;
}
.real_estate_list_item .thumbnail
{
	
	display:block;
	width:160px;
	height:120px;
	background:transparent url('../images/border.png') no-repeat center center !important;
	background:transparent url('') no-repeat center center;
}

.real_estate_list_item .title
{
	font-size:14px;
	font-weight:bold;
	color:#FF9900;
}
.real_estate_list_item .address
{
	margin-bottom:10px;
	margin-top:5px;
	font-size:11px;
	color:white;
	text-align:center;
}
.real_estate_list_item .address a, .real_estate_list_item .title a
{
	text-decoration:none;
}
.real_estate_list_item .details
{
	margin-bottom:10px;
	color:#FF9900;
}
.real_estate_list_item .price
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#FF9900;
}
.real_estate_list_item .sold
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:red;
}
.real_estate_list_item .listing_link
{
	text-align:center;
}

.real_estate_thumbimage
{
	border:0;
	display:block;	
	margin-right:5px;
	float:left;
}

.real_estate_listing_details
{
	border:0; 
	border-spacing:0 0;
	margin-top:15px;
	border-collapse:collapse;
	margin-bottom:20px;
}
.real_estate_listing_details th, .real_estate_listing_details td
{
	padding:3px;
	font-size:11px;
	border-bottom:1px solid #CC6600;
	vertical-align:top;
}
.real_estate_listing_details th
{
	padding-right:8px;
	white-space:nowrap;
	
	color:white;
}
.real_estate_listing_details th.divider
{
	padding-right:8px;
	white-space:nowrap;
	text-align:center;
	border-top:0;
	border-bottom:0;
	background:transparent url("../images/listing_details_divider_bg.jpg") repeat-x center center;
}
.thumbnail_row
{
	margin:0;
	padding:0;
	float:left;
	margin-bottom:5px;
	clear:both;
}
.thumbnail_row li
{
	list-style:none;
	display:block;
	float:left;
}
.thumbnail_row img
{
	display:block;
}
.thumbnail_row a
{
	display:block;
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
.real_estate_thumbimage
{
	border:0;
}

