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

.property {
	width: 99%;
	margin: 5px 0 0;
	padding: 0 0 5px;
	font: 12px "Century Gothic", Helvetica, Arial, Geneva, sans-serif;
	color: #424242;
	height: 85px;
	float: left;
	background: white;
	position: relative;
	border-bottom: 1px solid #BFC5D0;
	color: #192F55;
}

.property:hover{
	background: #eee;	
}

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

/* @group Image */

.property .image {
	position: absolute;
	top: 0px;
	left: 0px;
	clear: both;
}

.property .image a img {
	width: 125px;
	height: 85px;
	float: left;
	border: none;
}

.property .image  img {
	width: 125px;
	height: 85px;
	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;
	height: 90px;
}


.property .details span.city {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	left: 130px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}



/* @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 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 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;
	text-align: left;
}

/* @end */

.property .details .headline span{
	position: absolute;
	left: 130px;
	top: 20px;
	font-size: 12px;
	height: 16px;
	overflow: hidden;
	display: block;
}

/* @group Price */

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

/* @end */


