/* @override http://chris-moffatt.local/~cmoffatt/mackay/css/listview.css */

.property {
	width: 100%;
	padding: 0;
	height: 92px;
	float: left;
	position: relative;
	border-bottom: 1px solid #BFC5D0;
	color: #192F55;
	margin: 0 0 3px;
}

.property:hover{
	background: #eee;	
}

.property .header {	
	height: 25px;
	z-index: -1000;
}

/* @group Image */

.property .image {
	width: 120px;
	height: 90px;
	position: relative;
	top: 0px;
	float: left;
	clear: both;
}

.property .image img {
	width: 120px;
	height: 90px;
	float: left;
	border: none;
}

.property .banner{
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #FFF;
	background-color: red;
	font-weight: bold;
	text-align: center;
	opacity: 0.9;
	padding: 2px 5px;
	font-size: 12px;
}

/* @end */

/* @group Details */

.property .details {
	float: left;
}

/* @end */

/* @group Bed Bath Car */

.property .bbc {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 20px;
	float: left;
	font-size: 13px;
	line-height: 18px;
}

.property .bbc dl{
	margin: 0px;
	padding: 0px;
}

.property .bbc dl dt {
	text-align: left;
	float: left;
	height: 15px;
	width: 24px;
	margin-right:0px;
	margin-left: 15px;
	margin-top: 2px;
}

.property .bbc dl dt span {
	display: none;
}

.property .bbc dl dt.bedrooms {
	background: url(../images/bed_blue.png) no-repeat 0 0}

.property .bbc dl dt.bathrooms {
	background: url(../images/bath_blue.png) no-repeat 0 0}

.property .bbc dl dt.garages {
	background: url(../images/car_blue.png) no-repeat 0 0}

.property .bbc dl dt.berth {
	background: url(../images/berth_blue.png) no-repeat 0 0}

.property .bbc dl dd {
	text-align: right;
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
}

/* @end */

/* @group Contact */

.property .details .contact {
	position: absolute;
	bottom: 3px;
	right: 0px;
	margin-right: 0px;
}

.property .details .contact .agency img {
	width: 280px;
	border: none;
}

.property .details .contact ul {
	width: 280px;
	margin: 0px;
	padding: 0px;
	bottom: 0;
	left: 0;
}

.property .details .contact ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}

.property .details .contact .image img{
	top: 0px;
	right: 0px;
	position: absolute;
	float: right;
	max-height: 110px;
}

/* @end */

/* @group Overview */

.property .details .overview {
	position: absolute;
	left: 130px;
	bottom: 3px;
	width: 330px;
}

/* @end */

/* @group Price */

.property .details .price {
	position: absolute;
	left: 130px;
	top: 40px;
	font-size: 14px;
	font-weight: bold;
}

/* @end */

/* @group Introduction */

.property .details .introduction {
	position: absolute;
	left: 130px;
	top: 20px;
	font-size: 11px;
	width: 500px;
	height: 16px;
	overflow: hidden;
	font-weight: normal;
	line-height: 16px;
}

/* @end */

.property .details .city {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;

}