/*
 * Featured Property
 */
.featured_property {
	float:left;
	width:230px;
}
.featured_property a {
	color:#666;
	text-decoration:none;
}
.featured_property a:hover {
}

.featured_property_row
{
	margin-bottom:10px;
	border-bottom:1px dotted #666;
}

.featured_property h3 a 
{
	text-decoration:none;
	color:#021645;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}
.featured_property h3 a:hover 
{
}

.imgteaser 
{
	float:left;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.imgteaser a 
{
	text-decoration: none;
	float: left;
}

.imgteaser a:hover 
{
	cursor: pointer;
}

.imgteaser a img 
{
	float: left;
	margin: 0;
	border: none;
}

.imgteaser a .desc 
{
	display: none;
}

.imgteaser a:hover .more 
{
	visibility: hidden;
}

.imgteaser a:hover .desc 
{
	display: block;
	font-size: 11px;
	background: #021645;
	filter:alpha(opacity=60);
	opacity:.60;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	/*bottom: 0px;*/
	left: 0px;
	padding: 10px;
	margin: 0;
	width: 210px;
	height:150px;
	top:0px;
}

.imgteaser a:hover .desc strong 
{
	display: block;
	margin-bottom: 0px;
	font-size:12px;
	text-transform:uppercase;
}

.margin_right 
{
	margin-right:10px;
}

