/* CSS Document */
#featured_properties
{
	text-align:center;
	width:760px;
}
#featured_properties ul{
	padding: 0px;
	float:left;
	width:252px;
	border-right:1px solid #0083CA;
	background-color:#F7F7F7;
}
#featured_properties ul li{
	border:0 none;
	display:block;
	float:left;
	font-size:12px;
	padding:3px 0;
	text-align:center;
	
}
#featured_properties .featured_header
{
	background-color:#0083CA;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:6px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
#featured_properties .featured_footer
{
	text-align:center;
	background-color:#0083CA;
	font-size:14px;
	height:22px;
	padding-top:8px;
	color:#FFFFFF;
	font-weight:bold;
}
#featured_properties .featured_photo
{
	display: block;
	width: 114px;
	height: 90px;
	background: url(../images/bg_featured_images.gif) no-repeat center;
	padding: 6px 0px 0px 1px;
	margin-right: 2px;
	margin-left: 5px;
	list-style: none;
	border: 0;
	float: left;
}
#featured_properties .featured_photo img{
	width: 105px;
	height: 80px;
	border: 1px solid #666;
}
#featured_properties .featured_address{
	font-size:14px
}

.featured_location,.featured_price,.featured_beds_baths{
	padding:3px 0;
	width:115px;
	overflow:hidden;
	height:15px;
}

.featured_details{
	padding:3px 0;
	width:115px;
	overflow:hidden;
	height:17px;
}
.featured_footer,.featured_address
{
	width:100%;
}

.no_border{
	border: 0 !important;
}