/* ----------------------------------------
   Castles Stylesheet
   © Evolving Media Limited 2008
   www.evolvingmedia.co.uk
   ----------------------------------------
   Created by Mark Grainger
   on Mon, 31 Mar 2008 16:22:35 +0100
   ---------------------------------------- */

/* basic styles */

img, div, a, input.button { behavior: url(/static/includes/iepngfix.htc) }

/* input.button { 	line-height: 0; } */

body
{
	background:#828386 url(/static/images/layout/body-bg.jpg) top center repeat-x;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.8em;
	line-height:1.3em;
	color:#808080;
	padding:0;
	margin:0;
}

.textonly {
	display: none;
}

.clear {
	clear:both;
}

.hidden {
	display:block;
	height:0;
	width:0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}

form, img {
	padding:0;
	margin:0;
	border:0;
}

.cms_img-l {
	margin:0 10px 10px 0;
}
.cms_img-r {
	margin:0 0 10px 10px;
}

.line {
	border-bottom: 1px dashed #ccc;
	margin: 8px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

h3.action {
	font-weight: bold;
	line-height: 2.0em;
}

h3.right {
	text-align: right;
}

h3.left {
	text-align: left;
}

a {
	text-decoration:none;
	color:#754C24;
}
a:hover {
	text-decoration:underline;
}

p {
	margin-top:0;
}

h1, h2 {
	margin:0 0 0.5em 0;
	font-size:1.5em;
	color:#4d4d4d;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight:normal;
}
h3,h5 {
	margin:0 0 0.3em;
	font-size:14px;
	color:#4D4D4D;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:normal;
}
h4 {
	margin:0 0 0.3em;
	font-size:12px;
	color:#4d4d4d;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:normal;
}

hr {
	height:1px;
	border:0;
	background-color:#b29c88;
	clear:both;
}


/* layout wireframe */
#wrapper {
	width:950px;
	margin:0 auto;
	position:relative;
}

#wrapper_inner {
	overflow: hidden; /* i.e. fix */
}

#wrapper_inner, #admin_wrapper_inner {
	margin: 0;
	background: #ffffff;
	width: 950px;
	padding-top: 20px;
}

#strapline {
	width: 950px;
	height: 40px;
	line-height: 40px;
	background: #ffffff url(/static/images/layout/strapline-bg.jpg) no-repeat top right;
}

#strapline p {
	padding: 0 0 0 32px;
	font-family: Trebuchet MS, Verdana, Helvetica;
	font-size: 1.05em;
}

#logo {
	width: 236px;
	height: 110px;
	float: left;
}
#logo span {
	padding:0;
	margin:0;
}

#logo span a {
	position: relative;
	display: block;
	width: 236px;
	height: 110px;
	background: transparent url(/static/images/layout/logo.gif) no-repeat left top;
	text-indent: -9999px;
	overflow:hidden;
}
#nav {
	height:110px;
	width:714px;
	float:left;
	display:block;
	position:relative;
}
#nav #accessibility {
	position:absolute;
	width:550px;
	display:block;
	height:24px;
	right:0px;
	top:10px;
	text-align:right;
}
#nav #accessibility #search {
	width:400px;
	float:right;
}
#nav #accessibility #search input, #nav #accessibility #search img {
	vertical-align: middle;
}

.searchfield {
	/* background: #f4f5f5 url(/static/images/layout/searchfield-bg.gif) repeat-x center left; */
	background: url('/static/images/layout/searchback.gif') no-repeat;
	border: 0;
	padding: 6px 10px;
	vertical-align: middle;
	width: 150px;
	margin-top: 1px;
}
#nav #accessibility #accessnav {
	margin: 0 0 10px 0;
	font-size:0.8em;
}
#nav #accessibility #accessnav, #nav #accessibility #accessnav a {
	color:#666666;
	text-transform:lowercase;
}

#nav_inner {
	position:absolute;
	left:0;
	bottom:0px;
	height:27px;
}
#nav_inner #loginbutton,#nav_inner #accountbutton {
	width:96px;
	height:23px;
	display:block;
	background:url(/static/images/buttons/login.png) top left no-repeat scroll;
	right:20px;
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
}
#nav_inner #accountbutton {
	background:url(/static/images/buttons/account.png) top left no-repeat scroll;
}
#nav_inner ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav_inner ul li {
	float:left;
}

#nav_inner ul li a {
	background-image:url(/static/images/layout/nav.gif);
	display:block;
	height:27px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
li#nav_home a {
	background-position:top left;
	width:62px;
}
li#nav_home a:hover,li#nav_home a#current {
	background-position:0 -27px;
}
li#nav_buying a {
	background-position:-62px top;
	width:78px;
}
li#nav_buying a:hover,li#nav_buying a#current {
	background-position:-62px -27px;
}
li#nav_selling a {
	background-position:-140px top;
	width:78px;
}
li#nav_selling a:hover,li#nav_selling a#current {
	background-position:-140px -27px;
}
li#nav_renting a {
	background-position:-218px top;
	width:85px;
}
li#nav_renting a:hover,li#nav_renting a#current {
	background-position:-218px -27px;
}
li#nav_new a {
	background-position:-303px top;
	width:108px;
}
li#nav_new a:hover,li#nav_new a#current {
	background-position:-303px -27px;
}
li#nav_mortgages a {
	background-position:-411px top;
	width:105px;
}
li#nav_mortgages a:hover,li#nav_mortgages a#current {
	background-position:-411px -27px;
}
li#nav_about a {
	width:94px;
	background-position:-516px top;
}
li#nav_about a:hover,li#nav_about a#current {
	background-position:-516px -27px;
}
li#nav_contact a {
	width:104px;
	background-position:-610px top;
}
li#nav_contact a:hover,li#nav_contact a#current {
	background-position:-610px -27px;
}

#left {
	width:240px;
	float:left;
}
#left_inner {
	padding:10px 0 0 14px;
}

#pagecrumbs {
	width:685px;
	float:left;
	color:#4D4D4D;
	margin:0 0 10px 0;
	text-transform:capitalize;
	background: transparent url(/static/images/layout/dotted-bg.gif) repeat-x left bottom;
	font-size: 1.3em;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
}
#pagecrumbs_inner {
	padding:5px 0 5px 5px;
	float:left;
}
#pagecrumbs_inner a {
	color: #603813;
	font-size:14px;
}
#content_wrapper {
	width:710px;
	float:left;
}
#content {
	width:710px;
	float:left;
}

#content.nobg {
	background:none;
}

#content_inner {
	padding:12px 34px 12px 0px;
}

#content_left {
	width:490px;
	float:left;
	
}
#content_left_inner {
	padding:12px 10px 12px 0px;
}
#content_right {
	width:185px;
	float:left;
}
#content_right_inner {
	padding:12px 34px 12px 10px;
}

#home {
	padding: 335px 0 20px 0;
}

#featured_property {
	width: 520px;
	float: left;
}
#featured_property h2{
	color:#626366;
}

#featured_property .inner {
	padding: 10px 10px 10px 30px;
}

#featured_property span, #latest_properties span {
	font-size: .8em;
	color:#737373;
}
#featured_property span{
	color:#626366;
}

#latest_properties {
	width: 240px;
	background: transparent url(/static/images/layout/latest-bg.gif) no-repeat left top;
	float: left;
}

#latest_properties .inner {
	padding: 10px 25px;
}

#more_info {
	width: 190px;
	float: left;
}
	
	#panel_advertise {
		margin:0 10px;
		background:url(/static/images/layout/bg_home_selling.png) top left no-repeat scroll; 
		width:430px;
	}
	#panel_advertise_inner {
		padding:60px 10px 10px;
	}
	#panel_advertise a {
		margin-right:6px;
	}
	#panel_advertise a.last {
		margin-right:0;
	}
	
	#panel_destination_inner {
		margin:0 0 0 20px;
	}
	
	.home_latest_item {
		float:left;
		width:190px;
		font-size:10px;
		padding-bottom: 10px;
	}
	.home_latest_item h3 {
		font-size:11px;
		font-weight:bold;
		padding:0; margin:0;
	}
	.home_latest_item h4 {
		font-size:10px;
		font-weight:normal;
		padding:0; margin:0;
	}
	.home_latest_item img {
		width:90px;
		height:70px;
		float:left;
		margin-right:5px;
	}

#masthead {
	position: absolute;
	background: #f1eee6;
	left: 0; 
	width: 950px; 
	top: 110px; 
	z-index: -9999px; 
	height: 335px;
}

.home #gallery {
	position: relative;
	width: 530px;
	height: 265px;
	float: left;
	overflow: hidden; /* i.e. fix */
}

#search_panel {
	float: left;
	width: 420px;
	height: 265px;
	background: #f1eee6;
	overflow: hidden; /* i.e. fix */
}

.search_title {
	width: 420px;
	height: 80px;
	text-align: left;
}

.search_title img {
	padding-top: 18px;
	padding-left: 8px;
	width: 314px;
}

#latest_news_strapline img,
#strapline img {
	padding-top: 10px;
	padding-right: 10px;
}

#latest {
	height: 30px;
	line-height: 30px;
	width: 530px;
	float: left;
	background: #626a6f;
	font-size: 0.8em;
	color: #F2F2F2;
	overflow: hidden;
}
#signup {
	float: left;
	width: 420px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	background: #4D4D4F;
	font-family: Trebuchet MS, Arial, Helvetica;
}
#signup img {
	float: right;
	margin: 5px 31px 0 0;
}
#selling_panels a {
	margin-right:12px;
}
#sellingpanels a#last {
	margin-right:0;
}
#footer {
	width: 950px;
	height: 50px;
	position: relative;
	font-size: 0.8em;
	background: #4d4d4d;
	margin: 0;
	color: #8b8b8b;
}
#footer a {
	color:#acacac;
}
#footer_inner {
	padding: 16px 20px 10px;
}
#footer_info {
	width: 400px;
	float: left;
}
#footer_nav {
	float: right;
}
#evolving {
	position: relative;
	padding: 10px;
}

#evolving a {
	width: 125px;
	height: 30px;
	margin: 0 0 20px 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url('/static/images/layout/evolving.gif') top left no-repeat scroll;
	float: right;
}

.propertyresults .property_item .upper h2 { 
	/* line-height: 20px; */
	padding-top: 5px;
	text-transform:uppercase;
	margin: 2px 0;
}

.propertyresults .property_item .upper {
	height: 38px;
	padding: 2px;
	margin:auto;
	width:640px;
}

.propertyresults .property_item .upper .right {
	float: right;
	text-align: right;
	line-height: 1.3em;
	padding-top: 3px;
}

.lower {
   position:relative;
}

   .propertyresults .property_item .lower {
	   background: #F2F2F2 url('/static/images/layout/gonw_right.gif') no-repeat top right;
	   margin: auto;
	   width: 640px;
	   height: 211px;
	   overflow: hidden;
   }
	.propertyresults #panel_featured_inner .property_item .lower {
		background: #fff url('/static/images/layout/wong_right.gif') no-repeat top right;
	}
	
	.property_item {
		font-size: 0.9em;
		margin-bottom: 30px;
		position: relative;
	}
	.property_item_new{
		background:transparent url(/static/images/layout/property_item_bg.gif) no-repeat 17px 228px;
		height:299px;
	}
	.property_detail_contact{
		background:url(/static/images/layout/property_item_bg_detail.gif) no-repeat;
		width:675px;
		height:37px;
		margin-bottom:15px;
	}
	.property_item .call_more_details, .property_detail_contact .call_more_details{
		margin-left:18px;
		padding:12px 10px 0 10px;
		font-size:14px;
		color:#4D4D4D;
		float:left;
	}
	.property_detail_contact .call_more_details{
		margin-left:0px !important;
	}
	.property_item .call_more_details span, .property_detail_contact .call_more_details span{
		color:#006837 !important;
		font-weight:bold;
	}
	.property_item .img_holder{
		margin:9px 10px 9px 20px;
		float:left;
	}
	.property_detail_contact .img_holder{
		float:right;
		margin:4px 10px 9px 20px;
	}
	.property_item h3 {
		margin: 0;
		padding: 0;
		/*line-height:0;*/
		display: inline;
	}

	.property_item h3 a {
		font-size: 0.8em;
		line-height: 1.4em;
		color: #808080;
	}

	.property_item .main-photo {
		display: block;
		float: left;
		width: 310px;
		/* height: 215px; */
	}
	
	.property_item .main-photo img {
		margin-right: 10px;
	}
	
	.property_item .right-content {
		margin-left: 320px;
		padding:15px 10px 10px 10px;;
	}
	
	.property_item p {
		font-size:1.05em;
	}
	
	.property_item_info {
		/* float:left; 
		width: 340px;*/
	}

	.property_item_info .property_item_info_price,
	.property_item_info .findoutmore {
		padding-bottom: 4px;
	}
	
	.property_item_info_price {
		width:200px;
		font-size:1.4em;
		font-weight:bold;
		display:block;
		height:20px;
		line-height: 1.5em;
	}
	
	.property_info_item_more {
		text-align:right;
		width:120px;
		float:left;
	}


#panel_featured {
	width: 681px;
	background-image: url('/static/images/layout/feature_foot_bg.gif'); 
	background-color: #f5f5f5;
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 350px;
}

#panel_featured h2.featured {
	background: url('/static/images/layout/feature_h2_bg.gif');
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	color: #FFF;
	margin: 0;
}

#panel_featured .property_item .lower, #panel_featured .property_item .upper {
	width: 640px;
	margin: auto;
}
#panel_featured .property_item .lower{
	height:211px;
}
/* .featured_home .property_item_info {
	width:
}*/


/* HOMEPAGE FEATURED ITEMS */

.property_item.homepage_feature .left {
	float: left;
}

.property_item.homepage_feature .right {
	/*margin-left: 250px;*/
	margin-left:10px;
	float:left;
	width:219px;
}

.property_item.homepage_feature .right .upper {
}

.property_item.homepage_feature .right .lower {
	padding: 15px 10px 14px;
}

.property_item.homepage_feature .right .lower .findonmap img {
	float: left;
	padding-right: 10px;
}

.property_item.homepage_feature .property_item_info {
	font-size: 0.8em;
	width: auto;
	float: none;
	padding: 0;
}

.property_item.homepage_feature .property_findoutmore {
	padding: 12px 0;
}

.property_item.homepage_feature .property_item_info_price {
/*	line-height: 22px;*/
	font-size:1.2em;
}

.property_item.homepage_feature p {
	height: auto;
	padding:0;
	margin:0 0 0.5em 0;
}

.property_item.homepage_feature .thumbnails {
	margin: 4px 0 0 2px;
}

.property_item.homepage_feature .thumbnails a {
	border: 1px solid #e6e6e6;
	display: block;
	margin:  0 6px 0 0;
	float: left;
	padding: 2px;
}

#subnav {
	width: 190px;
}
#subnav .selected{
	color:#4D4D4D;
}
#subnav ul{
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	color:#603813;
	padding:0pt 0pt 10px;
	margin: 0;
}

#subnav ul li{
	border-bottom:1px solid #d2d2d2;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:10px 0pt 2px;
}

#subnav ul li a{
	background-color:inherit;
	color:#603813;
	display:block;
	font-weight:bold;
	line-height:13px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 5px 0px 0px;
	overflow:hidden;
	padding:0px;
	text-decoration:none;
}

#subnav ul li a:hover{
	text-decoration:underline;
}

#subnav ul li ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:5px 0px;
}

#subnav ul li ul li{
/*	list-style-image:url(/static/images/layout/bullet.gif);*/
	margin:0px 0px 0px 12px;
	padding:6PX 0px;
	vertical-align:top;
	border-top:1px dotted #AAAAAA;
	background:transparent url(/static/images/layout/dotted-bg.gif) repeat-x scroll 0% 0%;
	border-bottom:none;
	list-style-position:outside;
	list-style-type:disc;
}

#subnav ul li ul li a{
	color:#603813;
}

#subnav ul li ul li a:hover{

}

#property_search_side {
	width: 190px;
	margin: 20px 0;
}
#property_search_side_inner {
}
.propertysearchform label {
	font-weight:bold;
	display:block;
	font-size:0.8em;
	color:#4D4D4D;
}
.formfield {
	width:99%;
}
.formfield, .formfield_nw,
.searchMultiSelect select, .multiSelect input {
	border:1px solid #aaa;
	margin-bottom:8px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	color:#808080;
}

#related_properties select {
	width:465px;
}

.searchMultiSelect, multiSelect {
	border-collapse:collapse;
}
.searchMultiSelect td, .multiSelect td {
	padding-left:0 !important;
}

.searchMultiSelect select {
	width: 135px;
}

.searchMultiSelect select {
	margin:0;
}

#property_contactform .formfield {
	width:95%;
}
.formfield#contact_title {
	margin-right:3px;
	width:25%;
}
.formfield#contact_forename {
	margin-right:6px;
}
.formfield#contact_forename,.formfield#contact_surname {
	width:31%;
}

.formtable {
	width: 90%;
}

.formtable th {
	width:130px;
	text-align:left;
	font-weight:normal;
}
.formtable td, .formtable th {
	padding:4px;
	vertical-align:top;
}

#seeonmap {
	display: block;
	float: right;
	padding-top: 2px;
}

#contactform table th {
	text-align:left;
}
.field_error {
	color:#ff0000;
}
#property_description{
	padding: 0 20px 15px 13px;
}
#property_graphs {
	padding: 4px;
}
#property_graphs .graph {
	padding: 6px;
}
#property_description h2{
	color:#4D4D4D;
	font-size:14px;
	padding-bottom:10px;
}
#property_description h3{
	color:#4D4D4D;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
}
#property_description h5{
	color:#4D4D4D;
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
	
}
#property_description p {
	padding-bottom:5px;
	color:#808080;
	
}
#property_gallery {
	margin:0 0 0px 0;
	background: transparent url(/static/images/layout/small_images_bg_top.gif) no-repeat scroll top right;
	/* float:left; */
	clear: both;
	background-color: #F2F2F2;
}
#small_images_bg{
	float:left;
	width:207px;
	min-height:307px !important;
	height:auto;
}
#property_gallery_inner{
	margin:0px;
	background:transparent url(/static/images/layout/small_images_bg_bottom.gif) no-repeat scroll bottom right;
}
#small_images_bg_top{
	background:url('/static/images/layout/small_images_bg_top.gif') no-repeat;
	height:13px;
	width:207px;
	float:left;
}
#small_images_bg_bottom{
	background:url('/static/images/layout/small_images_bg_bottom.gif') no-repeat;
	height:13px;
	width:207px;
	float:left;
}
#small_images_inner{
	float:left;
	padding-left:20px;
	min-height: 240px !important;
	height:auto;
}

.jspagination {
	clear: both;
	padding: 0 20px;
}

.prp_view_images_t{
	color:#4d4d4d;
	font-family:Tahoma,Arial,sans-serif;
	font-size:14px;
	padding:10px 0pt 10px 20px;
}


.floorplans {
	
}

.floorplans img {
	padding: 10px 0;
}

#property_contactform {
	width: 676px;
	background-color:#8D9BA3;
	color:#F2F2F2;
	margin:0px 0 10px 0px;
	font-size:0.9em;
}

#property_contactform h2 {
	color:#f2f2f2;
}
#property_contactform hr {
	background-color:#f2f2f2;
}
#property_contactform_inner {
	padding:10px;
}
#property_contactform_footer {
	background: #FFF url(/static/images/buttons/contactform_close.gif) top left no-repeat scroll;
	height:37px;
	background-repeat:no-repeat;
}
#property_contactform_footer a {
	display:block;
	width:258px;
	height:37px;
	overflow:hidden;
	text-indent:-9999px;
}
#property_contactform_footer .button {
	width:216px;
	height:33px;
	cursor:pointer;
}

#property_left {
	width:462px;
	float:left;
}

#property_left ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
	
}
#property_left ul.features {
	width: 220px;
	float: left;
	margin-bottom: 10px;
	list-style-type: square;
}
#property_left ul.features li {
	/*
		background: #F9F9F9;
		border: 1px solid #ddd;
		background: #F2F2F2;
		border-left: 1px solid #c2c2c2;
		border-bottom: 1px solid #c2c2c2;
		border-right: 1px solid #e9e9e9;
		border-top: 1px solid #e9e9e9;
	*/
	margin: 6px;
	padding: 4px;
}
#property_right {
	margin-left:12px;
	float:left;
	width:185px;
}
.property_right_panel {
	margin:0 0 20px;
}
.panel_inner {
	font-size:11px;
}
.panel_inner h4 {
	font-size:12px;
	color:#D6562B;
	font-weight:bold;
}
.panel_inner img {
	margin-bottom:10px;
}
#map_canvas {
	width:186px; 
	height:210px; 
	overflow:hidden;
}
#map_canvas #logocontrol a img {
	margin-bottom: 15px !important;
}
#property_heading{
	float:left;
	margin-bottom:10px;
	width:100%;
}
#property_heading h1,
#property_heading h3 {
	color: #4D4D4D;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
}
#property_heading h1 {
	margin: 0;
	text-transform:uppercase;
}
#property_left h2 {
	margin-bottom: 20px;
}

#property_left hr {
	background: #eee;
}

#property_heading h3 {
	font-size:11px;
	color:#666666;
	font-weight:normal;
}
#property_price {
	float: right;
	color: #666666;
	font-size: 1.3em;
	/*line-height: 1.5em;*/
	padding-right: 5px;
}
#property_sum{
	float: right;
	color: #666666;
	font-size: 9px;;
	line-height: 1.5em;
	padding-right: 5px;
	text-transform:uppercase;
}
#price_summary_div{
	float:right;
	width:220px;/* was 150 */
}
#property_heading h1 span {
	color:#808080;
	font-size:0.8em;
	font-weight: normal;
}

#property_heading h1 span.ref {
	color: #909090;
	font-size:0.6em;
}

#property_heading h1 span.location {
	display: block;
	color: #909090;
	font-weight: normal;
	font-size:0.6em;
}

#property_heading h1 span.adminoptions {
	color: #909090;
	font-weight: bold;
	font-size:0.8em;
}

.pagelinks {
	border-bottom:1px solid #aaa;
	font-size:0.9em;
	margin-right:24px;
	margin-bottom:20px;
}
.pagelinks_left {
	width:150px;
	float:left;
}
.pagelinks_right {
	float:right;

}
.pagelinks_right_inner {
	margin-left:6px;
}
.pagelinks_right a {
	margin:0 0 0 2px;
}

.button {
	background: left top no-repeat scroll;
	text-indent:-9999px;
	font-size: 0;
	overflow:hidden;
	border:0;
	height:24px;
	cursor:pointer;
}

* html .button {
	padding-top: 21px;
}
.button.go {
	background-image:url(/static/images/buttons/search_site.gif);
	width:26px;
}

.button.propsearch {
	background-image:url(/static/images/buttons/search_properties.gif);
	width:181px;
}

#masthead .button.propsearch {
	background-image:url(/static/images/buttons/search_properties_home.png);
	width:146px;
	height: 24px;
	position: absolute;
	bottom: -15px;
	right:10px;
}

.button.findoutmore {
	background-image:url(/static/images/buttons/findoutmore.gif);
	width:93px;
	display: block;
}

.button.contactform {
	background-image:url(/static/images/buttons/contactus_send.gif);
	width:145px;
}
.button.contactform_static {
	background-image:url(/static/images/buttons/contact_submit.gif);
	width:145px;
}

.button.moredetails {
	background-image:url(/static/images/buttons/moredetails.gif);
	width:105;
	display: block;
}


.submitbutton {
	/* styles for the submit button */
}

/* ---------------------------------------- 
	User messages
   ---------------------------------------- */

.user-error {
	color: #FF0000;
}

.user-success {
	font-size: 16px;
}

/* ---------------------------------------- 
	Tableless CSS Structure
   ---------------------------------------- */

.csstable label, .csstable input {
	display: block;
	width: 240px;
	float: left;
	margin-bottom: 10px;
}

.csstable label {
	text-align: left;
	width: 80px;
	padding-right: 20px;
}

.csstable br {
	clear: left;
}

.csstable h3, .csstable h4 {
	padding-bottom: 4px;
}

/* ---------------------------------------- 
	Search Result Options
   ---------------------------------------- */

#resultoptions {
	width: 685px;
	padding-bottom: 10px;
}

.propertyresults .pagelinks {
	margin-bottom: 0;
}

/* ---------------------------------------- 
	Subscriptions, etc
   ---------------------------------------- */
#subscribe {
	float: left;
	width: 236px;
	background: #7C8A95 url('/static/images/layout/backslide.gif') bottom;
}

#subscribe_inner {
	padding: 6px;
}

#subscribe_inner h3, #subscribe_inner {
	color: #FFF;
}

#summarytoggle a {
	display: block;
	background: url('/static/images/layout/emailslidebgtext.gif') no-repeat 4px 4px;
	height: 21px;
}

#summarytoggle a img {
	float: right;
	padding-top: 8px;
	padding-right: 5px;
}

#subscribeform {
	
}

#subscribeform .email {
	margin-left: 5px;
	font-size: 10px;
	width: 160px;
}

#subscribeform .submit {
	font-size: 9px;
	width: 60px;
}


/* ---------------------------------------- 
	See on map
   ---------------------------------------- */
#seeonmap {
	float: right;
	padding-top: 3px;
}

/* ---------------------------------------- 
	Alerts and Messages, etc
   ---------------------------------------- */

.message {
	border: 1px solid #aaa;
	margin: 10px;
	padding: 5px;
	background-color: #ddffdd;
	color: #00aa00;
}

.message.merror {
	background-color:#ffdddd;
	color:#dd0000;
	font-weight:bold;
}
.field .message.merror {
	margin: 0 0 10px 0 !important;
}


/* ---------------------------------------- 
	Table list structure (In Admin Section Mainly)
   ---------------------------------------- */

.table-list > table {
	width: 100%; /* 660px */
}

.table-list .header td {
	background: #444;
	padding: 3px;
}

.table-list .header td a, .table-list .header td {
	color: #FFF;
}

.table-list .cell td {
	padding: 3px;
	font-size: 0.8em;
}

.table-list .cell-even td {
	/* styles for even cells */
}

.table-list .cell-odd td {
	background: #EEE;
}

     
div#searches { margin: 0; padding: 0; height: 185px; }
div#searches ul { margin: 0 0 0 10px; padding: 0; display: block; list-style: none; height: 25px; }
div#searches ul li { margin: 0 0 0 4px; padding: 0; display: block; float: left; cursor: pointer; text-indent: -9999px; height: 25px; background: #D0CFCB; color: #81807F; }
div#searches ul li#renting { background: transparent url(/static/images/layout/tab-renting-off.gif) no-repeat top left; width: 80px; }
div#searches ul li#buying { background: transparent url(/static/images/layout/tab-buying-off.gif) no-repeat top left; width: 72px; }
div#searches ul li#buying.active { background-image: url(/static/images/layout/tab-buying-on.gif); }
div#searches ul li#renting.active { background-image: url(/static/images/layout/tab-renting-on.gif); }
div#searches ul li.active { background-color: #5E6B69; color: #ffffff; }
div#searches div.panel { margin: 0; padding: 0; background: #5e6b69 url(/static/images/layout/searches-bg.gif) no-repeat right top; clear: both; height: 160px; color: #ffffff;  display: none; }
div#searches div.active { display: block;  background: #5e6b69 url(/static/images/layout/searches-bg.gif)}
div#searches  div.inner { margin: 0; padding: 10px; }

div#search-content { background: transparent url(/static/images/layout/search-content-bg.gif) no-repeat left bottom; }
div#search-content ul { margin: 0; padding: 0 0 0 5px; list-style: none; height: 25px; background: #AE1E1B; }
div#search-content ul li { margin: 0; padding: 0; display: block; float: left; cursor: pointer; text-indent: -9999px; height: 25px; background: #D0CFCB; color: #81807F; }
div#search-content ul li#rent { background: transparent url(/static/images/layout/tab-rent-off.gif) no-repeat top left; width: 55px; }
div#search-content ul li#buy { background: transparent url(/static/images/layout/tab-buy-off.gif) no-repeat top left; width: 50px; }
div#search-content ul li#buy.active { background-image: url(/static/images/layout/tab-buy-on.gif); }
div#search-content ul li#rent.active { background-image: url(/static/images/layout/tab-rent-on.gif); }
div#search-content ul li.active { background-color: #5E6B69; color: #ffffff; }
div#search-content div.panel { margin: 0; padding: 0 10px 10px; clear: both; display: none; /*display: none; */ }
div#search-content div.active { display: block; }

#search-toggle,
#search-links {
	display: none;
}

.nojstitle {
	background: #AE1E1B;
	line-height: 1.8em;
	color: #fff;
	text-indent: 10px;
}

div#searches .checkbox-container {
	width: 120px;
	float: left;
}

div#searches label {
	color: #E6E6E6;
	cursor: pointer;
}

div#searches label input {
	vertical-align: middle;
}

td.all-boxes {
	padding: 3px 1px;
	/* background: #4D4D4D; */
	background: url('/static/images/layout/allback.gif') 2px 4px no-repeat;
}

.subtle {
	color: #aaaaaa;
}

#search-toggle {
	width: 190px;
	height: 40px;
	background: transparent url(/static/images/layout/search-toggle-on.gif) no-repeat left top;
}

#search-toggle.off {
	background-image: url(/static/images/layout/search-toggle-off.gif);
}

#search-toggle.on {
	background-image: url(/static/images/layout/search-toggle-on.gif);
}

#search-toggle h2 {
	font-size: 1.2em;
	padding: 10px 10px 0;
	color: #ffffff;
	cursor: pointer;
}

#search-content {
	background: #f2f2f2;
}

.head_right{
	padding-bottom:7px;
	padding-top:15px;
}
.pad-b{
	padding-bottom:10px;
}
#search_back{
	float:right;
}
#search_back a{
	color:#603813;
	font-size:12px;
	text-transform:none;
}
#pagecrumbs_crumbs{
	float:left;
}
#latest_news_strapline {
	height:40px;
	line-height:40px;
	width:710px;
	float:right;
	overflow: hidden;
}
#contact_form{
	width:490px;
	float:left;
	margin:5px 0 20px 0px;
}
.contact_form_top{
	background:url(/static/images/layout/contact_bg_head.gif) no-repeat;
	width:490px;
	height:11px;
	float:left;
	font-size:0px;
	line-height:0px;
}
.contact_form_content{
	background-color:#F2F2F2;
	float:left;
	width:490px;
}

.contact_form_content p {
	padding:0 20px;
}

.contact_form_content h3{
	color:#4d4d4d;
	padding-left:20px;
	padding-bottom:15px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.3em;
}
.contact_form_bottom{
	background:url(/static/images/layout/contact_bg_bottom.gif) no-repeat;
	width:490px;
	height:11px;
	float:left;
}
.contact_form_content .row{
	width:480px;
	float:left;
	padding:0 10px 2px 0px;
}
.contact_form_content .label{
	width:150px;
	float:left;
	color:#666666;
	padding-left:20px;
	
}
.contact_form_content .field{
	width:250px;
	float:left;
}
.textfield{
	border:1px solid #666666;
	width:200px;
}
.radio{
	
	height:13px;
}
.logo_foot{
	float:left;
	padding:5px 0 10px 14px;
	width:950px;
	margin:10px 0;
}
#img_row{
	float:left;
}

.img_wrapper {
	position:relative;
}
.img_overlay {
	position:absolute; top:0; left:0;
}


.submitenquiry {
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	background: url('/static/images/layout/button-go.gif');
	width: 40px;
	height: 20px;
}

#contact_message {
	height: 190px;
}

/* ---------------------------------------- 
	Search Results
   ---------------------------------------- */

div.notice {
	background: #fff none repeat scroll 0%;
	border: 1px solid #fff ;
	clear: both;
	margin: 0pt 0pt 10px;
}

.resultBox {
	border-bottom:1px dotted #FEEAD2;
	clear:both;
	margin:0px 0px 15px;
	padding-bottom:15px;
}

.resultBox div.resultNum {
	display:inline;
	font-size:1em !important;
}
.resultNum {
	font-weight:normal;
	line-height:1.3em;
	padding:5px 5px 2px 0px;
}

.resultBox a {
	display:inline;
	font-size:1.0em !important;
	font-weight:bold;
	text-decoration:none !important;
}

.resultInfo {
	line-height:1.5em !important;
	margin-top:5px;
}

.greyout {
	color:#ddd !important;
}

.cmshighlight {
	font-weight: bold;
	text-decoration: underline;
}

.prevnext {
	text-align: right;
}

/* Mortgage Calculator */

#mortgage_calculator {
	width: 190px;
	margin-bottom: 20px;
}

#mortgage_calculator .middle {
	min-height: 100px;
	background: url('/static/images/layout/calc_middle.gif');
}

#mortgage_calculator .middle input.formfield {
	width: 96%;
}

#mortgage_calculator .middle label {
	color:#4D4D4D;
	display:block;
	font-size:0.8em;
	font-weight:bold;
}

#mortgage_calculator .middle .mortgage-content {
	padding: 10px 10px 0;
}

.repaymentfield {
	border: 0;
	background: transparent;
}

.paymentresults {
	height: 20px;
	padding: 2px 5px 8px 5px;
}

.paymentresults span,
.paymentresults input {
	color: #31505B;
	font-size: 16px; 
	display: inline;
}

.paymentresults span {
	/* &pound sign needs styles also */
}

.paymentresults input {
	/* font sizes etc */
	width: 140px;
}

#recalculate {
	display: block;
	border: 0;
	width: 109px;
	height: 21px;
	background: url('/static/images/buttons/recalculate.gif');
	text-indent: -999em;
}

.property_search_button {
	background: url('/static/images/layout/home-search-properties.gif');
	width: 166px;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: -999em;
	display: block;
	line-height: 0;
}

.property_search_button_side {
	background: url('/static/images/layout/side-search-properties.gif');
	width: 166px;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: -999em;
	line-height: 0;
}

.monthlyrepayment {
	font-size: .9em !important;
	font-wight: bold;
}


#admin_wrapper_inner #content_wrapper,#admin_wrapper_inner #content,#admin_wrapper_inner #pagecrumbs {
	width:100% !important;
	float:none;
}
#admin_wrapper_inner {
}
#admin_wrapper_inner #content_inner,#admin_wrapper_inner #pagecrumbs_inner {
	padding:5px 20px;
}
#admin_wrapper_inner .pagelinks {
	margin:0 0 24px;
}

.homepage_feature h2 {
	text-transform:uppercase;
}

/*************************
* JS Ticker
*************************/

.ticker a {
	color: #666;
	text-decoration:none;
}

.ticker a b {
	color: #446779;
	font-weight: medium;
}

.home .ticker a, .home .ticker a b {
	color: #F2F2F2;
	text-decoration:none;
}

.home .ticker a:hover {
	text-decoration:underline;
}

/* inner page ticker */
#latest_news_strapline .ticker {
	font-size:0.95em;
}

/*************************
* Admin styles
*************************/

.admin #gallery {
	padding-top: 10px;
	width: 460px;
	float: left;
}

.admin #gallery .gallery_item {
	float: left; 
	width: 180px;
	padding: 0 10px 10px;
}

.admin #gallery .gallery_item_inner {
	
}

.admin #gallery .gallery_item_delete {
	display: block;
	text-align: right;
}

/* ---------------------------------------- 
	Photo List
   ---------------------------------------- */

#photos_list span {
	line-height: 2.0em;
	display: block;
	float: left;
}
#photos_list input {
	float: right;
}
#photos_list .uploadQueue {
	width: auto;
	color: #666;
	background: #efefef;
	border: 1px solid #ccc;
	padding: 0.8em 0.6em;
	margin: 4px;
	height: 1.8em;
}

/* .gallery_item {
	float:left;
	margin:20px;
}

.gallery_item_tools {
	display:block;
	text-align:right;
}
.gallery_item_tools a.tool_delete { 
	color:#aa0000;
	font-weight:bold;
}

.gallery_item_tools .tool_setmain {
	font-size:0.85em;
} */


.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* ---------------------------------------- 
	Our Buttons
   ---------------------------------------- */

/* generic button styles ... */
.obutton {
	/* font-size: 1.0em;
	padding: 4px;
	border: 0;
	background: #AE1E1B;
	color: #fff;
	font-weight: bold; */
}

.obutton.login {
}

.obutton.logout {
}

.obutton.next {
}

.obutton.back {
}

.obutton.next, .obutton.back, .obutton.submit {
	font-size: 1.0em;
	padding: 6px;
	border: 0;
	background: #AE1E1B;
	color: #fff;
	font-weight: bold;
	border: 1px solid #333;
}


.obutton.register {
}

.obutton.submit {
}

.obutton.upload {
}

#uploadbutton {
}

.obutton.done {
}

.obutton.delete {
}

.obutton.submitenquiry {
}


.admin-nav {
	margin: 10px 0;
	line-height:normal;
}

.admin-nav.left {
	float: left;
}

.admin-nav.center {
	float: left;
	margin-left: 100px;
}

.admin-nav.right {
	float: right;
}

.admin-nav ul {
	padding: 0;
	margin:0;
	list-style:none;
}

.admin-nav li {
	float: left;
}

.admin-nav a {
	font-size: 0.9em;
	border: 1px solid #ccc;
	display: block;
	margin: 1px;
	padding: 6px 12px;
	text-decoration:none;
}

.admin-nav a:hover,
.admin-nav a.selected {
	background: #efefef;
}

#print_link {
	float:right;
	position:relative;
	right:40px;
}

.back_search{
	background:url(/static/images/buttons/back_search.gif) no-repeat;
	text-indent:-9999px;
	width:107px;
	height:19px;
	float:left;
}

.protect {
	display: none;
}

/* ---------------------------------------- */
/* © Evolving Media Limited 2008            */
/* ---------------------------------------- */