.propertyContainer {
	border:1px dotted #ccc;
	background-color:#fff;
	padding:10px;
}
.propertyMainImage {
	margin:5px 0px 5px 0px;
	border:1px solid #ccc;
}
.propertyHeader {
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
.propertyAddress {
	color:#666;
	display:inline;
}
.propertyContact {
	text-align:center;
	line-height:16px;
	font-size:14px;
}
.propertyThumb {
	filter:alpha(opacity=100);   
    -moz-opacity: 1.0;   
    opacity: 1.0;
    -khtml-opacity: 1.0;
	border:1px solid #ccc;
	float:left;
	margin-bottom:5px;
}
.propertyThumb:hover {
	filter:alpha(opacity=70);   
    -moz-opacity: 0.7;   
    opacity: 0.7;
    -khtml-opacity: 0.7;
}
.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;
}
.propertyGoogleMaps {
	margin-top:10px;
	border:1px solid #ccc;
	clear:both;
}
.propertyBtnHolder {
	text-align:right;
	width:210px;
	float:right;
	overflow:auto;
	clear:right;
	padding-bottom:10px;
}
.propertyPrice {
	font-size:18px;
	padding-right:10px;
}
.propertyHgNumber {
	color:#ccc;
}
.propertyText {
	line-height:16px;
	overflow:auto;
	float:left;
	width:380px;
	clear:left;
	padding-bottom:10px;
	text-align:justify;
}
.propertyFeatureType {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:12px;
}
.propertyFeatureValue {
	padding-left:10px;
	border-bottom:1px solid #ccc;
	font-size:12px;
}
.available {
	color:#3c0;
	font-weight:bold;
}
.notAvailable {
	color:#f00;
	font-weight:bold;
}
.underOffer {
	color:#000;
	background-color:#fc0;
	padding:2px 4px 2px 4px;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	margin-right:5px;
}
