/* CSS Document */
#featured {
	width: 300px;
	float:left;
}

#listings {
	margin-left:300px;
}

.main-listing {
	height:150px;
	background:url(../images/main-listing-bg.gif) no-repeat left bottom;
	margin-bottom:15px;
}

.main-listing h2 {
	background:url(../images/main-listing-h2-bg.gif) no-repeat left top;
	padding: 5px 15px;
}

.main-listing p {
	padding:5px 15px;

}

.main-listing img.featured {
	height:112px;
	float:left;
	margin: 18px;
}

#breadcrumbs {

}

#allImages {
	float:right;
	width:100px;
}

#property {
	width:525px;
	height:297px;
	background:#eee;
	float:right;
	position:relative;
}

#propmainimg {
	width:392px;
	height:293px;
	border:2px solid white;
	float:right;
}

#spec {

}

#description {

}

#description h3 {
	font:bold 2em "Trebuchet MS";
	padding:10px 0 0 0;
	color:#aaa;
	border-bottom:1px solid #eee;
}

#description p.strap {
	color:#f1372a;
	font-weight:bold;
}

#propertyprice {
	border:1px solid red;
	width:255px !important;
	width:265px;
	margin:10px 10px 10px 0;
	padding:5px;
	background:#eed;
	float:right;
	display:none;
}

#propertyprice label {
	width:70px;
	text-align:right;
	display:block;
	float:left;
	margin:5px 10px 0 0;
}
#propertyprice strong {
	font-size:2em;
}


.clearfloat {
	clear: both;
	height: 0px;
	line-height: 0;
	font-size: 0;
	display: block;
}



/* CSSPlay gallery */
#property a.pics {
	background:#fff;
	float:left; 
	display:inline; 
	text-decoration:none; 
	cursor:default;
	text-align:center;
}
#property a.pics img.thumb {
	/*display:block; */
	width:125px;
	height:96px;
	display:block;
	border:2px solid white;
}

#property a.pics span {
	display:none; 
	border:1px solid green; 
	width:392px; 
	height:293px;
	background:#fff; 
	border:1px solid #fff; 
	text-align:center;
}

#property a.pics span img { /* Fixed the width and height of this */
	width:392px;
	height:293px;
}

#property a.pics:hover {
	white-space:normal; 
}
#property a.pics:hover span {
	display:block; 
	position:absolute; 
	left:130px; top:0px; /* Top position may change before finalised */
	z-index:10; 
	height:226px;
}

#property a.pics:active {
} 
#property a.pics:active span {
	display:block; 
	position:absolute; 
	left:130px; top:0; 
	z-index:5; height:300px;
}

#property a.pics:focus {
	outline:0;
}

#property a.pics:focus span {
	display:block; 
	position:absolute; 
	left:130px; top:0; 
	z-index:5; 
	outline:0;
}

#spec {
	height:auto !important;
	height:400px;
	min-height:400px;
	background:url(../images/spec_bg.gif) no-repeat left bottom;
	border:none;
}

#spec h3 {
	background:url(../images/spec_h3.gif) no-repeat;
	color:#f00;
	padding:5px 0 0 35px;
	font-size:1.2em;
	line-height:1.9em;
	margin:0;
	border-left:1px solid white;
}

#spec .content {
	padding:20px;

}


.content {
	padding:15px 25px;
}

.prod {
	font-family:"Trebuchet MS";
	height:150px;
	background:url(../images/prod_listing_bg.gif) no-repeat left bottom;
	margin-bottom:15px;

}

.prod h3 {
	color:#4A4A4A;
	font-size:1.6em;
	background:url(../images/prod_h3.gif) no-repeat top left;
	padding:15px 0 0 25px;
	margin:0;
}

.prodimage {
	float:left;
	width:114px; height:80px;
	margin-right:20px;

}