
/* @override http://staging.renet.com.au/rainbow/sales/googlemap.css */

.propertyPreview {
	width: 400px;
	height: 100px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS";
	position: relative;
	font-size: 12px;
	border: solid 1px #666666;
		z-index: 100;
}

.propertyPreview a img {
	width: 150px;
	position: absolute;
	top: 0;
	left: 0;
		z-index: 100000;
}

.propertyPreview div {
	width: 250px;
	height: 98px;
position: absolute;
top: 0;
left: 150px;
	padding: 0;
	margin: 0;
}

.propertyPreview h4 {
	background: #0093DD;
	height: 22px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: 0px;
	left: 0px;
	width: 250px;
	padding: 2px 5px;
	margin: 0 0 25px 0;
	height:36px;
	line-height: 18px;
	overflow: hidden;
}

.propertyPreview .bbc {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 36px;
	left: 0px;
	
}

.propertyPreview .bbc dl dt, .propertyPreview .bbc dl dd {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	color: #666;
}

.propertyPreview .bbc dl dt {
	padding: 0 0 0 5px;
}
.propertyPreview .bbc dl dd {
	padding: 0 5px;
	border-right: solid 1px #666;
}

.propertyPreview .bbc dl .garage-count {
	border-right: none;
}


.propertyPreview p {
	padding: 0 5px;
	margin: 0;
	color: #666;
}

.propertyPreview p a {
	color: #0093DD;
		z-index: 100000;
}









