/* CSS Document */

* {
    padding:0;
    margin:0;
}

/* TAGS */

html {
     overflow: -moz-scrollbars-vertical;
}

body {
    /*background-color:#0031be;
    background-image:url(/images/bg-gradient.gif);
    background-repeat:repeat-x;
    background-position:left top;*/
    background:#00125C;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#00125C;
    text-align:center;
    margin:10px 0;
}

textarea {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

.myPopups {
    color:#00125C;
    background-color:#EBEAF0;
    margin:10px;
    text-align:left;
}

a.smallLinkBold {
    font-size:11px;
    font-weight:bold;
}       

td {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#00125C;
}

img {
    border:0;
}

ul, ol {
    margin-left:30px;
}

p {
    margin:8px 0 0 0;
    position:relative;
 }

h3 {
    font-size:18px;
    color:#00125C;
    margin-bottom:10px;
    font-weight:normal;
}

.darkBlue {
    color:#00125C !important;
    font-size:24px;
    margin-bottom:10px;
    font-weight:normal;
}

h4 {
    font-size:14px;
    color:#00125C;
    margin-bottom:6px;
}

    
#mainBody h5, #mainBodyBE h5 {
    font-size:13px;
    }   

.myBold {
    font-weight:bold;
}


/* DIVS */

#outerLimit {
    width:960px;
    text-align:left;
    margin:auto;
	position: relative;
}

#outerLimitBE {
    width:894px;
    text-align:left;
    margin:auto;
}

#logo {
    float:left;
    width:259px;
    margin: 0 0 20px 0;
}

#logo img {
    width:259px;
    height:50px;
}

.logo20 {
    margin: 0 0 20px 0;
}
#mobilelink , #mobilelink a {
    color: #FFFFFF !important; 
    float: right !important; 
    margin-right: 40px !important; 
    margin-top: 15px !important; 
    display:none;
}

.errorBox {
	width:auto;
	padding:10px 10px 0 10px;
	border:1px solid #fbc2c4;
	background:#fbe3e4;
	color:#8a1f11;
	display:none;
	margin-bottom:10px;
}

.infoBox {
	width:auto;
	padding:10px 10px 0 10px;
	border:1px solid #ffd324;
	background:#fff6bf;
	color:#514721;
	margin-bottom:10px;
	position:relative;
	text-align:left;
	display:none;
}

.infoBoxButton {
	width:auto;
	padding:10px 10px 0 10px;
	border:1px solid #ffd324;
	background:#fff6bf;
	color:#514721;
	margin-bottom:10px;
	position:relative;
	text-align:left;
	display:none;
}

.errorBox strong, .infoBox strong, .successBox strong {
	font-size:16px;
}

.errorBox span, .infoBox span, .successBox span {
	float:right;
	font-size:11px;
	position:relative;
}

.errorBox ul, .infoBox ul, .successBox ul {
	margin:0 0 0 25px;
}

.errorBox ul li, .infoBox ul li, .successBox ul li {
	list-style-type:disc !important;
	float:none !important;
	width:auto !important;
	margin:0 0 10px 0 !important;
	padding:0 !important;
}

.errorBox ul li span, .infoBox ul li span, .successBox ul li span {
	float:none !important;
	width:auto !important;
	position:static !important;
	font-size:12px !important;
	padding:0 !important;
	margin:0 !important;
}

#contact-details {
    margin-left: 0px;
}

#contact-details li{
    clear: both;
    list-style: none;
}

#contact-details dl {
    margin-top: 5px;
}

#contact-details dt {
    margin-bottom: 3px;
    float: left;
    width: 180px;
}

#contact-details dd {
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}

#contact-details sup {
    font-size: 100%;
    position: relative;
    top: -2px;
}

#contact-details label span {
    color: red !important;
    display: inline !important;
    font-weight: normal !important;
}

#contact-details input[type="text"], #contact-details input[type="select"], #contact-details textarea {
    width: 260px;
}

.hidden-error {
    display: none;
}

.show-error {
    display: block;
}

#error-list {
    margin-left: 25px !important;
}


#bannerWrapper {
    float:right;
    width:598px;
    height:60px;
    margin-bottom:20px;
    text-align:right;
}

#banner_target {
    float:right;
    width:468px;
    height:60px;
}
#banner {
    width:468px;
    height:60px;
    margin-bottom:4px;
}


#banner_target img {
    width:468px;
    height:60px;
}

#banner img {
    width:468px;
    height:60px;
}

#button_target
 {
    float:right;
    width:120px;
    height:60px;
}

#button
 {
    float:right;
    width:120px;
    height:60px;
}

#agentLogo {
    float:right;
    width:600px;
    margin-bottom:10px;
    text-align:right;
    font-size:24px;
    color:#FFF;
    height:54px;
}

#agentLogo img {
    width:84px;
    height:54px;
    margin-left:12px;
}

#nav {
    clear:both !important;
    width:960px;
}



#nav img {
    margin-right:5px;
}

#navBE {
    width:894px !important;
    background-image:url(/images/nav/nav-lower-bg-be.gif) !important;
}

#myNav {
    width:960px;
    clear:both;
    height:26px;
    min-height:26px;
}
#myNav a:link, #myNav a:visited {
    color:#FFF !important;
    font-weight:normal !important;
    text-decoration:none;
}
#myNav a:hover {
    color:#FFF !important;
    font-weight:normal !important;
    text-decoration:underline;
}

#navButtons {
    width:auto;
    float:left;
    height:26px;
    min-height:26px;
}
#navButtons a span {
	position:absolute;
	left:-11000px;
	outline:none;
}
#navMobile {
    width:78px;
    float:left;
    height:22px;
    min-height:22px;
    text-align:center;
    padding-top:4px;
}


#myNavBE {
    float:left;
    width:auto;
}

#myNavBE {
    width:894px !important;
}

#estate {
    width:157px;
    float:right;
    background:#CCC;
}
#estate img {
    width:157px;
    height:26px;
    margin-right:0 !important;
}

#subNav {
    width:960px;
    background:#FFF;
    clear:both;
}
#subNav2 {
    width:680px;
    float:left;
    padding:6px 0 0 10px;
}


#subNav a:link, #subNav a:visited {
    color:#00125C;
    text-decoration:none;
    font-weight:bold;
}
#subNav a:hover {
    color:#00125C;
    text-decoration:underline;
    font-weight:bold;
}


#subNav #subNav2 #cookieText a:link, #subNav #subNav2 #cookieText a:visited {
    color:#0066CC !important;
    text-decoration:underline !important;
}
#subNav #subNav2 #cookieText a:hover {
    color:#ED1C24 !important;
}


#homepageRight {
    width:304px;
    float:right;
}
/* homepageRight div is 304px wide to allow for 2px grey bit either side of the featured property puff */

#homepageRight300 {
    width:300px;
    float:right;
}

.RL2a {
    width:200px !important;
}

.myPlain1 {
    border:0 !important;
}


#resultsLeft, #resultsLeftxx {
    width:300px;
    float:left;
    margin-bottom:20px;
    clear:left;
}
#resultsLeft2, #resultsLeft2xx {
    width:288px !important;
    border:1px solid #999 !important;
    padding:3px 5px 10px 5px !important;
    background-image:url(/images/puff-header-grey3.gif);
    background-repeat:no-repeat;
    background-position:top;
}



#resultsLeft2b {
    width:auto;
    border:1px solid #999 !important;
    padding:3px 5px 10px 5px !important;
    background-image:url(/images/puff-header-grey3.gif);
    background-repeat:no-repeat;
    background-position:top;
}

#resultsLeft2 h1, #resultsLeft2b h1, #resultsLeft2xx h1 {
    margin-top:0 !important;
    padding-top:0 !important;
    color:#F7941D !important;
    font-size:30px  !important;
    font-weight:normal !important;
}

.myOrange a {
    color:#F7941D !important;
    font-weight:normal !important;
}
.myOrange img {
    width:4px !important;
    height:7px !important;
    vertical-align:middle;
}

.newOrange {
    border:1px solid #F7941D !important;
    background-image:url(/images/puff-header-orange.gif) !important;
}
.newOrange a {
    font-weight:normal !important;
}
.newOrange select {
    width:125px;
}

#s1play2 {
    width:304px;
    float:right;
    margin-left:6px;
}
#s1play2 div {
    margin-bottom:0 !important;
}

#mapuff {
    width:300px;
    border:2px solid #EEE;
    height:135px;
    min-height:135px;
    margin-right:3px;
    float:right;
}
#mapuff2 {
    width:280px;
    background-image:url(/images/map-puff-bg.gif);
    background-repeat:no-repeat;
    height:127px;
    min-height:127px;
    padding:3px 10px 5px 10px;
}
#mapuff2 a {
    font-weight:normal !important;
}


.rightPuff {
    width:300px;
    border:2px solid #EEE;
    margin-bottom:10px;
}

#featProp {
    width:280px;
    border: 1px solid #0066CC;
    padding:4px 9px 18px 9px;
    background-image:url(/images/puff-header-blue.gif);
    background-position:top;
    background-repeat:no-repeat;
}

.puffHeader {
    color:#FFF;
    font-weight:bold;
    margin-top:0 !important;
    margin-bottom:15px !important;
}

.puffHeader a:link, .puffHeader a:visited {
    font-weight:normal !important;
    color:#FFF !important;
    text-decoration:none !important;
}
.puffHeader a:hover  {
    font-weight:normal !important;
    color:#FFF !important;
    text-decoration:underline !important;
}


.uLink a:link, .uLink a:visited {
    text-decoration:underline !important;
    font-weight:normal !important;
    color:#FFF !important;
}
.uLink a:hover {
    text-decoration:underline !important;
    font-weight:normal !important;
    color:#FFF !important;
}

.uLink {
    font-weight:normal;
}


.nuLink a:link, .uLink a:visited {
        text-decoration: none !important;
}

.s1play {
    width:280px;
    background-image:url(/images/s1play-puff.gif);
    background-repeat:no-repeat;
    height:36px;
    min-height:36px;
    padding:105px 0 0 20px;
}
.s1play select {
    color:#000;
    width:130px;
    font-size:10px;
}

#homepageLeft {
    width:614px;
    float:left;
}

#mainSearch1, #resultsSL, #resultsSR {
    width:610px;
    border:2px solid #EEE;
    margin-bottom:10px;
}
#mainSearch2, #resultsSL2, #resultsSR2 {
    width:auto;
    border:1px solid #0066CC;
    background-image:url(/images/puff-header-blue2.gif);
    background-position:top;
    background-repeat:no-repeat;
    padding:3px 10px 10px 10px !important;
}

#resultsSR {
    width:614px !important;
    border:0 !important;
}

#resultsSR2 {
    border:0 !important;
}

#resultsSL2 {
    background-image:url(/images/puff-header-blue3.gif) !important;
}

#resultsSR2 {
    background-image:url(/images/puff-header-blue4.gif) !important;
}

#rightContainer {
    width:614px;
}
#rightContainer2 {
    width:656px;
}

#rightContainer, #rightContainer2 {
    float:right;
}

#resultsSL #resultsSL2 .shortlist td a {
    font-weight:normal;
}

.shortlist td a, #Layer1 a {
    color:#00125C !important;
}

#resultsLeft2 td, #resultsSL2 td, #resultsSR2 td, #resultsLeft2xx td, #nhRefineSearch td {
    padding:3px !important;
}

#mainSearch2 td, #newHPsearch2 td {
    padding:3px;
}

#locationHeader {
    width:580px;
}
#locationDetail {
    width:580px !important;
    overflow-x:hidden !important;
}

#locationDetailPost {
    width:280px !important;
    overflow-x:hidden !important;
}

#childareas2 * {
    padding:0;
    margin:0;
}

#childareas2 td {
    font-size:11px !important;
}
#childareas2 input {
    vertical-align:middle;
}

.dS {
    float:right;
    width:67px;
    height:89px;
    margin:10px 0 0 10px;
}

.dS2 {
	float:right;
    width:67px;
    height:89px;
    margin:10px 0 0 10px;
}

.dS2hp {
    width:67px;
    height:89px;
}

.SLmain {
    width:150px;
    float:left;
    margin-top:10px;
    margin-right:5px;
    margin-left:5px;
    display:inline;
}
.SLpic {
    width:64px;
    float:left;
    margin-right:5px;
    background-position:top;
    background-repeat:no-repeat;
    height:40px;
    min-height:40px;
    position:relative;
}

.SLtext {
    width:81px;
    float:right;
}

.SLnumber {
    width:16px;
    height:16px;
    min-height:16px;
    font-weight:bold;
    font-size:11px;
    color:#FFF !important;
    background:#0066CC;
    border-right:1px solid #FFF;
    border-bottom:1px solid #FFF;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
}
.SLremove {
    width:64px;
    clear:both;
    text-align:center;
}

#cb1, #cb2 {
    width:auto;
    clear:both;
}
#cb1 input, #cb2 input {
    vertical-align:middle;
}
#cb1 {
    margin-bottom:4px;
}
.newFA {
    width:580px;
}
.newFA2 {
    width:614px;
    margin-bottom:10px;
}
.newFA img {
    width:84px;
    height:54px;
    margin:0 5px 5px 0;
}
.newFA2 img {
    width:84px;
    height:54px;
    margin:0 3px 5px 0;
}
.rightSpace {
    margin-right:5px;
}


#hpAdSpace {
    width:612px; /* 614px */
    padding:0 2px;
    margin-bottom:10px; 
}
#hpAdSpace img {
    width:610px;
    height:60px;
}

#row2 {
    width:inherit;
    margin-bottom:10px;
}
.row2outer {
    width:145px;
    border:2px solid #EEE;
    height:135px;
    min-height:135px;
    margin-right:4px;
}
.row2inner {
    width:auto;
    border:1px solid #999;
    background-image:url(/images/puff-header3.gif);
    background-position:top;
    background-repeat:no-repeat;
    padding:3px 5px 5px 10px;
    height:125px;
    min-height:125px;
}

.row2inner a:link, .row2inner a:visited {
    text-decoration:none !important;
    color:#00125C !important;
    font-weight:normal !important;
}
.row2inner a:hover {
    text-decoration:underline !important;
    color:#00125C !important;
    font-weight:normal !important;
}

#thenews1, #newDetails, .hp1 {
    width:610px;
    border:2px solid #EEE;
    margin-bottom:10px;
}
#thenews2, #newDetails2, .hp2 {
    width:auto;
    border:1px solid #999;
    background-image:url(/images/puff-header-grey2.gif);
    background-position:top;
    background-repeat:no-repeat;
    padding:3px 10px 5px 10px;
}

/* Homepage changes - March 2009 */

.hp1Right {
	width:230px; /* 260px */
	padding-right:30px;
	float:right;
}
.starVideo {
	width:80px;
	height:82px;
	float:right;
	margin:0 0 5px 5px;
}

.hp2 {
	padding-bottom:10px;
}

.hp1Left {
	width:270px;
	float:left;
	background:url(/images/bg-options.gif) no-repeat 190px top;
}
.hp1Left img, .hp3b img {
	width:16px;
	height:16px;
	vertical-align:middle;
	float:left;
	margin:0 4px 0 0;
}
.hp1Left a:link, .hp1Left a:visited {
	color:#00125C !important;
	text-decoration:none !important;
}
.hp1Left a:hover {
	color:#00125C !important;
	text-decoration:underline !important;
}

.hp3a {
    width:300px;
    border:2px solid #EEE;
    margin-bottom:10px;
}
.hp3b {
    width:auto;
    border:1px solid #999;
    background-image:url(/images/puff-header-grey2.gif);
    background-position:top;
    background-repeat:no-repeat;
    padding:3px 10px 10px 10px;
}
.hp3b a:link, .hp3b a:visited, .hp3b a:hover {
	font-weight:normal !important;
}

.hpHeader {
	font-size:14px;
	font-weight:bold;
	color:#00125C;
}

.ccLogosHP img {
	width:278px !important;
	height:29px !important;
}

.hp14 {
	font-size:14px;
}

.hp1Left span {
	float:right;
}
.hpButton  {
	width:auto;
	padding:2px 5px 3px 5px;
	text-align:center;
	border-color:#2F82E8 #1656AA #1656AA #2F82E8;
	background:#0066CC;
	border-style:solid;
	border-width:1px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
a.hpButton:link, a.hpButton:visited {
	color:#fff;
	text-decoration:none;
}
a.hpButton:hover {
	color:#fff;
	text-decoration:none;
	background-position:0 -551px;
}

/* end */

.orangeLong {
    background-image:url(/images/puff-header-orange-long.gif) !important;
}

.newsItem {
    width:inherit;
    clear:both;
}
.newsItem img {
    width:72px;
    height:72px;
    float:left;
    margin-right:10px;
    margin-bottom:15px;
}
.newsItem a:link, .newsItem a:visited {
    color:#0066CC;
    font-weight:normal !important;
}
.newsItem a:hover {
    color:#ED1C24;
}

.left {
    float:left !important;
}
.right {
    float:right !important;
}
.left20 {
    margin-left:20px;
}



#ie5 {
    width:960px;
    margin:auto;
    background:#FFF;
    clear:both;
}

#ie5BE {
    width:894px;
    margin:auto;
}

#mainBody {
    width:auto;
    padding:10px 40px;
}

.padding8 {
    padding:20px 14px 10px 14px !important;
}

#mainBodyBE {
    width:auto;
    padding:12px;
    background-image:url(/images/main-body-bg.gif);
    background-repeat:repeat-y;
    margin-bottom:0;
}

.mainBodyRSS td {
    padding:12px;
    }

#mainBodyBE {
    background-image:url(/images/main-body-bg-be.gif) !important;
}

#mainBody a:link, #mainBody a:visited, #mainBodyBE a:link, #mainBodyBE a:visited {
    color:#0066CC;
    text-decoration:underline;
    font-weight:bold;
}
#mainBody a:hover, #mainBodyBE a:hover {
    color:#ED1C24;
}


/* stole from s1jobs */

#mainBody h3, #mainBodyBE h3 {
    color: #0066CC;
    position:relative;
    }

h3 a {
    text-decoration: none;
}

h4 a {
    color: #00125C;
    text-decoration: none;
}

#mainBody h4, #mainBodyBE h4 {
    font-size:16px;
    margin-bottom:2px;
    margin-top: 10px;
    padding: 0px;
    }

#footer {
    width:960px;
    text-align:center;
    font-size:11px;
    color:#999;
    background:#FFF;
    clear:both;
}
#newFoot {
    width:960px;
    clear:both;
}
#newFoot img {
    width:960px;
    height:30px;
}

#footerBE {
    width:754px;
    text-align:center;
    background-image:url(/images/footer-bg.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    font-size:11px;
    color:#999;
    margin-bottom:12px;
}

#footer a, #footerBE a, .legals a {
    color:#999 !important;
    text-decoration:underline !important;
    font-size:11px !important;
    font-weight:normal !important;
}

#footerBE {
    width:894px !important;
    background-image:url(/images/footer-bg-be.gif) !important;
    padding-bottom:12px;
}

#hp-right {
    float:right;
    width:300px;
}



#mpu_target, #nh_mpu_target {
    width:300px;
    margin:0 0 20px 0;
}

.extraMargin #mpu_target {
    margin:0 0 10px 2px !important;
}

#mpu {
    margin-bottom:10px;
}

#hp-left {
    float:left;
    width:422px;
    margin:0 8px 0 0;
    
}

div.ad_loader { display:none }
div.ad_target div.ad_loader { display:block }

#hp-left-1 {
    float:left;
    width:114px;
    margin-right:8px;
}

#hp-left-1 p {
    margin-bottom:12px;
}

#hp-left-1 img {
    width:114px;
}

#hp-left-2 {
    float:right;
    width:300px;
}

#s1playBox {
    width:300px;
    height:138px;
    background-image:url(/images/puff-s1play.gif);
    background-repeat:no-repeat;
}

#featuredAgents img {
    width:84px;
    height:54px;
    margin-bottom:11px;
}

#scottishPropertyNews img {
    float:left;
    margin: 0px 3px 15px 0px;
    width:38px;
    height:38px;
}

#featuredProperty img {
    float:left;
    margin: 0px 12px 12px 0px;
}

#ptmb, #priceRange, #myLocation, #checks {
    width:inherit;
    clear:both;
    margin-bottom:6px;
}

#ptmb {
    padding-bottom:1px !important;
}

#submitAdvanced {
    margin-top:6px;
}

#ptmb div {
    width:120px;
    margin-bottom:0;
    position:relative;
}

#propType, #mySubmit {
    float:left;
}

#minBeds, #adVan {
    float:right;
    margin-right:8px;
}

#submitAdvanced {
    padding-bottom:6px;
    margin-top:6px;
}

#hiddenOptions, #hiddenOptions800, #hiddenOptions1024 {
    display:none;
}

#searchBox .innerbox {
    border-top:0;
    padding-top:0 !important;
}

#searchTop {
    width:300px;
    background-image:url(/images/top_curve.gif);
    background-repeat:no-repeat;
    background-position:top left;
    height: 12px;
    font-size: 1px;
    position:relative;
    right:1px;
}


#searchSummaryOuter {
    margin:auto;
    width:280px;
    float:left;
}

#searchSummaryInner {
    width:auto;
    border-top:0;
    margin-top:16px;
    padding:0 5px 12px 5px;
}

#searchResults {
    width:450px;
    float:right;
}

.myResults {
    width:614px;
    clear:both;
    background:#F2F2F2;
    margin-top:10px;
    position:relative;
}
.whiteBG {
    background:#FFF !important;
}



.myResults1 {
    width:auto;
    padding:10px;
    border-bottom:1px solid #C9C7BF;
    border-top:1px solid #C9C7BF;
    height:105px;
    min-height:105px;
}

.myResultsPic {
    width:140px;
    height:105px;
    float:left;
    margin-right:10px;
}
.myResultsPic img {
    width:140px;
    height:105px;
    position:absolute;
    top:0px;
    left:0px;
}

.myResultsText {
    float:right;
    width:184px;
    margin-right:10px;
}

.myResultsLogo {
    float:right;
    width:84px;
    height:54px;
    min-height:54px;
}
.myResultsLogo img {
    width:84px;
    height:54px;
}

.myResultsLogo2 {
    float:right;
    width:84px;
    height:54px;
    min-height:54px;
    margin-left:5px;
}

.myResultsForce {
    width:417px;
    float:right;
    height:105px;
    min-height:105px;
}

.myResultsNew {
    width:417px;
    height:90px;
    min-height:90px;
}

.myResultsLinks {
    width:417px;
    height:15px;
    min-height:15px;
}

.myResultsLinks a {
    font-weight:normal !important;
}

.myResultsOptions a {
    font-weight:bold;
}

#ie5DH {
    float:right;
    width:450px;
    margin:auto;
}

#detailsHolder {
    width:auto;
    border:2px solid #0066CC;
    padding:6px 0 !important;;
}

#detailsHolder img {
    width:4px;
    height:7px;
}



#dhPN {
    width:inherit;
    background:#F2F2F2;
}

#dhPN_left {
	float:left;
	padding-left:10px;
	width:90px;
	text-align:left;
}

#dhPN_mid {
	float:right;
	text-align:center;
	font-weight:bold;
	width:246px;
}

#dhPN_right {
	float:right;
	text-align:right;
	padding-right:10px;
	width:90px;
}

.pnLinks div a {
    font-weight:normal !important;
}

#prevNextClear {
    width:588px;
    clear:both;
    height:30px;
    min-height:30px;
}

#mainDetails {
    width:426px;
    margin-left:10px;
}

#forceClear {
    width:inherit;
    clear:both !important;
    min-height:224px;
    height:224px;
}

#largePic {
    width:280px;
    margin-bottom:10px !important;
    float:left;
    /*
    height:210px !important;
    min-height:210px !important;
    */
    margin-right:20px;
}

#largePic div {
    position:relative;
}

#largePic img {
    width:280px;
    height:210px;
    position:absolute;
    top:0;
    left:0;
    margin-top:0;
    padding-top:0;
}



#thumbPics {
    width:138px;
    float:left;
    height:224px;
    min-height:224px;
}

#thumbPics img {
    width:64px;
    height:48px;
    margin:0 10px 6px 0;
    float:left !important;
}



#detailOptions {
    clear:both;
    width:426px;
    color: #0066CC;
    font-weight:bold;
    margin-bottom:12px;
}

#detailOptions a:link, #detailOptions a:visited {
    font-weight:bold;
    text-decoration:none;
}

#detailOptions a:hover {
    font-weight:bold;
    text-decoration:underline;
}

#detailText {
    clear:both;
    width:426px;
}

#detailTextContent {
    float:left;
    width:426px;
    padding-bottom:6px;
    border-bottom:1px solid #D6D6D6;
}

#detailTextLogo img {
    width:84px;
    height:54px;
    float:right;
}

.newAgentLogo, .newAgentLogo2 {
    width:84px;
    float:right;
}
.newAgentLogo img, .newAgentLogo2 img {
    width:84px !important;
    height:54px !important;
    margin-right:0 !important;
}

.newAgentLogo2 {
    display:none;
}

.myPlace {
    font-size:18px;
}

.myPrice {
    font-size:18px;
    font-weight:bold;
}
.myPrice2 {
    font-size:16px;
}

.message {
    float:none;
    color:#ED1C24;
    font-weight:bold;
    /*
    font-size:14px;
    background:#F2F2F2;
    padding:5px;
    position: relative;
    margin-bottom:10px;
    text-align:center;
    */
}

.message2 {
    float:none;
    color:#ED1C24;
    position:relative;
    font-weight:bold;
}

.nhMessage {
    font-size:12px !important;
    margin-top:5px;
}

#detailTextFooter {
    font-size:10px;
    color:#A5A5A5;
    margin-top:10px !important;
}

#newDetailsRight {
    width:280px;
    float:right;
}
#newDetailsLeft {
    width:280px;
    float:left;
}

.newNormal a:link, .newNormal a:visited, .newNormal a:hover {
    font-weight:normal !important;
}



#searchResultsOnDetailsPage {
    width:280px;
    float:left;
}

.miniResOn {
    width:278px;
    background:#FFF;
    text-align:center;
    border-top:2px solid #0066CC;
    border-bottom:2px solid #0066CC;
    border-left:2px solid #0066CC;
    border-right:2px solid #FFF;
}

.miniRes1 {
    width:300px;
    background:#F7F7F7;
    text-align:center;
    border-bottom:1px solid #C9C7BF;
    position:relative;
}

.miniRes2 {
    width:auto;
    padding:5px;
}

.highResult {
    border:1px solid #F7961C;
    height:1%;
}

.miniRes2 a {
    font-weight:normal !important;
    color:#00125C !important;
}

.miniResPic {
    width:64px;
    height:48px !important;
    min-height:48px !important;
    float:left !important;
    position:relative;
}
.miniResPic img {
    width:64px;
    height:48px;
    position:absolute;
    top:0;
    left:0;
}

.miniResText {
    width:200px !important;
    float:right !important;
    color:#00125C !important;
    font-weight:bold;
    text-align:left !important;;
    min-height:58px;
    height:58px;
}

.miniResText a:visited {
	color:#666 !important;
}

.miniResText span {
    font-size:10px;
}

#showingBox {
    padding-top:4px;
    clear:left;
    width:272px;
}

#specialClear {
    width:300px;
    clear:both;
    border-bottom:1px solid #C9C7BF;
    height:12px;
    font-size:1px;
}
#specialClear2 {
    width:auto;
    clear:both;
    font-size:12px;
}


/* CLASSES */

.leftRightHolder {
    width:inherit;
}

.leftRightHolder img {
    width:4px;
    height:7px;
}

.leftSRDOP {
    float:left;
}

.rightSRDOP {
    float:right;
    margin-right:5px;
    text-align:right;
}

.daeit {
    width:450px;
    font-size:1px;
    clear:both;
}


.leftSR img, .rightSR img {
    width:4px;
    height:7px;
}


a.myTitles {
    font-weight:bold;
    font-size:12px;
    color:#00125C !important;
}

a.redLink {
    color:#ED1C24 !important;
    font-weight:bold;
}

a.redLink2 {
    color:#ED1C24 !important;
    text-decoration:none !important;
}

.strong {
    font-weight:bold;
}

.clear {
    clear:both;
    font-size:1px;
    height:0px;
    overflow:hidden;
}

a.oLink {
    color:#ED5F14 !important;
}

#backendMain {
    width:auto;
}

/* BEGIN BOX SHADOW CODE */

.shadow {
    width:inherit;
    background:#707070; 
    border:1px solid #d0d0d0; 
    border-top:0px; 
    border-left:0px;
    margin-bottom:1em;
}

.innerbox, .innerboxalter {
    background:#ebeaf0; 
    border:1px solid #a7a5b1;
    position:relative;

    left:-1px;  
    padding:5px 10px;
}


html > .innerbox, .innerboxalter { height: 1% }

.innerbox p img { position: relative; }

.innerbox h3 {
    color:#0066CC;
    margin-bottom:5px;
    font-size:18px;
}

.innerbox, .innerboxalter br {
    clear:both;
}

/* END BOX SHADOW CODE */

.clearNone {
    clear:none !important;
}

.searchH3 {
    font-size:18px;
    color:#00125C !important;
    margin-top:0 !important;
}

.localcheck{
 width: 20px; 
}


.bottomSpace {
    margin-bottom:11px;
}

.fieldOne {
    width:120px;
}

/*
.locationClass {
    width:260px;
}
*/

label.wide {
    font-weight: bold;
    width: 120px;
    display:compact;
}


#signInHolder {
  position: relative;
}

#signInPopUp {
  display: block;
  position: absolute;
  width: 180px;
  top: 20px;
  left: 0px;
  padding: 2px;
  background: #F5F5F8;
  border: 1px solid #06c;
  visibility: hidden;
  font-weight: bold;
}



#signInPopUp div {
  margin: 2px 3px 4px;
}
#signInPopUp span.note {
  font-weight: normal;
  font-size: 90%;
}

#signInPopUp div input {
  width: 99%;
}

#signInPopUp div input.left {
  width: auto;
  float: left;
}
#signInPopUp div .right { float: right }

.notUser, .notUser a {
  font-size: 10px;
  color: #9d9d9d;
}

.error {
    color:#ED1C24;
    font-weight:bold;
}

#signInLeft {
    width:556px;
    float:left;
    background-image:url(/images/title-existing.gif);
    background-position:left top;
    background-repeat:no-repeat;
}

#signInLeft label, #signInLeftFp label, #signInLeftReg label {
    font-weight:bold;
}

#signInLeft label, #signInLeft span, #signInLeftFp label, #signInLeftFp span, #signInLeftReg label, #signInLeftReg span {
    width:200px;
    float:left;
}

#emailOptions label, #emailOptions2 label, #emailFormat label {
    width:170px;
    float:left;
    font-weight:normal;
    position:relative;
}

#emailFormat label {
    width:220px !important;
}

#emailFormat {
    position:relative;
}

#emailOptions span, #emailOptions2 span, #emailFormat span {
    width:24px;
    float:left;
    position:relative;
}

#signInLeft2 {
    width:556px;
    float:left;
    background-image:url(/images/title-join.gif);
    background-position:left top;
    background-repeat:no-repeat;
}

#signInLeftReg {
    width:556px;
    float:left;
}

#signInLeftUser1 {
    /*width:426px;*/
    width:556px;
    float:left;
}

#signInLeftUser2 {
    width:556px;
    /*width: 426px;*/
    float:left;
}

#signInLeftUser3 {
    width:556px;
    float:right;
    background-image:url(/images/title-questions-or-comments.gif);
    background-repeat:no-repeat;
    background-position:left top;
}

#signInLeftUser4 {
    width:556px;
    float:right;
    background-image:url(/images/title-unsubscribe.gif);
    background-position:left top;
    background-repeat:no-repeat;
}

#signInLeftUser5{
    width:556px;
    float:right;
}

#signInLeftFp {
    width:556px;
    float:right;
}

#signInRight {
    width:279px;
    float:right;
}
#signInRight h4 {
    color:#0066CC;
    margin-bottom:10px;
    font-weight:bold;
}

#signInRight img {
    width:37px;
    height:250px;
}

#signInRight div {
    position:relative;
}

#getMobile {
    width:500px;
    margin: 10px !important;
}
#getMobile h4 {
    color:#0066CC;
    margin-bottom:10px;
    font-weight:bold;
}

#getMobile img {
    width:500px;
    height:250px;
}

#getMobile div {
    position:relative;
}

#numbers {
    width:37px;
    height:250px;
    float:left;
}

#numbersText {
    float:right;
    width:208px;
}

#emailOptions {
    float:left;
    width:268px;
    margin-right:20px;
}

.regHelper td {
    padding:3px;
}
.regHelper label {
    font-weight:normal !important;
}

#emailOptions2 {
    float:right;
    width:268px;
}

.underLine {
    border-bottom:1px solid #D6D6D6;
    font-weight:bold;
    padding-bottom:4px;
}

#alertsRow, #propertiesRow {
    border-bottom:1px solid #D6D6D6;
    background:#F7F7F7;
}

.alertsRows
{
  background:#F7F7F7 !important;
  width:600px;
  padding-bottom: 5px !important;
  border-bottom:1px solid #D6D6D6;
  padding-top: 5px !important;
}


#myPropsPic, #blankThumb {
    width:64px;
    height:48px;
}

#myPropsPic {
    margin-right:12px;
}

#myPropsPic img {
    width:64px;
    height:48px;
}

#alertsRow span, #alertsRow label, #propertiesRow span, #propertiesRow label {
    float:left;
    position:relative;
    font-weight:bold;
}

.alertsCheck {
    width:18px;
}

#myAlerts {
    width:350px;
    /*width: 560px;*/
    margin-right:15px;
}

#myProps {
    width:188px;
    /*width: 300px;*/
    margin-right:10px;
}

#alertsOptions {
    width:auto;
    margin-bottom: 5px;
}

#alertsOptions img {
    width:7px;
    height:4px;
}

#alertsOptions a, #myPropsClosing a {
    color:#F50F13;
    text-decoration:underline;
}

.myXML {
    line-height:14px;
}

.xml {
    width:36px !important;
    height:14px !important;
    margin-bottom:-2px;
}

#frequency1 {
    width:117px;
    display:none;
    background:#F7F7F7;
    border:1px solid #D6D6D6;
    padding:3px;
    margin-top:-36px;
    position:relative;
    background-image:url(/images/freq-bg.gif);
}

#frequency1 div {
    position:relative;
    width:auto;
}

a.myHide {
    font-size:12px;
    color:#00125C !important;
    text-decoration:none !important;
    font-weight:bold;
    margin:1px;
}

a.whatIs {
    color:#0066CC !important;
    font-weight:bold;
    float:right;
    margin-top:4px;
}

a.whatIsSMS {
    color:#0066CC !important;
    font-weight:bold;
    float:right;
    margin-right:10px;
    margin-top:4px;
}

.smallPropText {
    float:none;
    font-size:10px;
}

.nonjsalert {
 display:inline; 
 margin-right: 10px;
 margin-bottom: 5px;
}

.jsalert{
 display:none;
 margin-right: 10px;
 margin-bottom: 5px;
}

#sortedbyselect{
 display:none;
}


#displayOption { position: absolute; background: #f5f5f5;  color: #06c;  border: 1px solid #06c; font-weight: bold; z-index: 10; }
#displayOption div { margin: 5px;  }
#displayOption div a { color: #06c; text-decoration: none }



#bePropList, #epForm {
    width:846px;
    margin:auto;
    background-image:url(/images/be-prop-list-bg.gif);
    background-position:top;
    background-repeat:no-repeat;
    color:#FFF;
    font-weight:bold;
    position:relative;
}


#beRight {
    width:557px;
    margin:auto;
    background-image:url(/images/be-right-bg.gif);
    background-position:top;
    background-repeat:no-repeat;
    color:#FFF;
    font-weight:bold;
    float:right !important;
    position:relative;
}
#beRight1, #bePropList1, #epForm1 {
    width:auto;
    background:#FFF;
    border:1px solid #0066CC;
    border-top:0;
    margin-top:4px;
    color:#000;
    font-weight:normal;

}

#epForm1 {
    border:1px solid #0066CC;
    border-top:0;
}

#beRight1 td, #bePropList1 td, #epForm1 td {
    padding:2px;
}

#bePropList1 td {
    background:#F4F4F4;
}

.srPic {
    float:left;
    width:64px;
    margin-right:6px;
}
.srPic img {
    width:64px;
    height:48px;
}

.srText {
    float:left;
    width:auto;
    height:auto;
}
.srText a {
    font-weight:bold;
}

.noBG {
    background:#FFF !important;
}

#beRight1 a, #bePropList1 a {
    font-weight:bold;
}
.rowStyle1 {
    background:#F4F4F4;
}

#beRight2 {
    width:auto;
    background:#FFF;
    border:1px solid #0066CC;
    margin-top:12px;
    padding:12px 6px;
    color:#00125C;
    font-weight:normal;
    position:relative;
}

#beLeft {
    width:277px;
    margin:auto;
    float:left;
    position:relative;
}



#beLeft1 {
    width:auto;
    background:#FFF;
    padding:12px;
    text-align:center;
    border:1px solid #0066CC;
    margin-bottom:12px;
    position:relative;
}

#saleSearchOptions {
    width:auto;
    background:#FFF;
    padding:12px;
    border:1px solid #0066CC;
    margin-bottom:12px;
    position:relative;
}

#ie5epOptions {
    width:846px;
    margin:auto;
    margin-top:12px;
}
#epOptions {
    width:auto;
    background:#FFF;
    padding:12px;
    border:1px solid #0066CC;
    margin-bottom:12px;
    text-align:center;
}
#epOptions img {
    width:25px;
    height:25px;
    margin-right:10px;
}

#beLeft2 {
    width:auto;
    position:relative;
}
#beLeft2 img {
    width:277px;
    height:174px;
}

#saleSearchOptions label, #saleSearchOptions span {
    float:left;
    position:relative;
}
#saleSearchOptions br, #epForm br {
    clear:both;
}

.ssoLabel1 {
    width:290px;
    font-weight:bold;
    margin-left:50px;
}
.ssoLabel2 {
    width:140px;
    font-weight:bold;
}
.ssoSpan1 {
    width:290px;
    margin-left:50px;
}
.ssoSpan2 {
    width:140px;
}

#epFormA1 {
    width:495px;
    margin:auto;
    float:left;
    position:relative;
}
#epFormA {
    width:auto;
    padding:12px;
    border-right:1px solid #0066CC;
    background:#FFF;
}

#epFormB1{
    width:349px;
    margin:auto;
    float:right;
    position:relative;
}
#epFormB, #epFormC {
    width:auto;
    padding:12px;
    background:#FFF;
    border-top:1px solid #0066CC;
}



.myGcees {
    width:25px;
    height:25px;
    margin-right:20px;
    vertical-align:middle;
}

#epForm label {
    font-weight:bold;
    float:left;
}
#epForm span {
    float:left;
}

.epFormLabelA1 {
    width:64px;
}
.epFormLabelA2 {
    width:70px;
}
.epFormLabelA3 {
    width:59px;
}

.epFormSpanA1 {
    width:146px;
}
.epFormSpanA2 {
    width:165px;
}
.epFormSpanA3 {
    width:364px;
}
.epFormSpanA4 {
    width:76px;
}
.epFormSpanA5 {
    width:40px;
}
.sixty4 {
    width:64px;
}

.epFormLabelB1 {
    width:186px;
}

#epFormBLeft, #epFormCLeft {
    float:left;
    width:185px;
}

#epFormBRight, #epFormCRight {
    float:right;
    width:140px;
}

legend {
    font-weight:bold;
}

.my45 {
    width:45px;
    text-align:center;
    height:48px;
}
.my45 img {
    width:7px;
    height:4px;
    margin-top:4px;
}
.my45b {
    width:45px;
    text-align:center;
}
.my75 {
    width:75px;
}
.my85 {
    width:85px;
}
.my85 img {
    width:33px;
    height:31px;
    vertical-align:middle;
    margin-right:8px;
}

.my140, .my140b {
    width:140px;
}
.my140 img {
    width:64px;
    height:48px;
    vertical-align:middle;
}
.my140 br {
    clear:none;
}
.my140 a {
    color:#ED1C24 !important;
}
.my140 {
    width:140px;
}

.regLink {
    color:#0066CC;
}

.myRadio {
    margin-top:13px;
}

.span222 {
    width:222px;
    float:left;
}

.selling1 {
    background-image:url(/images/bg1.gif);
    background-position:top left;
    background-repeat:no-repeat;
    padding-left:70px;
}

.selling2 {
    background-image:url(/images/bg2.gif);
    background-position:top left;
    background-repeat:no-repeat;
    padding-left:70px;
}

.selling3 {
    background-image:url(/images/bg3.gif);
    background-position:top left;
    background-repeat:no-repeat;
    padding-left:70px;
}

.width572 {
    width:auto;
}

.width530 {
    width:530px !important;
}

.width230 {
    width:230px;
}

.width170 {
    width:170px !important;
}
.width170 a {
    font-weight:normal !important;
}
.width170 li {
    margin-bottom:3px;
}

#guideBody {
    width:510px;;
    float:right;
}
#guideBody img {
    width:174px;
    height:249px;
    margin:0 0 6px 6px;
}

#locationDetail {
  width: 270px;
  height: 100px;
  overflow: auto;
  font-size:11px;
}
#locationDetail {
  font-size:11px;
}
#locationDetail label {
    width:auto;
    height:15px;
}

#fpImage {
    width:134px;
    float:left;
    position:relative;
}
#fpImage  img {
    width:134px;
    height:100px;
}
#fpDesc {
    float:right;
    width:134px;
    position:relative;
}

#skyscraper800 {
    position:absolute;
    left:776px;
    top:132px;
    width:120px;
    height:600px;
    display:block;
}
#skyscraper1024 {
    position:absolute;
    left:982px;
    top:116px;
    width:120px;
    height:600px;
    display:none;
}

#skyscraper1024x {
    left: 982px;
	position: absolute;
	top: 106px;
}

#skyscraper800 img, #skyscraper1024 img {
    width:120px;
    height:600px;
}

.ie5feResultLeft {
    width:437px;
    height:103px;
    margin:auto;
    float:left;
    overflow:hidden;
    margin-bottom:12px;
}
.feResultLeft {
    width:auto;
    padding:6px 0 0 12px;
    background-image:url(/images/fe-bg1.gif);
    background-position:top;
    background-repeat:no-repeat;
}

.ie5feResultRight {
    width:135px;
    height:103px;
    margin:auto;
    float:right;
    margin-bottom:12px;
}

.feResultRight {
    width:auto;
    height:auto;
    border-bottom:1px solid #00125C;
    text-align:center;
    background-image:url(/images/fe-bg.gif);
    background-position:top;
    background-repeat:no-repeat;
    padding-top:36px;
    padding-bottom:12px;
}
.feResultRight img {
    width:84px;
    height:54px;
}

.feResultLeft br {
    clear:left;
}
.feResultLeft a, .regAgentRow a {
    font-weight:normal !important;
}

.fe6 {
    width:130px;
    float:left;
    margin-right:10px;
}

.fe1 {
    width:130px;
    float:left;
    margin-right:10px;
}

.fe2 {
    width:130px;
    float:left;
}


.fe3 {
    width:170px;
    float:left;
}

.fe4 {
    width:84px;
    height:54px;
    float:left;
}
.fe4 img {
    width:84px;
    height:54px;
}


.regAgentRow {
    width:546px;
    padding:6px 12px;
    background:#F2F2F2;
    border-top:1px solid #C8C8C8;
    position:relative;
}

.regAgentRow span {
    position:relative;
}

#signout{
    display: none;
}

#igoogle{
    display: none;
}
.mainImage {
    width:135px;
    text-align:center;
    padding:3px;
}


.arrowList {
    list-style-image:url(/images/star1.gif);
}
.arrowList li {
    margin-bottom:5px;
}

#servicesLeft {
    width:556px;
    float:left;
}

#servicesLeft a {
    color:#00125C !important;
    font-weight:normal !important;
}

#forceLink a:link, #forceLink a:visited {
    color:#0066CC !important;
    font-weight:normal;
}
#forceLink a:hover  {
    color:#ED1C24 !important;
}

#ie5infoLeft {
    width:182px;
    float:left;
    margin-right:10px;
}
#infoLeft {     
    width:auto;
}
#ie5infoRight {
    width:175px;
    margin-left:10px;
    float:right;
}
#infoRight {
    width:auto;
}
#infoMiddle {
    float:right;
    width:476px;
    background-image:url(/images/sold-sign.gif);
    background-position:right top;
    background-repeat:no-repeat;
    margin-right:17px;
    display:inline;
}

#infoMiddle2 {
    float:right;
    width:460px;
}

#infoNewHomes {
    width:412px;
    background-image:url(/images/info-new-homes.jpg);
    background-position:right top;
    background-repeat:no-repeat;
}

.realPerson {
    background-image:url(/images/real-person.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
}

#ie5shelterRight {
    float:right;
    width:200px;
    margin:auto;
}
#shelterRight {
    width:auto;
    margin-right:12px;
    font-size:10px;
}

#shelterLeft {
    float:left;
    width:500px;
}

#ie5shelterPromo {
    width:300px;
    height:82px;
    margin:12px 0 12px 100px;
}
#shelterPromo {
    width:auto;
    padding-left:90px;
    background-image:url(/images/mobile.jpg);
    background-position:left;
    background-repeat:no-repeat;
    border:1px solid #000;
    font-size:14px;
    text-align:center;
}

#postMain {
    width:572px;
    clear:both;
}
#postMain br {
    clear:both;
}
#postMain td {
    padding:2px;
}
#postMain fieldset {
    padding:10px;
}


#creditCards {
    width:216px;
    height:50px;
    float:right;
}
#creditCards img {
    width:216px;
    height:50px;
}

#creditCards2 {
    width:333px;
    height:28px;
    min-height:28px;
    float:right;
}
#creditCards2 img {
    width:333px;
    height:28px;
}

#myTitle {
    float:left;
    width:auto;
}

.postBasic {
    width:726px;
    height:148px;
    margin:20px 0;
}
.postPremier {
    width:726px;
    height:177px;
    margin:0 0 20px 0;
}

.inFS {
    padding:10px;
}

.inFS td {
    padding:3px;
}

.inFS a {
    font-weight:normal !important;
}

.legBlue {
    color:#0066CC !important;
    font-weight:bold;
    font-size:12px !important;
}

.pRed {
    color:#D21818;
}


.smallsectheader {
    background:#0066CC;
    font-weight:bold;
    color:#FFF;
}

.fieldlabel {
    font-weight:bold;
}

.smallText {
    font-size:11px;
}

.legals {
    font-size:11px;
    color:#999;
}

.byline {
    float:left;
    width:200px;
    font-weight:bold;
}

.copyright {
    float:left;
    width:356px;
    text-align:right;
    font-size:11px;
    color:#999;
}




#fieldText input, #fieldText select {
    font-size:11px ;
}


#featuredCompany {
    width:inherit;
    background:#EBEBF1;
    border-bottom:1px solid #B5B5B5;
    padding:6px;
}

#regularCompany {
    width:564px;
    padding:6px;
}

#featuredCompany span, #regularCompany span {
    float:left;
}

.fcLogo {
    width:126px;
}
.fcLogo img {
    width:120px;
    height:60px;
}

.fcArrow {
    width:10px;
    padding-top:5px;
}
.fcArrow img {
    width:4px;
    height:7px;
}
.fcText {
    width:400px;;
}

.lightBlue {
    color:#0066CC !important;
}

.virtual{

}

#fcLinks a {
    font-weight:normal;
}

#ie5fpImage {
    float:left;
    width:142px;
    height:107px;
    position:relative;
}
#fpImage {
    width:auto  
}
#fpImage img {
    width:140px;
    height:105px;
    border:1px solid #000 !important;
}
#fpText {
    width:124px;
    float:right;
    position:relative;
}

#fpText img {
    width:84px !important;
    height:54px !important;
    float: none !important;
    margin: 0 !important;
}

#searchTop3 {
    width:243px;
    background-image:url(/images/top_curve3.gif);
    background-repeat:no-repeat;
    background-position:top left;
    height:12px;
    font-size:1px;
    position:relative;
    right:1px;
}

#searchTopAlter {
    width:300px;
    background: #ebeaf0; 
    border-left:1px solid #a7a5b1;
    border-top:1px solid #a7a5b1;
    border-right: 1px solid #d0d0d0;
    position: relative;
    top: -1px;
    left: -1px;
    right: -1px;        
}

#estateAgentsLink {
    float:right;
    width:auto;
    margin:8px 10px 0 0;
}
#estateAgentsLink a {
    color:#ED1C24 !important;
    font-weight:bold;
}

#hp-left-2xx {
    float:right;
    width:242px !important;
}

#hp-left-alter{
    float:left;
    width:319px;
}

#searchTop3 {
    width:243px;
    background-image:url(/images/top_curve3.gif);
    background-repeat:no-repeat;
    background-position:top left;
    height:12px;
    font-size:1px;
    position:relative;
    right:1px;
}

#featAgents2 {
    width:172px;
}
#featAgents2 img {
    width:84px;
    height:54px;
    float:left;
    margin-bottom:4px;
}

#hp-leftxx {
    float:left;
    width:172px;
}










#postMain {
    width:572px;
    clear:both;
}
#postMain br {
    clear:both;
}
#postMain td {
    padding:2px;
}
#postMain fieldset {
    padding:10px;
}
#postMain legend {
    font-weight:bold;
    color:#0066CC;
    font-size:14px;
}

#ie5postBenefits {
    width:536px;
    margin:auto;
    margin-left:12px;
    margin-top:12px;
}
#postBenefits {
    width:auto;
    border:2px solid #00125C;
    padding:12px;
}
#postBenefits li {
    list-style-image:url(/images/tick.gif);
    font-weight:bold;
    margin-bottom:4px;
}

.cost1 {
    float:left;
    width:150px;
    font-weight:bold !important;
}
.cost2 {
    float:left;
    width:150px;
}

.smallsectheader {
    background:#0066CC;
    font-weight:bold;
    color:#FFF;
}

.fieldlabel {
    font-weight:bold;
}

.closingdate {
    color:#ED1C24;
}

.nolongeradvertised {
     width:inherit;
     background-color:#f2f2f2;
     background-image:url(/images/bg_nolongeradvertised.gif) !important;
     background-position:top;
}


.pp1 {
    width:614px;
    clear:both;
    background:#E2FBDB;
    margin-bottom:10px;
}
.pp2 {
    width:auto;
    padding:10px;
    border:1px solid #03115C;
    position:relative;
}
.ppPic {
    width:140px;
    float:right;
}
.ppPic img {
    width:140px;
    height:105px;
}

.ppContent {
    width:417px;
    height:90px;
    float:left;
}

.ppContent img {
    width:84px;
    height:54px;
    float:left;
    margin-bottom:30px;
    margin-right:10px;
}

.ppContent a, .ppLinks a {
    font-weight:bold;
    color:#00125C !important;
}

.ppLinks {
    width:417px;
    height:15px !important;
    font-weight:bold;
}

.ppn1 {
    width:614px;
    clear:both;
    background:#E2FBDB;
}
.ppn2 {
    width:auto;
    padding-left:10px;
    height:191px;
    min-height:191px;
    position:relative;
}

.ppnContent a {
    font-weight:bold;
    color:#000000 !important;
}

.ppnLinks a {
    font-weight:bold;
    color:#FFFFFF !important;
}

.ppnLinksspecial a {
    font-weight:bold;
    color:#000000 !important;
}


.ppnLinks {
    width:417px;
    height:15px !important;
    padding-top:5px;
    font-weight:bold;
}

.pps1 {
    width:300px;
    margin:auto;
    background:#E2FBDB;
    margin-bottom:6px !important;
}
.pps2 {
    width:auto;
    padding:6px;
    border:1px solid #03115C;
    height:1%;
}
.ppsPic {
    width:64px;
    float:right;
}
.pps img {
    width:64px;
    height:48px;
}
.ppsText {
    width:192px;
    float:left;
}
.ppsText a {
    font-weight:bold;
    color:#00125C !important;
}
.ppsText span {
    font-size:11px !important;
}

#branchDetails img {
    float:right;
    position:relative;
    margin:0px 12px 12px 0px;
    width:84px;
    height:54px;
}

#whyS1homes
{
  float:right;
  position:relative;
  margin-top:50px;
  width:134px;
  height:148px;
}

#buyingselling
{
 float:left;
 width:345px;
 background-color:#f2f2f2;
 padding:6px;
 background-image:url(/images/myaccount/top-bit.gif);
 background-position:top;
 background-repeat:no-repeat;
 margin-right:30px;
}



#renting {
 float:left;
 padding:6px;
 width:345px;
 background-color:#f2f2f2;
 background-image:url(/images/myaccount/top-bit.gif);
 background-position:top;
 background-repeat:no-repeat;
}

#renting img, #buyingselling img {
    vertical-align: middle;
}

#renting fieldset {
 padding-left:10px !important;
 border-color:#D7D7D7;
 border-width:1px 1px 1px 1px;
 border-style:solid;
}

#buyingselling fieldset {
 padding-left:10px !important;
 border-color:#D7D7D7;
 border-width:1px 1px 1px 1px;
 border-style:solid;
}

legend {
    font-size:16px;
    color:#00125C;
    margin-bottom:6px;
    font-weight:bold;
}

.backgroundBox {
 background-color:#f2f2f2;
 padding:6px;
 background-image:url(/images/bg-top.gif);
 background-position:top;
 background-repeat:no-repeat;
}

.backgroundBox fieldset {
 padding-left:10px !important;
 border-color:#D7D7D7;
 border-width:1px 1px 1px 1px;
 border-style:solid;
}

.orangeLinks a {
    color:#F7961C !important;
}

.alerttypes {
  margin:0;
  padding:0;
}
.alerttypes li {
  list-style-type:none;
  padding:3px 0px 3px 26px;
  background-repeat:no-repeat;
  background-position:left;  
}
.alerttypes li:hover {
  background-color:#D5EAFF;
}
.alerttypes a {
  text-decoration: none;
  font-weight: normal;
  color: #00125c;
}
.homesbyemail {
  background-image: url('/images/alertby-email.gif');
  position:relative;
}
.homesbysms {
  background-image: url('/images/alertby-sms.gif');
  position:relative;
}
.homesbyrss {
  background-image: url('/images/alertby-rss.gif');
  position:relative;
}
.homesbyigoogle {
	background-image: url('/images/alertby-igoogle.gif');
	position:relative;
}

#alertOptions ul
{
  position: relative; 
}  
 
#alertOptionsDetails ul
{
 position: relative;
} 
 
#alertOptionsOLD {
 border: 2px solid #c00; 
 padding: 5px;
 background: #fff;
 width: 208px;
 z-index: 47;
 margin-top: 2px;
 margin-left: -1px;
 position: absolute;
 display: none;
}

#alertOptions {
 border:2px solid #c00; 
 padding:5px;
 background:#fff;
 width:208px;
 z-index:100;
 position:absolute;
 display:none;
 color:#00125C !important;
 text-align:left !important;
}
#alertOptions a {
    color:#00125C !important;
}

#alertOptionsDetails {
 border: 2px solid #c00; 
 padding: 5px;
 background: #fff;
 width: 208px;
 z-index: 47;
 margin-top: 15px;
 position: absolute;
 display: none;
}

div.ad_loader { display:none }
div.ad_target div.ad_loader { display:block }


/* CODE FOR THE SCRAPER OVERLAY */

#scraper_warning {
  /*background: #000;
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
#sw_inner {
  width: 253px;
  padding: 10px;
  border: 2px solid #ccc;
  background: #fff;
  position: absolute;
  z-index: 100;
  color: #00125C;
  display: none;
}
#sw_inner h3 {
  font-size: 18px;
  padding: 0;
  margin: 0 0 10px 0;
}
#sw_inner p {
  padding: 0;
  margin: 0 0 10px 0;
}
#sw_inner ul {
  margin-bottom: 20px;
}
#sw_inner li {
  margin-bottom: 5px;
}

#shortlistContent {
   display: none;
}

#signedInOnlyLinks
{
  display: none;
}


#feat_dev_logos {
    width:300px;
    font-weight:bold;
    margin-bottom:10px !important;
}
#feat_dev_logos p {
    margin-bottom:10px !important;
}


.tenPX {
    width:auto;
    position:relative;
    height:10px;
    min-height:10px;
    font-size:1px;
}

.noImages {
    height:120px !important;
    min-height:120px !important;
}




/* survey october 2007 */


#surveyOctober2007a {
    width:320px;
    background:#FFF;
    top:370px;
    left:25px;
    position:absolute;
    z-index:10000;
    margin:auto;
    text-align:left;
    display:none;
}
#surveyOctober2007b {
    width:auto;
    border:5px solid #ED1C24;
    padding:10px;
    position:relative;
}
#surveyOctober2007b img {
    width:259px;
    height:50px;
    margin-bottom:10px;
}

#surveyOctober2007a h2 {
    font-size:18px;
    font-weight:bold;
}

#surveyOctober2007a h2, #surveyOctober2007a p {
    margin-bottom:10px; 
}

#surveyNo {
    width:75px;
    float:right;
}

#surveyYes {
    width:175px;
    float:left;
}


.qmark {
    width:12px !important;
    height:12px !important;
    vertical-align:middle;
}

/* new homepage search box Dec 07 */

#newHPsearch {
    width:608px;
    background-image:url(/images/bg-search.gif);
    background-repeat:no-repeat;
    background-position:left top;
    margin-bottom:12px;
}
#newHPsearch2 {
    width:auto;
    padding:0;
    margin:0;
}

.newHPtitle {
    color:#FFF;
    font-weight:bold;
    padding-top:5px;
}

.botSearch {
    width:608px;
    height:22px;
}

#tableSearch {
    width:auto;
    padding-left:14px;
}

#threePuffs {
    width:608px;
    margin-bottom:20px;
}

.my300 {
    width:300px !important;
}

.signinPuff1 {
    width:192px;
    float:left;
    background:url(/images/signin-puff-bg.gif) repeat-x left top;
}
.signinPuff2 {
    width:auto;
    border:1px solid #ed1c24;
    padding:10px;
    height:78px;
    min-height:78px;
    font-size:14px;
    color:#000;
}
.signinPuff2 img {
    width:60px;
    height:60px;
    float:right;
}
.signinPuff2 span a:link, .signinPuff2 span a:visited {
    font-size:10px;
    color:#0066cc !important;
    text-decoration:underline;
}
.signinPuff2 span a:hover {
    font-size:10px;
    color:#ed1c24 !important;
    text-decoration:underline;
}

.signinPuff2 a:link, .signinPuff2 a:visited {
    font-size:14px;
    color:#000 !important;
    text-decoration:underline;
}
.signinPuff2 a:hover {
    font-size:14px;
    color:#ed1c24 !important;
    text-decoration:underline;
}
.signinPuff2 p {
    margin-bottom:0;
}

.flashPuff {
    width:192px;
    float:left;
    margin-right:16px;
}


/* new my account layout */

.newMAtitle1 {
    width:608px !important;
    float:left;
}

/*
.newMAtitle2 {
    width:auto;
    float:left;
    background-image:url(/images/blue-header.gif);
    background-position:left top;
    background-repeat:no-repeat;
    padding:4px 11px 0 11px;
    color:#FFF;
    font-weight:bold;
    height:18px;
    min-height:18px;
}
*/

.newMAtitle2 {
    width:auto;
    background-image:url(/images/blue-header.gif);
    background-position:left top;
    background-repeat:no-repeat;
    height:22px;
    min-height:22px;
    padding:0 11px;
}

.newMAtitle3 {
    width:300px;
    float:left;
    color:#FFF;
    font-weight:bold;
    padding-top:3px;
}

.newMAtitle2 p {
    position:static !important;
    padding:0 0 8px 0 !important;
}

.newMAicon {
    width:14px;
    float:right;
    padding-top:4px;
}


.newMAclear {
    clear:left;
}

.newMA1 {
    width:608px;
    margin:0 0 20px 0;
    clear:left;
    background:#F2F2F2;
}
.newMA2 {
    width:auto;
    border:1px solid #D7D7D7;
    border-top:0;
    padding:10px;
}
.newMA2 td, .newMA2 th  {
    padding:3px;
}
.newMA2 p {
    position:static !important;
}


.smallText2 {
    font-size:11px;
    color:#ADADAD;
    font-weight:normal !important;
}
.smallText2 a {
    font-size:10px;
}


.newMA2 legend {
    font-size:12px;
    margin-bottom:0;
    font-weight:bold;
    color:#F7941D;
}

.newMA2 fieldset {
    width:584px;
    border:1px solid #D7D7D7 !important;
}

.fieldsetPadding {
    width:auto;
    padding:5px;
}

#newMAleft {
    width:608px;
    float:left;
}

#newMAright {
    width:300px;
    float:right;
}

#newMAright h2 {
    font-size:18px;
    border-bottom:1px dashed #00125C;
}

.redLinker, .redLinker a:link, .redLinker a:visited, #signout a:link, #signout a:visited {
    color:#ED1C24 !important;
    font-weight:bold;
}

.redLinker a:hover, #signout a:hover {
    color:#0066CC !important;
}

#newMAsubmit {
    width:inherit;
    text-align:center;
}
#newMAsubmit input {
    float:none;
    width:200px;
}

.myIcon {
    width:16px;
    height:16px;
    vertical-align:middle;
    margin-right:4px;
}

.newMAsp {
    width:586px;
    margin-bottom:10px;
    padding-bottom:10px;
    clear:both;
    border-bottom:1px solid #d7d7d7;
}
.newMAspPic {
    width:140px;
    float:left;
    margin-right:10px;
}
.newMAspPic img {
    width:140px;
    height:105px;
}

.newMAspText {
    width:300px;
    margin-right:15px;
    float:left;
}
.newMAspText h3 {
    margin:0 !important;
    color:#00125C !important;
    position:static !important;
}
.newMAspText p {
    margin:0 0 10px 0;
}

.newMAspOptions {
    width:121px;
    float:left;
}
.newMAspOptions a {
    font-weight:normal !important;
}

.newMAspCD1 {
    width:586px;
    clear:both;
    margin-bottom:3px;
}
.newMAspCD2 {
    width:auto;
    padding:3px;
    color:#ED1C24;
    background:#FFF;
    text-align:right;
}

.newMAbut {
    width:586px;
    text-align:right;
}
.newMAbut input {
    width:200px;
}

.newMAtable select {
    width:100px;
}
.newMAtable a {
    font-weight:normal !important;
}

.newMAtable td, .newMAtable th {
    padding-bottom:8px;
}
.newMAtable .newMAnoPB td, .newMAtable .newMAnoPB th {
    padding-bottom:3px !important;
}

.newMAtable img {
    margin-right:0;
}
.myIcon2 {
    float:right;
}

.newMAspan a:link, .newMAspan a:visited {
    color:#ED1C24 !important;
}
.newMAspan a:hover {
    background:#ED1C24 !important;
    color:#FFF !important;
    padding:2px;
}

.newMAunderline {
    border-bottom:1px dashed #0066CC !important;
    margin-bottom:5px;
    font-weight:bold;
}

.newMAnormal {
    font-weight:normal !important;
}

.austinPic {
    width:174px;
    height:249px;
    margin:0 10px 10px 0;
}

.newMApuff1 {
    width:300px;
    background-color:#0066CC;
    background-image:url(/images/new-puff-bg.gif);
    background-repeat:no-repeat;
    background-position:left top;
}
.newMApuff2 {
    width:auto;
    padding:20px 10px 0 10px;
    color:#FFF;
    font-size:14px;
}
.newMApuffBot {
    width:300px;
    height:20px;
    background-image:url(/images/new-ma-puff-bg-bot.gif);
    background-repeat:no-repeat;
    background-position:left top;
    margin-bottom:10px;
}
.newMApuff2 h2 {
    text-align:center;
    font-size:20px;
    font-weight:bold;
    border-bottom:0 !important;
    margin: 0 0 30px 0;
}
.newMApuff2 a:link, .newMApuff2 a:visited {
    color:#fff !important;
    text-decoration:none !important;
}
.newMApuff2 a:hover {
    color:#ffff00 !important;
    text-decoration:underline !important;
}

.newMApuff2 ul li {
    list-style-image:url(/images/star.gif);
    padding:0 0 0 5px !important;
    margin-bottom:10px;
}


.newMApuff2 p {
    position:static !important;
    margin:0 0 10px 0 !important;
}
.newMApuff2 span {
    color:#ffff00;
    font-weight:bold;
    font-size:20px;
}

.myStar {
    width:16px;
    height:16px;
    vertical-align:middle;
    margin-right:10px;
}

.mySold {
    width:200px;
    height:152px;
    margin:0 0 10px 10px;
    float:right;
}

.myCCs {
    width:100px;
    height:142px;
    margin:0 0 10px 10px;
    float:right;
}

.newDevBG {
    background-image:url(/images/new-dev-bg.jpg);
    background-position:right top;
    background-repeat:no-repeat;
}

#myArticles {
    width:inherit;
}
#myArticles a {
    font-weight:normal !important;
    font-size:11px;
}
#myArticles h1 {
    font-size:18px;
    color:#00125C;
    margin:0 0 10px 0;
    border-bottom:1px dashed #ED1C24;
}

.mobileUL {
    padding-left:100px;
    background-image:url(/mobile/se-phone.gif);
    background-position:left top;
    background-repeat:no-repeat;
}
.mobileUL li {
    margin-bottom:5px;
}


/* popup thumbnail images */

a.screen, a.screen:visited {
    position:relative; 
    z-index:1;
}
a.screen b {
    position:absolute;
    visibility:hidden; /* hide the image */
    width:140px; /* give it a width */
    height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
    border:10px solid #FFF; /* add a border */
}
a.screen:hover {
    text-decoration:none; 
    border:0 !important; /* needed for this to work in IE */ 
    z-index:1000;
}
a.screen:hover b {
    visibility:visible; /* make the image visible */
    height:105px; /* now give it a height */
    cursor:pointer; /* for IE */
    z-index:500; 
}
a.screen:hover b img {
    width:140px;
    height:105px;
}

/* end popup thumbnail images */

/* table row highlighting css */

tr.ruled {
    background-color:#d7d7d7 !important;
}  

.tableFullWidth{
    width:100%;
}  

td.oneThirdWidth {
    width:33%;
}  
/* table row highlighting css */



/* new details page code - 31.03.08 */

#newContactLeft {
    width:284px;
    float:left;
}

#googleMapScreen {
    width:284px;
    float:right;
    display:block;
}


#googleMap {
    width:inherit;
    margin-bottom:10px;
}

.gsmsc-controls {
    display:none;
}

.gsmsc-mapDiv {
	display:none;
}

#printContact {
    display:none;
}

#googleMapPrint {
    width:284px;
    position:absolute;
    left:-1000px;
    top:-275px;
    visibility:hidden;
}

#printPics {
    display:none;
}

.agentDet {
    font-weight:bold;
    font-size:14px;
}

#printPhone {
    display:none;
}

/* END */



/* estate agents code - april 08 */

.eaText {
    font-size:14px;
}

.eaTextLinksPlain p a:link, .eaTextLinksPlain p a:visited {
    font-size:14px;
    color:#00125C !important;
    text-decoration:none !important;
    font-weight:normal !important;
}
.eaTextLinksPlain p a:hover {
    font-size:14px;
    color:#ED1C24 !important;
    text-decoration:none !important;
    font-weight:normal !important;
}

.eaGreen {
    color:#898700;
    width:490px;
}

.eaText p {
    margin-bottom:20px;
    clear:both;
}

.eaText p span {
    color:#0066CC;
    font-size:16px;
    font-weight:normal;
}
.eaText p a {
    font-weight:normal !important;
}

.eaPicRight {
    margin:0 0 0 30px;
    float:right;
}

.eaPicLeft {
    margin:0 30px 0 0;
    float:left;
}

.eaHeader {
    width:455px;
    height:171px;
    margin-bottom:15px;
}

.eaHeader2 {
    width:327px;
    height:91px;
    margin-bottom:15px;
}



.eaSignIn {
    width:300px;
    height:35px;
    margin:9px 0 0 0;
}

.eaSmall {
    padding:0;
    margin:0 0 15px 0;
}

.eaSmall a {
    font-size:11px;
    font-weight:normal;
}

#eaVideo {
    width:300px;
    margin-bottom:15px;
}

.eaAndWhat {
    width:273px;
    height:42px;
    margin-bottom:4px;
}

.eaPointOf {
    width:325px;
    height:22px;
    margin-bottom:4px;
}

.eaOurClients {
    width:205px;
    height:42px;
    margin-bottom:4px;
}

#eaContact {
    width:300px;
    height:77px;
    background:url(/images/estate-agents/contact-bg.gif) no-repeat left top;
    margin-bottom:15px;
}

#eaCurrentStats {
    width:298px;
    border:1px solid #d0d0d0;
    padding-top:15px;
    padding-bottom:15px;
    background:#F7F7F7;
    margin-bottom:15px;
}

#eaCurrentStats h1 {
    color:#0066CC;
    font-size:16px;
    padding:0 15px;
    margin:0 0 15px 0;
    font-weight:normal;
}

#eaCurrentStats p {
    background:url(/images/estate-agents/cs-bg.gif) repeat-x left top;
    color:#00125C;
    font-size:12px;
    padding:10px 15px 5px 15px;
}

#eaCurrentStats p span {
    color:#0066CC;
    font-size:14px;
}

#eaCurrentStats ul {
    list-style-type:none;
}

#eaCurrentStats li {
    margin-bottom:4px;
}

.eaUnique {
    padding:0;
    text-align:center;
    background:none !important;
    border-top:1px solid #e7e7e7;
}
.eaUnique img {
    width:211px;
    height:101px;
    margin-bottom:10px;
}

#eaLogos {
    padding-left:15px;
}

.eaLogo {
    width:84px;
    float:left;
    margin:0 10px 10px 0;
}
.eaLogo img {
    width:84px;
    height:54px;
}

.eaSmallGrey {
    font-size:12px !important;
    color:#999 !important;
}

#eaRegLink a {
    text-decoration:underline !important;
}

#trailimageid {
    position:absolute;
    visibility:hidden;
    left:0;
    top:-1000px;
    width:1px;
    height:1px;
    border:1px solid #666;
    background:#FFF;
    padding:5px;
    z-index:1000;
}


/* END */


/* CSS to add space at the bottom of the ad slots */

#nhslot1_target, #nhslot2_target, #nhslot3_target, #nhslot4_target, #nhslot5_target, #nhslot6_target {
    margin-bottom:10px;
}

/* END */


/* search results link and price etc one font size up - april 08 */

.oneUp, .oneUp a {
    font-size:13px;
}

/* END */


/*GET SEEN*/
h2.get-seen {
    display: block;
    height: 83px;
    width: 522px;
    text-indent: -11000em;
    background: #fff url(/images/estate-agents/get-seen-more-buyers.gif) no-repeat;
}
h3.dont-miss-out {
    display: block;
    text-indent: -11000em;
    height: 81px;
    width: 571px;
    background: #fff url(/images/estate-agents/dont-miss-out-on-a-great-offer.gif) no-repeat;
}
p.carousel-text-get-seen {
    font-size: 10px;
    text-align:center;
}

/*HP SNAIL PUFF*/
p.hp-snail-ad{
    height: 150px;
    width: 300px;
    background: #fff url(/images/ads/snail-puff.jpg) no-repeat;
    text-indent: -11000em;
    outline: none !important;
    margin-left: 2px;
    margin-bottom:9px;
}

p.hp-snail-ad a, p.hp-new-build-puff a {
    display: block;
    height: 150px;
    width: 300px;
    outline: none !important;
}

p.hp-new-build-puff {
    height: 150px;
    width: 300px;
    background: #fff url(/images/nh/new-build-puff.gif) no-repeat;
    text-indent: -11000em;
    outline: none !important;
    margin-left: 2px;
    margin-bottom:9px;
}


p.s1-puff a {
    display:block;
    width:300px;
    height:140px;
    outline:none !important;
}
p.s1-puff {
    height:140px;
    width:300px;
    text-indent:-11000em;
    outline:none !important;
    margin-left:2px;
    margin-bottom:9px;
}
.puff-home-reports {
    background:#fff url(/images/puff-home-reports.gif) no-repeat;
}



.snail-ad-mpu {
    margin-bottom: 9px;
}
.s1play-puff {
    background:url(http://www.s1play.com/images/s1play-ext-puff.gif) no-repeat;
    width: 300px;
    height: 130px;
    position: relative;
}
.s1play-puff p {
    text-indent: -11000em;
    margin: 0;
    padding: 0;
}
.s1play-puff select {
    color:#000000;
    font-size:10px;
    width:130px;
    position: absolute;
    bottom: 14px;
    left: 14px;
}


/* new search results layout code - making buying & new build the same - 9th June 2008 */

.nhSR {
    width:594px; /* 614px */
    position:relative;
    padding:10px !important;
    border-top:1px solid #c9c7bf;
    border-bottom:1px solid #c9c7bf;
    background:#F2F2F2;
    margin-bottom:10px;
}

.nhSRpic {
    width:140px;
    height:105px;
    float:left;
    margin-right:10px;
}
.nhSRpic img {
    width:140px;
    height:105px;
    position:absolute;
    top:0px;
    left:0px;
}

.nhHolder {
    width:350px;
    float:left;
}

#nhLogo {
    width:84px !important;
    height:105px;
    float:right;
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
#nhLogo img {
    width:84px;
    height:54px;
    padding:0 0 5px 0 !important; 
    margin:0 !important;
}


#videoLogo {
    width:30px;
    height:41px;
    float:right;
    margin: 0 25px 0 0;  
    padding:0px;
    background:url(/images/video-tour.gif) no-repeat;
}
.nhSRtext {
    width:350px;
    float:left;
    margin-right:10px;
}

.nhSRtext a {
    font-weight:normal !important;
}

.nhSRtitle, .nhSRtitle a {
    font-size:13px !important;
}
.nhSRtitle a {
    font-weight:bold !important;
}

.nhSRtitle a:link {
	color:#00125C !important;
}
.nhSRtitle a:visited {
	color:#666 !important;
}

#nhSRtextHeight {
    width:350px;
    height:90px;
}
#nhSRlinksHeight {
    width:350px;
    height:15px;
}

/* END new search results code */



/* new directory code june 2008 */

#directory2 {
    width:932px;
    padding-top:10px;
}
#directory2 h1 {
    font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
    color:#00125C;
    font-size:24px;
    font-weight:normal;
    margin:0 0 20px 0;
}

#directory2 h2 {
    font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
    color:#00125C;
    font-size:18px;
    font-weight:normal;
    margin:0 0 20px 0;
}

#d2Top {
    width:932px;
    margin-bottom:10px;
}

#directory2 a:link, #directory2 a:visited {
    color:#00125C;
    font-weight:normal;
}
#directory2 a:hover {
    color:#ED1C24;
    font-weight:normal;
}

.d2mainPic {
    width:436px;
    height:150px;
    margin:0 0 10px 10px !important;
    padding:0 !important;
}

.d2gradTop {
    width:932px;
    height:20px;
    background:url(/images/directory2/top-grad.gif) no-repeat;
}
.d2gradBot {
    width:932px;
    height:20px;
    background:url(/images/directory2/bot-grad.gif) no-repeat;
    margin-bottom:20px;
}

.d2gradContent {
    width:892px; /* 932px */
    padding:0 20px;
    background:url(/images/directory2/grad.gif) repeat-y left top;
}

.d2gradContent p {
    margin:0 0 10px 0 !important;
    padding:0 !important;
}

.d2gradContent a {
    font-weight:normal !important;
}

.gradLeft {
    width:436px;
    float:left;
}

.gradRight {
    width:436px;
    float:right;
}
.gradRight img {
    width:436px;
    height:150px;
}

.db220bot {
    margin-bottom:20px;
}

.d2Table1 td p a {
    font-weight:bold !important;
}

#d2Breadcrumb {
    width:912px; /* 932px */
    padding:5px 10px;
    background:#F2F2F2;
    margin-bottom:20px;
    color:#0066CC;
    font-weight:bold;
}
#d2Breadcrumb span {
    color:#00125C;
}

#d2Breadcrumb a:link, #d2Breadcrumb a:visited {
    color:#0066CC;
    font-weight:bold;
}
#d2Breadcrumb a:hover {
    color:#ED1C24;
    font-weight:bold;
}

#d2properties {
    width:892px; /* 932px */
    padding:0 20px;
    margin-bottom:20px;
}
#d2properties img {
    width:140px;
    height:105px;
    float:left;
    margin-right:10px;
}
#d2properties a {       
    font-weight:bold !important;
}

#d2propertiesLink {
    width:892px;
    clear:both;
    text-align:right;
    padding-top:20px;
}

.d2Table2 td {
    padding:0 10px 10px 0;
}
.d2Table2 td ul {
    margin:0;
    padding:0;
}
.d2Table2 td ul li {
    margin:0;
    padding-bottom:5px;
    list-style-type:none;
}

/* END new directory code */


/* buying details page - duplicate of h1 code for new build section - june 08 */

#nhPageHeader1 {
    width:932px;
    background:#F2F2F2;
    margin-bottom:10px;
}
#nhPageHeader2 {
    width:auto;
    padding:5px;
    text-align:right;
}
#nhPageHeader2 h1 {
    font-size:20px !important;
    color:#a4bbc4 !important;
    font-weight:normal !important;
}

.nhHardLeft {
    text-align:left !important;
}

/* END */



/* property manager page linked from eshot - june 08 */

.titlePropertyManager {
    width:932px;
    height:94px;
    margin:0 0 10px 0;
    padding:0;
    text-indent:-11000em;
    background:url(/images/title-property-manager.gif) no-repeat left top;
}

.pmLinks {
    background:#F2F2F2;
    padding:3px;
}

.pm {
    width:632px; /* 652px */
    border:10px solid #F2F2F2;
    margin-left:140px;
}

#pm2a, #pm2, #pm3 {
    display:none;
}

#trailimageidPM {
    position:absolute;
    visibility:hidden;
    left:0;
    top:-1000px;
    width:1px;
    height:1px;
    border:0;
    padding:0;
    z-index:1000;
}

.pmQmark {
    width:28px;
    height:28px;
    float:right;
    margin:0 0 0 10px;
}

.pm14 {
    font-size:14px;     
}

/* END */


/* new selling page - july 08 */

.postStyle h1 {
    width:300px;
    height:65px;
    background:url(/images/post/title-sign-in.gif) no-repeat left top;
    text-indent:-11000em;
    margin:0 0 10px 0;
    padding:0;
}

.postStyle p {
    color:#0066CC;
    font-size:16px;
}

.postStyle p input {
    width:290px;
    border:1px solid #CCC;
    color:#000;
    padding:2px;
}

.postSubmit {
    width:98px !important;
    background:#d4d0c8;
}

.postStyle p span {
    float:right;
    padding-top:5px;
}
.postStyle p span a:link, .postStyle p span a:visited {
    color:#00125C !important;
    font-size:12px !important;
    font-weight:normal !important;
}
.postStyle p span a:hover {
    color:#ED1C24 !important;
    font-size:12px !important;
    font-weight:normal !important;
}

.postLeft {
    width:612px !important;
}

.postLeft h2 {
    margin-bottom:20px !important;
}

.postSelling {
    width:407px;
    height:83px;
    background:url(/images/post/title-advertising.gif) no-repeat left top;
    text-indent:-11000em;
    margin:0 0 10px 0;
    padding:0;
    float:left;
}

#postCardLogos {
    width:300px;
    margin-bottom:20px;
    text-align:right;
}
#postCardLogos2 {
    width:156px;
    float:right;
}
#postCardLogos img, #postCardLogos2 img {
    width:156px;
    height:87px;
}

.postGreen {
    color:#898700;
    font-size:14px;
}

.postPost {
    width:612px;
    height:70px;
    background:url(/images/post/title-post-a-property-for-sale.gif) no-repeat left top;
    text-indent:-11000em;
    margin:0 0 10px 0;
    padding:0;
}

.postText, .postTextlist {
    font-size:14px;
	margin-bottom:10px !important;
}

.postTextlist a:link, .postTextlist a:visited, .postTextlist a:hover {
	font-weight:normal !important;
}

.postText span {
    color:#0066CC;
    font-size:16px;
}

.postText a:link, .postText a:visited {
    color:#00125C !important;
}
.postText a:hover {
    color:#ED1C24 !important;
}

.postStar {
    width:105px;
    height:105px;
    margin:0 0 0 20px;
    float:right;
}

.postUse {
    width:292px;
    height:56px;
    background:url(/images/post/title-use-an-estate-agent.gif) no-repeat left top;
    text-indent:-11000em;
    margin:0 0 10px 0;
    padding:0;
}

.newIcon {
	width:44px;
	height:18px;
	vertical-align:middle;
	margin:0 0 0 5px;
}

/* END */


/* estate agent directory - august 08 */

#ajax_loader {
    width:220px;
    height:19px;
    margin-top:8px;
}

#ea_name {
    display:none;
}

#eaTopLeft {
    width:645px;
    float:left;
}

#eaTopRight {
    width:273px;
    float:right;
}

#eaTopRight img {
    width:273px;
    height:175px;
}

#eaSEARCH {
    width:600px;
}
#eaForm {
    width:355px;
    float:right;
}
#eaForm input {
    width:350px;
    border:1px solid #c1d5d4;
    padding:3px;
    font-size:18px;
    color:#000;
}
#eaLabel {
    width:auto;
    float:left;
    font-size:18px;
    color:#000;
    padding:6px 0 0 0;
}

#eaLocations {
    width:892px;
    padding:20px;
    background:#f2f2f2;
    margin-bottom:20px;
}

#eaLocations h2 {
    font-size:14px;
    font-weight:bold;
    color:#000;
    margin:0 0 10px 0;
}

.eaLoc {
    width:auto;
    float:left;
    margin-right:30px;
    white-space:nowrap;
}
.eaLoc a:link, .eaLoc a:visited {
    color:#666 !important;
    text-decoration:none !important;
    font-weight:normal !important;
}
.eaLoc a:hover {
    color:#ED1C24 !important;
    text-decoration:underline !important;
    font-weight:normal !important;
}

.eaLocLine {
    padding-right:30px;
    border-right:solid 1px #CCC;
}

#eaFeatAgents {
    float:left;
}
#eaFeatAgents p {
    margin:0 0 10px 0;
    font-weight:bold;
}

#eaMPU {
    width:300px;
    float:right;
}
#eaMPU p, .eaMPU {
    color:#CCC;
    font-weight:bold;
    margin:0 0 10px 0;
}

.eaPN {
    width:20%;
    white-space:nowrap;
}

#eaPNtable {
    width:612px;
}

#eaPNtable td {
    color:#0066CC !important;
}
#eaPNtable td strong {
    color:#00125C !important;
}

.eaSR {
    width:587px;
    padding:10px;
    background:#F2F2F2;
    margin:0 0 2px 0;
    border-right:5px solid #F2F2F2;
}

.eaSRprem {
    background:#e2fbda;
    border-right:5px solid #e2fbda;
}

.eaSRhover {
    border-right:5px solid #666;
}

.eaSRpicText {
    width:460px;
    float:left;
    color:#00125C;
    font-size:12px;
}
.eaSRpicText img {
    width:84px;
    height:54px;
    float:left;
    margin: 0 10px 0 0;
}
.eaSRpicText a:link, .eaSRpicText a:visited {
    color:#00125C !important;
}
.eaSRpicText a:hover {
    color:#ED1C24 !important;
}
.eaSRpicText span {
    font-weight:normal !important;
    color:#ED1C24;
}

.eaSRlinks {
    width:115px;
    float:right;
}
.eaSRlinks a:link, .eaSRlinks a:visited {
    color:#00125C !important;
    text-decoration:none !important;
}
.eaSRlinks a:hover {
    color:#ED1C24 !important;
    text-decoration:underline !important;
}

.eaDropdownText {
    font-size:14px;
    font-weight:bold;
    color:#000;
}

#eaDropdown {
    width:286px;
    font-size:14px;
    padding:2px;
}

.eaH1 h1 span {
    color:#666 !important;
}

#eaDetailsTop {
    width:612px;
    margin-bottom:20px;
}

#eaDetailsLogo {
    width:84px;
    float:right;
}
#eaDetailsLogo img {
    width:84px;
    height:54px;
}

#eaDetailsLinks {
    width:498px;
    height:34px;
    padding:20px 10px 0 10px;
    background:#F2F2F2;
    color:#00125C !important;
}
#eaDetailsLinks img {
    width:16px;
    height:16px;
    vertical-align:middle;
    margin-right:10px;
}

#eaDetailsLinks a:link, #eaDetailsLinks a:visited {
    color:#00125C !important;
    font-weight:normal !important;
}
#eaDetailsLinks a:hover {
    color:#ED1C24 !important;
    font-weight:normal !important;
}

#eaDetailsLinks span {
    color:#ED1C24;
    font-weight:bold;
}

.eaIcon2 {
    margin-left:15px;
}

#eaTel {
    width:auto;
    float:right;
}


#eaDetailsDesc {
    width:498px;
    padding:0 10px;
    float:left;
    margin-bottom:20px;
}
#eaDetailsDesc p, #eaDetailsDesc ul {
    margin-bottom:10px;
}

#eaDetailsContact {
    width:518px;
    float:left;
}

#eaDetailsContact h1 {
    background:#F2F2F2;
    color:#666;
    font-size:20px;
    font-weight:normal;
    margin:0 0 20px 0;
    padding:5px 10px;
}

#eaDetailsContact p {
    margin:0 10px 10px 10px;
}

.eaText1 {
    width:228px;
    border:1px solid #ccc;
    padding:2px;
}

.eaText2 {
    width:368px;
    height:98px;
    border:1px solid #ccc;
    padding:2px;
}

#eaSubmit {
    background:#F2F2F2;
    border:1px solid #ccc;
    width:134px;
    padding:3px;
}

#eaMap p {
    color:#00125C !important;
}

.mainH1style {
    font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
    color:#00125C;
    font-size:24px;
    padding:0;
    margin:0 0 10px 0;
}

.eaAlert {
    color:#ED1C24;
}

.eaTAG h4 {
    color:#0066CC;
    font-size:18px;
    font-weight:normal;
    padding:0 !important;
    margin:10px 0 !important;
}



/* END */


/* seo footer - added to search results page - code copied from new build - august 2008 */

.seoH3 {
    color:#00125C !important;
    font-size:16px !important;
    font-weight:bold !important;
    padding:0 !important;
    margin:0 0 10px 0 !important;
}

#nhSEOfooter1 {
    width:932px;
    background:#F2F2F2;
}
#nhSEOfooter2 {
    width:auto;
    padding:5px;
    font-size:11px;
    color:#a4bbc4;
}
#nhSEOfooter2 a:link, #nhSEOfooter2 a:visited {
    font-size:11px;
    color:#a4bbc4;
    text-decoration:none;
    font-weight:normal;
}
#nhSEOfooter2 a:hover {
    font-size:11px;
    color:#223740;
    text-decoration:underline;
    font-weight:normal;
}
#nhSEOfooter2 p {
    margin: 0 0 5px 0 !important;
}
#nhSEOfooter2 td {
    padding:5px;
}

.localLink a {
    font-weight:bold;
    color:#00125C !important;
}

/* END */


/* home reports page - september 2008 */

.newMA1 .hrH1 {
    font-size:18px !important;
    font-weight:normal;
}

#hrTabsCon {
    width:586px;
    margin-bottom:20px;;
}

#hrTabs {
    margin:0 0 0 17px !important;
}
#hrTabs li {
    list-style-type:none;
    float:left;
    background:#fff;
    text-align:center;
    width:160px;
    border:1px solid #0066CC;
    padding:10px;
}
#hrTabs li a:link, #hrTabs li a:visited {
    font-size:14px !important;
    text-decoration:none !important;
    font-weight:normal !important;
}
#hrTabs li a:hover {
    font-size:14px !important;
    text-decoration:underline !important;
    font-weight:normal !important;
}

.hrTabOn {
    background:#0066CC !important;
}
.hrTabOn a:link, .hrTabOn a:visited {
    color:#fff !important;
}

#hrTab2 {
    border-left:0 !important;
    border-right:0 !important;
}



#hrExtraLinks {
    width:586px;
    padding:5px 0;
    border-top:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
    margin-bottom:10px;
    display:none;
}

#hrExtraLinks span {
    padding:0 5px;
}

#hrExtraLinks img {
    width:16px;
    height:16px;
    vertical-align:middle;
    margin-right:5px;
}

#hrExtraLinks a:link, #hrExtraLinks a:visited {
    text-decoration:none;
    font-size:11px;
}
#hrExtraLinks a:hover {
    font-size:11px;
    text-decoration:underline;
}

#hrAbout, #hrSellers, #hrBuyers {
    margin-bottom:10px;
}

#hrSend {
    width:586px;
}

#hrH3 {
    background:#d7d7d7;
    padding:2px 5px;
    margin-bottom:15px;
}

#hrH3 span {
    float:right;
    padding:2px 3px;
    background:#fff;
}
#hrH3 span a:link, #hrH3 span a:visited {
    font-size:12px !important;
    text-decoration:none !important;
    color:#000 !important;
}
#hrH3 span a:hover {
    font-size:12px !important;
    text-decoration:none !important;
}

#hrSENDleft {
    width:200px;
    float:left;
}
#hrSENDright {
    width:346px;
    float:right;
}

#hrLIST {
    margin:0 !important;
}
#hrLIST li label {
    display:block !important;
    float:left !important;
    width:90px !important;
}
#hrLIST li {
    margin-bottom:10px !important;
    list-style-type:none !important;
}

.hrText1 {
    width:200px;
    border:1px solid #d7d7d7;
    padding:2px;
}

.hrSubmit {
    width:100px;
    border:1px solid #d7d7d7;
    padding:2px;
}

#hrError {
    width:578px; /* 586px */
    background:#d7d7d7;
    font-weight:bold;
    text-align:center;
    padding:4px;
    margin-bottom:10px;
    display:none;
}

#hrNews {
    width:566px; /* 585px */
    padding:10px;
    background:#fff url(/images/hr-top.gif) no-repeat left top;
}
#hrNews h5 {
    height:16px;
    margin-bottom:10px;
    font-size:14px;
}
#hrNews li {
    margin-bottom:4px;
}

#hrNews li span {
    font-size:10px;
    color:#333;
}

#hrNewsBottom {
    width:586px;
    height:15px;
    background:url(/images/hr-bottom.gif) no-repeat left top;
    margin-bottom:10px;
}

/* END */


/* video on buying details page - oct o8 */

#newVideoHolder {
    width:588px;
    margin-bottom:20px;
    display:none;
}

#newVideoHeader {
    width:588px;
    height:25px;
    background:url(/images/video_closed.gif) no-repeat left top;
    cursor:pointer;
}

#newVideoBody {
    width:586px; /* 588px */
    border:1px solid #00125C;
    border-top:0;
    background:#f2f2f2;
    text-align:center;
    display:none;
}

#newVideoBodyInner {
    width:480px;
    padding:10px 0;
    margin:auto;
}

#videoReport {
    width:480px;
    text-align:right;
    font-size:11px;
    margin:auto;
    padding-bottom:10px;
}

#videoReportForm {
    width:480px;
    margin:auto;
    text-align:left;
    display:none;
}
#videoReportForm ol {
    padding:0;
    margin:0;
}
#videoReportForm li {
    list-style-type:none;
    margin-bottom:5px;
}

#videoReportForm li label {
    width:150px;
    float:left;
}

.videoForm1, .videoForm2, .videoForm3 {
    padding:2px;
    border:1px solid #ccc;
}

.videoForm1 {
    width:298px;
}

.videoForm2 {
    width:298px;
    height:48px;
}

.videoForm3 {
    width:148px;
}

#videoReportLink2 {
    display:none;
}

#videoMSG1 {
    width:130px;
    margin-top:18px;
    float:right;
    display:none;
}

#videoMSG2 {
    width:auto;
    padding:10px;
    border:1px solid #000;
    background:#fff;
    color:#ED1C24;
}

/* end */



/* new post a home - november 2008 */

#pyoV2Main {
    width:932px;
    margin-bottom:20px;
}

#pyoV2Main h1 {
    font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#00125C;
    font-size:24px;
    margin-bottom:20px;
}
#pyoV2Main h1 img {
    width:361px;
    height:30px;
    float:right;
}

.pyoContainer {
    width:932px;
    margin-bottom:20px;
}
.pyoContainer sup {
    color:#ed1c24;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
.pyoContainer p {
    margin-bottom:10px;
}


#pyoPassword p {
    margin:0 10px 10px 10px;
    padding:0;
}

#stepsLeft {
    width:229px;
    float:left;
    height:137px;
    background:url(/images/post/eyes.gif) no-repeat left bottom;
    font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size:18px;
    color:#846511;
}
#stepsRight {
    width:660px;
    float:right;
    font-size:11px;
    padding-top:10px;
}
#stepsRight strong {
    font-size:12px;
}
#stepsRight ul {
    padding:0 !important;
    margin:0 !important;
}
#stepsRight li {
    width:112px;
    float:left;
    margin:0 20px 0 0 !important;
    padding:0 !important;
    list-style-type:none;
}
#stepsRight p {
    padding:5px 0 0 0 !important;
    margin:0 !important;
}

#pyoPassword {
    width:450px;
    float:left;
}

.pyoHeader {
    background:#f2f2f2;
    padding-bottom:10px;
}
.pyoHeader h4 {
    background:#0066CC;
    color:#fff;
    font-size:14px !important;
    font-weight:normal;
    padding:5px 10px !important;
    margin:0 0 10px 0 !important;
}
.pyoHeader h4 span {
    float:right;
    font-size:11px;
}
.pyoHeader p strong {
    font-size:14px;
}

#pyoPassword ol, .pyoStepOneLeft ol, .pyoStepOneRight ol {
    padding:0;
    margin:0 0 0 10px;
}
#pyoPassword li, .pyoStepOneLeft li, .pyoStepOneRight li {
    list-style-type:none;
    margin:0 0 10px 0;
    padding:0;
}
#pyoPassword li label, .pyoStepOneLeft li label, .pyoStepOneRight li label {
    display:block;
    float:left;
    width:110px;
    font-weight:bold;
}
.pyoStepOneLeft ol, .pyoStepOneRight ol {
    margin-bottom:20px;
}
.pyoStepOneLeft li label, .pyoStepOneRight li label {
    font-weight:normal;
}
.pyoStepOneLeft li span, .pyoStepOneRight li span {
    font-size:10px;
}
#pyoPassword li input, .pyoStepOneLeft li input, #pyoPassword li select, .pyoStepOneLeft li select, .pyoStepOneRight li input, .pyoStepOneRight li select {
    width:246px; /* 252px; */
    padding:2px;
    border:1px solid #ccc;
    vertical-align:middle;
}
#pyoPassword li select, .pyoStepOneLeft li select, .pyoStepOneRight li select {
    width:252px;
    padding:2px;
    border:1px solid #ccc;
    vertical-align:middle;
}
.pyoStepOneLeft li .pyoSHORT, .pyoStepOneRight li .pyoSHORT {
    width:121px !important;
    margin-right:10px;
}
.pyoStepOneLeft li .pyoSHORTER, .pyoStepOneRight li .pyoSHORTER {
    width:96px !important;
    margin-right:10px;
}
.pyoStepOneLeft li .pyoShort2, .pyoStepOneRight li .pyoShort2 {
    width:127px !important;
    margin-right:10px;
}
.pyoStepOneLeft li .pyoTA, .pyoStepOneRight li .pyoTA {
    width:246px; /* 252px; */
    height:144px; /* 150px */
    padding:2px;
    border:1px solid #ccc;
    vertical-align:middle;
}
.pyoSubmit {
    padding:3px 10px;
    background:#ccc;
    border:1px solid #00125C;
    font-weight:bold;
    color:#00125C;
}

#pyoPuff {
    width:410px; /* 450px */
    height:156px; /* 196px */
    padding:20px;
    float:right;
    background:url(/images/post/hr-bg.jpg) no-repeat left top;
    color:#fff;
    font-size:14px;
}
#pyoPuff h3 {
    padding:0;
    margin: 0 0 10px 0;
    font-size:18px;
    font-weight:normal;
    color:#fff;
}
#pyoPuff a:link, #pyoPuff a:visited {
    color:#fff;
    font-weight:normal;
}
#pyoPuff a:hover {
    color:#ccc;
    font-weight:normal;
}

.pyoStepOneLeft {
    width:420px; /* 440px */
    padding:10px;
    background:#e5e4e4;
    margin-left:10px;
    float:left;
}

.pyoStepOneRight {
    width:420px; /* 440px */
    padding:10px;
    background:#e5e4e4;
    margin-right:10px;
    float:right;
}

.pyoNew {
    width:61px;
    height:61px;
    float:right;
    margin-left:10px;
}

.myTB {
    display:none;
}

.pyoInner {
    width:912px;
    margin-left:10px;
}

.pyoTable {
    width:912px;
}

.pyoTable td, .pyoTable th {
    padding:5px;
}

.pyoTable thead tr {
    background:#d2e7ff;
}

.pyoTable tbody tr {
    background:#eaf5ff;
}

.pyoTable2 thead tr {
    background:#666;
    color:#fff;
}

.pyoTable2 tbody tr {
    background:#ccc;
}

.pyoListings strong {
    font-size:12px !important;
}

.pyoTable img {
    width:64px;
    height:48px;
}

.pyoTableHover {
    background-color:#fff !important;
}

#pypButPost {
    width:243px;
    height:37px;
}

#pyoShowSuspended, #pyoHideSuspended {
    padding-left:5px;
}

#pyoShowSuspended span, #pyoHideSuspended span {
    float:right;
}

#pyoSuspended {
    display:none;
}

/* end */


/* featured agents logos on earch results pages - november 2008  */

#srFeaturedAgents {
    width:286px; /* 300px */
    padding:10px 0 0 14px;
    background:#f2f2f2 url(/images/bg_srfa.gif) no-repeat left top;
    color:#00125C;
    font-size:16px;
    font-weight:bold;
}
#srFeaturedAgents p {
    padding:0;
    margin:0 0 10px 0;
}
#srFeaturedAgents img {
    width:130px;
    height:74px;
    float:left;
    margin:0 0 12px 0;
}
#srFeaturedAgents2 {
    width:300px;
    height:10px;
    background:url(/images/bg_srfa2.gif) no-repeat left top;
    margin-bottom:10px;
}

/* end */


/* iGoogle widget  - november 2008 */

#widgetPromo {
    width:258px; /* 300px */
    padding:20px;
    border-top:1px solid #3bb542;
    border-right:1px solid #184bb8;
    border-bottom:1px solid #c81c04;
    border-left:1px solid #f7c906;
    line-height:16px;
}


.addIcon {
    width:16px !important;
    height:16px !important;
    vertical-align:middle;
    float:left;
    margin:0 10px 10px 0;
}

#widgetPic {
    width:100px;
    float:right;
    text-align:center;
    font-size:11px;
    margin:0 0 10px 10px;
}
#widgetPic img {
    width:100px;
    height:136px;
    margin-bottom:3px;
}
#zoomIcon {
    width:16px !important;
    height:16px !important;
    vertical-align:middle;
    margin-right:3px;
}

#widgetPic a:link, #widgetPic a:visited, #widgetPic a:hover {
    font-weight:normal;
}

#widgetPic a span {
    display:none;
}
#widgetPic a span img {
    width:320px;
    height:436px;
}
#widgetPic  a:hover {
    position:relative;
}
#widgetPic  a:hover span {
    width:320px; /* 322px */
    border:1px solid #fff;
    z-index:999999 !important;
    display:block;
    position:absolute;
    top:-150px;
    left:-300px;
}

/* end */


/* home reports puffs - nov 2008 */

#hrPuff1, #hrPuff2 {
    width:260px; /* 300px */
    height:462px; /* 502px */
    padding:20px;
    background:url(/images/home-reports-puff-bg-1.gif) no-repeat left top;
    font-size:18px;
    color:#fff;
	margin-bottom:20px;
}

#hrPuff2 {
    background:url(/images/home-reports-puff-bg-2.gif) no-repeat left top;
    height:250px;
}

#hrPuff1 h1, #hrPuff1 p, #hrPuff2 h1, #hrPuff2 p {
    margin-bottom:10px;
}

#hrPuff1 h1, #hrPuff2 h1 {
    font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size:22px;
    color:#00125C;
}
#hrPuff1 h1 span, #hrPuff1 h2 span {
    font-size:26px;
}

#hrPuff1 a:link, #hrPuff1 a:visited, #hrPuff2 a:link, #hrPuff2 a:visited {
    font-size:14px;
    color:#fff;
    text-decoration:underline;
}
#hrPuff1 a:hover, #hrPuff2 a:hover {
    font-size:14px;
    color:#ccc;
    text-decoration:underline;
}

.hrIcon {
    width:71px;
    height:65px;
    float:right;
}

.hrOH {
    width:175px;
    height:50px;
}

.hrSmall, .hrSmall a:link, .hrSmall a:visited, .hrSmall a:hover {
    font-size:12px !important;
	font-weight:normal !important;
}

/* end */


.videoGuidelines ol, .videoGuidelines ul {
    margin-bottom:10px !important;
    
}


/* estate agent profile code - December 2008 */

.padding10 {
    padding:20px 10px 10px 10px !important;
}

#agentTop {
    width:932px; /* 940px */
    margin-bottom:5px;
    padding:4px;
}
#agentTop img {
    width:932px;
}

#agentMain {
    width:940px;
	background-color:#fff;
	background-repeat:repeat-x;
	background-position:left top;
}

#agentNav {
    width:900px; /* 940px */
    padding:20px !important;
	margin:0 !important;
}
#agentNav ul {
    margin:0 !important;
    padding:0 !important;
}
#agentNav ul li {
    list-style-type:none;
    float:left;
    margin:0 40px 0 0;
    font-size:18px;
    font-weight:bold;
    padding:0;
}
#agentNav ul li a:link, #agentNav ul li a:visited, #agentNav ul li a:hover {
    text-decoration:none;
}

#agentContent {
    width:900px; /* 940px */
    padding:0 20px 30px 20px;
}

#agentContentLeft {
	width:560px; /* 580px */
	padding:10px;
	float:left;
	background:#fff;
}

#agentContentLeft2 {
	width:420px; /* 440px */
	padding:10px;
	float:left;
	background:#fff;
}

#agentContentLeft h2 {
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px 0;
}

#agentContentLeft h2 span, .agentPushRight span {
	float:right;
	font-size:12px;
}

#agentPrevNext {
	width:560px;
	padding-top:10px;
	margin-bottom:20px;
}

#agentPrevNext span {
	float:right;
}

.agentSearchResult {
	width:560px;
	padding:0 0 10px 0;
	margin:0 0 10px 0 !important;
}

#agentContentRight2 .agentSearchResult {
	width:420px;
	padding:10px;
	background:#fff;
	border-bottom:0;
}

.agentSearchResultPic {
	width:140px;
	float:right;
	position:relative;
}
.agentSearchResultPic img {
	width:140px;
	height:105px;
	position:absolute;
	top:0px;
	left:0px;
}
.agentSearchResultPic span {
	position:relative;
}

.agentSearchResultText {
	width:400px;
	float:left;
}
#agentContentRight2 .agentSearchResultText {
	width:270px;
}


.agentSearchResultText a:link, .agentSearchResultText a:visited, .agentSearchResultText a:hover {
	font-size:14px;
	text-decoration:none !important;
	font-weight:bold;
}

.agentSearchResultText p {
	padding:0;
	margin:0 0 10px 0;
}

#agentShowing {
	width:560px;
	text-align:center;
	font-style:italic;
}

.agentSub {
	width:340px;
}
#agentContentRight2 .agentSub {
	width:250px;
}

.agentButtons {
	margin:0;
	padding:0;
}
.agentButtons li {
	float:left;
	text-align:center;
	margin-right:10px;
	padding:5px 10px;
	font-size:14px;
	list-style-type:none;
}
.agentButtons li a:link, .agentButtons li a:visited {
	color:#fff !important;
	text-decoration:none !important;
	font-weight:normal !important;
}
.agentButtons li a:hover {
	color:#fff !important;
	text-decoration:none !important;
	font-weight:normal !important;
}

#agentContentRight {
	width:300px;
	float:right;
}

#agentContentRight2 {
	width:440px; /* 440px */
	float:right;
}

#agentContentRight h2, #agentContentRight2 h2 {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0 0 10px 0;
}

.agentSearch {
	width:280px; /* 300px */
	padding:10px;
	background:#fff;
	margin-bottom:20px;
}

.agentSearch p {
	margin:0;
	padding:0 0px 10px 0;
}

.agentSearch1 {
	width:124px; /* 130px */
	border:1px solid #ccc;
	padding:2px;
}

.agentSearch2 {
	width:255px; /* 260px */
	border:1px solid #ccc;
	padding:2px;
}

.agentBranches a:link, .agentBranches a:visited, .agentBranches a:hover {
	font-size:14px;
	font-weight:normal !important;
}

.agentBranches p {
	margin:0 0 40px 0;
}

.agentProp {
	width:280px; /* 300px */
	padding:10px;
	background:#fff;
	margin-bottom:5px;
}
.agentPropOn .agentPropText {
	color:#fff !important;
}
.agentPropOn .agentPropText a:link, .agentPropOn .agentPropText a:visited, .agentPropOn .agentPropText a:hover {
	color:#fff !important;
}
.agentPropPic {
	width:64px;
	float:left;
}
.agentPropPic img {
	width:64px;
	height:48px;
}
.agentPropText {
	width:206px;
	float:right;
}
.agentPropText1 {
	font-size:14px;
}
.agentPropText2 {
	font-size:10px;
}
.agentMoreProps p {
	padding:0 10px;
}

.agentPropHover {
	background:#f2f2f2 !important;
}

#agentDetailsTop, #agentDetailsNav {
	width:560px;
	margin-bottom:20px;
}

#agentDetailsMainPic {
	width:280px;
	height:210px;
	float:left;
	margin-right:20px;
	background-position:left top;
	background-repeat:no-repeat;
}
#agentDetailsMainPic img {
	width:280px;
	height:210px;
}

#agentDetailsMainPicPrint {
	width:auto;
	display:none;
}
#agentDetailsMainPicPrint img {
	width:280px;
	height:210px;
	float:left;
	margin:0 10px 10px 0;
}

#agentDetailsThumbs {
	width:138px;
	float:left;
}
#agentDetailsThumbs img {
	width:64px;
	height:48px;
	margin:0 10px 6px 0;
	float:left;
	cursor:pointer;
	display:none;
}

#agentSchedule {
	width:67px;
	float:right;
}
#agentSchedule img {
	width:67px;
	height:89px;
}

.agentDetails h1 {
	font-size:18px;
	padding:0 !important;
	margin:0 0 3px 0 !important;
	font-weight:normal;
}

.agent16 {
	font-size:16px;
	padding:0;
	margin:0 0 20px 0;
}

.agentDisclaimer {
	font-size:10px;
	color:#ccc;
	margin-bottom:20px;
}

#agentDetailsBottom {
	width:560px;
}

#agentDetailsBottom h2 {
	font-size:16px;
	padding:0;
	margin:0 0 10px 0;
	font-weight:bold;
}

#agentMap {
	width:280px;
	float:right;
}

#agentContact {
	width:260px;
	float:left;
}

#agentContact p {
	padding:0;
	margin:0 0 10px 0;
}

.agentContact1 {
	width:244px; /* 250px */
	padding:2px;
	border:1px solid #ccc;
	background:#f2f2f2;
}

.agentContact2 {
	width:244px; /* 250px */
	height:94px; /* 100px */
	padding:2px;
	border:1px solid #ccc;
	background:#f2f2f2;
}

#agentContactError {
	width:240px; /* 260px */
	padding:10px;
	border:1px solid #ff0000;
	background:#f2f2f2;
	display:none;
	margin-bottom:10px;
}

#agentLogo {
	width:84px;
	float:right;
	display:none;
}
#agentLogo img {
	width:84px;
	height:54px;
}


/* hide google map search field */
.agentSearch .gsmsc-controls {
	display:none;
}
/* end */


/* hide street view links on details p[age */
.svLink {
	display:none;
}


/* directory sale| rental page - remove all html formatting */

.left180{
	float:left;
	width:180px;
}
/* end */


/* Google AdSense */

#googleAdSense {
	width:468px;
	margin:0 73px 20px 73px;
}
#googleAdSense p {
	margin-bottom:5px;
}

/* end */


/* share stuff - June 2009 */

#shareButton {
	width:83px;
	height:16px;
	vertical-align:middle;
	margin:0 5px;
}

#shareLogos {
	width:83px;
	height:41px;
	float:right;
	margin:0 0 10px 10px;
}

/* end */

#googleMap {
	width:300px;
	height:250px;
	display:block;
	margin-bottom:2px;
	float:right;
}
#copyright span, #copyright a {
	display:none;
}
.gsmsc-mapDiv {
	display:none;
}

/* More prominent contact details on New Homes detail pages */
#newHomesDetailTel {
	font-size: 1.5em;
	margin-top: 0.3em;
	margin-bottom: 1em;
}

#newHomesDetailHeading {float: left;}
#newHomesDetailHeadingTel {float: right; padding-left: 20px;}
/* END: More prominent contact details on New Homes detail pages */


/* KM Style patches to make question mark work in New Homes */

.question_mark {
	background-image: url(http://www.s1homes.com/ui/images/sprite.gif);
	background-repeat: no-repeat;
	background-position: -391px 0px;
	display: inline-block;
	height: 12px;
	margin: 0px 3px;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	width: 12px;
}

.question_mark span {
	color: #00125C !important;
	display: none !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.question_mark:hover {
   text-decoration: none;
}

.question_mark:hover span {
    position:absolute;
    top:-20px;
    left:20px;
    width:176px;
	padding:10px;
    display:block !important;
	color:#00125c !important;
	z-index:1000000;
	border:3px solid #ffd324;
	background:#fff6bf;
	font-size:14px !important;
	text-decoration: none!important;
}

#mainBody a.question_mark {
	color:#00125c !important;
	text-decoration: none!important;
}


span.request_details_telephone_rate {
	display: block;
	margin-bottom: 1em;
}



