.propertyContainer {
	border:1px dotted #ccc;
	margin-top:10px;
	background-color:#fff;
	padding:10px;
	height:150px;
}
.propertyHeader {
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.propertyPrice {
	float:right;
	padding-right:10px;
}
.propertyAddress {
	color:#666;
	display:inline;
}
.propertyThumb {
	width:170px;
	height:120px;
	float:left;
	filter:alpha(opacity=100);   
    -moz-opacity: 1.0;   
    opacity: 1.0;
    -khtml-opacity: 1.0;
	border:1px solid #ccc;
}
.propertyThumb:hover {
	filter:alpha(opacity=70);   
    -moz-opacity: 0.7;   
    opacity: 0.7;
    -khtml-opacity: 0.7;
}
.propertyExtraThumb {
	width:85px;
	height:112px;
	filter:alpha(opacity=100);   
    -moz-opacity: 1.0;   
    opacity: 1.0;
    -khtml-opacity: 1.0;
}
.propertyExtraThumb:hover {
	filter:alpha(opacity=70);   
    -moz-opacity: 0.7;   
    opacity: 0.7;
    -khtml-opacity: 0.7;
}	
.propertyText {
	float:left;
	width:580px;
	height:90px;
	padding:0px 10px 0px 10px;
	line-height:16px;
	overflow:hidden;
	text-align:justify;
}
.propertyIconHolder {
	float:right;
	text-align:right;
}
.propertyIcon {
	background-color:#e5e5e5;
	padding:4px 7px 4px 7px;
	text-align:left;
	font-weight:bold;
	display:inline;
	font-size:12px;
	margin-left:2px;
}
.propertyAgent {
	float:right;
	line-height:14px;
	text-align:right;
	width:130px;
	height:100px;
}
.propertyBtnHolder {
	float:left;
	width:580px;
	text-align:left;
	padding:10px 0px 0px 10px;
}
.propertyHgNumber {
	float:right;
	color:#888;
	font-size:11px;
	padding-left:30px;
}
.pageNumbers {
	margin-bottom:15px;
}
.propertyOpenHome {
	float:left;
	padding:5px 0px 0px 0px;
	clear:left;
}
.underOffer {
	color:#000;
	background-color:#fc0;
	padding:2px 4px 2px 4px;
	font-size:10px;
	font-weight:bold;
	float:left;
	display:block;
	margin-right:5px;
}

.bannerSearchResCont {
	text-align:center;
	margin-top:10px;
	padding:10px;
	height:90px;
}
