@charset "utf-8";
/* CSS Document */
html { /*Firefox fix*/
	min-height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#ececec;
	background-image:url(/templates/images/bg.gif);
	xbackground-repeat:repeat-x;
	background-position:top center;
}
h1, h2, h3, h4, h5, h6, #primaryNav {
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h2, h3, h4, h5, h6, #primaryNav, .pClickToView {
	font-family:Calibri, Arial, sans-serif;
}
h1, .propertyResult h2, .propertyResult h3, .home h2, .footerAgents h2 {
	font-family:Georgia, Calibri, Arial, sans-serif;
}
body, p, td, th, input, textarea, select {
	font-family:Calibri, Trebuchet MS, Arial, sans-serif;
}
p, td {
	font-size:0.9em;
}
p {
	line-height:1.4em;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#006699;
}
a:hover {
	color:#cf0d31;
}
form {
	margin:0;
	padding:0;
}
.invis {
	display:none;
}
.left {
	float:left;
}
.right {
	float:right
}
.enIPBody .buttonPanel {
	background-image:url(/templates/images/buttons.png);
	cursor:pointer;	
}
.esIPBody .buttonPanel {
	background-image:url(/templates/images/buttons_es.png);	
	cursor:pointer;	
}
#pageContent {
	border-bottom:2px solid #d7d7d7;
	width:980px;
	background-position:top;
	background-color:white;
}
#layout {
	margin: -2px auto 0 auto;
	text-align:left;
	padding:0;
	width:989px;
	clear: both;
	border:0px solid black;
	background-color:white;
	xbackground-image:url(/templates/images/page-footer-bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
/* 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 */

#debug {
	position:fixed;
	top:0;
	width:300px;
	border:1px solid black;
	background-color:white;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

.topHeader {
	background-image:url(/templates/images/header_bg.png);
	background-repeat:repeat-x;
	height:122px;
	position:relative;
	z-index:2;
}
.esIPAdmin .topHeader {
	background-image:url(/templates/images/header_bg_2.png);
	height:78px;
}
.print {
	display:none;
}
#pageInnerContent {
	margin:0 0px 0 0px;
	xborder:1px solid white;
	xbackground-color:white;
}
#footer {
	margin:0 25px 25px 25px;
	xborder:1px solid blue;
}
#header {
	width:980px;
	margin-left: auto;
	margin-right: auto;
}
#header .leftHead {
	float:left;
	width:412px;
	border:0px solid black;
}
#header .rightHead {
	border:0px solid red;
	float:right;
	width:561px;
	height:79px;
	background-image:url(/templates/images/header_right_en.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#header .rightHead .topNav {
	display:block;
	float:right;
	border-bottom:3px solid #73d3e6;
	border-left:3px solid #73d3e6;
	border-right:3px solid #73d3e6;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-left-radius:10px; 	
	-moz-border-radius-bottomleft:10px;
	background-color:#c7dee3;
	padding:3px 2px;
}
.esIPBody #header .rightHead {
	background-image:url(/templates/images/header_right_es.png);
}
#header .rightHead .languages {
	float:right;
	margin:0px 15px 0 0px;
}
#header .rightHead .languages .english {
	padding-right:10px;
}
#header .rightHead .languages img {
	margin-left:5px;
	border:1px solid #a4d5e4;
}
#header .rightHead .languages a {
	font-size:14px;
	color:#666;
}
#header .rightHead .estateagents {
	float:right;
	font-size:14px;
	margin:0px 15px 0 0;
	padding:0px 10px;
	border-radius:5px; 	
	-moz-border-radius:5px;
	color:#666;
}
#header .rightHead .estateagents .loginHover {
	color:#006699;
}
#header .rightHead .estateagents li {
	list-style-type:none;
	display:inline;
	padding:0 0 0 8px;
}

.loginLayer {
	position:relative;
}
.loginLayer .content {
	background-image:url(/templates/images/white-bg90.png);
	position:absolute;
	top:17px;
	left:0px;
	z-index:2;
	width:240px;
	padding:10px;
	border-radius:5px; 	
	-moz-border-radius:5px;
	font-size:14px;
	box-shadow: 2px 2px 5px #CCC;
	
}
#header .rightHead .loginLayer {
}
#quickSearchContainer {
	width:980px;
	margin-left: auto;
	margin-right: auto;
	background-color:#eaeaea;
}
#quickSearch {
	width:570px;
	margin-left: auto;
	margin-right: auto;
	margin-top:8px;
}
#quickSearchContainer .searchingImg {
	background-image:url(/templates/images/big-ajax-loading.gif);
	background-repeat:no-repeat;
	margin-left:5px;
	width:77px;
	height:26px;
	float:left;
	display:none;
}
#quickSearch input {
	color:#999;
	font-size:16px;
	width:300px;
}
#quickSearch .selected {
	color:#000;
}
#quickSearch .queryTitle {
	float:left;
	padding-right:10px;
	font-size:1.2em;
	font-weight:bold;
	color:#666;
}
.leftColumn {
	float:right;
	width:738px;
	margin:0 0 10px 0;
	border:0px solid red;
}
.mainLeftContent {
	margin:0 10px 0 10px;
}
.rightColumn {
	float:left;
	width:240px;
	margin-bottom:40px;
	margin-left:10px;
}
.leftColumn .feature {
	width:347px;
	float:left;
	margin:0px 10px 10px 0px;
}
.leftColumn .f2 {
	margin-right:0px;
	zborder:1px solid black;
}
.leftColumn .feature .titlebar {
	width:327px;
	background-color:#cf0d31;
	color:white;
	padding:1px 10px 1px 10px;
}
.leftColumn .feature .titlebar a {
	color:white;
}
.leftColumn .article {
	width:347px;
	xbackground-color:#0CF;
	float:left;
	margin:0px 10px 0px 0px;
}
.leftColumn .a2 {
	margin-right:0;
}
.leftColumn .article h2 {
	font-size:1.2em;
	padding:5px 0 5px 7px;
	border-bottom:1px solid #99bad9;
}
.leftColumn .article .caption {
	margin:5px 8px 0 8px;
}
.leftColumn .article p {
	margin:0 0 1em 0;
}
#header .logo {
	margin:0 0 0 7px;
}
#primaryNav {
	border:0px solid red;
	margin:46px 0 0 0;
	float:left;
}
#primaryNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#primaryNav li {
	display:inline;
}
#primaryNav a {
	color:#5e5e5e;
	font-weight:normal;
	font-size:1.1em;
	display:inline-block;
	xborder:1px solid black;
	line-height:normal;
	background-image:url(/templates/images/primaryNavArrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:0 20px 0 0;
	margin:0 30px 0 0;
}
#primaryNav a.sel {
	color:#cf0d31;
}
#primaryNav a:hover {
	color:#cf0d31;
}
.propertySearch {
	background-color:#c9eadb;
	border-left:1px solid #c0d2bd;
	border-right:1px solid #c0d2bd;
	border-bottom:1px solid #c0d2bd;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-left-radius:5px; 	
	-moz-border-radius-bottomleft:5px;
}
.propertySearch {
	margin:0 0 29px 0;
}
.formPropertySearch {
	background-color:#c9eadb;
}
.propertySearch h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:8px 5px 5px 7px;
	font-size:1.30em;
	color:#2f2f2f;
	font-weight:normal;
}
.esIPBody .propertySearch h2 {
	font-size:1.2em;
}
.propertySearch .formPropertySearch {
	font-size:0.8em;
	padding:0px 10px 10px 10px;
}
.propertySearch .formPropertySearch table td {
	padding:3px 5px 0 0;
	font-size:1em;
	font-weight:bold;
}
.propertySearch .formPropertySearch table td.f {
	width:55px;
}
.propertySearch table td.found {
	padding-top:10px;
}
.propertySearch .formPropertySearch select {
	font-size:1em;
	margin:2px 0 0 0;
	padding:0px;
	font-weight:bold;
	color:#535353;
}
.propertySearch .formPropertySearch .area, .propertySearch .formPropertySearch .towns, .propertySearch .formPropertySearch .type {
	width:155px;
}
.propertySearch .formPropertySearch .price, .propertySearch .formPropertySearch .bedrooms {
	width:75px;
}
.propertySearch #mapSearched td {
	border:0px solid black;
	padding-top:8px;
	padding-bottom:3px;
}
.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;
}
.leftColumn h1 {
	color:#666666;
	font-size:1.4em;
	padding:0px 5px 10px 10px;
	border:0px solid black;
}
.leftColumn .pageHeaderContainer {
	background-image:url(/templates/images/h1_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:white;
}
.generalLayout .pageHeaderContainer {
	padding-top:15px;
}
.leftColumn .breadcumbTrail {
	color:#666;
	margin:3px 0 0 11px;
	font-size:0.8em;
}
.leftColumn .breadcumbTrail a {
	color:#999;
}
.leftColumn .pageHeaderContainer .pageHeader {
	float:left;
	border:0px solid black;
	width:628px;
}
.leftColumn .pageHeaderContainer .currencyDropdown {
	margin:6px 10px 0 0;
	float:right;
	background-color:#CCC;
}
.leftColumn .pageHeaderContainer .currencyDropdown select {
	background-color:#EBEBEB;
	border:0px solid #666;
	font-size:12px;
}
/*

*/

.propertyResult {
	border:1px solid white;
	border-bottom:1px solid #cdcdcd;
	padding:4px 0 0 0;
}
.propertyResult .imageset .isImage {
	border:0px solid black;
	max-width:260px;
	height:195px;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
}
.propertyResult h2, .propertyResult h3 {
	font-size:1.0em;
	color:black;
	padding:5px 0 4px 0;
}
.propertyResult h2 a, .propertyResult h3 a {
	color:#3b3b39;
}
.propertyResult p .arrow {
	color:#3b3b39;
	font-size:1.5em;
	font-weight:bold;
}
.propertyResult .price {
	color:#3d9b35;
	font-size:1.1em;
}
.propertyResult a:hover {
	color:#cf0d31;
}
.propertyResult .description {
	cursor:pointer;
	float:left;
}
.propertyResultHover {
	background-color:#e8f2e7;
}
.propertyResult .imageContent {
	float:left;
	width:260px;
	min-height:120px;
	margin:0 0 4px 0;
	background-color:#ebeaea;
	border-radius:5px;
	-moz-border-radius:5px;
}
.propertyResult .textContent {
	float:left;
	padding:0 0 8px 12px;
	width:317px;
	border:0px solid black;
	cursor:pointer;
}
.propertyResult .textContent p {
	font-size:0.8em;
}
.propertyResult .quickDescription {
	font-size:0.7em;
}
.propertyResult .resultRight {
	float:right;
	border:0px solid black;
	width:122px;
	text-align:right;
}
.propertyResult .agent {
	margin:0 0 12px 0;
}
.propertyResult .agent img {
	padding:1px;
	border:1px solid #CCC;
}
.propertyResult .saveRate {
	font-size:0.7em;
	color:#3d9b35;
}
.propertyResult .quickFacts {
	color:#9b9b9b;
	font-size:0.9em;
	margin:6px 0 0 0;
}
/*

*/
.homePropertyResult {
	border:none;
	border-bottom:none;
	margin:4px 5px 0 0;
	float:left;
	width:232px;
}
.homePropertyResult .imageset .isImage {
	border:0px solid black;
	height:174px;
	max-width:232px;
	text-align:center;
}

.homePropertyResult .imageContent {
	float:left;
	height:174px;
	width:232px;
	min-height:120px;
	margin:0 0 4px 0;
	background-color:#ebeaea;
}
.homePropertyResult .textContent {
	float:left;
	padding:0 0 15px 0;
	width:227px;
	border:0px solid black;
}
.nr {
	padding-right:0px;
	margin-right:0px;
}
/*

*/
table.searchTopBar {
	padding:3px 0 3px 0;
	border-bottom:1px solid #cdcdcd;
}
.propertiesListed {
	float:left;
}
.propertySort select {
	font-size:0.9em;
}
/*

*/
.homeIntro {
	margin:10px 0 15px 0;
	background-color:#f4f4f4;
	padding:10px 10px 4px 10px;
	border:1px solid #e6e6e6;
	border-radius:5px;
	-moz-border-radius:5px;
}
.rightColumn .block1 {
	margin:0 0 6px 0;
	background-color:#F2F2F2;
	border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #dddddd;
}
.rightColumn .block .content, .rightColumn .block1 .content {
	padding:9px 10px 0px 10px;
}
.rightColumn .block1 .content {
	padding-bottom:10px;
}
.rightColumn .block1 h2 {
	font-size:0.9em;
	padding:7px 10px 1px 10px;
	margin:0 10px 0 0;
	border:0px solid red;
}
.rightColumn h3 {
	font-size:0.9em;
	padding:7px 10px 1px 0;
	margin:0 10px 0 0;
	border:0px solid red;
}
.rightColumn .block {
	margin:0 0 6px 0;
	background-image:url(/templates/images/block.jpg);
	border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #dddddd;
}
.rightColumn .block h2 {
	font-size:1.0em;
	padding:7px 10px 1px 10px;
	margin:0 10px 0 0;
	cursor:pointer;
	height:25px;
	display:block;
	background-image:url(/templates/images/b_arrow_closed.png);
	background-repeat:no-repeat;
	background-position:top right;
	border:0px solid red;
}
.rightColumn .block h2:hover {
	background-image:url(/templates/images/b_arrow_open.png);
	color:#095a91;
}
.rightColumn .block p, .rightColumn .block li {
	padding:0 0 1em 0;
	margin:0;
	font-size:0.78em;
	color:#3b3b3b;
}
.rightColumn .block ul {
	margin:0;
	padding:0 0 1em 0;
}
.rightColumn .block li {
	padding:0 0 0.3em 0;
	list-style:none;
}
.rightColumn .block td {
	xfont-size:0.78em;
	color:#3b3b3b;
}
.rightColumn .block input {
	font-size:0.9em;
}
/*


*/
.rightColumn .blockSmall {
	margin:0 0 6px 0;
	background-image:url(/templates/images/block.jpg);
}
.rightColumn .blockSmall h2 {
	font-size:0.8em;
	padding:7px 10px 1px 10px;
	margin:0 10px 0 0;
	cursor:pointer;
	height:20px;
	display:block;
	background-image:url(/templates/images/b_arrow_closed.png);
	background-repeat:no-repeat;
	background-position:top right;
	border:0px solid red;
}
.rightColumn .blockSmall h2:hover {
	background-image:url(/templates/images/b_arrow_open.png);
	color:#095a91;
}
.rightColumn .blockSmall p {
	padding:0 0 1em 0;
	margin:0;
	font-size:0.78em;
	color:#3b3b3b;
}
.rightColumn .blockSmall td {
	xfont-size:0.78em;
	color:#3b3b3b;
}
.rightColumn .blockSmall input {
	font-size:0.9em;
}
.rightColumn .blockSmall .content {
	padding:9px 10px 0px 10px;
}
.rightColumn .block h3 {
	font-size:0.9em;
	margin:0;
}
/*

*/
.rightColumn .searchBlock a {
	font-size:0.9em;
	padding:7px 10px 1px 10px;
	margin:0 10px 0 0;
	cursor:pointer;
	height:25px;
	display:block;
	color:black;
}

.innerLeft .block {
	margin:0 0 6px 0;
	background-image:url(/templates/images/block-bg-489.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e7e8e8;
	width:489px;
}
.innerLeft .block h2 {
	font-size:1.0em;
	padding:7px 10px 5px 10px;
	margin:0;
}
.innerLeft .block p {
	padding:0 0 1em 0;
	margin:0;
	font-size:0.78em;
	color:#3b3b3b;
}
.innerLeft .block td {
	font-size:1em;
	color:#3b3b3b;
}
.innerLeft .block input {
	font-size:0.9em;
}
.innerLeft .block .content {
	padding:5px 10px 0px 10px;
}
.innerRight .block {
	margin:0 0 6px 0;
	background-image:url(/templates/images/block-bg-489.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#e7e8e8;
}
.innerRight .block h2 {
	font-size:1.0em;
	padding:7px 10px 5px 10px;
	margin:0;
}
.innerRight .block p {
	padding:0 0 1em 0;
	margin:0;
	font-size:0.78em;
	color:#3b3b3b;
}
.innerRight .block td {
	font-size:1em;
	color:#3b3b3b;
}
.innerRight .block input {
	font-size:0.9em;
}
.innerRight .block .content {
	padding:5px 10px 0px 10px;
}
.quickStats {
	text-align:right;
	font-style:italic;
	color:#707070;
	margin:4px 5px 0 0;
	font-size:1.2em;
}
.highlightButtons {
	margin:0 0 5px 0;
	border:1px solid white;
}
.highlightButtons ul {
	padding:0;
	margin:0;
	list-style:none;
	border-bottom:1px dotted #999;
}
.highlightButtons ul li {
	padding:0;
	margin:0;
}
.highlightButtons ul li a {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	display:block;
	border:0px solid black;
	font-size:0.8em;
	border-top:1px dotted #999;
	padding:5px 6px 5px 6px;
	color:#095a91;
	background-image:url(/templates/images/s_arrow_blue.png);
	background-position:right;
	background-repeat:no-repeat;
}
.highlightButtons ul li a:hover {
	background-image:url(/templates/images/s_arrow_red.png);
	background-color:#eaeaea;
	color:#c60c30;
}
.highlightButtons ul li a.large {
	font-size:1em;
}
.propertyDetails p {
	margin:.7em 0 1.2em 0;
	padding:0;
}
span.pagination {
	padding:5px 7px 5px 7px;
	border:1px solid #aaa;
	margin:5px 2px 0 0;
	display:inline-block;
	font-size:0.9em;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
a.pagination {
	padding:5px 7px 5px 7px;
	border:1px solid #aaa;
	margin:5px 2px 0 0;
	display:inline-block;
	font-size:0.9em;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
a.pagination:hover {
	background-color:#d5e8d3;
}

a.backToTop {
	padding:5px 7px 5px 7px;
	border:1px solid #aaa;
	margin:5px 2px 0 0;
	display:inline-block;
	font-size:0.9em;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
a.backToTop:hover {
	background-color:#d5e8d3;
}
div.disabledPag {
	display:inline-block;
	padding:5px 7px 5px 7px;
	border:1px solid #CCC;
	margin:5px 2px 0 0;
	display:inline-block;
	font-size:0.9em;
	color:#CCC;	
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
div.pages .sel {
	background-color:#d2e0e6;
	color:#CD0A2C;
	font-weight:bold;
}
#propertyfind {
	width:77px;
	height:26px;
	display:block;
	cursor:pointer;
	margin-right:2px;
}
#propertyfind:hover {
	background-position:bottom;
}
.enIPBody #propertyfind {
	background-image:url(/templates/images/search_find.gif);
}
.esIPBody #propertyfind {
	background-image:url(/templates/images/search_find_es.gif);
}
#quickSearchResult {
	margin-left:130px;
}
#quickSearchResult h2 {
	font-size:14px;
	font-weight:bold;
}
#quickSearchResult a {
	font-size:14px;	
}
#quickSearchResult ul {
	padding:0;
	margin:0;
}
#quickSearchResult li {
	list-style:none;
}
#quickPropertyfind {
	width:77px;
	height:26px;
	display:block;
	cursor:pointer;
	margin-right:2px;
}
#quickPropertyfind:hover {
	background-position:bottom;
}
.enIPBody #quickPropertyfind {
	background-image:url(/templates/images/search_find.gif);
}
.esIPBody #quickPropertyfind {
	background-image:url(/templates/images/search_find_es.gif);
}
.quickPropertyButton {
	float:left;
	width:80px;
	border:0px solid black;
}

#propertyfind span, #quickPropertyfind span {
	visibility:hidden;
}
#propertiesdebug {
	font-size:10px;
}
#propertiesfound {
	font-weight:bold;
	margin:5px 0px 0 0;
	color:#F00;
}

.mortgagecalculator h3 {
	font-size:1.2em;
}
.mortgagecalculator td {
	font-size:13px;
	padding-bottom:4px;
}
.mortgagecalculator td input {
	font-size:14px;
}
.mortgagecalculator td input.text {
	width:70px
}
.mortgagecalculator td.calcResultTop {
	border-top:1px dotted #999;
	padding-top:0px;
}
.mortgagecalculator a.calc {
	display:block;
	width:71px;
	height:26px;
	border:none;
	margin:0px 40px 0 0;
}
.mortgagecalculator td.calcResultTop h3 {
	padding:3px 0 0 0;
	font-size:1.2em;	
}
.mortgagecalculator a.calc:hover {
	background-position:bottom;
}
.mortgagecalculator a.calc span {
	display:none;
}
.enIPBody .mortgagecalculator a.calc {
	background-image:url(/templates/images/calculator_go.gif);
}
.esIPBody .mortgagecalculator a.calc {
	background-image:url(/templates/images/calculator_go_es.gif);
}
#mortgageButton {
	margin:5px 15px 5px 0;
}

.home h2 {
	font-size:1.5em;
	font-weight:normal;
	color:#333;
	padding:0px 0 4px 0;
}

.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:1em;
	margin:5px 0 15px 0;
	color:red;
}
.formFields .processing {
	font-size:1em;
	margin:25px 0 15px 0;
	display:none;
}
.formFields .thanks {
	margin:25px 0 15px 0;
	display:none;
	font-weight:bold;
	font-size:1.1em;
}
.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;
}
.homeIntro .realIntro {
	float:left;
	width:200px;
}
.homeIntro .realIntro h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.03em;
	color:#3d9b35;
	background-image:none;
	padding:0em 0 0px 0px;
	margin:0;
	line-height:1.4em
}
.homeIntro .searchHelp {
	float:right;
	width:462px;
	margin:0 10px 0 0;
	font-size:0.88em;
}
.homeIntro .searchHelp p {
	margin:0 0 1em 0;
}
.generalLayout .leftColumn .content {
	float:left;
	padding:10px 0 0 10px;
	xborder:1px solid black;
	width:470px;
}
.generalLayout .content form input {
	font-family:Calibri, Arial, Helvetica, sans-serif
}
.generalLayout .leftColumn .contentRight {
	float:right;
	width:220px;
	border:0px solid black;
	margin:0 10px 0 0;
}
.generalLayout .leftColumn .contentRight .positives {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:normal;
	color:#1ac0d8;
	padding:0;
	margin:0;
	list-style-type:none;
}
.generalLayout .leftColumn .contentRight .positives li {
	background-image:url(/templates/images/dotted-line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px 0;
}
label.error {
	background-color:#EBEBEB;
	color:red;
	padding:3px;
	margin-bottom:10px;
	font-size:0.8em;
	display:block;
}
#footerLinks {
	font-size:0.8em;
	margin:20px 10px;
	padding:10px 0;
	border-top:1px solid #e4e4e4;
}
#footerLinks a {
	font-weight:bold;
}
#footerLinks a.communidad {
	color:#108ab5;
	margin-right:10px;
}
#footerLinks a.provincia {
	color:#18c3de;
	margin-right:10px;
}
#footerLinks a.pueblo {
	color:#18c3de;
	margin-right:10px;
}
#footerLinks a.communidad:hover, #footerLinks a.provincia:hover, #footerLinks a.pueblo:hover {
	color:#ffaa10;
}
.rightColumn .agent {
	padding:7px 0 7px 0;
	font-size:12px;
	border-bottom:1px dotted #9F9F9F;
}
.rightColumn .advertiseLinks .first {
	border-top:1px dotted #9F9F9F;
}
.footerAgents {
	background-color:#e8e8e8;
	padding:10px 10px 0 10px;
	background-image:url(/templates/images/tab_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.footerAgents h2 {
	font-size:1em;
}
.footerAgents .agent {
	background-color:#fff;
	font-size:12px;
	float:left;
	width:150px;
	padding:1px;
	margin:10px 6px 10px 0;
	border:1px solid #999;
}
.footerAgents .agent .image {
}
.footerAgents .agent .agentLogo {
	margin:3px;
	float:right;
	width:110px;
	text-align:center;
}
.footerAgents .agent .title {
	padding:5px 0 5px 5px;
}
.footerAgents .agent td {
	height:70px;
}
.iplink {
	cursor:pointer;
}
#loginAgent {
	border-top:1px dotted #ccc;
}
#loginAgent h3 {
	font-size:1em;
	padding:0;
	margin:0;
	margin-bottom:0.3em;
}
.advertiseWithUs table {
	font-size:0.9em;
	width:200px;
}
#advertiseWithUs h2.small {
	font-size:0.9em;
}
.advertiseWithUs table td {
	padding:0 0 5px 0;
}
.advertiseWithUs input.text {
	width:130px;
}
.forgotten {
	color:#6C6C6C;
	cursor:pointer;
}
.forgottenForm .incontent {
	padding-bottom:10px;
	display:none;
}
/*

*/
.openBlock {
	padding:10px 10px 10px 10px;
	margin:0 0 6px 0;
	border:1px solid #d5dee4;
	background-color:#eaeaea;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.openBlock h2 {
	font-size:1.0em;
}
.openBlock p {
	padding:0 0 1em 0;
	margin:0;
	font-size:0.9em;
	color:#3b3b3b;
}
.openBlock ul {
	padding:0;
	margin:0;
	list-style:none;
}
.saveButton {
	width:85px;
	height:40px;
	background-position:-18px -20px;
	border:1px;
}
.saveButton:hover {
	background-position:-18px -80px;
}
input.short {
	width:50px;
}
input.medium {
	width:130px;
}
input.long {
	width:245px;
}
.iperror {
	color:red;
	font-size:0.9em;
	padding:4px 0px 8px 0;
}
.registerForm {
	padding:10px;
	border:1px solid #d5dee4;
	background-color:#e8f1f6;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.registerForm table td {
	padding-top:3px;	
}
.registerForm .notes {
	font-size:0.8em;
	font-style:italic;
	color:#666;
}
.imageset {position:relative;}
.imageset .button { position:absolute; z-index:2; width:30px; height:30px; margin-top:5px; float:left; cursor:pointer; border:0px solid black;  background-position:0px 0px; background-repeat:no-repeat;display:none; }
.imageset img.isImage { cursor:pointer }
.imageset .nextbutton { left:200px;z-index:3; text-align:right; background-image:url(/templates/images/arrow-right.png); }
.imageset .prevbutton { background-image:url(/templates/images/arrow-left.png);}
.imageset .button:hover { background-position:0px -30px; }



.imageset .arrow { display:block; }
.imageset .numberOf { display:none; position:absolute; z-index:1; margin:0px 0 0 0; background-image:url(/templates/images/number-of.png); font-size:0.8em; padding:2px 0px;width:50px; text-align:center; }
.pClickToView {
	float:right;font-size:0.8em; color:#878787;padding:2px 4px;background-color:#f2f2f2; font-weight:bold;
}
.socialLink {
	margin-top:20px;
}

.advertRight200 {
	width:240px;
	background-color:#ebeaea;
	text-align:center;
	font-size:0.8em;
	margin:0 0 5px 0;
}
.advertRight200 .advert {
	margin:0 0 5px 20px;
	width:200px;
	border:1px solid #b9b9b9;
}
.advertRightSkyScraper {
	width:240px;
	background-color:#ebeaea;
	text-align:center;
	font-size:0.8em;
	margin:0 0 5px 0;
}
.advertRightSkyScraper .advert {
	margin:0 0 10px 40px;
	width:160px;
	border:1px solid #b9b9b9;
}
.propertyResultAdvert468 {
	border-bottom:1px solid #cdcdcd;
	background-color:#ebeaea;
}
.propertyResultAdvert468 .advert {
	margin-left:120px;	
}
.propertyResultAdvert728 {
	border-bottom:1px solid #cdcdcd;
	background-color:#ebeaea;
}

.mainLeftContent .information {
	font-size:0.9em;	
}
.mainLeftContent .noneFoundDistance {
	font-size:0.9em;
	background-color:#cde9ee;
	margin:10px 0 10px 0;
	padding:10px 20px 10px 10px;
}
.mainLeftContent .pueblosMatch {
	font-size:0.9em;
	background-color:#f2f2f2;
	margin:15px 0 10px 0;
	padding:10px 20px 10px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #dddddd;
}
.mainLeftContent .pueblosMatch .km {
	color:#999;
}
.mainLeftContent .pueblosMatch .title1 {
	color:#666666;
	font-weight:bold;
	font-size:1.1em;
}
.tooltip {
		display:none;
		background-color:#ffa;
		border:1px solid #cc9;
		padding:6px;
		font-size:14px;
		-moz-box-shadow: 2px 2px 11px #666;
		-webkit-box-shadow: 2px 2px 11px #666;
}
.tooltip li {
	list-style-type:none;
}
.response .errormsg {
	color:red;
	font-size:13px;
	font-weight:bold;
}
.response .info {
	font-size:0.72em;	
}
.mortgagecalculator .mortgageAmount, .mortgagecalculator .depositAmount {
	width:50px;
}
.mortgagecalculator .interestRate, .mortgagecalculator .repaymentPeriod {
	width:50px;
}
.mortgagecalculator .interestOnly, .mortgagecalculator .repayment {
	width:50px;
}
.whiteBG {
	background-color:white;		
}
.removeBottomCorners {
	border-radius:0;
	-moz-border-radius:0;
	border:0px solid black;
}
.loginLayer {
	display:none;	
}
