@CHARSET "ISO-8859-1";
#propertysearch {
	padding-left:15px;
	padding-right:15px;
	font-size:12px;
}
.pagination {
	postition: relative;
	clear: left;
	text-align:right;
	margin-right:20px;
	color:#7f7c7d;	
}

#content .pagination a {
	color:#7f7c7d;	
}
#searchbar {
	height: 32px;
	width: 100%;
	background-color: #ebeaea;
	color:#3b3b3b;
	margin-bottom:2px;
}

#searchbar #sortby {
	float: left;
	line-height: 32px;
	height:32px;
	width:280px;
	margin-left:15px;
}

#searchbar #searchcriteria {
	float: right;
	line-height: 32px;
	height:32px;
	width:500px;
	margin-right:15px;
	text-align:right;
}

#searchbar #searchcriteria select {
	margin-left:15px;
}

#properties {
	background:url('/assets/images/layouts/propertyresults.jpg') no-repeat;
	width:657px;
	height:257px;
	padding-left:123px;		
	padding-top:10px;
	position:relative;
}

.property {
float:left;
height:217px;
padding:12px 12px 12px 22px;
position:relative;
width:141px;
}

.propertyselected {
}

.property .propertyimage {
float:left;
height:102px;
width:136px;
border:1px solid #ebebeb;
padding:3px;
margin-bottom:5px;
}
.property .propertyimage img {
	height:102px;
	width:136px;
}

.property .propertydetail {
color:#424141;
float:left;
height:110px;
}
.property .propertydetail h3 {
	height:36px;
	font-size: 12px;
	overflow-x:hidden;
	overflow-y:hidden;
}

.property .propertydetail p {
	font-size:11px;
	height:33px;
	line-height:14px;
	margin-bottom:9px;
}

#content .property .propertydetail a {
	background:transparent url(/assets/images/layouts/more.png) no-repeat scroll left center;
	color:#6d7808;
	font-size:12px;
	padding-left:25px;
	position:absolute;
	text-align:left;
	width:130px;
}

#content .property .propertydetail a:hover {
	text-decoration:underline;
}

.newsearch {
	float:right;
	margin-right:10px;
}

#content .newsearch a {
	text-decoration:underline;
}

#content .newsearch a:hover {
	text-decoration:none;
}

.relatedproperties {
	height:80px;
	margin-bottom: 5px;
}

.relatedproperty {
	height:80px;
	width: 425px;	
	background-color:#ebeaea;
}

.relatedpropertyimage {
	float:left;	
	width:119px;
	height:80px;
	background-color:#fff;
}

.relatedpropertydetail {
	float:right;	
	height:60px;
	width:285px;
	padding:10px;
}

.relatedpropertydetail h2 {
	margin-bottom:4px;
}

#content .relatedpropertydetail a {
	text-decoration:underline;
}

#content .relatedpropertydetail a:hover {
	text-decoration:none;
}

#imagescontainer {
height:275px;
margin-bottom:10px;
position:relative;
width:370px;
}

#propertybanner #contactform {
	width:607px;
	height:305px;	
	position:absolute;
	background-color:#fff;
	z-index:1;
}

#propertybanner #propertydetail {
	width: 225px;
	height: 305px;
	float:right;	
}

#propertybanner #propertydetail #mainfeatures {
	width: 185px;
	height: 170px;	
	background-color:#ebeaea;
	margin-bottom:6px;
	padding:20px;
	font-size:12px;
}

#content #mainfeatures a {
	text-decoration:underline;
}

#content #mainfeatures a:hover {
	text-decoration:none;
}


#propertybanner #propertydetail #mainfeatures ul {
	margin-top:5px;
	margin-left:1em;
	list-style-type:square;
}

#propertybanner #propertydetail #mainfeatures ul li {
	margin-bottom:8px;
}

#propertybanner #propertydetail #contactus {
	width: 225px;
	height: 88px;	
	background-color:#ebeaea;
	color:#a8228e;
}

#propertybanner #propertydetail #contactus #contactus_tel {
	background: url('/assets/images/layouts/propertydetail_telephone.png') no-repeat;	
	height:17px;
	font-weight:bold;
	padding-left:25px;
	font-size:14px;
}

#propertybanner #propertydetail #contactus #contactus_email {
	background: url('/assets/images/layouts/propertydetail_email.png') no-repeat;	
	height:15px;
	font-weight:bold;
	padding-left:25px;
	font-size:12px;
}

#imagescontainer #mainimage {
float:left;
height:275px;
width:370px;
}

#imagescontainer #otherimages {
	width:145px;
	height:305px;
	float:right;	
}

#imagescontainer #otherimages img {
	margin-bottom:2px;
}

#container #main #propertybanner {
	position:relative;
	background: url('/assets/images/layouts/propertybanner.png') no-repeat;
	width:852px;
	height:305px;
	padding:11px;
}

#contactform p {
	font-size:12px;
	margin-bottom:7px;	
}

#specialcontent {
	margin-top:10px;
	margin-bottom:10px;	
}

#content #specialcontent a {
	text-decoration: underline;
}

#content #specialcontent a:hover {
	text-decoration: none;
}

#propertydescription {
	float:left;
	width: 616px;
	font-size:12px;
	line-height:21px;
}

#content #propertydescription a {
	text-decoration: underline;
}

#content #propertydescription a:hover {
	text-decoration: none;
}

#propertydescription #maps {
	float:right;
	width: 268px;
	height: 180px;
	margin-left:20px;
	margin-bottom:10px;
	text-align:right;
}
#propertydescription #map {
	width: 268px;
	height: 150px;
}


/* the overlayed element */ 
div.bigmap { 
     
    /* growing background image */ 
    background-image:url(/assets/images/layouts/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:600px; 
    height:470px;         
     
    display:none;
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
    text-align:left;
} 
 
/* default close button positioned on upper right corner */ 
div.bigmap div.close { 
    background-image:url(/assets/images/layouts/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.bigmap.black { 
    background:url(../img/overlay/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.bigmap.petrol { 
    background:url(../img/overlay/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}

#bigmapcontainer {
	position:relative;
	width: 600px;
	height: 465px;
}
#propertydetails {
	background:url('/assets/images/layouts/propertydetailbg.png') repeat-y;
	width:780px;
	position:relative;
	margin-top:50px;
}
#propertydetailtop {
	background:url('/assets/images/layouts/propertydetailtop.png') no-repeat top left;
	position:relative;
	width:600px;
	top:-10px;
	padding-top:30px;
	padding-left:90px;
	padding-right:90px;
}
#propertydetailbottom {
	background:url('/assets/images/layouts/propertydetailbottom.png') no-repeat top left;
	position:relative;
	width:780px;
	height:38px;
}

#content #propertydetailtop  h1 {
	margin-top:0px;
	margin-bottom:5px;
	color:#a9b535;
	font-size:20px;
}


#content #propertydetailtop  h2 {
	margin-top:0px;
	color:#a9b535;
	font-size:14px;
}

#content #propertydetailtop #imagescontainer {
	float:left;
	width:370px;
	height:272px;
	border:1px solid #b4afac;
}

#content #propertydetailtop #features {
	float:right;
	width:200px;
	height:272px;
}

#content #propertydetailtop h3 {
	color:#6d7808;
	font-size:12px;
}

#content #propertydetailtop p {
	font-size:12px;
}




#content #propertydetailtop img {
	width:370px;
	height:272px;
}

.detailbutton {
position:relative;
width:200px;
float:left;
}
.detailbutton a {
background:url(/assets/images/layouts/more.png) no-repeat;
color:#231f20 !important;
font-size:14px;
left:0;
padding-left:25px;
width:200px;
}
