@charset "utf-8";
/* CSS Document */

html { /*Firefox fix*/
	min-height: 100%;
	margin-bottom: 1px;
	}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#49b8e8;
}
body,td,th,input,textarea,select {
	font-family:Trebuchet MS, Calibri, Arial, sans-serif;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#009fe3;
	}
a:hover {
	color:#575757;
}

form {
	margin:0;
	padding:0;
}
.invis {
	display:none;
	}
.left {
	float:left;
}
.right {
	float:right
}
#pageContent {
	border:0px solid red;
	width:970px;
}
#layout {
	margin: 0 auto 10px auto;
	text-align:left;
	padding:0;
	width:970px;
	clear: both;
	border:0px solid green;
	background-image:url(/templates/images/bottom_rounded.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:white;
}

/* CSS FIXES */
/* Fix clearing bug */
.noshow {
	position: absolute;
	display:none;
	left: -9000px;
}
.clearboth{
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#pageInnerContent {
	margin:0 7px 0 7px;
}


#header {
	background-image:url(/templates/images/logo_bar.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:126px;
	width:956px;
	margin:0 0 5px 0;	
	border:0px solid black;
}
#header .logo {
	float:left;	
	margin:6px 0 0 0;
}
#header .telephone {
	float:right;	
	width:350px;
	border:0px solid black;
	padding:41px 0 0 0px;
	color:#49b8e8;
	font-size:1.1em;
	text-align:right;
}
#header .telephone .uk {
	padding-right:10px;
}
#header .telephone .country {
	font-size:0.9em;
}
#printHeader {
	display:none;	
}

#primaryNav a, h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, Rockwell, Calibri, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
.leftColumn h2 {
	color:#03971d;
}
.blue {
	color:#009fe3;	
}
.green {
	color:#03971d;	
}
.white {
	color:white;	
}
#primaryNav {
	margin:12px 0px 8px 9px;
	xborder:1px solid red;
}
#primaryNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#primaryNav li {
	display:inline;
}
#primaryNav a {
	color:#575757;
	font-weight:normal;
	font-size:1.2em;
	margin-right:35px;
	display:inline-block;
	xborder:1px solid black;
	line-height:normal;
}
#primaryNav a.sel {
	color:#009fe3;
}
#primaryNav a:hover {
	color:#009fe3;
}


.arrow {
	font-size:1.2em;	
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.leftColumn {
	width:717px;
	float:left;
	xborder:1px solid black;
}
.rightColumn {
	width:238px;
	float:left;
	margin-bottom:25px;
}
.rightColumn h2 {
	padding:0 0 0 8px;
	font-size:1.2em;
	margin:0px;
}
/* 



*/
.propertysearch {
	background-color:#009fe3;
	width:238px;
	border:0px solid black;
}
.propertysearch .formPropertySearch {
	background-color:#ededed;	
	font-size:0.7em;
	padding:3px 10px 15px 7px;
}
.propertysearch .formPropertySearch table td {
	padding:5px 5px 0 0;
}
.propertysearch .formPropertySearch select {
	font-size:1em;
	width:100px;
	margin:2px 0 0 0;
	padding:0px;
}
.propertysearch .formPropertySearch .area {
	width:150px;
}
.propertysearch h2 {
	padding:6px 0 5px 8px;
	color:white;
	font-weight:normal;
}
.propertysearch ul.tabs {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #009fe3;
	margin:0 0 0 4px;
}
.propertysearch ul.tabs li {
	display:inline;
}
.propertysearch ul.tabs li a {
	font-size:12px;
	color:black;
	font-weight:bold;	
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#009fe3;
	float:left;
	text-align:center;
	height:25px;
	border:0px solid black;
	margin:0 3px 0 0;
}
.propertysearch ul.tabs li a span.text {
	padding:6px 0 0 0;
	height:25px;
	border:0px solid black;
	display:inline-block;
	cursor:pointer;
}
.searchRef {
	background-color:#ededed;
	border-top:8px solid white;
	padding:5px 10px 5px 7px;
}
.searchRef td {
	font-size:0.7em;
	color:#515151;
}
.searchRef td input.text {
	font-size:1em;
	width:97px;
	background-color:#f2f2f2;
	border:1px solid #7f9db9;
}
.searchRef p {
	font-size:0.7em;
	margin:.5em 0 .5em 0;
}
/* 

*/
.propertysearch ul.tabs li.sResidential a {
	background-image:url(/templates/images/search_residential_off.gif);
	width:82px;
}
.propertysearch ul.tabs li.sResidential a:hover {
	background-image:url(/templates/images/search_residential_on.gif);
}
.propertysearch ul.tabs li.sResidential a.sel {
	background-image:url(/templates/images/search_residential_sel.gif);
}
.propertysearch ul.tabs li.sResidential a.sel:hover {
	background-image:url(/templates/images/search_residential_sel.gif);
}
.propertysearch ul.tabs li.sResidential a.sel span.text {
	padding:2px 0 0 0;	
	xborder:1px solid black;
}
/* 

*/
.propertysearch ul.tabs li.sPlots a {
	background-image:url(/templates/images/search_plots_off.gif);
	width:55px;
}
.propertysearch ul.tabs li.sPlots a:hover {
	background-image:url(/templates/images/search_plots_on.gif);
}
.propertysearch ul.tabs li.sPlots a.sel {
	background-image:url(/templates/images/search_plots_sel.gif);
}
.propertysearch ul.tabs li.sPlots a.sel:hover {
	background-image:url(/templates/images/search_plots_sel.gif);
}
.propertysearch ul.tabs li.sPlots a.sel span.text {
	padding:2px 0 0 0;	
	xborder:1px solid black;
}
/* 

*/
.propertysearch ul.tabs li.sCommercial a {
	background-image:url(/templates/images/search_commercial_off.gif);
	width:86px;
	margin:0 0 0 0;
}
.propertysearch ul.tabs li.sCommercial a:hover {
	background-image:url(/templates/images/search_commercial_on.gif);
}
.propertysearch ul.tabs li.sCommercial a.sel {
	background-image:url(/templates/images/search_commercial_sel.gif);
}
.propertysearch ul.tabs li.sCommercial a.sel:hover {
	background-image:url(/templates/images/search_commercial_sel.gif);
}
.propertysearch ul.tabs li.sCommercial a.sel span.text {
	padding:2px 0 0 0;	
	xborder:1px solid black;
}
/* 

*/
#plotSearch, #commercialSearch, #propertySearch {
	display:none;	
}


#footer {
	border:0px solid black;
	width:940px;
	color:white;
	font-size:0.7em;
	padding:0 0 50px 0px;
}
#footer ul {
	margin:0px;
	padding:0px;
}
#footer ul li {
	display:inline;	
}
#footer a {
	font-weight:bold;
	color:white;
	margin:0 0 0 10px;
}
#footer a:hover {
	color:black;
}

.rightColumn #loginopen {
	display:none;
}
.rightColumn .login, .rightColumn #forgotpassword {
	margin:15px 0 0 0;
	width:238px;
	xborder:1px solid black;
}
.rightColumn .login h2 span.blockArrow {
	color:#009fe3;
	background-image:url(/templates/images/right_arrow_off.gif);
	background-position:right 0.4em;
	background-repeat:no-repeat;
	padding:0 18px 0 0;
	cursor:pointer;
}
.rightColumn .login .forget {
	margin:3px 0 0 0;
	cursor:pointer;
}
.rightColumn .login table {
	margin:8px 0 0 8px;
	font-size:0.7em;
	xborder:1px solid black;
	width:220px;
}
.rightColumn .login table td {
	padding:3px 5px 0 0;
}
.rightColumn .login input.input {
	background-color:#ccecf9;
	border:none;
	width:139px;
}
.rightColumn .login h2.expanded span.blockArrow {
	color:#009fe3;
	background-image:url(/templates/images/right_arrow_on.gif);
}




.rightColumn .block {
	margin:15px 0 0 8px;
}
.rightColumn .block h2 {
	display:inherit;
	padding:0px;
	color:#03971d;
	padding-bottom:0.3em;
	cursor:pointer;
}
.rightColumn .block h2 span.blockArrow {
	background-image:url(/templates/images/right_arrow_green_off.gif);
	background-position:right 0.3em;
	background-repeat:no-repeat;
	padding-right:18px;
}
.rightColumn .block h2.expanded span.blockArrow {
	background-image:url(/templates/images/right_arrow_green_on.gif);
}
.rightColumn .block p {
	font-size:0.7em;
	margin:0px;
	padding:0px;
}
.rightColumn .feature {
	margin:20px 0 0 0;
}



.leftColumn p {
	font-size:0.8em;
	margin:0.5em 0 1em 0;
	padding:0;
}
.leftColumn td {
	font-size:0.8em;
}
.leftColumn td.head {
	color:#03971d;
}
.leftColumn p, .innerLeft li {
	font-size:0.8em;
}
.leftColumn h2 {
	font-size:1.3em;
}
.innerLeft li {
	list-style-type:none;
	background:url(/templates/images/blue_bullet.gif) 0.9em 0.5em no-repeat;
	padding-left:30px;
	margin-left:-30px;
}
.leftColumn h2, .leftColumn h3, .leftColumn h4, .leftColumn h5, .leftColumn h6 {
	margin-top:1em;
}
.leftColumn h1.bg {
	background-position:0 right;
	background-repeat:no-repeat;
	color:white;
	height:30px;
	padding:25px 8px 8px 8px;
	margin:0 0 6px 0;
	border:0px solid black;
}
.leftColumn h1.bg1 {
	background-image:url(/templates/images/general_bg_2.jpg);
}
.leftColumn h1.bg2 {
	background-image:url(/templates/images/general_bg_1.jpg);
}
.leftColumn h1.indented {
	margin:0 0 0 8px;
}
.leftColumn {
	xborder:1px solid black;	
}



.prop_info_text {
	width:205px;
	font-size:0.9em;
	background-color:#c5e7cb;
	border:none;
}
.prop_info_select {
	font-size:0.9em;
	background-color:#c5e7cb;
	border:none;
}
.prop_info_textarea {
	width:300px;
	height:120px;
	background-color:#c5e7cb;
	border:none;
}
#formFields tr.spaceAbove td {
	padding-top:10px;
}
#formFields label.error {
	display: block;
	color: red;
	font-style: italic;
	font-weight: normal;
	font-size:0.8em;
}
#formFields input.error {
	border: 1px solid red;
}
#formFields textarea.error {
	border: 1px solid red;
}
#formFields div.error {
	font-size:0.8em;
	margin:5px 0 15px 0;
	color:red;
}
#formFields .asterix {
	font-size:0.8em;
}
#formFields p.required {
	font-size:0.7em;
}
#formFields .processing {
	font-size:0.8em;
	margin:25px 0 15px 0;
	display:none;
}
#formFields .thanks {
	margin:25px 0 15px 0;
	display:none;
}
#formFields .processing {
	background-image:url(/templates/images/ajax-loader2.gif);
	xborder:1px solid #03F;
	font-size:0.8em;
	background-repeat:no-repeat;
	background-position:0 0;	
	height:30px;
	color:#0085bf;
	font-weight:bold;
	padding:5px 0 5px 35px;
}


.mortgagecalculator {
	font-size:0.7em;
	background-color:#eef0f1;
	padding:0 10px 10px 10px;
	display:none;
}
.mortgagecalculator input.text {
	border:none;
	background-color:#caf8cc;
	width:80px;
	margin:0 0 2px 0;
}
.mortgagecalculator .label {
	border:0px solid black;
	width:95px;
	float:left;
}
.mortgagecalculator .element {
	float:left;
}
.mortgagecalculator h3 {
	font-size:1.2em;
	margin:10px 0 10px 0;
}



button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#009fe3;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#009fe3;
    border:1px solid #C6D880;
    color:white;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
table.myPlace td {
	border-bottom:1px dashed black;	
	padding:5px 0 5px 5px;
}
table.myPlace td.head {
	background-color:#009fe3;
	color:white;
	font-weight:bold;
}
#myplace ul {
	list-style-type:none;
	margin:3px 0 0 8px;
	padding:0px;
	font-size:0.8em;
}
/*

*/
.saveRate {
	float:right;
	margin:10px 0 10px 0;
	border:0px solid black;
}
.saveRate .title {
	font-family:Georgia, Rockwell, Calibri, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#666666;
	float:left;
	margin:2px 5px 0 0;
}
.saveRate .stars {
	xborder:1px solid black;
	float:left;
}
.saveRate .stars img {
	cursor:pointer;
	margin:0px 0px 0 1px;
}
.saveRateProperty {
	float:left;
	margin-top:20px;
	margin-left:6px;
}
.registerMessage {
	margin:10px 0 0 0;
	padding:10px 5px 1px 10px;
	background-color:#e5e5e5;
	width:440px;
}
.registerMessage p {
	margin:0 0 1em 0;
}
/*

*/
.savePropertyDelete {
	float:right;
	margin:9px 0 0 30px;
	border:0px solid black;
	cursor:pointer;
}
.saveSearchDelete {
	cursor:pointer;
}
/*

*/
.error {
	color:red;	
}
/*

*/
.jhover {
	color:#49B8E8;
	cursor:pointer;
}
.jhoverOn {
	color:#03971D;	
}

.rightColumn .fastTracks {
	margin:10px 0 0 0;
	padding:0 0 0 0;
	background-repeat:repeat-x;
	font-family:Georgia, Rockwell, Calibri, Arial, Helvetica, sans-serif;
	border:0px solid black;
}
.rightColumn .fastTracks ul {
	margin:0px;
	padding:5px;
	padding-top:3px;
	list-style-type:none;
}
.rightColumn .fastTracks ul li {
	padding:0 0 0 0px;
	font-size:0.8em;
	line-height:1.8em;
	color:#858585;
	cursor:pointer;
}
.rightColumn .fastTracks ul li a {	
	color:#858585;
	xborder:1px solid black;
	padding:3px 25px 3px 3px;
	background-image:url(/templates/images/arrow_blue_on_blue_2.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.rightColumn .fastTracks ul li.highlight a {
	font-size:1.2em;
	color:#009fe3;
}
.rightColumn .fastTracks ul li a:hover {
	color:black;
	background-color:#e0f2fa;
}

div.translate {
	background-color:#d6e5ec;
	border:1px solid ##d6e5ec;
	height:16px;
	padding:4px 8px 6px 8px;
	margin:15px 0 0 0;

}
div.translate table.translate img {
	margin-right:4px;
}
div.translate .title {
	float:left;
	margin:0 10px 0 0;
	font-size:0.78em;
	color:#007ec0;
}
div.translate .flags {
	float:left;
	margin:2px 0 0 0;
}
a.googleMap {
	background-color:#49b8e8;
	padding:4px;
	padding-bottom:7px;
	color:white;
}
a.googleMap:hover {
	background-color:#0084bd;
	color:white;
}
div.googleMap {
	margin-top:10px;
	xborder:1px solid black;
}
