﻿/*
Turtle Homes CSS Stylesheet
Expertly coded by: Steven Glenn Shenton
Exquisitely designed by: Alana Andrews
Date Originally Created: 14th January 2009

Last Updated: #
Changes Made: #
*/

/*

Stats:

Width: 798px (854 Pixels with padding-left of 31 and padding-right of 25)
Testing 1-2-3

*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; color: #fff; }
q:before, q:after { content:''}
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* This funky piece of code takes out pic one holmes */



/* Styles */

*, body, .col1, .col2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	line-height: 17px;
}

body{
	background-color: #0078A6

}

a{
	color: #fff;
	text-decoration: underline;
}

/* page wrappers */
#contactMeContainer, #registerContainer, #loginContainer, #searchContainer, #propertyDetailsContainer, #requestViewingContainer, #shortListContainer, #emailFriendContainer{
	width: 920px;
	margin: 0;
	color: #fff;
}

.propListBody{
	height: 2200px;
}

.propertyDetailsBody{
	height: 1425px;
	width: 920px;
}
#propListContainer{
	width: 100%;
	margin: 0px auto;
}

#mainToolBar, #propDetToolBarCont1, #propDetToolBarCont2, #maintoolbarBtm, #propFavToolBar, #propFavToolBar{
	font-weight: bold;
	float: left;
	background-color: #5ea4bf;
	width: 920px;
	padding: 10px;
	color: #ffffff;
}

.propDetBackToProp{
	padding-right: 380px;
}

#propListToolBarCont {
	clear:both;
}

#mainToolBar a, #propListToolBarCont a, #propDetToolBarCont1 a, #propDetToolBarCont2 a, #maintoolbarBtm a, #propFavToolBar a, #propFavToolBar a{
	color: #fff;
}


#propListToolBarCont, #propDetToolBarCont1, #propDetToolBarCont2, #mainToolBar, #maintoolbarBtm, #propFavToolBar{
	margin: 0px 0 15px 0;
	background-color: #5ea4bf;
}

#propListToolBarCont div, #propDetToolBarCont1 div, #propDetToolBarCont2 div, #mainToolBar div, #maintoolbarBtm div, #propFavToolBar div{
	display: inline;
	margin-right: 10px;
	background-color: #5ea4bf;
}

#propListToolBarCont{
	font-weight: bold;
	float: left;
	background-color: #5ea4bf;
	width: 390px;
	padding: 10px;
}

#propListPrevNextCont{
	display: inline;
	float: left;
	margin: 0 0 0 0;
	font-weight: bold;
	width: 528px;
	padding: 0px;
	background-color: #5ea4bf;
	color: #fff;
	text-align: right;
	height: 37px;
}

#propListPrevNextCont a, #propListPrevNextCont u{
	color: #fff;
	padding-left: 10px;
}

td.col1 a{
	margin-right: 0px;
}


td.col2 a{
	margin-left: 0px;
}

ul#propListPropertyList {
	clear: both;
}

#propFavBody #propListPropertyList{
	width: 790px;
}

li.propListItemCont{
	position:relative;
	width: 600px;
}

/*Shortlist/Favourite Specific*/


/* The main image, they are brought through pretty low res sometimes so need to be careful dont force them too big */

.propFavBody #propListPropertyList li {
	width: 930px;
	height: 200px;
	padding-top: 10px;
	padding-left: 10px;
	clear: both;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: transparent;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	background-image: url(poweringimages/shim.gif);
	background-repeat: repeat-x;
	float: left;
}

.propFavBody  .propListItemTemplatePropImage img{
	width: 290px;
	max-height: 195px;
	margin: 0 10px 0 0;
}

.propFavBody .propListItemTemplateAdvertHeader{
	float:left;
	font-size: 24px;
	font-weight: normal;
	margin: 0 40px 10px 0;
	padding-bottom: 10px;
	padding-top: 3px;
	color: #adf58d;
}

.propFavBody .propListItemTemplateDescription
{
	float:left;
	width: 600px;
	margin: 0 0 10px 0;
	color: #fff;
}

.propFavBody .propListItemTemplatePriority {
	float:left;
	text-align: left;
	font-weight: bold;
	color: #adf58d;
	margin: 0 0 0 0;
	width: 100px;
	
}

.propFavBody .propListItemTemplateBranch {
	float:left;
	text-align: right;
	font-style:italic;
	font-size: 12px;
	margin: 0 40px 0 0;
	color: #fff;
}

.propFavBody .propListItemTemplateReference {
	float:left;
	width:290px;
	height: 30px;
	text-align: right;
	font-style:italic;
	font-size: 10px;
}

.propFavBody #propListContainer img{
	vertical-align: bottom;
	width: 250px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: solid 1px #adf58d;
}


/* If the descriptions are too long this makes sure it all looks normal */

.propFavBody  .propListItemTemplatePriority{
	float:left;
	text-align: left;
	font-weight: bold;
	color: #adf58d;
	margin: 0 0 0 0;
	width: 100px;}

.removeProp{
	display: none;
}


/* Not sure what this is? */

#shortListContainer #noProp{
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

/*


/* Listing Specific */

#propListContainer .pagingLinks{
	display: inline;
	float: right;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

#propListContainer .pagingLinks td{
	padding: 0 12px 0 0;
}

#propListPropertyList li {
	width: 930px;
	height: 200px;
	padding-top: 10px;
	padding-left: 10px;
	clear: both;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: transparent;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	background-image: url(poweringimages/shim.gif);
	background-repeat: repeat-x;
}

.propListItemTemplateAdvertHeader{
	float:left;
	font-size: 24px;
	font-weight: normal;
	margin: 0 40px 10px 0;
	padding-bottom: 10px;
	padding-top: 3px;
	color: #adf58d;
}

.propListItemTemplateAddress a{
	float:left;
	font-size: 24px;
	font-weight: normal;
	margin: 0 40px 10px 0;
	padding-bottom: 10px;
	padding-top: 3px;
	color: #adf58d;
}

.propListItemTemplatePriceText {
	float:left;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding-top: 3px;
	color: #fff;
}

.propListItemTemplateDescription {
	float:left;
	width: 570px;
	margin: 0 0 10px 0;
	color: #fff;
}

.propListItemTemplatePropImage{
	float: left;
	height: 100%;
}

.propListItemTemplatePriority {
	float:left;
	text-align: left;
	font-weight: bold;
	color: #adf58d;
	margin: 0 0 0 0;
	width: 100px;
}

.propListItemTemplateBranch{
	float:left;
	text-align: right;
	font-style:italic;
	font-size: 12px;
	margin: 0 40px 0 0;
	color: #fff;
}

.propListItemTemplateReference {
	float:left;
	text-align: right;
	font-style:italic;
	font-size: 12px;
	color: #fff;
}

#propListContainer img{
	vertical-align: bottom;
	width: 250px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: solid 1px #adf58d;
}

.removeProp {
	height: 100%;
	width: 10px;
	float:left;
}

.propListItemTemplateEmptyDiv{
	clear: both;
}

/* Registration page Specific */
#page1{
	width: 930px;
}

#registerCol1 .col1, #registerCol2 .col1{
	width: 400px;
	color: #fff;
}
#registerCol1{
	width: 400px;
	floar: left;
}
#registerCol2{
	width: 400px;
	float: right;
	position: relative;
	top: -310px;
}

#registerCol1 tr, #registerCol2 tr{
	height: 30px;
	color: #fff;
}

#divRegPages h4{
	float:left;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	color: #bce684;
}

#registercontainer #lblPasswordMsg{
	display: block;
	padding: 5px;
	margin: 10px 0 10px 0;
	color: #fff;
}

#divRegPages{
	width: 900px;
	clear: both;
}

.titlebox{
	width: 900px;
	color: #fff;
}

table #Table2{
	width: 900px;
}

#TxtNotes{
	width: 900px;
	color: #fff;
}

/* Property Details Specific */



/* Property Search Specific */

#searchContainer .scrolling {
	clear: both;
}

#searchContainer .scrolling #titlebox h4{
	font-weight: bold;
	margin-bottom: 10px;
}

#buttonContBtm{
	display: none;
}

#searchContainer #formTable{
	width: 400px;
	margin-right: 20px;
	float: left;
}

#searchContainer fieldset#basicSearch{
	width: 400px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
	color: #fff;
}

#searchContainer fieldset#advancedSearch{
	width: 400px;
	float: left;
	color: #fff;
}

#searchContainer #leftPane {
	width: 400px;
	float: left;
	margin-right: 40px;
}


#searchContainer fieldset#buttons{
	clear: both;
}

#searchContainer fieldset#highLowDD input#rdoSort_1 label{
	float: left;
	width: 100px;
}

#searchContainer fieldset#basicSearch label.searchLabel{
	float: left;
	margin: 10px 0 10px 0;
}

#searchContainer fieldset#basicSearch select, 
#searchContainer fieldset#basicSearch input{
	width: 400px;
	height: 20px;
	float: left;
}

#searchContainer fieldset#highLowDD input#rdoSort_0{
	width: 20px;
	float: left;
	margin: 0 10px 0;
}

#searchContainer fieldset#highLowDD#rdoSort_1{
	width: 20px;
	float: left;
	
}

#searchContainer #priceOrder{
	display: inline;
	
}
#searchContainer fieldset#highLowDD {
	width: 400px;
	float: left;
	margin: 10px 0 10px 0;
	}
#searchContainer fieldset#basicSearch .currencyLabel, #searchContainer fieldset#basicSearch .currencyDropdown{
	display: none;
}

#searchContainer fieldset#basicSearch legend, #searchContainer fieldset#advancedSearch legend{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;

}

#searchContainer #treenavTable{
	width: 400px;
	float: left;
	margin-top: 10px;
}

#searchContainer #formTable .col1{
	width: 200px;
	height: 30px;
}

#searchContainer #titlebox h4{
	margin: 0 0 10px 0;
}

#searchContainer .Scrolling h4{
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #bce684;
}

#searchContainer #mainToolBar{
	width: 840px;
	clear: both;
}

#searchContainer #titlebox{
	width: 890px;
	clear: both;
}

.explRow{
	font-style: italic;
	height: 100px;
}


/* Request a Viewing Specific */

#requestViewingContainer #PnlRequest{
	display: none;
}

#PnlCustDetailsForm h4{
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#PnlCustDetailsForm{
	width: 700px;
}

#PnlCustDetailsForm table{
	clear: both;
}

#pnlRequestBottom .LeftEnd{
	width: 0px;
	font-size: 1px;
}

#pnlRequestBottom  #TABLE1{
	height: 30px;
}

#PnlCustDetailsForm #addressTable, #PnlCustDetailsForm #telTable{
	padding: 10px;
	width: 600px;
}

#PnlCustDetailsForm #addressTable .col1, #PnlCustDetailsForm #telTable .col1{
	width: 200px;
	height: 30px;
}

#PnlCustDetailsForm #addressTable .col2, #PnlCustDetailsForm #telTable .col2{
	width: 400px;
	height: 30px;
}

/* Login Specific */

#loginContainer #mainToolBar div#prevCont {
	float: left;
	margin-right: 10px;
}

#loginContainer #mainToolBar div#registerCont {
	float: left;
}

#loginContainer #mainToolBar div#forgotPassCont {
	float: right;
}

#loginContainer table{
	clear: both;
}

#loginContainer .titleRow{
	font-weight: bold;
	font-size: 14px;
	color: #bce684;
}

#loginContainer .footnoteTxt{
	font-style: italic;
}

#loginContainer#loginContent{
	padding: 10px;
	width: 600px;
}

#loginContainer #loginContent .col1{
	width: 200px;
	height: 30px;
}

#loginContainer #loginContent .col2{
	width: 400px;
	height: 30px;
}

#loginContainer span.loginError{
	font-weight: bold;
	color: #000;
	padding: 5px;
	margin: 10px 0 10px 0;
}

/* Shortlist Specific */

#shortListContainer #noProp{
	clear: both;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

/* Property Details */

#propertyDetailsContainer #propDetAddressPriceCont1{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #5ea4bf;
	width: 930px;
	background-color: #187ca2;
}

#propDetMainImgCont1{
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
}

#propDetMainImgCont1 img{
	width: 590px;
	border: solid 1px #adf58d;
}

#propertyDetailsContainer #propDetThumbnailCont1 img#tn1{
	display:none;
}

#propDetThumbnailCont1{
	width: 940px;
	margin-top: 0px;
	float: left;
	margin-right: 0px;
	padding-top: 10px;
	border-top: solid 1px #5ea4bf;
}

#propDetThumbnailCont1 img{
	max-width: 109px;
	max-height: 76px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: solid 1px #adf58d;
}

#propDetPropRefCont1{
	width:450px;
	margin: 10px 5px 10px 0;
	float: left;
	border: solid 1px #fff;
	background-color: #bce684;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}

#propDetPropRefCont1 #propReference{
	display: none;
}


#propDetPropRefCont1 span{
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#propDetIconsCont1{
	width:240px;
	margin: 10px 0 0 10px;
	float: left;
	border: 0px solid #cccccc;
	padding: 0px;
}
#propDetIconsCont1 li{
	width: 240px;
	margin-bottom: 10px;
	float:left;
}

#propDetIconsCont1 a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 240px;
}

#propDetIconsCont1 span{
	margin: 0 0 0 10px;
	position: relative;
	top: -10px;
	height: 100px;
}

#propDetShortDescCont1{
	width: 940px;
	margin: 10px 0 0 0;
	float:left;
	border-top: solid 1px #5ea4bf;
	border-bottom: solid 1px #5ea4bf;
	padding: 5px 0 5px 0;
	color: #FFFFFF;
}

#propDetShortDescCont1 p{
	text-align: justify;
	margin: 0 0 10px 0;
	color: #fff;
}

#propDetRoomDetCont1{
	width:670px;
	margin: 20px 0 0 0px;
	float:left;
	color: #fff;
}

#propDetFavouriteCont1{
	width: 450px;
	margin: 10px 0 0 0;
	float: right;
	border: solid 1px #fff;
	background-color: #bce684;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
}

span.priceOrder input, span.priceOrder label{
	float: left;
	width: 50px;
}

.propDetPrintFriendlyCont{
	display: none;
	/*
	width:340px;
	margin-top: 10px;
	float:left;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background-color: #fcfbe2;
	padding: 8px 0px 10px 0px;
	text-align: center;
	text-transform: capitalize;
	*/
}

.propDetPrintFriendlyCont a, #propDetFavouriteCont1 a{
	color: #000;
	font-size: 14px;
}

table#subtoolLinks input{
	margin: 0 0 10px 0;
}

.registerBody #maintoolbarBtm{
	display: none;
}	

#propDetPrintFriendlyImage{
	display: none;
}

span#propAddress{
	font-weight: bold;
	font: 24px Arial;
	color: #adf58d;
}

span#propPrice{
	font-weight: bold;
	font: 24px Arial;
	margin-left: 50px;
	color:#fff;
}

span.roomHeading{
	font-weight: bold;
	margin-right: 10px;
	color: #adf58d;
}

p.roomDescription{
	margin-bottom: 20px;
}
#PnlToolbar{
	margin-top: 5px;
	}
#lnkPrevious{
	color: #adf58d;
	font-weight: bold;
	background-color: #0075a1;
	padding: 5px;
}

#lnkNext{
	color: #adf58d;
	font-weight: bold;
	background-color: #0075a1;
	padding: 5px;
}

/* Email a Friend */

#emailFriendContainer #PnlSendEmail{
	float: left;
	width: 100%;
}

#emailFriendContainer #propertyDetail{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

#emailFriendContainer h4{
	float:left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 40px 10px 0;
}

#PnlSendEmail .col4 input{
	margin: 0 15px 0 15px;
}

/* Property of the Week */

#powContainer{
	margin: 0px auto;
	text-align: center;
	width: 280px;
	overflow: hidden;
}

#powContainer img{
	max-width: 270px;
	margin: 5px 0 5px 0;
}

#powContainer #headingContainer{
	float:left;
	width: 280px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 40px 3px 0;
	text-align: center;
}
#powContainer #priceContainer{
	float:left;
	width: 280px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 40px 3px 0;
	text-align: center;
}


#contactMeContainer legend{
	margin: 0 0 10px 0;
	font-weight: bold;
}

#contactMeContainer #subToolBar #sendCont{
	margin: 10px 0 0 0;
}

#propFavPrintFriendlyCont{
	display: none;
}

#contactMeContainer fieldset{
	width: 150px;
	float:left;
	padding: 0 10px 0 0;
}

#contactMeContainer #propContainer{
	width: 560px;
	float:left;
}

#contactMeContainer #propTitle h4{
	margin: 0 0 10px 0;
	font-weight: bold;
}

.notOnMarket {
	float:left;
	text-align: left;
	font-weight: bold;
	color: #adf58d;
	margin: 0 30px 0 0;
	width: 100px;
}

/* HighSlide */

.highslide-container div {

	font-family: Verdana, Helvetica;

	font-size: 10pt;

}

.highslide-container table {

	background: none;

}

.highslide {

	outline: none;

	text-decoration: none;

}

.highslide img {

	border: 2px solid silver;

}

.highslide:hover img {

	border-color: gray;

}

.highslide-active-anchor img {

	visibility: hidden;

}

.highslide-gallery .highslide-active-anchor img {

	border-color: black;

	visibility: visible;

	cursor: default;

}

.highslide-image {

	border-width: 2px;

	border-style: solid;

	border-color: white;

	background: gray;

}

.highslide-wrapper, .highslide-outline {

	background: white;

}

.glossy-dark {

	background: #111;

}



.highslide-image-blur {

}

.highslide-number {

	font-weight: bold;

	color: gray;

	font-size: .9em;

}

.highslide-caption {

	display: none;

	font-size: 1em;

	padding: 5px;

	/*background: white;*/

}

.highslide-heading {

	display: none;

	font-weight: bold;

	margin: 0.4em;

}

.highslide-dimming {

	position: absolute;

	background: black;

}

a.highslide-full-expand {

   background: url(graphics/fullexpand.gif) no-repeat;

   display: block;

   margin: 0 10px 10px 0;

   width: 34px;

   height: 34px;

}

.highslide-loading {

	display: block;

	color: black;

	font-size: 9px;

	font-weight: bold;

	text-transform: uppercase;

	text-decoration: none;

	padding: 3px;

	border: 1px solid white;

	background-color: white;

	padding-left: 22px;

	background-image: url(graphics/loader.white.gif);

	background-repeat: no-repeat;

	background-position: 3px 1px;

}

a.highslide-credits,

a.highslide-credits i {

	padding: 2px;

	color: silver;

	text-decoration: none;

	font-size: 10px;

}

a.highslide-credits:hover,

a.highslide-credits:hover i {

	color: white;

	background-color: gray;

}

.highslide-move, .highslide-move * {

	cursor: move;

}



.highslide-viewport {

	display: none;

	visibility: hidden;

	position: fixed;

	width: 100%;

	height: 100%;

	z-index: 1;

	background: none;

	left: 0;

	top: 0;

}

.highslide-overlay {

	display: none;

}

.hidden-container {

	display: none;

}

/* Example of a semitransparent, offset closebutton */

.closebutton {

	position: relative;

	top: -15px;

	left: 15px;

	width: 30px;

	height: 30px;

	cursor: pointer;

	background: url(graphics/close.png);

	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */

}



/*****************************************************************************/

/* Thumbnail boxes for the galleries.                                        */

/* Remove these if you are not using a gallery.                              */

/*****************************************************************************/

.highslide-gallery ul {

	list-style-type: none;

	margin: 0;

	padding: 0;

}

.highslide-gallery ul li {

	display: block;

	position: relative;

	float: left;

	width: 106px;

	height: 106px;

	border: 1px solid silver;

	background: #ededed;

	margin: 2px;

	line-height: 0;

	overflow: hidden;

}

.highslide-gallery ul a {

	position: absolute;

	top: 50%;

	left: 50%;

}

.highslide-gallery ul img {

 	position: relative;

 	border-width: 1px;

	top: -50%;

	left: -50%;

}

html>/**/body .highslide-gallery ul li {

	display: table;

	text-align: center;

}

html>/**/body .highslide-gallery ul li {

	text-align: center;

}

html>/**/body .highslide-gallery ul a {

	position: static;

	display: table-cell;

	vertical-align: middle;

}

html>/**/body .highslide-gallery ul img {

	position: static;

}



/*****************************************************************************/

/* Controls for the galleries.											     */

/* Remove these if you are not using a gallery							     */

/*****************************************************************************/

.highslide-controls {

	width: 195px;

	height: 40px;

	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;

	margin: 20px 15px 10px 0;

}

.highslide-controls ul {

	position: relative;

	left: 15px;

	height: 40px;

	list-style: none;

	margin: 0;

	padding: 0;

	background: url(graphics/controlbar-white.gif) right -90px no-repeat;



}

.highslide-controls li {

	float: left;

	padding: 5px 0;

	margin:0;

}

.highslide-controls a {

	background-image: url(graphics/controlbar-white.gif);

	display: block;

	float: left;

	height: 30px;

	width: 30px;

	outline: none;

}

.highslide-controls a.disabled {

	cursor: default;

}

.highslide-controls a.disabled span {

	cursor: default;

}

.highslide-controls a span {

	/* hide the text for these graphic buttons */

	display: none;

	cursor: pointer;

}





/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */

.highslide-controls .highslide-previous a {

	background-position: 0 0;

}

.highslide-controls .highslide-previous a:hover {

	background-position: 0 -30px;

}

.highslide-controls .highslide-previous a.disabled {

	background-position: 0 -60px !important;

}

.highslide-controls .highslide-play a {

	background-position: -30px 0;

}

.highslide-controls .highslide-play a:hover {

	background-position: -30px -30px;

}

.highslide-controls .highslide-play a.disabled {

	background-position: -30px -60px !important;

}

.highslide-controls .highslide-pause a {

	background-position: -60px 0;

}

.highslide-controls .highslide-pause a:hover {

	background-position: -60px -30px;

}

.highslide-controls .highslide-next a {

	background-position: -90px 0;

}

.highslide-controls .highslide-next a:hover {

	background-position: -90px -30px;

}

.highslide-controls .highslide-next a.disabled {

	background-position: -90px -60px !important;

}

.highslide-controls .highslide-move a {

	background-position: -120px 0;

}

.highslide-controls .highslide-move a:hover {

	background-position: -120px -30px;

}

.highslide-controls .highslide-full-expand a {

	background-position: -150px 0;

}

.highslide-controls .highslide-full-expand a:hover {

	background-position: -150px -30px;

}

.highslide-controls .highslide-full-expand a.disabled {

	background-position: -150px -60px !important;

}

.highslide-controls .highslide-close a {

	background-position: -180px 0;

}

.highslide-controls .highslide-close a:hover {

	background-position: -180px -30px;

}



/*****************************************************************************/

/* Styles for the HTML popups											     */

/* Remove these if you are not using Highslide HTML						     */

/*****************************************************************************/

.highslide-maincontent {

	display: none;

}

.highslide-html {

	background-color: white;

}

.highslide-html-content {

	display: none;

	width: 400px;

	padding: 0 5px 5px 5px;

}

.highslide-header {

	padding-bottom: 5px;

}

.highslide-header ul {

	margin: 0;

	padding: 0;

	text-align: right;

}

.highslide-header ul li {

	display: inline;

	padding-left: 1em;

}

.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {

	display: none;

}

.highslide-header a {

	font-weight: bold;

	color: gray;

	text-transform: uppercase;

	text-decoration: none;

}

.highslide-header a:hover {

	color: black;

}

.highslide-header .highslide-move a {

	cursor: move;

}

.highslide-footer {

	height: 16px;

}

.highslide-footer .highslide-resize {

	display: block;

	float: right;

	margin-top: 5px;

	height: 11px;

	width: 11px;

	background: url(graphics/resize.gif) no-repeat;

}

.highslide-footer .highslide-resize span {

	display: none;

}

.highslide-body {

}

.highslide-resize {

	cursor: nw-resize;

}



/*****************************************************************************/

/* Styles for the Individual wrapper class names.							 */

/* See www.highslide.com/ref/hs.wrapperClassName							 */

/* You can safely remove the class name themes you don't use				 */

/*****************************************************************************/



/* hs.wrapperClassName = 'draggable-header' */

.draggable-header .highslide-header {

	height: 18px;

	border-bottom: 1px solid #dddddd;

}

.draggable-header .highslide-heading {

	position: absolute;

	margin: 2px 0.4em;

}



.draggable-header .highslide-header .highslide-move {

	cursor: move;

	display: block;

	height: 16px;

	position: absolute;

	right: 24px;

	top: 0;

	width: 100%;

	z-index: 1;

}

.draggable-header .highslide-header .highslide-move * {

	display: none;

}

.draggable-header .highslide-header .highslide-close {

	position: absolute;

	right: 2px;

	top: 2px;

	z-index: 2;

	padding: 0;

}

.draggable-header .highslide-header .highslide-close a {

	display: block;

	height: 16px;

	width: 16px;

	background-image: url(graphics/closeX.png);

}

.draggable-header .highslide-header .highslide-close a:hover {

	background-position: 0 16px;

}

.draggable-header .highslide-header .highslide-close span {

	display: none;

}

.draggable-header .highslide-maincontent {

	padding-top: 1em;

}



/* hs.wrapperClassName = 'titlebar' */

.titlebar .highslide-header {

	height: 18px;

	border-bottom: 1px solid #dddddd;

}

.titlebar .highslide-heading {

	position: absolute;

	margin: 1px 0.4em;

	color: #666666;

}



.titlebar .highslide-header .highslide-move {

	cursor: move;

	display: block;

	height: 16px;

	position: absolute;

	right: 24px;

	top: 0;

	width: 100%;

	z-index: 1;

}

.titlebar .highslide-header .highslide-move * {

	display: none;

}

.titlebar .highslide-header li {

	position: relative;

	top: 3px;

	z-index: 2;

	padding: 0 0 0 1em;

}

.titlebar .highslide-maincontent {

	padding-top: 1em;

}



/* hs.wrapperClassName = 'no-footer' */

.no-footer .highslide-footer {

	display: none;

}



/* hs.wrapperClassName = 'wide-border' */

.wide-border {

	background: white;

}

.wide-border .highslide-image {

	border-width: 10px;

}

.wide-border .highslide-caption {

	padding: 0 10px 10px 10px;

}



/* hs.wrapperClassName = 'borderless' */

.borderless .highslide-image {

	border: none;

}

.borderless .highslide-caption {

	border-bottom: 1px solid white;

	border-top: 1px solid white;

	background: silver;

}



/* hs.wrapperClassName = 'outer-glow' */

.outer-glow {

	background: #444;

}

.outer-glow .highslide-image {

	border: 5px solid #444444;

}

.outer-glow .highslide-caption {

	border: 5px solid #444444;

	border-top: none;

	padding: 5px;

	background-color: gray;

}



/* hs.wrapperClassName = 'colored-border' */

.colored-border {

	background: white;

}

.colored-border .highslide-image {

	border: 2px solid green;

}

.colored-border .highslide-caption {

	border: 2px solid green;

	border-top: none;

}



/* hs.wrapperClassName = 'dark' */

.dark {

	background: #111;

}

.dark .highslide-image {

	border-color: black black #202020 black;

	background: gray;

}

.dark .highslide-caption {

	color: white;

	background: #111;

}

.dark .highslide-controls,

.dark .highslide-controls ul,

.dark .highslide-controls a {

	background-image: url(graphics/controlbar-black-border.gif);

}



/* hs.wrapperClassName = 'floating-caption' */

.floating-caption .highslide-caption {

	position: absolute;

	padding: 1em 0 0 0;

	background: none;

	color: white;

	border: none;

	font-weight: bold;

}



/* hs.wrapperClassName = 'controls-in-heading' */

.controls-in-heading .highslide-heading {

	color: gray;

	font-weight: bold;

	height: 20px;

	overflow: hidden;

	cursor: default;

	padding: 0 0 0 22px;

	margin: 0;

	background: url(graphics/icon.gif) no-repeat 0 1px;

}

.controls-in-heading .highslide-controls {

	width: 105px;

	height: 20px;

	position: relative;

	margin: 0;

	top: -23px;

	left: 7px;

	background: none;

}

.controls-in-heading .highslide-controls ul {

	position: static;

	height: 20px;

	background: none;

}

.controls-in-heading .highslide-controls li {

	padding: 0;

}

.controls-in-heading .highslide-controls a {

	background-image: url(graphics/controlbar-white-small.gif);

	height: 20px;

	width: 20px;

}



.controls-in-heading .highslide-controls .highslide-move {

	display: none;

}



.controls-in-heading .highslide-controls .highslide-previous a {

	background-position: 0 0;

}

.controls-in-heading .highslide-controls .highslide-previous a:hover {

	background-position: 0 -20px;

}

.controls-in-heading .highslide-controls .highslide-previous a.disabled {

	background-position: 0 -40px !important;

}

.controls-in-heading .highslide-controls .highslide-play a {

	background-position: -20px 0;

}

.controls-in-heading .highslide-controls .highslide-play a:hover {

	background-position: -20px -20px;

}

.controls-in-heading .highslide-controls .highslide-play a.disabled {

	background-position: -20px -40px !important;

}

.controls-in-heading .highslide-controls .highslide-pause a {

	background-position: -40px 0;

}

.controls-in-heading .highslide-controls .highslide-pause a:hover {

	background-position: -40px -20px;

}

.controls-in-heading .highslide-controls .highslide-next a {

	background-position: -60px 0;

}

.controls-in-heading .highslide-controls .highslide-next a:hover {

	background-position: -60px -20px;

}

.controls-in-heading .highslide-controls .highslide-next a.disabled {

	background-position: -60px -40px !important;

}

.controls-in-heading .highslide-controls .highslide-full-expand a {

	background-position: -100px 0;

}

.controls-in-heading .highslide-controls .highslide-full-expand a:hover {

	background-position: -100px -20px;

}

.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {

	background-position: -100px -40px !important;

}

.controls-in-heading .highslide-controls .highslide-close a {

	background-position: -120px 0;

}

.controls-in-heading .highslide-controls .highslide-close a:hover {

	background-position: -120px -20px;

}



/*****************************************************************************/

/* Styles for text based controls.						                     */

/* You can safely remove this if you don't use text based controls			 */

/*****************************************************************************/



.text-controls .highslide-controls {

	width: auto;

	height: auto;

	margin: 0;

	text-align: center;

	background: none;

}

.text-controls ul {

	position: static;

	background: none;

	height: auto;

	left: 0;

}

.text-controls .highslide-move {

	display: none;

}

.text-controls li {

    background-image: url(graphics/controlbar-text-buttons.png);

	background-position: right top !important;

	padding: 0;

	margin-left: 15px;

	display: block;

	width: auto;

}

.text-controls a {

    background: url(graphics/controlbar-text-buttons.png) no-repeat;

    background-position: left top !important;

    position: relative;

    left: -10px;

	display: block;

	width: auto;

	height: auto;

	text-decoration: none !important;

}

.text-controls a span {

	background: url(graphics/controlbar-text-buttons.png) no-repeat;

    margin: 1px 2px 1px 10px;

	display: block;

    min-width: 4em;

    height: 18px;

    line-height: 18px;

	padding: 1px 0 1px 18px;

    color: #333;

	font-family: "Trebuchet MS", Arial, sans-serif;

	font-size: 12px;

	font-weight: bold;

	white-space: nowrap;

}

.text-controls .highslide-next {

	margin-right: 1em;

}

.text-controls .highslide-full-expand a span {

	min-width: 0;

	margin: 1px 0;

	padding: 1px 0 1px 10px;

}

.text-controls .highslide-close a span {

	min-width: 0;

}

.text-controls a:hover span {

	color: black;

}

.text-controls a.disabled span {

	color: #999;

}



.text-controls .highslide-previous span {

	background-position: 0 -40px;

}

.text-controls .highslide-previous a.disabled {

	background-position: left top !important;

}

.text-controls .highslide-previous a.disabled span {

	background-position: 0 -140px;

}

.text-controls .highslide-play span {

	background-position: 0 -60px;

}

.text-controls .highslide-play a.disabled {

	background-position: left top !important;

}

.text-controls .highslide-play a.disabled span {

	background-position: 0 -160px;

}

.text-controls .highslide-pause span {

	background-position: 0 -80px;

}

.text-controls .highslide-next span {

	background-position: 0 -100px;

}

.text-controls .highslide-next a.disabled {

	background-position: left top !important;

}

.text-controls .highslide-next a.disabled span {

	background-position: 0 -200px;

}

.text-controls .highslide-full-expand span {

	background: none;

}

.text-controls .highslide-full-expand a.disabled {

	background-position: left top !important;

}

.text-controls .highslide-close span {

	background-position: 0 -120px;

}





/*****************************************************************************/

/* Styles for the thumbstrip.							                     */

/* See www.highslide.com/ref/hs.addSlideshow    							 */

/* You can safely remove this if you don't use a thumbstrip 				 */

/*****************************************************************************/



.highslide-thumbstrip {

	height: 100%;

}

.highslide-thumbstrip div {

	overflow: hidden;

}

.highslide-thumbstrip table {

	position: relative;

	padding: 0;

	border-collapse: collapse;

}

.highslide-thumbstrip td {

	padding: 1px;

	/*text-align: center;*/

}

.highslide-thumbstrip a {

	outline: none;

}

.highslide-thumbstrip img {

	display: block;

	border: 1px solid gray;

	margin: 0 auto;

}

.highslide-thumbstrip .highslide-active-anchor img {

	visibility: visible;

}

.highslide-thumbstrip .highslide-marker {

	position: absolute;

	width: 0;

	height: 0;

	border-width: 0;

	border-style: solid;

	border-color: transparent; /* change this to actual background color in highslide-ie6.css */

}

.highslide-thumbstrip-horizontal div {

	width: auto;

	/* width: 100% breaks in small strips in IE */

}

.highslide-thumbstrip-horizontal .highslide-scroll-up {

	display: none;

	position: absolute;

	top: 3px;

	left: 3px;

	width: 25px;

	height: 42px;

}

.highslide-thumbstrip-horizontal .highslide-scroll-up div {

	margin-bottom: 10px;

	cursor: pointer;

	background: url(graphics/scrollarrows.png) left center no-repeat;

	height: 42px;

}

.highslide-thumbstrip-horizontal .highslide-scroll-down {

	display: none;

	position: absolute;

	top: 3px;

	right: 3px;

	width: 25px;

	height: 42px;

}

.highslide-thumbstrip-horizontal .highslide-scroll-down div {

	margin-bottom: 10px;

	cursor: pointer;

	background: url(graphics/scrollarrows.png) center right no-repeat;

	height: 42px;

}

.highslide-thumbstrip-horizontal table {

	margin: 2px 0 10px 0;

}

.highslide-viewport .highslide-thumbstrip-horizontal table {

	margin-left: 10px;

}

.highslide-thumbstrip-horizontal img {

	width: auto;

	height: 40px;

}

.highslide-thumbstrip-horizontal .highslide-marker {

	top: 47px;

	border-left-width: 6px;

	border-right-width: 6px;

	border-bottom: 6px solid gray;

}

.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {

	margin-left: 10px;

}

.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {

	border-bottom-color: white !important;

}

.highslide-thumbstrip-vertical div {

	height: 100%;

}

.highslide-thumbstrip-vertical a {

	display: block;

}

.highslide-thumbstrip-vertical .highslide-scroll-up {

	display: none;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 25px;

}

.highslide-thumbstrip-vertical .highslide-scroll-up div {

	margin-left: 10px;

	cursor: pointer;

	background: url(graphics/scrollarrows.png) top center no-repeat;

	height: 25px;

}

.highslide-thumbstrip-vertical .highslide-scroll-down {

	display: none;

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 25px;

}

.highslide-thumbstrip-vertical .highslide-scroll-down div {

	margin-left: 10px;

	cursor: pointer;

	background: url(graphics/scrollarrows.png) bottom center no-repeat;

	height: 25px;

}

.highslide-thumbstrip-vertical table {

	margin: 10px 0 0 10px;

}

.highslide-thumbstrip-vertical img {

	max-width: 60px;

}

.highslide-thumbstrip-vertical .highslide-marker {

	left: 0;

	margin-top: 8px;

	border-top-width: 6px;

	border-bottom-width: 6px;

	border-left: 6px solid gray;

}

.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {

	border-left-color: white;

}



.highslide-viewport .highslide-thumbstrip-float {

	overflow: auto;

}

.highslide-thumbstrip-float ul {

	margin: 2px 0;

	padding: 0;

}

.highslide-thumbstrip-float li {

	display: block;

	height: 60px;

	margin: 0 2px;

	list-style: none;

	float: left;

}

.highslide-thumbstrip-float img {

	display: inline;

	border-color: silver;

	max-height: 56px;

}

.highslide-thumbstrip-float .highslide-active-anchor img {

	border-color: black;

}

.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {

	display: none;

}

.highslide-thumbstrip-float .highslide-marker {

	display: none;

}

/* Map Stuff */

/* mapping page styles---------------------------------------- */


/* Do Not Change These */
td#price {    font-weight:bold; }  td#powlink {    font-weight:bold; }  td#paging {     vertical-align:top;     height: 18px;     font-weight:bold; }    .select{ background-color: #ffffff; border: solid 1px #cec9c3; padding: 3px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }  .DefaultPinOffset {position:absolute;left:0px;top:-20px;} .ActionButton {float:left; cursor:pointer; font-size:11px; font-weight:bold; color:Navy; padding:2px;} .ButtonDisabled {color: Gray;}    .ydsf { 	display: block; 	position: relative; 	margin: 4px -4px -4px 4px; 	background: url(images/shadow-grid.gif) repeat; }  /* ie6 ignores this selector */ html>body .ydsf {    height: 116px;     width: 154px; 	margin: 8px -8px -8px 8px; 	background: url(images/shadow.png) right bottom no-repeat; }  /* shadow corners */ .ydsf:before, .ydsf:after { 	content: " "; 	display: block; 	width: 8px; 	height: 8px; 	background: inherit;	 }  .ydsf:before { 	position: absolute; 	top: 0; 	right: 0; 	margin: -8px 0 0 auto; 	background-position: right top; }  .ydsf:after { 	margin: -8px 0 0 -8px; 	background-position: left bottom; }  .ydsf .inner {    border: 1px black; 	display: block; 	position: relative; 	overflow: hidden; /* prevents margin leakage from child elements */ 	left: -4px; 	top: -4px; }  /* ie6 ignores this selector */ html>body .ydsf .inner {    border: 1px black; 	left: -8px; 	top: -8px; 	margin: 0; }             /* The following control the size and styles of the main map elements */  /* The Body of the Map Page */ body#mapBody { 	margin: 0px; }  /* The "Key" heading on the search box */ .hdg{ position: absolute; left:0; top:0; width: 164px; height:12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; border-bottom: solid 1px #cec9c3; color: #333333; background-color: #FFFFFF; background-position: center right; padding-left: 5px; padding-top:  8px; padding-bottom: 8px; }  /* The outer div of the search box, including heading */ #searchBox {     display:block;     position:relative;     left:0;     top:0;     width:169px;     height:100%; }  /* The inner div of the search box, including heading */ #searchBoxInnerDiv { border: solid 1px #cec9c3; border-top: none; position: absolute; left:0; top:0; width: 100%; height:100%; color: #333333; background: #EEEEEE; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }  /* The map div */ #myMap {     position: absolute;     left:171px;     top:0;     width: 428px;     height: 335px; }
/* The toolbar along the top */ #mainToolbarContainer { 		position:absolute; 		top:0; 		left:0; 		width:600px; 		height:24px; }  /* The container around the whole map page excluding the toolbar*/ .mapPage {     position:absolute;     top:24px;     left:0;     width:599px;     height:335px;     border-top: solid 1px #cec9c3;     border-right: solid 1px #cec9c3;     border-bottom: solid 1px #cec9c3;   
}

/* Property Direct CSS */

#propDirectHeader #agentLogo {
	text-align:center;
}

#propDirectHeader #agencyDetails {
	text-align:center;
	margin: 0 0 10px 0;
}

#propDirectHeader #agencyDetails div {
	display: inline;
	margin: 0 10px 0 0;
	font-weight: bold;
	white-space: nowrap;
}
