

fieldset, img {border: 0}

img {vertical-align: bottom}
/* What is this for!
li {margin-left: 30px}
*/
ol li, ul ol li {list-style-type: decimal}
form ol li {list-style-type: none}
ul li {list-style-type: disc}
ul ul li {list-style-type: circle}
ul ul ul li {list-style-type: square}
ol ol li {list-style-type: lower-alpha}
ol ol ol li {list-style-type: lower-roman}

li { list-style-position: outside; } 

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
}

caption {
	font-weight:bold;
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 6px 6px 6px 12px;
	background: #333;
}

td {padding: 4px 4px 4px 10px}

.alt {background: #eee !important}

code, pre {font-family: "Courier New", monospace, serif}

blockquote, q, em, cite, dfn, i, cite, var, address {font-style: italic}

blockquote p:before, blockquote p:after, q:before, q:after {content: ''}

th, strong, dt, b {font-weight: bold}

ins {
	text-decoration: none;
	border-bottom: 3px double #333;
}

del {text-decoration: line-through}

abbr, acronym {
	border-bottom: 1px dotted #333;
	font-variant: normal;
}

hr {
	border-style: inset;
	border-width: 1px;
	margin: 22px 0px;
}


blockquote {
	margin: 22px 0px 0px 18px;
	border-left: 5px solid #eee;
	padding: 0px 22px 22px 22px;
	font-style: italic;
}

cite {
	display: block;
	background: #eee;
	margin: -26px 0px 33px 44px;
	padding: 2px 15px;
}

ul li {list-style-type: none}


#Content ul {margin-bottom: 22px}




/*----------------------*/
/*---FORMS IN GENERAL---*/
/*----------------------*/

fieldset {
	float: left;
	clear: both;
	width: 100%;
	padding: 0px 0px 10px 0px;
	border-style: none;
	background: url(../images/main/fieldset_back.jpg) repeat-x;
}

fieldset.NoBack {
	background: none;
	border: 0px;
}

legend {
	padding-left: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}

fieldset ol {padding-top: 10px}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	list-style: none;
	padding-bottom: 10px;
}

label {
	float: left;
	vertical-align: top;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}

input {background: #fff}

input[type="text"], input[type="password"] {
	padding: 3px 5px;
	border: 1px solid #666;
	width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

input[type="checkbox"] {
	vertical-align: middle;
	position: relative;
	top: -1px;/*Yes they were one pixel out attention to detail people! ;)*/
}

textarea {
	width: 300px;
	height: 200px;
	padding: 3px 5px;
	border: 1px solid #666;
	width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
/*
.GeneralButton {
	float: none;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #333;
	cursor: pointer;
	margin: 10px 6px 0px 190px;
	-moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}

.GeneralButton:hover {
	background: #666;
	color: #fff;
}*/

.Required {color: red}

#Content form ul li {list-style-type: none}

span.Required {
margin-left: 3px;
}

/*Contact us form*/

#ContactUsForm {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

#ContactUsForm textarea{
	width:600px;	
}

#ContactUsForm label {
	float: none;
	display: block;
	margin: 10px 0px 0px 0px;
	width: auto;
	text-align: left;
	font-weight: bold;
	font-size: 13px
}

#ContactUsForm legend {
	padding: 3px 5px;
	background: #fff;
	border: 1px solid #999;
	margin-left: 27px;
}





a.AgentsSignup {margin-bottom: 22px}

#SideBar ul {margin-bottom: 22px}

#SideBar li {
	margin-left: 0px;
	list-style-type: square;
	list-style-position: inside;	
}

a.EditLink {
	clear: both;
	background: #ffc;
	display: inline-block;
	padding: 3px 10px;
	text-decoration: none;
	color: #333;
	margin-top: 11px;
	border: 1px solid #666;
}

a.EditLink:hover {background: #FF9}

.ImageLeft {
	float: left;
	margin: 0px 30px 22px 0px;
	padding: 2px;
	border: 1px solid #ccc;
}


/*"You are here" for the main nav - This relies on the dynamic body classes*/
.pageid_1 #MainNav li a.Home, .pageid_3 #MainNav li a.About, .searchresults #MainNav li a.AllListings, .view_agents #MainNav li a.ViewAgents, .pageid_2 #MainNav li a.Contact {
	
	background-position: 0px -40px;
}


/*------------------------*/
/*---HOME PAGE SPECIFIC---*/
/*------------------------*/

.pageid_1 h2 {margin-bottom: 22px}

#Banner {
	clear: left;
	height: 220px;
	background: url(../images/main/banner.jpg);
}

#Banner h2 {
	border: none;
	font-size: 36px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 20px 0px 0px 20px;
}

.index #Content, .default #Content {
	margin-top: 5px;
	position:relative;
	top:-25px;
}

.index #SideBar {
	min-height: 900px;
	padding-top: 0px;
}


#SideBarBottom li {margin-left: 0px}

/*-----------------------*/
/*---FEATURED LISTINGS---*/
/*-----------------------*/

#FeaturedListingsVertical a.FeaturedTitle {
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 3px 5px;
	border-bottom: none;
	background: #eee;
}

#FeaturedListingsVertical h4 {margin-bottom: 22px}

a.FeaturedImage {display: block}

#FeaturedListingsVertical img {
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 25px;
}

#FeaturedListingsVertical hr {
	border: none;
	border-top: 1px solid #ccc;
}

/*------------------*/
/*---CLASS SEARCH---*/
/*------------------*/

/*---------------------*/
/*---LISTINGS SEARCH---*/
/*---------------------*/
	
#ListingsSearch select {
		width: 150px;
		padding: 3px 5px;
}

/*--------------------*/
/*---SEARCH RESULTS---*/
/*--------------------*/

/*Next/Previous*/

.NextPrevTopWrapper {
	clear: both;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.NextPrevBottomWrapper {float: right}

.NextPrevTopWrapper img, .NextPrevBottomWrapper img {
	border: none;
	vertical-align: middle;
}

.NextPreviousPages {display: inline}

.NextPreviousPages a, .CurrentPageNumber {
	font-weight:bold;
	border: 1px solid #333;
	padding: 1px 4px 1px 4px;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.CurrentPageNumber, .NextPreviousPages a:hover {
	background-color: #333;
	color: #fff;
}

.JumpToPage {
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.JumpToPage a, .NextPrevBottomWrapper a {
	color: #333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

.NextArrow {margin-right: 5px}

.PrevArrow {margin-left: 5px}

/*Image overlays:*/

/*.result_row_0, .result_row_1 {
	position: relative;
}*/

.OneListing {
	position: relative; /*Allows absolute positioning of the "sold" banner*/
}

.OneListing h3 a{
	color: #212B31;
   font-size: 15px;	
   text-decoration:none;
}


a.ImageOverlay.Sold_en, a.ImageOverlay.Sold_es, a.ImageOverlay.Sold_de{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 46px;
	left: 12px;
}

a.ImageOverlay.Sold_en{
	background: url(../images/sold_small_en.png);
}

a.ImageOverlay.Sold_es{
	background: url(../images/sold_small_es.png);
}

a.ImageOverlay.Sold_de{
	background: url(../images/sold_small_de.png);
}


a.ImageOverlay.Under_Offer_en, a.ImageOverlay.Under_Offer_es, a.ImageOverlay.Under_Offer_de {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 46px;
	left: 12px;
	
}

a.ImageOverlay.Under_Offer_en{
	background: url(../images/underoffer_small_en.png);
}

a.ImageOverlay.Under_Offer_es{
	background: url(../images/underoffer_small_es.png);
}

a.ImageOverlay.Under_Offer_de{
	background: url(../images/underoffer_small_de.png);
}
/*Map*/

.SearchResultsMap {
	clear: both;
	padding-top: 10px;
	margin: 15px 0px 20px 0px;
}

.SearchResultsMap h3 {margin-bottom: 5px}

/*Search results header*/

/*This could be combined with mainnav, but trying to keep it "understandable"*/

#SearchResultsHeader {
	height: 33px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	background: #eee;
	padding: 10px 0px 0px 10px;
	position: relative;
}

ul#SortTitles {
	float:right;
	margin-right:10px;
}

#SearchResultsHeader #SortTitles li {
	float: left;
	list-style: none;
	margin-left: 0px;
	list-style-type: none;
}

#SortTitles li a {
	background: #999;
	color: #fff;
	padding: 3px 5px;
	border: none;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}

#SortTitles li a:hover {background: #666}

/*Each search result*/

.searchresults #Content {width: 770px}

.OneListing {
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	min-height: 120px;
}


.SearchResultThumbContainer img {
	float: left;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #000;	
}

.OneListing h2 {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	display: inline;
}

.ListingSummary {
	float: right;
	width: 570px;
	font-size:14px;
}

a.MoreInfoLink {
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #999999;
	border:medium none;
	color:#fff;
	margin-left:5px;
	padding:3px 5px;
	text-decoration:none;
}

/*Search results admin links*/

.AdminSearchResultLinks {
	background: #FFC;
	border: 1px solid #ccc;
	margin-top: 5px;
	padding: 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.view_favorites .AdminToolsToggle {display: none}

/*--------------------*/
/*---LISTING DETAIL---*/
/*--------------------*/

/*Next/prev*/

#NextPrevListing {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#NextPrevListing li {
	list-style-type: none;
	display: inline;
	margin: 0px;
}

#BackButtons {float: left}

#NextButtons {float: right}

#NextPrevListing li.PrevArrow1, #NextPrevListing li.NextArrow1{margin-right: 10px}

#ThereAre {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc
}

.ListingNumbers {text-align: center}

.NextPrevTopWrapper {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.NextPrevBottomWrapper {float: right}

.NextPrevTopWrapper img, .NextPrevBottomWrapper img {
	border: none;
	vertical-align: middle;
}

.NextPreviousPages {display: inline}

.NextPreviousPages a, .CurrentPageNumber {
	font-weight:bold;
	border: 1px solid #333;
	padding: 1px 4px 1px 4px;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.CurrentPageNumber, .NextPreviousPages a:hover {
	background-color: #333;
	color: #fff;
}

.JumpToPage {
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.JumpToPage a, .NextPrevBottomWrapper a {
	color: #333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

.NextArrow {margin-right: 5px}

.PrevArrow {margin-left: 5px}

/*------------*/

.listingview #Content, .addtofavorites #Content {width: 770px} 


ul#DetailTopLinks {
	float:right;
}

ul.SearchResultsTopLinks {display: inline !important}

ul#DetailTopLinks li, .SearchResultsTopLinks li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.AddToFavs, .RemoveFromFavs, .MoreLink, .PrinterFriendlyLink, .EmailFriend{
	padding-left: 20px;	
	background: url(../images/icons/favorites.png) 0px 1px no-repeat;
}

.RemoveFromFavs {	background: url(../images/icons/favorites_delete.png) 0px 1px no-repeat}
.PrinterFriendlyLink {background: url(../images/icons/printer.png) 0px 1px no-repeat}
.MoreLink {background: url(../images/icons/more.png) 0px 0px no-repeat}
.EmailFriend {background: url(../images/icons/email.png) 0px 1px no-repeat}

/*Data*/

#TopLeft { /*These unsemantic names aren't my fault! I'll get rid of them one day! ;)*/
	float:left;
	width: 345px;
	min-height: 375px;
	line-height: 37px;
	padding-top: 7px; /*Just to line the bottom line up with the slideshow base ;)*/
}
 
.ListingPrice {
	color: #2F3E6C;
	font-weight: bold;
	display: block;
}

#TopLeft .ListingField, .ListingPrice {border-bottom: 1px solid #eee}

/*Main Image*/

#MainImageWrapper {
	width: 500px;
	height: 375px;
	float: right;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 30px;
	position: relative;
}

#MainImageWrapper li, #MainImageWrapper ul {margin: 0px}

p.ClickHereSlideshow {
	position: absolute;
	top: 5px;
	left: 5px;
	margin-bottom: -35px;
	width: 500px;
	padding: 7px 0px;
	text-align: center;
	background: #000;
	color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index: 500;
}

#SlideshowContainer {
	float: left;
	width: 540px;
}

p.ImageCount {
	font-style: italic;
	color: #888;
	margin: 11px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
}

/*Text*/

#FullDescription {
	clear: both;
	margin: 22px 0px;
}

/*Maps*/

.NotGeoCoded #GoogleMap, .NotGeoCoded #NearbyMap {display: none} /*Removes map containers, and their contained titles if the listing lacks lat and long*/

#GoogleMap {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-bottom: 25px;
}

#NearbyMap {margin-bottom: 25px}

#NearbyMap h4 {margin-bottom: 15px}

#map_canvasyes {border: 1px solid #666}

/*
#ToggleStreetView {
	display: inline-block;
	position: relative;
	top: 1px;
	border: 1px solid #666;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	padding: 5px 15px;
	z-index: 10; /*(or anything else less than colorboxes 9999!)*/ 
/*	background: #fff;
	color: #333;
}*/
#ToggleStreetView {
	display: none;
}

#searchmap_canvas {border: 1px solid #666}

/*The info popup on the map*/

table.MapInfoTable {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	line-height: 18px;
	border: 0px;
	min-height:200px;
}

.MapInfoTable td {vertical-align: top}

.MapInfoTitle {
	display: block;
	margin: 0px 15px 10px 0px;
	padding: 3px 7px;
	background: #eee;
	font-weight: bold;
}

.MapInfoAddress {
	display: block;
	padding: 0px 0px 10px 7px;
	border-bottom: 1px solid #ddd;
	margin-right: 15px;
}

#MapInfoPrice {
	color: cyan;
}

.MapInfoImage {padding-right: 25px}

a.MapInfoLink {
	display: block;
	margin-top: 5px;
	text-align: right;
	margin-right: 15px;
}

/*Info layout*/

#Feature1, #Feature2, #TopRight {
	margin: 5px 45px 0px 0px;
	width: 250px;
	min-height: 350px;
	float: left;
}

#TopRight{
	float: right;
	margin-right: 0px;
}

#TopRight .FieldCaption {font-weight: normal}

#NeighbourhoodLinks {margin-top: 22px}

#NeighbourhoodLinksList li {
	list-style-type: none !important; /*Hmmm, bad form that*/
	margin-left: 0px;
}

#DetailTools {margin-right: 0px}

#AgentDetails {
	clear: both;
	margin-bottom: 30px;
	}

.FieldCaption {font-weight: bold}

.ListingField {display: block}

/*Colorbox*/

#ColorBoxSlideshow li {list-style-type: none !important}/*...and again! weird*/

/*Agents hCard to make human readable*/

span.type {display: none}

#ListingDetailFooter {
	clear: both;
	font-style: italic;
	color: #999;
}

/*-------------*/
/*---SIGN UP---*/
/*-------------*/

.signup table {border: 0px}


/*------------------------------------------------*/
/*---VIEW FAVORITES, SEARCHES, AGENTS AND AGENT---*/
/*------------------------------------------------*/

.view_favorites #Content, .view_saved_searches #Content, .view_agents #Content, .view_user #Content, .delete_favorites #Content { 
	padding-top: 8px;
 width: 770px;
}

.view_favorites h1, .view_saved_searches h1 {
	padding-left: 40px;
	background: url(../images/icons/favorites_title.png) 0px 10px no-repeat;
	line-height: 50px;
}

.view_saved_searches h1 { background: url(../images/icons/search_title.png) 0px 10px no-repeat}

/*View agents*/

.view_agents .NextPrevTopWrapper {
	clear:both;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	}
	
.view_agents .NextPrevTopWrapper	.JumpToPage {top: 15px;}

#AgentsCol1 {
	width: 600px;
	float: left;
}

#AgentsCol2 {
	border-left: 1px solid #DDDDDD;
	color: #666666;
	float: right;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 0 20px 22px;
	width: 220px;
	margin-bottom: 22px;
}

.AgentsSignup {
	
	display: block;
	width: 225px;
	height: 47px;
	background: url(../images/main/agents_signup_button.png);
	text-indent: -9999px;
	padding: 0px;
}

.AgentsSignup:hover {background-position: 0px -47px}

.OneAgent {
	padding: 20px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	min-height: 160px;
	overflow: auto;
}

.OneAgent img {float: left}

.OneAgent  h3 {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	display: inline;
}

.AgentSummary {
	float: right;
	width: 660px;
}

.ListingFieldUrl .FieldCaption {display: none}

a.MoreInfoLink {
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #999999;
	border:medium none;
	color:#fff;
	margin-left:5px;
	padding:3px 5px;
	text-decoration:none;
}

.OneAgent .ListingField, .OneAgent .AgentTitleContainer, .ContactAgentLink {
	display: inline-block;
	float: left;
	clear: left;
	width: 235px;
}

.OneAgent .ListingFieldInfo {
	float: none;
	width: 395px;
	margin-left: 9px;
	padding-left: 15px;
	border-left: 5px solid #eee;
}

/*View agent*/

#AgentsOtherListingsList {margin-top: 20px}

/*------------------*/
/*---EDIT PROFILE---*/
/*------------------*/

.edit_profile table {border: 0px}


/*--------------*/
/*---FEEDBACK---*/
/*--------------*/

.Error, .Good {
	border: 1px solid red;
	background: pink;
	padding: 3px 10px;
	margin-top: 15px;
}

.Good {
	border: 1px solid #393;
	background: #B3FDB7;
}

.ConfirmDeleteWrapper {
 border: 1px solid red;
	background: pink;
	padding: 3px 10px;
	margin: 3px 0px 5px 0px;
	position:relative;
	top:-25px;	
}



/*----------------*/
/*---LOGIN FORM---*/
/*----------------*/


.member_login #Content {
width: 770px;
	}

#LogInFormWrapper label, #LogInFormWrapper li {
	margin: 0px;
	padding: 0px;
}

#LogInFormWrapper li {margin-bottom: 15px}





#LogInFormWrapper fieldset {background: none}

#LogInFormWrapper legend {display: none}

#LogInFormWrapper label {
	float: none;
	display: block;
	text-align: left;
	width: auto;
	font-weight: bold;
}

#LogInFormWrapper input[type="checkbox"] {
	float: left;
	margin: 6px 10px 0px 0px;
}

#LogInFormWrapper label.Remember, #EmailMyPasswordForm label {font-weight: normal}

#EmailMyPasswordForm label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

#LogInFormWrapper .GeneralButton {
	margin: 0px;
	float: right;
	padding: 5px 25px;
	margin-right: 3px;
}

#EmailMyPasswordForm {
	float: left;
	border-top: 1px solid #eee;
	padding-top: 10px;
}

/*----------------------*/
/*---MAINTENANCE MODE---*/
/*----------------------*/

#Maintenance {
	position: absolute;
	width: 100%;
	z-index: 99999;
	background: blue;
	line-height: 20px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	border-bottom: 1px solid #930;
	text-align: center;
	color: white;
	top:120px;
}

/*------------------*/
/*---CONTACT FORM---*/
/*------------------*/

textarea#EmailRepeat {
	width: 588px;
	height: 255px;
	font-family: "Times New Roman", Times, serif;
	background: url(../images/main/a4.jpg);
	background-attachment: fixed;
	line-height: 24px;
	font-size: 15px;
}

/*-------------------------*/
/*---CONTACT FRIEND FORM---*/
/*-------------------------*/

#ContactForm {padding: 10px;}

#ContactForm fieldset {
	background: none;
	}

#ContactForm label {
	float: left;
	width:100px;
	text-align: left;	
}

#ContactForm textarea {height: 100px}


/*-------------------------*/
/*---CONTACT AGENT FORM---*/
/*-------------------------*/

#ContactAgentForm {padding: 10px;}
#ContactAgentForm fieldset {
	background: none;
	}
#ContactAgentForm label {
	float: left;
	width:100px;
	text-align: left;	
}

#ContactAgentForm textarea {height: 60px}

#ContactAgentForm .inputDate{
	width : 100px;	
}
/*---------------------------------*/
/*---MULTI-LANGUAGE ENHANCEMENTS---*/
/*---------------------------------*/

/*
This is a work in progress. I am operating here around the idea that each template package would have the language added to the body classes.
The body tag for the Spanish template would therefore be:
<body class="{page_id} {page_action} {pclass} {template_in_use} {user_name} {account_type} {browser_type} ES">
*/

.ES #MainNav li a {
	display: block;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	border-right: 1px solid #333;
	color: #fff;
	background: url(../images/main/nav_back.jpg) repeat-x;
}


.ES #MainNav li.Last a {/*This class of last is added via js*/
	padding: 8px 20px 8px 20px;
	border-right: none
}



.listingresult{
	width:740px;
}


#quicksearch form input[type="text"]{
	width:auto;	
	margin-left:5px;
	margin-right:5px;
	font-size: 12px;
}
#quicksearch form input[type="radio"], #quicksearch form select{
	margin:5px;	
}
.quicksearch_buttons, .newsletter_button{
	margin:5px;	
	text-align:center;
}
.qslabel, .nllabel{
	font-weight:bolder;
}
.qslabel2{
	font-weight:bolder;
	float:left;
	padding-left:15px;
}
.qs2col{
	width:50%;	
	text-align:center;
}

.qs1col{
	margin:left:10px;
	width:50%;	
}

.qscent{
	text-align:center;
}

#for_sale_locations, #for_rent_locations{
	border:1px solid #000;	
	width:200px;
	float:left;
	margin-right:10px;
	margin-bottom:30px;
}

#for_sale_locations{
	background-color:#FEE895;	
}

#for_rent_locations{
	background-color:#ADE5A0;	
}


.locations_title{
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BD0000;
	border-bottom-color: #BD0000;
	background-color:#022164;
	color:#fff;
	
}

.locations_title h3{
	font-style:italic;
	margin:5px;	
}

.locations_body{
	margin-top:10px;	
}

.locations_body a{
	text-decoration:none;	
}

.locations_body a:hover{
	text-decoration:underline;	
}


.locations_body ul li{
	list-style:none;
	margin-left:10px;	

}

.lang_flags{
	overflow:hidden;	
}


#tweetfollow{
	text-align:right;
}



.qsearch_select{
	min-width:150px;
	max-width:170px;	
}

.searchresultsleft{
	padding-right:10px;	
	width:400px;
}

.searchresultsleft span{
	color:#0343CE;
	font-weight:bold;
}

.SearchResultsListingTitle{
	font-size:18px;	
}

.searchresultsright{
	width:160px;	
}

.searchresultsright img, #basicFeatures img, .textblockright img{
	vertical-align:middle;	
}








.featuredListing h3{
	color: #0343ce;
}	

#newsletter div#body form label {
	float:none;	
}

.systemWarnMessage p{
	color: #F00;
	font-weight:bold;
	font-size:125%;
	background-image:url(../images/icons/warning.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:60px;
	min-height:60px;
}

.systemInfoMessage p {
	color: #0343CE;
	font-weight:bold;
	font-size:125%;
}

#rightmove{
	margin-top:10px;
	margin-left:5px;

}
#mortgage{
	margin-top:10px;
	font-size:11px;
	text-align:center;
}

#percent100{
	margin-top:10px;	
	margin-left:10px;
}

#rightmove span{
	font-size:14px;
}

.FeatureList1 ul, .FeatureList2 ul {
	list-style-image: url(../images/icons/tick.png);
	margin-left:30px;
}


.FeatureList1 {
	float:left;	
	width:50%;
}

.FeatureList2 {
	float:right;
	width:50%;
}

#MyGallery ul li{
	float: left;
}

#MyGallery ul li a img{
	height:94px;
	width:125px;	
}
/*
#qsearch1panel, #qsearch2panel{
	border: solid 1px #CCC;
	padding:5px;
	margin-bottom:5px;
	background-color: #FEEEAF;
}*/
#qsearch2panel{
	padding-bottom:5px;	
}

#newsfeed table{
	border: none;
	background:none;	
}

#newsfeed img{
	margin-right:10px;
	height:80px;	
}

.testimonial{
	background-color:#FEE895;
	background-image:url(../images/postquote.png);
	background-repeat: no-repeat;
	background-position:left top;
	margin-right:20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 41px;
	margin-bottom:10px;
}
.imageinlink{
	padding-right:5px;
}

.galleryImage{
	padding-top:10px;
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
	background-color:#F5F5F5 !important;
	border: 1px solid #CCC;		
}

.galleryPageCol{
	float:left;
	width: 320px;	
	margin-left:18px;
	margin-right:18px;
	margin-bottom:25px;
	
}

.galleryPageCaption{
	color:#000000;
	font-style:italic;	
}

#w3c{
	margin-top:10px;
	margin-left:45px;	
}

#repo{
	margin-top:10px;
	margin-left:5px;	
}

#newsletterform input{
/*IE8 fix*/	
	width:170px;
}

.rounded-corners {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.NoResultsWrapper{
	position:relative;
	height:100px;
	background-image: url(../images/icons/search_title.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}

.NoResultsWrapper p{
	margin-left:50px;
	padding-top:10px;	
}

.back_issues li{
	margin-bottom:20px;	
}

.infocycler{
	margin:5px;
	position:relative;
	width:340px;
	height:220px;
	overflow:hidden;
	
}

#infocycle img{
	margin-left:60px;
}


#infocycle{
	border:medium solid #022164;
	margin-bottom:10px;
	margin-top:10px;
	width:320px;
	height:230px;
	margin-right:1px;
	margin-left:auto;
	/*background-color:#FEE895;*/
	background-image:url(../images/lifting_light_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#infocycle p {
	color: rgb(3, 58, 176);
	font-size:120%;	
}

#infocycle li, #infocycle a{
	color: rgb(3, 58, 176);
}
#infocycle li {
	list-style-type:none;
	text-decoration:underline;		
}

#cal_all h3 {
	margin-bottom:20px;	
}

#privacytable{
	margin-bottom:20px;
}

#privacytable th{
	background-color: #022164;
	color:#fff;	 
 }
 
 .featuredTown{
	font-size:120%; 
 }
 .featured{
	color:#445864; 
 }
 
 #socialmedia{
	margin-top:5px;
	margin-left:15px; 
 }