/* MAIN ELEMENT ------------------------------*/
html {
    /*overflow: hidden;*/
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin: 0;
	background-color:#ffffff;
}
ul {
	list-style-type: none;
}
a {
    color: #0099cc;
}
.container {
	margin: 0 auto;
	top: 0;
	overflow: hidden; /*to ensure the background repeats all the way down*/
	width: 970px;
	background:  url(../images/bkg.png) repeat-x;
	padding-top: -5px;
	position:relative;
}
    .full_width .container {
        min-width: 980px;/*to keep right div from dropping in .full_width pages*/
    }
    body.create .container 
    {
		width: 981px;
    }
a img{
	border: none;
}

/* HEAD ELEMENT -----------------------------*/
.header {
	width: 100%;
	height:175px;
}
	body.home .header {
		background:  url("../images/bkg-head.png") repeat-x left top;
		height:138px;
	}
	body.rentals .header,
	body.resale .header,
	body.nhc .header, 
	body.create .header, 
	div.showroom-header, 
	div.showroom-footer  {
		background:  url("../images/bkg-head-list.png") repeat-x top;
	}
	body.about .header {
	    margin-bottom: 0;
	}


.hbaheader {
	width: 100%;
	height:120px;
	background:  url("../images/bkg-head.png") repeat-x left top;
	margin-bottom: -10px;
}

#hbalogo {
	display:block;
	width: 202px; height: 96px;
	margin:0px 0px -15px 10px;
	overflow:hidden;
}

#jumper {
	width:100%;
	height: 22px;
	display:block;
}
	body.home #jumper {
		position: absolute;
		width: 960px;
	}
#logo {
	display:block;
	width: 202px; height: 96px;
	margin-left:10px;
	overflow:hidden;
}
    body.home div#logo 
    {
    	height: 81px;
    }

#join {
    display: none;
	position: absolute;
	margin-top: -63px;
	margin-left: 650px;

}
    body.home #join {
        display: none;
    }
#ad-head{ /* not on the home page*/
display:block;
float:right;
width:729px;
height:90px;
margin-bottom:6px;
overflow:hidden;
}

.home #ad-head{display:none;}
/* head navigation */
div#nav {
}
div#nav a {
    display: block;
    float: left;
    background: url(../images/bkg-nav-tab.jpg) repeat-x left top;
    padding: 5px 0 2px 0;
    border-bottom: 1px solid #333;
    margin: 0 2px;
}
div.free_icon {
display:block;float:left;height:25px;width:30px;
    
}
/* ------------------------------------------------ MAIN NAVIGATION  */
.breadcrumb_container{display:block;float:left;height:25px;width:670px;line-height:25px;}

ul#nav 
{
	display:block;
	width:100%;
	clear:both;
	margin: 0 0 0 1px;
	padding: 0;
	overflow: hidden;
	height:21px;
}
	ul#nav li {
	    float: left;
		display: inline;
		margin: 0 2px; 
		padding: 0 0px 0 8px;
		background: url(../images/btn-nav-right-long.png) no-repeat top right;
	}
		ul#nav li a { /*new*/
		    float: left;
		    margin-left: -12px;
			font: bold 100% Tahoma, sans-serif;			
			text-decoration: none;
			color: #000;
			padding: 5px 17px 10px 18px;
			background: url(../images/btn-nav-left.png) no-repeat top left;
		}
    ul#nav li.tour {
        background: url(../images/btn-nav-right-tour.png) no-repeat top right;
    }
        ul#nav li.tour a {
            background: url(../images/btn-nav-left-tour.png) no-repeat top left;
        }
        ul#nav li a:hover {
	        background-image:  url(../images/btn-nav-left-over.png);
        }
        ul#nav li:hover {
            background-image:  url(../images/btn-nav-right-long-over.png);
        }
    
 /* BUTTON "ON" STATES */
body.adproof #nav li.adlist a, 
body.create #nav li.adpost a,
body.home #nav li.hm a, 
body.create #nav li.plc a,
body.rentals #nav li.rnt a,
body.rentals_results #nav li.rnt a,
body.nhc #nav li.nhc a,
body.resale #nav li.rsl a{ 
	background-image:  url(../images/btn-nav-left-over.png);
	color: #ff0000;
}

body.adproof #nav li.adlist, 
body.create #nav li.adpost,
body.home #nav li.hm,
body.create #nav li.plc,
body.rentals #nav li.rnt,
body.rentals_results #nav li.rnt,
body.nhc #nav li.nhc,
body.resale #nav li.rsl{
    background-image:  url(../images/btn-nav-right-long-over.png);
}

.lang {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	float: right;
	width:240px;
	padding:0;
	margin: 0 30px 0 0;
	text-align:right;
	display:block;
	height:25px;
	line-height:25px;
}
	.lang a {
		color: #000;
		text-decoration: underline;
	}
	.lang a[disabled] {
	    text-decoration: none;
	}
	a.linkdisabled 
	{
	    text-decoration: none!important;
	}
	a.linkanabled 
	{
	    color: #000;
		text-decoration: underline;
	}
/* ------------------------------------------------------------------- TAKE THE TOUR --------------*/
iframe#mask {
    display: none;
}
#tourPopUp {
    background: url(/Looks/default/images/bkg-tour.png) no-repeat top left;
    width: 590px; height: 235px;
    position:absolute; 
    margin: 0 0 0 240px;
    padding: 30px 30px 20px 10px;
    overflow: hidden;
    z-index: 100;
}
#tourPopUp a {
    text-decoration: none;
}
    body.home #tourPopUp {
        top: 100px;
    }
#tourPopUp p {
    margin: 0 0 5px 0;
    text-align: right;
}
    #tourPopUp p img,
    #tourPopUp p input {
        vertical-align: middle;
        margin-left: 5px;
    }
    
div.graphic {
    background: url(/Looks/default/images/gfx-tour.jpg) no-repeat top left;
    height: 240px;
    margin: 3px -14px 0 0;
}
div.close {
    position: absolute;
    margin-top: 10px;
    right: 20px;
}
div#tourPopUp a.getStarted {
    float: right;
    margin: -65px 98px 0 0;
    z-index: 500;
}
/*  -------------------------------------------------------------------BREADCRUMBS ELEMENT--------------------- */
.breadcrumbs {
	width: 100%;
	padding: 0 2px 0;
}
    .breadcrumbs span.pagination {
        float: right;
        margin: 0 20px 0 0;
    }
    .breadcrumbs span.pagination img {
        margin-bottom: -2px;
    }
        .breadcrumbs span.pagination a {
            font-size: 110%;
            font-weight: bold;
            margin-left: 5px;
            margin-right: 5px;
            color: #009ECE;
        }
/* #########################################################################################################################################*/

/* -------------------------------------------------------------------RIGHT COLUMN ELEMENT ------------------------------*/
body.full_width div.far_right_col {
    position: relative;
    width: 180px;
    padding: 0 5px;
    margin-right: -100%;
    z-index: 0;
    top:564px;
    left:10px;
}
#right-col {
	float: right;
	vertical-align:top;
	margin: 0 5px 0 0;
}
	body.rentals_results #right-col {
		display: none;
	}

/* directory of property managers / developers / builders */
#dpm {
	margin: 25px 0 0;
}
/*#dpm ul {
    margin-left: -37px;
}
    #dpm ul li {
	    margin: 8px 0;
    }*/
#dpm ul li a {
    color: #0099CC;
    font-size: 120%;
    text-decoration: none;
    margin-left: 7px;
}
#dpm ul li img {
    margin-bottom: 1px;
}

/* research tools */
#research, .rightbox {
	overflow: hidden;
}
body.full_width #research {
    width: 179px;
    margin: 0;
}
    body.full_width #research h2 {
        background: url("../images/bkg-head-research.gif") no-repeat left;
        padding: 3px 0 3px 5px;
    } 
div#srm-bottom div#research {
    float: left;
    width: 305px;
    margin: 0 20px 0 0;
}
    div#srm-bottom div#research h2{
        background: url("../images/bkg-head-2.png") no-repeat left;
    }
#right-col h2{
	background:  url("../images/bkg-head-2.png") no-repeat;
	padding: 2px 0 2px 10px;
}
#research ul, .rightbox ul, #dpm ul {
    background-color: #fff;
	list-style-type: none;
	margin: -12px 0 -10px;
	padding: 10px 8px 9px 15px;
}
	#research ul li, .rightbox ul li, #dpm ul li {
		border-bottom: 1px dashed #C4C4C4;
		margin: 5px 0;
		padding-bottom:5px;
		width: 275px;
	}
	#research ul li.noborder,
	.rightbox ul li.noborder, 
	#dpm ul li.noborder {
		border: none;
	}
		#research ul li a, .rightbox ul li a {
			color: #0099CC;
			font-size: 120%;
			text-decoration: none;
			margin-left: 9px;
			}
	#research ul li img, .rightbox ul li img, #dpm ul li img {
		margin-left: -12px;
	}
#research .shadow, 
.rightbox .shadow, 
#dpm .shadow,
div.ad_summary .shadow{
	background:  url("../images/bkg-shad-btm.png") no-repeat top left;
	width: 300px;
	margin-left: 0;
}

/* sponsored links */
#sponsor {
    overflow: hidden;
	width: 300px;
	margin-bottom: 20px;
}
#sponsor h3 {
	color: #999999;

	font-weight: normal;
}
#sponsor h4 {
	font-weight: normal;
	font-size: 110%;
	margin-bottom: -10px;
}
	#sponsor h4 a{
		color: #000000;
	}
#sponsor p {
	padding-right: 3px;
}

/* second big box */
#bb2 {
    overflow: hidden;
	width: 300px;
}
/*  -------------------------------------------------------------------LEFT COLUMN ELEMENT--------------------- */
#left-col {
	float: left;
	margin: 0 -5px 0 5px;
	width: 640px; /*must have this or else home and category pages break*/
	clear:both;
}
	.full_width #left-col {
		width: 82%;
		margin-top: -20px;
		min-width: 760px;
	}
		/*#left-col #far-left {
			float: left;
			width: 156px;
			min-height: 600px; *//* used during building phase when no data existed for left col 
			padding-left: 5px;
			padding-right: 9px;
		}*/
		
/* ----------------- Refine Search */
div.refinements div h3 {
    margin-top: 0;
}
div.refinements div h3.ys-head {
    margin-top: 5px;
}
div.refinements div h3.rs-head {
    margin-top: 30px;
}
div.bkg-refine-top {
    border: 2px solid #FFFFFF;
    margin-top: -10px;
    background: url("../images/bkg-refine-search.gif") repeat-x bottom;
}
div.refined_item {
    padding: 1px;
    width: 155px; min-height: 78px;
}
    div.refined_item div.refined_item {
        min-height: 10px;
    }
div.detail_remove {
    width: 149px;
    overflow: hidden;
}
    div.ri_detail {float: left;}
    div.ri_remove {float: right;}
    
table.refined_item td {
    vertical-align: bottom;
}
.detail_remove {
    overflow: hidden;
}
.refined_item strong {
    font-size: 11px;
}

/* -------------------- end refine search */

/* search with fields div (home)*/
#search {
	margin: 10px 0 -50px;
	padding-bottom: 30px;
	width: 630px;
    background:  url("../images/bkg-search.gif") no-repeat top left;
}
#mag {
    position: absolute; 
	margin-top: -37px;
	display: block;
	float: left;
	z-index: 10;
}
#cont-head-ie h1.cont-head, #cont-head-ie h2.cont-head {
	background:  url("../images/bkg-srch-heading.gif") no-repeat left;
	padding-left: 12px;
	margin: -3px 0 0 -1px;
}
#search .small-caps {
	margin: 0;
	letter-spacing: .02em;
}
#left-col #form p, 
div.canvas #form p {
	font: bold 11px Arial, Helvetica, sans-serif;
}
#left-col #form #labels,
div.canvas #form #labels {
	margin-left: 20px;
	margin-top: -10px;
}

/* search form (home)*/

    body.full_width .subform {
        /*width: 900px;*/
        margin-left: 0;
        margin-bottom: 0;
      
    }
    
    .sort-form
    {
    	border-bottom:1px solid #999999;
    }

    .sort-form .subform
    {
		height:19px;
    }


#left-col #form select, 
#left-col #form input,
div.canvas #form select, 
div.canvas #form input {
	font-size: 90%;
}
#more_options_rent select,
#more_options_rent input,
#more_options_rent span.eg,
#more_options_nhc select,
#more_options_nhc input
#more_options_nhc span.eg {
    margin-left: 5px;
}
#more_options_rent span.eg,
#more_options_nhc span.eg,
#more_options_resale span.eg 
{
    font-weight: normal;
    font-size: 1em;
}
#left-col .subform .loc,
div.canvas .subform .loc {
	margin-left: 0;
	width: 196px;
}
    body.full_width .loc {
        width: 230px;
    }
body.home #left-col .locate,
body.rentals #left-col .locate,
body.nhc #left-col .locate,
body.resale #left-col .locate
 {
	margin-right: 2px;
	font-size: 11px;
	font-weight: bold;
}
body.full_width .locate {
    margin-left: 2px;
    margin-right: 0;
    font-size: 10px;
    font-weight: bold;
}
#left-col .subform .category {
	width: 209px;
}
#left-col .subform table, 
#left-col .subform td, 
#left-col .subform tr,
div.canvas .subform table, 
div.canvas .subform td, 
div.canvas .subform tr {
	 border: 0;
	 margin: 0;
}
td.pf_range input {
    width: 47px;
}
body.nhc td.pf_range input {
    width: 85px;
}
td.suffix div {
    width: 70px;
}
body.nhc td.suffix div {
    display: none;
}
td.catSearch input {
    margin-left: 5px;
}
#left-col #search .subform .searchtable { 
    height: 91px; /* height property required for Safari */
	margin: 0 0 0 -55px;
	padding-top: 14px;
}
#left-col .subform {
	margin: 7px 0 13px 70px;
}
span#mopt_text_rent, span#mopt_text_nhc, span#mopt_text_resale {
    font-weight: bold;
    font-size: 11px;
}
img[src="/Looks/default/images/en_ca/gfx-red-arrow.gif"] {
    vertical-align: middle;
}
.searchtable tr.pf_row td {
    /*width: 60px;*/
}
    .searchtable tr.pf_row td.pf_txt {
        width: 50px;
    }   
    
    .searchtable tr.pf_row td.pf_to span,
    .searchtable tr.pf_row td.bdrms span,
    .searchtable tr.pf_row td.baths span {
        /*font-weight: bold;
        font-size: 11px;*/
    }
    
    .searchtable tr.pf_row td.pf_to {
        width: 20px;
    } 
    .searchtable tr.pf_row td.baths {
        text-align: right;
    }
#more_options table.searchtable, 
#more_options_rent table.searchtable, 
#more_options_nhc table.searchtable,
#more_options_resale table.searchtable{
    width: 100%;
}
#left-col .subform p#moreopt, 
#left-col .subform p#moreopt_rent, 
#left-col .subform p#moreopt_default {
	float: right;
	margin-top: -20px;
	font-size: 90%;
	font-weight: bold;
	padding-right: 6px;
}

#more_options_rent span, 
#more_options_nhc span,
#more_options_resale span {
    font-weight: bold;
    font-size: 11px;
}
p#moreopt_rent, p#moreopt {
    display: none;
}
#left-col .subform img#btn_mopt {
	margin: 0 3px -2px 0;
}
#left-col .subform input.btn-search {
	float: right;
	margin-top: -50px;
	padding-right: 5px;
}
#more_options, 
#more_options_rent, 
#more_options_nhc,
#more_options_resale {
	height: auto;
	margin: -5px -1px -6px;
	width: 622px;
	background-color: #BABA87;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	background:  url("../images/bkg-search_flip.gif") no-repeat top left;		
}
#middle #more_options, 
#middle #more_options_rent, 
#middle #more_options_nhc,
#middle #more_options_resale {
	margin: 1px 0 -1px 0;
}
#more_options .searchtable select, 
#more_options_rent .searchtable select, 
#more_options_nhc .searchtable select,
#more_options_resale .searchtable select
{
    width: 130px;
}
#more_options td.kw input, 
#more_options_rent td.kw input,
#more_options_resale td.kw input{
    width: 410px;
    margin-left: 21px;
}
#more_options_rent table, 
#more_options_nhc table,
#more_options_resale table {
    margin-left: 18px;
}
    #more_options_rent table table, 
    #more_options_nhc table table,
    #more_options_resale table table
     {
        margin-left: 0;
    }
#more_options_rent td select, 
#more_options_nhc td select,
#more_options_resale td select {
    width: 200px;
}
#more_options_rent input.loc, 
#more_options_nhc input.loc,
#more_options_resale input.loc {
    width: 217px;
}
div#search p.shadow-long {
    background: url("../images/bkg-shad-btm-long.png") no-repeat left top;
}
/* ------------------------------------------------------------ MAP SPECIFIC STYLES */

.dblclickcentermapcontainer {z-index: 5000; position:absolute; margin: -350px 0 0 300px; width: 194px; height: 82px; background: url(/Looks/default/images/HTrader-home-double-click-bg.png) no-repeat;}
#dblclickcentermapclose-cont {position: absolute; height: 13px; margin: 3px 0 0 145px; border: 0; font-family: Tahoma, sans-serif; font-size: 11px; color: #999;}
#dblclickcentermapclose-cont img {vertical-align: middle;}
#dblclickcentermaptext-cont {position: absolute; width: 110px; height: 40px; margin: 30px 0 0 65px; border: 0; font-family: Tahoma, sans-serif; font-size: 11px;}

#search-map {
	width: 627px;
	height: 321px;
	border:1px solid #666699;
}
    #search-map a {
        color: #FFFFFF;
    }
.DefaultMapStyle {
    width:627px;
    height:321px;
    position:relative;
}
body.home .MSVE_navAction_separator, 
body.rentals .MSVE_navAction_separator {
    display: none;
}
body.home #MSVE_navAction_leftBackground, 
body.rentals #MSVE_navAction_leftBackground {
    height: 5px;
}
    body.full_width #MSVE_navAction_leftBackground,
    body.map #MSVE_navAction_leftBackground,
    body.ad_details #MSVE_navAction_leftBackground {
        height: 120px;
    }
body.home #MSVE_navAction_modeCell,
body.home #MSVE_TinyZoomBar,
body.rentals  #MSVE_navAction_modeCell,
body.showroom  #MSVE_navAction_modeCell,
body.map #MSVE_navAction_ObliqueMapView {
    display: none;
}
    body.map #MSVE_TinyZoomBar {
        display: block;
    }
body.home #MSVE_navAction_showLabels,
body.rentals  #MSVE_navAction_showLabels {
    display: none;
}
    body.full_width #MSVE_navAction_showLabels,
    body.map #MSVE_navAction_showLabels,
    body.ad_details #MSVE_navAction_showLabels {
        display: block;
    }
body.home #MSVE_navAction_container.notraffic,
body.rentals #MSVE_navAction_container.notraffic {
    width: 258px !important;
}
    body.full_width #MSVE_navAction_container.notraffic,
    body.map #MSVE_navAction_container.notraffic, 
    body.map #MSVE_navAction_container.notraffic,
    body.ad_details #MSVE_navAction_container.notraffic  {
        width: 30.2em !important;
    }

.PushpinCustomIconStyle{ 
    position:relative; 
    background:url('/looks/default/images/pushpin_red.png') no-repeat 0 0; 
    width:30px; height:33px; 
    top:-6px; 
    color:#fff; 
    text-align:center; 
    font: bold 11px Arial; 
    cursor: pointer;
}
.PushpinCustomIconStyle .text{ 
    position: relative; 
    top: 5px;
}

ul#maplist {
    display: none;
	margin: 0px 0 0 230px;
}
	ul#maplist li {
	    display: inline;
		margin-left: 8px;
	}
h1.cont-head,h2.cont-head {
	background:  url("../images/bkg-srch-heading.gif") no-repeat left;
	margin: 18px 0 0 -1px;
	padding-left: 15px;
}
.MapViewMapStyle {
    border-right: 1px solid #999999;
    width:100%; height:500px;
    margin: 4px 5px 0 2px;
    position:relative;
    
}

.ShowcaseMapViewStyle {
    border-right: 1px solid #999999;
    width:620px; height:300px;
    margin: 4px 5px 0 2px;
    position:relative;
    
}

/* popup for home page */
.home .VE_Pushpin_Popup_Title {
    font-family: Arial, sans-serif; 
    font-size: 12px; font-weight: bold; 
    padding-bottom: 0px; margin-left: 10px;
}
#defaultPageSpeechBubble {
    margin-top: -5px;
    font-family: Arial, sans-serif; 
    font-size: 12px; 
    color: #000000; 
    border: 0; 
    padding-bottom: 0;
}

#defaultPageSpeechBubble ul {
    margin-left: -30px;
    list-style-type: none;
}
#defaultPageSpeechBubble ul img {
    vertical-align: middle; 
    margin-right: 10px;
}
.ero div.ero-shadow .ero-body {
    width:215px; height: auto;
}  
div#defaultPageSpeechBubble img[src="/Looks/default/images/orangepinoblique.png"]{
    margin-bottom: -20px;
}

/* popup for map view page */
#mapViewPageSpeechBubble {
    float: left; 
    font-family: Arial, sans-serif; 
    font-size: 12px; 
    color: #000000; 
    border: 0; padding: 4px 0 0 0; margin: -18px 0 0 0;
}
#mapViewPageSpeechBubble .regular {
    height: 180px; width: 345px;
    margin: 2px 0;
    border: 0; 
    font-family: Tahoma, sans-serif; color: #000; 
}
#mapViewPageSpeechBubble .featured {
    width: 342px; height: 135px;  
    margin: 25px 0;
    border: 1px solid #ff0000; 
    font-family: Tahoma, sans-serif; color: #000; 
    overflow: hidden; 
}
#mapViewPageSpeechBubble .addetails {list-style-type: none;width:150px;display:block;margin-left:0px;padding-left:0;float:left;}
#mapViewPageSpeechBubble .adimagecont {
    list-style-type: none; 
    margin-left: -25px;
    float: left; 
    width: 170px; height: 120px;
}
#mapViewPageSpeechBubble .adimage {
    margin: 0 -20px 0 0; padding: 0; 
    border: 0; 
    width: 150px; height: 113px;
}   
#mapViewPageSpeechBubble .adimageitem {display: inline; margin: 0;}

#mapViewPageSpeechBubble .bubble_header{background-color:#D5D5AC;padding:4px;display:block;text-align:right;width:347px;margin-left:-4px;}

body.full_width div.ero div.ero-body,
body.ListingsShowroom div.ero div.ero-body,
body.showroom div.ero div.ero-body {
    width:355px;
}

span.featured_text {
    position: absolute; 
    color: #ffffff; font-weight: bold; 
    margin-left: 25px;
}
ul.adimagecont li.adimageitem img.soldout {
    position: absolute;
    margin-left: 80px;
}
ul.adimagecont li.adimageitem img.soldoutmapview {
    position: absolute;
    margin-left: 0px;
}

div#btnNextStart, div#btnNext, div#btnPrev {
    margin: 5px 5px 0 5px;
    width: 30px;
    height: 10px;
}
div#btnNextStart, div#btnNext {
    float: right;
    
}
div#btnPrev {
    float: left;
}
/* end popup for map view page */

/* ------------------------------------------------------------------------ END MAP SPECIFIC */
/* features and editor's picks (home) */
#feat-edpicks {
	width: 627px;
	overflow: hidden;
}
#features, #edpicks {
	width: 300px;
}
#features h2.sub-head, #edpicks h2.sub-head {
	padding: 4px 0 2px 10px;
}
#feat-edpicks .shadow {
	width: 300px;
	margin-top: -5px;
	background:  url("../images/bkg-shad-btm.png") no-repeat top;
} 
#features {
	float: left;
}
    #features p.center {
        margin-top: -5px;
    }
#features h2.sub-head, #edpicks h2.sub-head {
	background: url("../images/bkg-head-2.png") no-repeat left;
}
#edpicks {
    background: url("../images/bkg-ed-picks.gif") repeat-x 0 30px;
	float: right;
	overflow: hidden;
}
.edpickstext{
	float: right;
	width: 210px;
	margin-top: -10px;
}
.edpicksimg {
	float: left;
	margin: 0 0 0 5px;
	max-width: 80px;
	max-height: 85px;
	overflow: hidden;
}
.edpickstext h4 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: -8px;
}
.ed-container {
	overflow: hidden;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 9px;
	margin-bottom: 10px;
	height: 83px; 
	width: 295px;
}
body.nhc div#edpicks div.ed-container, 
body.resale div#edpicks div.ed-container, 
body.rentals div#edpicks div.ed-container  {
    width: 621px;
    background: #FFFFFF;
    margin-bottom: -9px;
}
div#edpicks div.no-border {
    border: none;
}
/* popular properties (home)*/
#pop-prop { 
    background: url("../images/bkg-pop-prop.gif") repeat-x 0% 69%;
    background-position:bottom;
	width: 627px;
	margin-top: -10px;
	overflow: hidden;
}

#pop-prop-article-bg { 
	width: 627px;
	margin-top: -10px;
	overflow: hidden;
}

#details_proplist #pop-prop{width: 960px;margin-top:10px;padding-bottom:10px;}

#pop-prop h2,
.SubFooter h2, 
body.nhc div#edpicks h2, 
body.resale div#edpicks h2, 
body.rentals div#edpicks h2{
	padding: 4px 0 2px 10px;
	background: url("../images/bkg-head-3.png") no-repeat left;
}
#details_proplist #pop-prop h2{background: url("../images/bkg-head-5.png") no-repeat left;}

#pop-prop p.shadow-long, 
#pop-prop-article-bg p.shadow-long, 
body.nhc div#edpicks p.shadow-long, 
body.resale div#edpicks p.shadow-long, 
body.rentals div#edpicks p.shadow-long {
	background: url("../images/bkg-shad-btm-long.png") no-repeat top;
	clear: both; /* to compensate for floating div on full artcile page.*/
}
#pp-container { /* ha ha: "pp container" */
	padding: 8px 10px 0 10px;
	background: #FFF;
	margin-top: -13px;
}
div#pop-prop td img {
    width: 95px;
    height: 70px;
}
div#pop-prop table table td {
    height: 148px;
    padding: 0 11px;
    vertical-align: top;
}
#pp-container img {
	margin-top: 50px;
}
#pp-container ul {
	margin-left: -25px;
	overflow: hidden;
}
	#pp-container ul li{
		display: block;
		float: left;
		margin: -50px 15px 0 15px;
	}
		#pp-container ul li h4 {
			font-weight: bold;
			font-size: 120%;
			margin: 1px 0 -6px 0;
		}
			#pp-container ul li h4 a {
				color: #0099CC;
			}
/* page styles by Cello*/
div#pop-prop .HandCursor {
    cursor:pointer;
    cursor:hand;
}
div#pop-prop .HandCursor[disabled] {
    cursor:default;
}


/* footer */
#fraudBulletinPanelCenter {
	margin:40px 0px -30px 0px;
	text-align:center;
	font-size:large;
	font-weight:bold;
}
/* footer Trader corp logo */
#corpTraderLogo
{
    margin:0px 0px 0px 0px;
	text-align:center;
}
/* marketing box (home)*/
#mktg-bx {
	width: 627px;
	border: 1px solid #66663C;
}

/* popular cities (home)*/
div#pop_cities {
    /*margin-top: 10px;
    margin-left: 265px;*/
}

div#pop_cities span a{
    margin-left: -12px;
    background: url(../images/bkg-pop-cities-left.gif) no-repeat top left;
    padding: 3px 5px 4px 10px;
    text-decoration: none;
    color: #000;

}
/*div#pop_cities span {
    margin: 0 1px 0 1px;
    background: url(../images/bkg-pop-cities-right.gif) no-repeat top right;
    padding: 3px 5px 4px 10px;
    border-bottom: 1px solid #fff;
}
    div#pop_cities span.pcn {
        margin-left: -1px;
        border-bottom: 1px solid #999;
    }*/
#pop_cities ul{
	/*margin: 4px 0 0 0;*/
	/*border: 1px solid #999999;*/
	width: 450px;
	height: 25px;
	padding:0px;
	margin:0;
	line-height:25px;
}
	#pop_cities ul li{
		display: inline;
		margin:0;
		padding:0;
	}
		#pop_cities ul li a {
			background-image:  url("../images/bkg-nav-divider.png");
			background-repeat: no-repeat;
			background-position: 0em .2em;
			padding: 0 2px 0 5px;
			text-decoration: underline;
		}
		#pop_cities ul li a[href*="Toronto"] {
			background-image: none;
		}
/* your search results (list page) */

/* ---------------------------------------------------------------- MIDDLE COLUMN ELEMENT (RESULTS PAGES) ----------------*/
div#SearchSection h2, div#SearchSection h1 {
    background: url(/Looks/default/images/bkg-srch-heading.gif) no-repeat left top;
    color: #FFF;
    font: bold 1.5em "Lucida Sans Unicode",sans-serif;
    margin: 0 0 1px 5px; padding: 1px 0 4px 12px;
    display:block;
    height:17px;
}
div.mag {
    /*background: url(/Looks/default/images/mag-glass.png) no-repeat left top;*/
    float: left;
    width: 75px; height: 55px;
    margin: -37px -75px 0 2px;
}
div.matches {
    background: url(/Looks/default/images/bkg-branches.png) no-repeat left top;
    font: bold 2.5em Tahoma, Sans-Serif;
    line-height: 17px;
    color: #FFF;
    position: absolute;
    padding: 20px 10px 26px 20px;
}
    span.matches-a, span.matches-b {
        font-size: 55%;
        color: #666633;
    }
    span.matches-b {
        font-size: 85%;
        color: #666633;
        margin-left: 35px;
    }
body.full_width table.searchtable {
    font-weight: bold;
    font-size: 1.1em;
}
body.full_width table.searchtable .locate {
    font-weight: bold;
    font-size: 1.05em;
}
table.searchtable input.input_label {
    width: 60px;
}
table.searchtable input.btn-search {
    float: right;
    margin-top: 5px;
}
#far-left ul {
	margin-left: -35px;
}
.bkg-white {
	background-color: #fff;
	border-top: 2px solid #ccc;
	clear:both;
}
ul.your-search li{
	display: inline;
}
ul.your-search li.last a{
	display: block;
	float: right;
	margin-top: -13px;
}
ul.refine-search li{
	color: #666666;
}
#far-left div.refine_search {
    margin: 8px 2px 2px 2px;
	background:  url("../images/bkg-refine-search-h4.png") no-repeat left;
	padding: 2px 0 2px 3px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}
	#far-left h4:first-child {
		margin-top: 20px;
	}
#mag-sm {
	margin-bottom: -13px;
	margin-right: 5px;
}
body.full_width #search-list {
	background:  url("../images/bkg-search-list.png") repeat-x top;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 2px solid #999;
	height: 95px;
	margin: -5px 5px 15px;
}
body.full_width .subform table, 
body.full_width .subform td, 
body.full_width .subform tr {
	 padding: 0 0 3px 2px;
}
    body.full_width .subform td[colspan] {
        vertical-align: bottom;
    }
body.full_width .subform table {
    margin: 12px 0 0 162px;
}
.bdr-white {
	margin: 0;
	padding: 4px 0 0 0;
	border: 3px solid #fff;
	height: 85px;
}
input.watermark {
    font-style: italic;
    color: #666666;
}
/* --------------------------------------------------------------CATEGORY: NEW HOMES & CONDOS -------------------------------------*/
/* --------------------------- featured builder */
#feat-build { 
	width: 627px;
	margin-top: 10px;	
}
#feat-build h2 {
	padding: 4px 0 2px 10px;
	background:  url("../images/bkg-head-3.png") no-repeat left;
}
#feat-build p.shadow-long {
	background:  url("../images/bkg-shad-btm-long.png") no-repeat top;
}
#fb-container {
	padding: 8px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin: -12px 0;
}
#fb-container img {
	float: left;
}
#fb-container img[src="/Looks/default/images/en_ca/gfx-red-arrow.gif"] {
    float: none;
}
#fb-container #text {
	float: right;
	width: 290px;
}
	#text h3 {
		color: #ff0000;
		font-size: 160%;
		margin: 0 0 -3px 0;
	}
		#text h3 a {
			color: inherit;
			text-decoration: none;
		}
/* --------------------------- editor's picks */
#edpicks .ed-container .floatleft, #edpicks .ed-container .floatright {
	width: 300px;
}
body.rentals #edpicks, 
body.resale #edpicks, 
body.nhc #edpicks {
    float: none;
    width: 627px;
    background: none;
    overflow: hidden;
}
body.nhc #edpicks .ed-container,
body.resale #edpicks .ed-container,
body.rentals #edpicks .ed-container {
	border: none;
	background: #FFF;
	margin: -13px 0;
	padding: 10px 3px 3px;
}
body.resale #edpicks
body.rentals #edpicks {
	margin: 10px 0;
}
body.nhc #edpicks {
	margin-top: 5px;
}
/*----------------------------------------------------------------------- EMAIL TO A FRIEND PAGE---------------------*/
h1.dir_head, body.about h1.dir_head {
    margin-left: 0;
    margin-bottom: -11px;
}
.bkg_dir .form_container {
    width: 580px; height: 490px;
    overflow: hidden;
    padding: 5px 0 0 5px;
    margin-top: -5px;
}
    .form_container p {
        clear: both;
        margin-left: 160px;
    }
    .form_container .floatright {
        width: 350px;
    }
.bkg_dir .sent_container {
    width: 450px; 
    overflow: hidden;
    padding: 5px 0 0 5px;
    margin-top: 10px;
}
div.email_friend, div.bkg_contact {
    background: #FFFFFF url("/Looks/default/images/bkg-email-friend.jpg") no-repeat right top;
	height:auto;
	height:530px;
	}
.contactemail_friend
{
    margin: 0 20px auto 0;
    padding-left: 10px;
    background: #FFFFFF url("/Looks/default/images/bkg-email-friend.jpg") no-repeat right top;
	height:auto;
	height:530px;
	width: 630px;
}

.contactemail_friend p {
    padding: 10px 0;
}
.contactemail_friend .form_container {
    width: 580px; height: 490px;
    overflow: hidden;
    padding: 5px 0 0 5px;
    margin-top: -5px;
}
.contactemail_friend .sent_container {
    width: 450px; 
    overflow: hidden;
    padding: 5px 0 0 5px;
    margin-top: 10px;
}
.your_email, .friend_email, .subject, .comments, .buttons, .req_field {
    overflow: hidden;
    margin: 15px 0 15px 0;
}
div.your_email div.floatleft, 
div.friend_email div.floatleft, 
div.subject div.floatleft,
div.comments div.floatleft, 
div.phone div.floatleft {
    margin-left: 30px;
    font-weight: bold;
    font-size: 1.1em;
}
.comments textarea {
    width: 20em;
    margin-right: 0;
}
.buttons{
    float: right;
    width: 310px;
}
div.bkg_contact div.buttons {
    margin-right: 85px;
}
    .buttons .floatright {
        width: auto;
        margin-right:115px;
    }
div.email_friend p.shadow-long, 
body.about div.bkg_contact p.shadow-long,
body.about p.shadow-long {
    background: url("/Looks/default/images/bkg-shad-btm-long-2.png") no-repeat left top;
    width: 951px;
    position: relative;
    z-index: 200;
    margin-top: -15px;
}
body.about p.shadow-long {
    margin-top: 0;
}
/*----------------------------------------------------------------------- CONTACT US PAGE (REUSES EMAIL TO FRIEND CLASSES)---------------------*/
div.bkg_contact .form_container {
    margin-top: 10px;
}
.phone {
    overflow: hidden;
    margin: 15px 0 15px 0;
}
    .phone input {
        margin-right: 25px;
    }

/*-----------------------------------------------------------------------ABOUT PAGE (classes here also used in Email to Friend, Contact Us, Article List, and Directory pages)---------------------------------*/

.about h2, .feature h2, .dd h2, .saved h2, .area h2 {
    font-size: 150%;
}
.about h1, .about p, .dd h1, .dd p {
    width: 650px;
}
body.about blockquote h1, body.dd h1 {
    margin-left: -40px;
    margin-bottom: 0;
}
.about div.bkg_wht blockquote p {
    font-size: 1.1em;
    margin-left: -29px;
}
.about p.lang, .area p.lang {
    width: 120px;
}
.about .bkg_wht, .dd .bkg_wht, .area .bkg_wht {
    margin-left: 5px;
}    
.about #left-col, .dd #left-col, .area #left-col {
    width: 100%;
}
.about .breadcrumbs, .dd .breadcrumbs, .area .breadcrumbs {
    margin-left: 5px;
}

/*-----------------------------------------------------------------------DIRECTORY PAGES ---------------------------------*/
h1.dir_head,
.about h1, .feature h1, .dd h1, .saved h1, .area h1 {
    background: url("../images/bkg-head-6.png") no-repeat top left;
    width: 950px; /* 100%; */
    color: #ffffff;
    font-size: 1.4em; text-transform: uppercase;
    padding: 2px 0 2px 10px;
    margin-bottom: -11px;
}
.bkg_dir {
    margin: 0 20px auto 0;
    padding-left: 10px;
}
.bkg_dir p {
    padding: 10px 0;
}
.dir_alpha {
    margin-top: -5px;
}
.pr_alpha {
    margin-top: 20px;
}
.dir_alpha a, .pr_alpha a {
    font-size: 140%;
    font-weight: bold;
    margin: -1px 3px 0 3px;
}

.AlphaHeader
{	
    color: #0099cc;
}

h2.alpha_head {
    margin: 20px 0 -8px 0;
    font-size: 180%;
    color: #666633;
    font-weight: bold;
    padding: 1px 1px 1px 6px;
    border-bottom: 1px solid #999966;
    width: 900px;   
    overflow: hidden;
}

    h2.alpha_head a.btt {
        display: block;
        margin: 1px 39px 0 0;
        font-size: .65em;
        font-weight: normal;
        float: right;
    }
ul.alpha_list, ul.prev_reg_list {
    margin: 0 0 0 -30px;
    font-size: 130%;
}
    ul.prev_reg_list > p {
        margin: 6px 0 -5px -9px;
        font-weight: bold;
        color: #666633;
        text-transform: uppercase;
    }
    ul.alpha_list li.comp-name {
        font-weight: bold;
        color: #666633;
        text-transform: uppercase;
        margin: 18px 0 0 -20px;
        border: none;
        background: none;
    }
    ul.alpha_list a, ul.prev_reg_list a {
        text-decoration: none;
    }
    ul.alpha_list li {
        background: url("/Looks/default/images/en_ca/gfx-red-arrow.gif") no-repeat left center;
        margin:4px 280px 4px -9px; padding: 2px 0 2px 10px;
        width: 595px;
        border-bottom: 1px dotted #CCCCCC;
    }
    ul.alpha_list li div.directory_city {
        margin-right: 0; padding-left: 7px;
        width: 100px;
        float: right;        
    }
        ul.alpha_list li div.directory_city span {
            text-align: left;
        }
div.prev_reg_div {
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: -10px;
    width: 827px;
    overflow: hidden;
}
    div.prev_reg_div p{
        width: 600px;
    }
    ul.prev_reg_list li {
        font-weight: bold;
    }
        ul.prev_reg_list li p {
            font-weight: normal;
        }
    img.prev_reg_logo {
        float: right;
        border: 1px solid #ccc;
        margin-top: 5px;
    }
    ul.prev_reg_list p.prev_reg_p a {
        font-weight: bold;
    }
body.about p.shadow-long {
    margin-left: 0;
}
/*-----------------------------------------------------------------------SHOWROOM PAGES (MAP AND LIST)---------*/
body.showroom div.cnr-right {
        margin-right: 4px;
        width: 9px;
    }

body.showroom div.container{
    background:  url(../images/bkg.png) repeat-x;
}
div.showroom-header, 
div.showroom-footer {
    height: 125px; width: 948px;
    background-position: bottom;
    margin: 10px 0 0 10px;
    border-left: 1px solid #AFABA2;
    border-top: 1px solid #AFABA2;
    border-right: 1px solid #AFABA2;
}
    div.showroom-footer {
        margin-bottom: 20px;
    }
    div.showroom-header div.logo, 
    div.showroom-footer div.logo {
        margin: 30px 0 30px 15px;
        float: left;
        width: 300px;
    }
    div.address {
        float: left;
        width: 200px;
        margin-top: 45px;
        font-size: 1.1em;
    }
        span.company-name {
            font-weight: bold;
        }
    div.company-logo {
        overflow: hidden;
        height: 115px; width: 120px;
        margin: 5px 2px 0 0;
        float: right;
    }
    body.showroom table div.company-logo { /*so the div doesn't show up in the showroom table */
        display: none;
    }

p.company-description {
    text-align: left !important;
    margin-left: 20px;
    width: 948px;
}
body.showroom div.sr_txt {
    padding-left: 5px; width: 80%;
    font-size: 11px;
    margin-bottom: 10px;
}
.showroom #logo {
    margin: 0 0 0 20px;
}
body.showroom .pagination, body.showroom .pagination2 { /* on showroom page the table is fixed width, so pagination must be left justified */
float:right;
tttttext-align:right;
}
body.showroom div#middle {
    margin: 0 0 0 5px;
}
.sr_text {
    width: 98%;
    margin: 5px 0 15px 5px;
}
.showroom #search_results_map, 
.showroom #search-tabs ul {
    margin-left: 5px;
}
.showroom #search_results_map {
    margin-right: 0;
}
.showroom #search_results_list {
    margin-left: 3px;
    margin-top: 0;
    margin-bottom: 10px;
    width: 960px;
}

body.showroom div#search-tabs {
    margin: 5px 0 -14px 5px;
}
.showroom #search-tabs ul{
    padding-left: 0;
}
    .showroom #search-tabs ul li{
        margin-bottom: 7px;
    }
.showroom .lang {
    margin: 20px 30px 0 0;
}
.showroom .pagination, .showroom .pagination2 {
    width: 40%;
}
.showroom #logo .floatright {
    width: 300px;
    margin-right: 180px;
    margin-top: 15px;
    color: #ffffff;
    font-size: 110%;
}
.showroom #footer {
    clear: both;
    width: 100%;
    height: 80px;
    margin: 20px 0 0 0;
}
/*-----------------------------------------------------------------------END SHOWROOM-----------*/

/*-----------------------------------------------------------------------AREA INFORMATION PAGE-----------*/

body.area p {
    font-weight: bold;
    font-size: 1.3em;
}
div.info_links {
    overflow: hidden;
    width: 800px;
}
    div.info_right {
        float: right;
        width: 780px;
    }
    div.info_left {
        float: left;
        width: 780px;
    }
        div.info_links a {
            display: block;
            font-size: 1.1em;
        }
/*-----------------------------------------------------------------------CREATE AD PAGE -----------------------*/
body.create div.breadcrumb_container { /* stops column collapse when breadcrumbs aren't there */ 
    height: 13px;
}
.validate {
  background-color: #fff;
  margin: 0 0 0 9px;
  padding-top: 50px;
  width: 625px;
  font-size: 1.6em;
}
    .validate ul {
        margin: 0 0 5px -35px;
    }
span.invalid-addy {
    display: block;
    background-color: #fff;
    margin: -5px 0 0 10px;
    padding: 7px 0;
    font-weight: bold;
    font-size: 1.2em;
    height: 20px; width: 624px;
}
    span.invalid-addy input {
        vertical-align: middle;
        
    }
body.create div.header {
    margin-bottom: -15px;
}
div.ad_sum_container {
    float: right;
    height: 300px;
    width: 295px;
    margin-right: 13px;
}
div.ad_summary div.bkg_wht {
    padding: 1px 5px 5px 5px;
    width: 290px;
    margin-top: 0;
}
    body.create div.ad_summary h2 {
        border: 0 none;
        margin: 0;
        padding: 2px 0 2px 15px;
        background: url("/Looks/default/images/bkg-head-2.png") no-repeat left center;
    }
    div.ad_summary p {
        padding: 0 0 4px 12px;
        margin-left: 4px;
        font-size: 1.1em;
        font-weight: bold;
        border-bottom: 1px dotted #000;
        background: url("/Looks/default/images/gfx-arrow-gray.png") no-repeat left 3px;
    }
        div.ad_summary p.noborder {
            border: 0;
            background: none;
        }

body.create div#tab_addphotobody {
	margin-left: 10px;
	overflow: hidden;
}
span.total {
    padding-left: 20px;
}
span.city {
    padding-left: 70px;
}
span.cat {
    padding-left: 42px;
}
span.up {
    padding-left: 21px;
}
p.noborder span.normal {
    line-height: 2em;
}
table.create_ad_input, table.create_ad_contact, table.create_ad_type{
    width: 590px;
}


div.ca-pg-links {
    position: relative;
    top: 45px;
    left: 460px;
}
div.ca-pg-links p{
    font-weight: bold;
}
    div.ca-pg-links span.off {
        font-weight: normal;
        color: #CCCCCC;
    }
table.create_ad_input, table.create_ad_contact, body.create h1, table.create_ad_type  {
    margin-left: 8px;
}
body.create h1,
body.create h2 {
	background:  url("/Looks/default/images/bkg-head-3.png") no-repeat left center;
	color: #fff;
	font-size: 130%;
	margin-bottom: 20px;
	padding: 2px 0 2px 15px;
	width: 627px;
}
div#priorityPopup h2 {
    background:  url("/Looks/default/images/bkg-head-popup.png") no-repeat left center;
    color: #fff;
    font-size: 130%;
}
body.create h2 {
    margin: 0 0 0 8px;
    width: 620px;
}
body.create h3 {
    font-size: 100%; 
    font-weight: normal;
    margin-left: 11px;
}
    div.bkg_pvw h2 {
        width: 600px;
    }
    div.bkg_pvw h3 {
        border-bottom: 1px dotted #333;
        font-size: 120%;
        margin-left: 0;
    }
table.create_ad_input,.create_ad_type {
    background-color: #fff;
    /*margin-top: -45px;
    padding-top: 45px;
    margin-top: -8px;*/
    padding-top: 10px;
    position: relative;
    z-index: 10;    
}
    table.create_ad_input td, table.create_ad_contact td, table.create_ad_type td {
        margin: 3px;
        padding: 3px;
    }
    table.create_ad_input td input, table.create_ad_type td input {
        width: 150px;
    }
    table.create_ad_input td select,table.create_ad_type td select {
        width: 154px; 
    }
        table.create_ad_input td[colspan="2"] select {
            width: 138px;
        }
    table.create_ad_input textarea {
        width: 589px;
    }
    table.create_ad_input td img {
        margin-left: 5px;
        vertical-align: middle;
    }
    tr#dac_rw2 td { /*set the width to inhibit screen jump when dynamic table appears*/
        width: 105px;
    }
        table.create_ad_contact tr#dac_rw2 td {
            width: 0;
        }
    tr#dac_rw14 td[colspan="1"] {
        width: 190px;
    }
    body.create .adminLabel {
        font-size: 1.3em;
    }
table.create_ad_input input[type="checkbox"] {
    width: 16px;
    vertical-align: middle;
    margin-left: 0;
}
table.cr_ad_chkbxs td {
    width: 150px;
    padding: 0;
    margin: 0;
}
body.create .shortInput {
    width: 73px;
    margin-right: 5px;
} 
p.ca-pg-links {
    text-align: right; 
}
span.ast {
    float: right;
    font-weight: normal;
    margin: 10px 45px;
    position: relative;
    z-index: 20;
}

div#reqMssg
{
	position:absolute;
	width:670px	
}

div#showFirstPhoto {
    clear:both;
    padding-top: 10px;  
    visibility: hidden
}
div .SellPhotoItem {
    float:left; 
    margin-right: 20px; 
    margin-bottom: 10px;
}
div .SellPhotoItem div {
    vertical-align: middle; 
    text-align: center; 
    font-size: 10px; 
    width: 150px;
}
div .SellPhotoItem .SellImage {
    border: solid 1px blue; 
    background-repeat:no-repeat; 
    background-position:center; 
    height: 113px;
}
div.note_1, div.note_2 {
    position: absolute;
    background-color: #fff;
    font-size: 1.1em;
    border: 1px dashed #999;
    padding: 5px 5px 0px 5px;
    z-index: 5;
}
div.note_1 {
    display: none;
    height: 75px;
    margin: 95px 0 0 305px;
    width: 301px;
}
div.note_2 {
    display: none;/*remove when photo upload is working*/
    width: 316px;
    height: 51px;
}
body.create .red {
    font-weight: bold;
    font-size: 1.2em;
}
    
div.ad_upgrades {
    padding-left: 12px;
}
    div.ad_upgrades span.red {
        margin-left: 225px;
    }
body.create p.top-border {
    width: 620px;
    margin-left: 10px;
    margin-bottom: 20px;
}
div#priorityPopup {
    margin: 5px;
    padding: 10px;
}
/* -------------------------- CREATE AD: PREVIEW AD */

.MapStyle {
    width:400px;
    height:400px;
    position:relative;
}
div.bkg_pvw {
    width: 606px;
    background-color: #fff;
    margin-left: 8px;
    margin-top: -40px;
    padding: 10px;
}
    div.bkg_pvw h2 {
        margin-left: 0;
    }
    div.bkg_pvw p, div.bkg_pvw ul{
        font-size: 1.2em;
    }
    div.bkg_pvw ul {
        margin-left: -39px;
    }
input.btnResetLocation {
    margin: -200px 0pt 200px 435px;
    position: relative;
}
iframe#AdPreviewIframe {
    /*height: 1000px;*/
}
div.bkg_pvw div.note_1 {
    margin: 226px 0pt 0pt 434px;
    width: 155px;
    height: 130px;
}
input.btnEditAd {
    margin-left: 200px;
}
input.btnPublish {
    margin-left: 30px;
}
table.paymentTable tr td{
    padding: 5px 0;
}
/* ------------------------------- CREATE AD: PUBLISH AD */
div#tab_paymentbody {
    padding: 15px 15px 15px 8px;
    margin-top: -24px;
}
div#cvvImage {
    height: 100px; width: 150px;
    margin-left: 70px;
    background-repeat: no-repeat;
}
div.ccsc {
    text-align:center; 
    font-size:9px; 
    font-weight: bold
}
table.paymentTable {
    background-color: #FFFFFF;
    width: 626px;
}
div.ad_complete {
    background-color: #FFF;
    font-size: 1.1em;
    width: 551px;
    margin: -9px 0 0 9px;
    padding: 20px 65px 0 10px;
}
    div.ad_complete ul {
        list-style-type: disc;
    }
    div.ad_complete table {
        margin: 0 0 0 180px;
        width: 255px;
    }
        div.ad_complete table td {
            text-align: right;
        }
        
/*-----------------------------------------------------------------------MortgageCalculator -----------------------*/


.tbx{width:100%;display:block;clear:both;}

.tbx .fr{display:block;float:right;}
.tbx .fl{display:block;float:left;}
.tbx .cl{display:block;clear:both;}
.tbx .w10{width:10%;}.w20{width:19.9%;}.w30{width:30%;}.w40{width:40%;}.w50{width:50%;}
.tbx .w60{width:60%;}.w70{width:70%;}.w80{width:80%;}.w90{width:90%;}.w100{width:100%;}
.tbx .w5{width:5%;}.w25{width:25%;}.w15{width:15%;}.w35{width:35%;}.w45{width:45%;}.w55{width:55%;}
.tbx .w65{width:65%;}.w75{width:75%;}.w80{width:85%;}.w95{width:95%;}
.tbx .h24{height:24px;height:auto !important;min-height:24px;margin:0 0 5px 0;}
.tbx .h24_s{height:24px;overflow:visible;margin:0 0 5px 0;}
.tbx .italic{font-style: italic;}
.tbx td{font-size:12px;}
.tbx .clrRed{color:#990000;}
.tbx .h24i{height:30px;overflow:hidden;}
.tbx .va{margin-top:9px;}
.tbx .underlineCell{border-bottom:1px solid #858585;}
.tbx .h0{min-height:1px;height:auto !important;height:1px;margin:-5 0 5px 0;display:block;} 
  
.MortgageCalc .property {
    /*width: 100%;*/
    width: 960px;
    overflow: hidden; 
    margin-top: -10px;
}
.MortgageCalc .inputArea{width:479px;float:left; font-size:1.2em;}
.MortgageCalc .resultArea{width:470px;margin-left:10px;float:left;font-size:1.2em;}
.MortgageCalc .resultArea input{border:0px;background-color:White;font-weight:bold;}

.MortgageCalc h3 {
    font-size: 1.3em;
}
.MortgageCalc h1{
    background: url("/Looks/default/images/bkg-head-5.png") no-repeat left top;
    color: #FFFFFF;
    width: 100%;
    font-size:1.3em;
}     
        
/*-----------------------------------------------------------------------AD DETAILS PAGE -----------------------*/
.ad_details .property {
    /*width: 100%;*/
    width: 960px;
    overflow: hidden; 
    margin-top: -10px;
}
.ad_details h3 {
    font-size: 1.3em;
}
.property h1, .contact_pm h2 {
    background: url("/Looks/default/images/bkg-head-5.png") no-repeat left top;
    color: #FFFFFF;
    width: 100%;
}
.property ul {
    /*margin: -28px 0 0 70px;*/
    /*color: #FFF;*/
}
    .property ul li {
        /*display: inline;
*/    }
span > span.date {
    font-weight: normal;
    font-size: 1.0em;
    color: #666666;
}
.property p.date strong {
    font-size: 110%;
    /*color: #FFF;*/
    padding-right: 5px;
}
.property .bkg_color {
    background-color: #FFF;  
    width: 960px;
    height: 100%;
    margin-top: -12px;
    zoom: 1;
}
.p_details {
    margin: 5px 0 5px 10px; padding: 5px 0 0 0;
    overflow: hidden;
}
    div.p_details div.company-logo { /* replacing .p_logo */
        margin: 10px 0 0 5px;
        text-align: right;
    }
    /*.p_logo {
        float: right;
        
        min-height: 35px;
        width: 420px;
        
    }*/
    .p_details .p_logo img{ 
        margin: 2px 8px 5px 0;
    }
    .p_details .p_logo p {
        margin: 0 0 0 8px;
        padding: 10px 0 0 8px;
        color: #656432;
        font-weight: bold;
    }
    div.contact_links {
        margin: -10px 0 10px 10px;
    }
    div.contact_links p {
        display: inline;
        font-size: 110%;
        margin-right: 25px;
        font-weight: bold;
    }
        span.p_price {
            font-size: 1.5em;
        }
        span.address, span.date {
            font-size: 1.1em;
        }
        .p_logo p img {
            padding-top: 2px;
        }
        .p_logo p a {
            color: #00A0C6;
        }
    .p_details .p_infotext {
        margin-top: 10px;
        font-size: 1.2em;
    }
        .p_details p {
            border-bottom: 1px solid #999999; 
            display: inline;
            padding-bottom: 3px;
            font-weight: bold;
        }
        .p_infotext ul {
            margin: 0 0 0 -38px;
        }
        .p_infotext ul li{
            background: url("/Looks/default/images/gfx-list-disc.jpg") no-repeat left center;
            padding: 0 3px 0 7px;
            color: #666666;
        }
            .p_infotext .info {
                color: #000000;
            }
 .p_infotext span.pd_label {
    color: #666;
 }
.p_map {
    float: right;
    width: 520px;
}
div.gfxYp {display:block;float:left;width:40%;height:27px;}

img.gfxYp {
    margin: 5px 21px 0 auto;
    float:left;
}
div.amenity_icons {
    float: left;
    width: 60%;
    text-align:right;
}
    div.amenity_icons img {
        margin-left: 6px;
    }
div.iconText {
    text-align: right;
    display:block;
    width:100%;
    clear:both;
}
.p_map div.ni {
    font-size: 110%;
    font-weight: bold;
    color: #666666;
    display:block;
    height:16px;
    width:50%;
    margin:5px 0 5px 0;
    float:left;
    clear:both;
}
    .p_map p.ni a {
        font-weight: normal;
        color: #009DC7;
        margin-right: 20px; /*create space between this link and driving directions link*/
    }
p.share {
    float: right;
    text-align: right;
    margin: 2px 0 0 0;
    color: #666666;    
    border-top: 2px solid #999;
}
    p.share img {
        margin: 8px 8px;
    }
.p_images img, .p_images input {
	border-width: 0;
    margin: 0 5px 10px 10px;
}
.p_images .flashcontainer {
    border: 1px solid #999;
    padding: 0;
    position: relative;
    z-index : 1;  
}
.soldoutFlashContainer
{
	position:absolute;
	top: 0px;
	left:-10px;
	z-index : 1;  
}
.soldoutListView
{
	position:relative;
	top: -115px;
	left: 5px;
}

.soldoutHybridListView
{
	position:relative;
	top: -110px;
	left: 1px;
}

.rentedOutListView
{
	position:relative;
	top: -115px;
	left: 5px;
}
.soldoutPictureView
{
	position:relative;
	left: -87px;
}
.soldoutHybridPictureView
{
	position:relative;
	left: -5px;
}
.soldoutMapView
{
	position:relative;
	left: 0px;
	top : 50px;
}
.soldoutPopProp
{
	position:absolute;
	padding-left:0px;
}
p.share img, .p_map img, .p_images img, .p_images input{
    vertical-align: middle;
}
div.btnsPrintSaveEmail {
    margin: 13px 0 0 0;
    display:block;
    border-bottom:1px solid #999966;
    height:75px;
}
    div.btnsPrintSaveEmail a {
        margin-left: 3px;
    }
    div.btnsPrintSaveEmail a img, div.btnsPrintSaveEmail span input {
        margin-right: -5px;
    }
span.txtTools {
    color: #666;
}

table.popupDetailsMap {
    margin: -10px 0 -42px 0;    
}
    table.popupDetailsMap tr td img {
        vertical-align: middle;
    }
div.ero-actionsBackground div.ero-previewArea div.firstChild {/*overriding style from mapcontrol.css*/
    margin: 0;
    overflow: visible;
}
.ero-previewArea .firstChild p {display:none;}
img.favicon {
    margin: 0 4px -6px 4px;
}
.p_images {
    width: 429px;   
}
    .p_images img.placeholder {
        margin: 0;
    }       
.p_desc_feat 
{
	clear:both;
    overflow: visible;
    margin-top: 0;
}
.p_desc_feat .featuresList{width:100%;}
.p_desc_feat .featuresList li{width:30%;float:left;margin:6px 0 0 0;}

    .p_feat_am {
        float: right;
        width: 530px;
        background-color: #FFF;
    }
    .p_desc_feat ul {
        color: #000;
        margin: 0 0 0 -35px;
    }
        .p_desc_feat ul li {
            background: url("/Looks/default/images/gfx-list-disc.jpg") no-repeat left center;
            padding-left: 5px;
            margin-left: 2px;
        }
        .p_desc_feat ul h3 {
           margin-bottom: 2px;
           color: #717550;
        }
    .p_description {
        float: left;
        width: 430px;
        background-color: #FFF;
    }
    .p_desc_feat h3 {
        color: #717550;
        margin-bottom: -5px;
        margin-top: 9px;
    }
    .p_desc_feat h3, .p_desc_feat p {
        clear:both;
        margin: 0 0 0 5px;
        padding:15px 0 0px 0;
    }
    .p_desc_feat p, .p_desc_feat li {
        font-size: 1.1em;
    }
.contact_pm {
    width: 960px;
    margin-left: 3px;
    background: url("/Looks/default/images/bkg-ad-details-contact.jpg") repeat-y left top;
}
    .contact_pm h2 {
        font-size: 1.3em;
        padding: 2px 0 5px 15px;
    }
    .contact_pm table {
        /*width: 100%;*/
        font-size: 100%;
        margin-left: 10px;
        width: 940px;
    }
        .contact_pm table td.smallcell {
            width: 65px;
        }
        .contact_pm table td.largecell {
            width: 210px;
        }
        .contact_pm table td {
            margin: 0;
            vertical-align: top;
        }
            .contact_pm table td textarea {
                height: 98px;
            }
            .contact_pm table td textarea, .contact_pm table td input {
                font-size: 110%;
                font-weight: normal;
                font-family: Arial, Helvetica, Sans-Serif;
            }
        .contact_pm table td a {
            font-size: 110%;
        }
        .contact_pm table td div a {
            margin-bottom: 10px;
            text-decoration: none;
        }
            .contact_pm table td.links {
                padding-left: 5px;
            }
            .contact_pm table td.links img {
            }
                
        .contact_pm table td input.btn-search {
            float: right;
        }
        .contact_pm table td img.logo {
            margin-left: 10px;
        }
.contact_pm p {
    margin-left: 10px;
    color: #6A6A50;
}
    .contact_pm p a {
        color: #6A6A50;
    }
p.contact_number {
    margin: -30px 0 14px 230px;
    font-weight: bold;
    font-size: 1.3em;
    color: #FFFFFF;
    letter-spacing: 1px;
}
div.line {
    clear: both;
    border-top: 1px solid #999999;
}
div.btmbdr {
    background: url("/Looks/default/images/btm-shade-long.jpg") no-repeat left top;
    margin-top: 5px;
    width: 947px;
}
div.hours_op {
    background-color: #FFF;
    width: 225px;
    margin-left: 5px;
    font-weight: bold;
}
    div.hours_op h4 {
        background-color: #9A9A68;
        font-weight: bold;
        font-size: 1.1em;
        color: #FFF;
        margin-bottom: 0;
        padding-left: 5px;   
    }
/*page styles by Cello*/
body.ad_details .POIMapStyle{
    width:520px;
    height:406px;
    position:relative;
}  
body.ad_details .HandCursor {
    cursor:pointer;
    cursor:hand;
}
body.ad_details .HandCursor[disabled] {
    cursor:default;
}


.AgentShowroomIcons
{
	width:100px;
	height:70px;	
}
#PageBrowserAgent {
    margin-top: 20px;
    font-family: Arial, sans-serif; 
    font-size: 12px; 
    color: #000000; 
    border: 0; 
    padding-bottom: 0;
}
.margintop20 {
    margin-top: 20px;
}


.linkIcon{display:block;padding-top:40px; width:70px;height:30px;margin:0px 3px 0 3px; text-align:center;float:left; background-position:21px 0px; background-repeat:no-repeat;overflow:hidden;}
.linkIcon span{display:block;}
.linkIconHor{background-position:1px 0; background-repeat:no-repeat; display:block; float:left; height:30px; margin:0 3px 0; overflow:hidden; padding-bottom:4px; padding-top:12px; text-align:left; text-indent:40px; width:178px; }

.printImg{background-image:url(/Looks/default/images/btn-print.jpg);}
.SaveImg{background-image:url(/Looks/default/images/btn-save.jpg);}
.SavedImg{background-image:url(/Looks/default/images/btn-save.jpg); cursor:default; text-decoration:none;}
.VrtourImg{background-image:url(/Looks/default/images/btn-vrTour.png);}
.MortcalcImg{background-image:url(/Looks/default/images/btn-mortCalc.png);}
.EmailImg{background-image:url(/Looks/default/images/btn-email.jpg);}

.ContactAgentImg{background-image:url(/Looks/default/images/btn_contact_agent.png);}
.AgentShowroomImg{background-image:url(/Looks/default/images/btn_view_showroom.png);}
.linkImg{display:block;width:160px;height:30px;margin:0px 3px 0 3px; text-align:center;float:right; background-repeat:no-repeat;overflow:hidden;}

.AdDetailColA{width:430px;margin:0 10px 0 0;float:left;overflow:hidden;}
.AdDetailColB{width:520px;float:left;overflow:hidden;}

.adDetailsOpenHouse{display:block;width:517px;background-image:url(/Looks/default/images/openHouseBg.png);border:1px solid #5B5B45;}
.adDetailsOpenHouse .openHouseText{width:180px;color:#FFFFFF;text-align:center;font-size:1.5em;font-weight:bold;padding:4px;}
.adDetailsOpenHouse .openHouseInfo{width:337px;color:#5B5B45;font-weight:bold;font-size:1.1em;padding:4px;}

.AdDetailReps{width:520px;padding-bottom:15px;background-color:#ffffff;}

.AdDetailReps .rep{display:block;float:left;width:255px;height:185px; font-size:1.1em;line-height:16px;margin-right:0px;}
.AdDetailReps .rep .col_a{width:125px;display:block;float:left;}
.AdDetailReps .rep .col_b{width:130px;display:block;float:left;}
.AdDetailReps .rep .presentedByTitle{float:left;width:92px;font-weight:bold;}
.AdDetailReps .rep .presentedBy{float:left;display:block;width:150px;font-weight:bold;margin-top:12px;}
.AdDetailReps .rep .repImg{width:119px;height:119px;border:1px solid #cccccc;display:block;float:left;clear:both;margin-right:10px;overflow:hidden;}
.AdDetailReps .rep .repImg img{margin:-1px 0 0 -1px;}
.AdDetailReps .rep .repType{display:block;width:135px;}
.AdDetailReps .rep .repWebsite{display:block;width:150px;}
.AdDetailReps .rep .repAdWebsite{display:block;width:100px;}
.AdDetailReps .rep .repOtherListings{display:block;width:150px;}
.AdDetailReps .rep .label {font-weight: bold; }

.nobr { white-space:nowrap; }

.adDetailsContactAgentTitle{background-color:#9B9B67; width:520px;height:24px;display:block;clear:both;text-align:center;color:#ffffff;line-height:24px;font-weight:bold;font-size:1.2em;}
.adDetailsContactAgent{border:1px solid #9B9B67;padding:10px 10px 0 10px;margin-bottom:10px;background-color:#DCDCDC;font-size:1.2em;}
.adDetailsContactAgent .textbox{border:1px solid #9B9B67;width:168px;background-color:#ffffff;}
.adDetailsContactAgent .ddbox{width:173px;background-color:#ffffff;}

.adDetailsContactAgentTitle2{background-color:#9B9B67; width:300px;height:24px;display:block;clear:both;text-align:center;color:#ffffff;line-height:24px;font-weight:bold;font-size:1.2em;}
.adDetailsContactAgent2{border:1px solid #9B9B67;padding:10px 10px 10px 10px;margin-bottom:10px;background-color:#DCDCDC;font-size:1.2em;}
.adDetailsContactAgent2 .textbox{border:1px solid #9B9B67;width:276px;background-color:#ffffff;}
.adDetailsContactAgent2 .ddbox{width:280px;background-color:#ffffff;}

/* ---------------------------------------------------------------------- Ad Detail Left -------------------------------------*/
div.clear
{
	margin: 0;
	padding: 0;
	clear: both;
}

#addetailleft
{
	margin-left: 24px;
	margin-right: 24px;
}

#addetailleft img.icon{
	margin-left: -24px;
	margin-top:15px;
}

#addetailleft .section .title
{
	display:block;
	font-weight:bold;
	color:#9A9A00;
	padding:0px 0px 0px 0px;
	margin-top:-15px;
	height:22px;
	
}

#addetailleft .subsection .title
{
	display:block;
	height:16px;
	margin-top:10px;
	padding-top:12px;
	/*border:solid red; */
}


#addetailleft div.description{
	text-align:left;
	display:block;
	padding:0px 0px 8px 0px;
}

#addetailleft ul.bullets {
	margin: 0;
	padding:0px 0px 4px 0px;
	list-style: none;
}

#addetailleft ul.bullets li {
	float: left;
	width: 10em;
	margin: 0;
	background-image: url('/Looks/default/images/gfx-list-disc.jpg');
	background-position: 0 3px;
	background-repeat: no-repeat;
}

#addetailleft div.subsection ul.bullets
{
	 margin: 0;
	padding:0px 0px 2px 0px;
	list-style: none;
	clear:both;
}

#addetailleft div.subsection ul.bullets li 
{
	float: left;
	width: 10em;
	margin: 0;
	margin-bottom:4px;
	background-image: url('/Looks/default/images/gfx-list-disc.jpg');
	background-position: 0 3px;
	background-repeat: no-repeat;
}

#addetailleft div.subsection div.subsection ul.bullets li 
{
	width: 34.5em;
}

#addetailleft div.section{
 clear:both;
}

/* ---------------------------------------------------------------------- Ad Detail Right -------------------------------------*/




#addetaillright div.title{
 font-weight:bold;
 color:#9A9A00;
 padding: 4px 0px 0px 0px;
}

#addetaillright .rooms,#addetaillright .floors,#adroomsanddocks .roomsWithOutDesc,#adroomsanddocks .loadingDocks{width:518px; -moz-border-radius: 5px;-webkit-border-radius: 5px;border:1px solid #9A9A68;clear:both;margin:5px 0 5px 0;}

#addetaillright .rooms .headings,#addetaillright .floors .headings,#adroomsanddocks .roomsWithOutDesc .headings,#adroomsanddocks .loadingDocks .headings{background-color:#9A9A68;height:18px;color:#ffffff;font-weight:bold;}
#addetaillright .rooms .headings .div,#addetaillright .floors .headings .div,#adroomsanddocks .roomsWithOutDesc .headings .div,#adroomsanddocks .loadingDocks .headings .div{padding-top:3px;}
#addetaillright .rooms .rows,#addetaillright .floors .rows,#adroomsanddocks .roomsWithOutDesc .rows,#adroomsanddocks .loadingDocks .rows{border-top:1px solid #CCCC8B}

#addetaillright .rooms .room{width:13%;display:block;float:left;clear:both;padding:2px 0 2px 2%}
#addetaillright .rooms .level{width:13%;display:block;float:left;padding:2px 0 2px 2%}
#addetaillright .rooms .dimensions{width:23%;display:block;float:left;padding:2px 0 2px 2%}
#addetaillright .rooms .description{width:43%;display:block;float:left;padding:2px 0 2px 2%}

#addetaillright .floors .washrooms{width:31%;display:block;float:left;clear:both;padding:2px 0 2px 2%}
#addetaillright .floors .washroomlevel{width:31%;display:block;float:left;padding:2px 0 2px 2%}
#addetaillright .floors .pieces{width:31%;display:block;float:left;padding:2px 0 2px 2%}

#adroomsanddocks .roomsWithOutDesc .room{width:31%;display:block;float:left;clear:both;padding:2px 0 2px 2%}
#adroomsanddocks .roomsWithOutDesc .level{width:31%;display:block;float:left;padding:2px 0 2px 2%}
#adroomsanddocks .roomsWithOutDesc .dimensions{width:31%;display:block;float:left;padding:2px 0 2px 2%}

#adroomsanddocks .loadingDocks .loadingDock{width:31%;display:block;float:left;clear:both;padding:2px 0 2px 2%}
#adroomsanddocks .loadingDocks .numOfDoors{width:31%;display:block;float:left;padding:2px 0 2px 2%}
#adroomsanddocks .loadingDocks .dimensions{width:31%;display:block;float:left;padding:2px 0 2px 2%}

#addetaillright table.rooms, #addetaillright table.floors, #adroomsanddocks table.roomsWithOutDesc, #adroomsanddocks table.loadingDocks
{
 border-collapse:collapse;
 width:520px;
 margin-top:5px;
 margin-bottom:10px;
 -moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#addetaillright table.rooms th, #addetaillright table.floors th, #adroomsanddocks table.roomsWithOutDesc th, #adroomsanddocks table.loadingDocks th
{
	font-weight:bold;
	color:White;
	border-top:none;
	background-color:#9A9A68;
	text-align:left;
}

#addetaillright table.rooms td,#addetaillright table.rooms th, #addetaillright table.floors th, #adroomsanddocks table.roomsWithOutDesc th, #adroomsanddocks table.loadingDocks th
{
	padding:4px;
	text-indent:10px;
	border-bottom:solid 1px #9A9A68;
}
#addetaillright table.rooms td.startCell
{
	border-left:solid 1px #9A9A68;
}
#addetaillright table.rooms td.endCell{
	border-right:solid 1px #9A9A68;
}

#addetaillright table.floors td, #adroomsanddocks table.roomsWithOutDesc td, #adroomsanddocks table.loadingDocks td
{
	padding-left:80px;
	border-bottom:solid 1px #9A9A68;
}
#addetaillright table.floors td.startCell, #adroomsanddocks table.roomsWithOutDesc td.startCell, #adroomsanddocks table.loadingDocks td.startCell
{
	padding:6px 4px 2px 20px;
	border-left:solid 1px #9A9A68;
}
#addetaillright table.floors td.endCell, #adroomsanddocks table.roomsWithOutDesc td.endCell, #adroomsanddocks table.loadingDocks td.endCell
{
	padding-left:50px;
	border-right:solid 1px #9A9A68;
}

/* ----------------------------------------------------------------------SAVED ADS -------------------------------------*/

body.saved #search_results_list table tr td.last-cell {
    text-align: left;
    width: 200px;
}
body.saved #search_results_list table tr td.penult-cell {
    text-align: right;
    width: 180px;
    padding-right: 50px;
}
body.saved #search_results_list table tr td.cell3 {
    width: 220px;
}
.saved .bkg_wht {
    margin: 0 5px 0 5px;
    padding: 0 5px 0 5px;
}
.saved #search-tabs {
    margin-left: 10px;
}
    .saved #search-tabs a {
        margin-right: 15px;
        text-decoration: underline;
    }
.saved .pagination {
    margin-top: 0;
}
body.saved #search_results_list table tr.subTable td, 
body.saved #search_results_list table tr.subTable, 
body.saved #search_results_list table tr.subTable table tr, 
body.saved #search_results_list table tr.subTable table tr td{ /*this cumbersome piece of style brought to you by ASP.NET. Thanks . . . jerks*/
    height: 15px;
}
body.saved #search_results_list table tr.subTable table {
    width: 20px;
}
    tr.subTable td table {
        float: right;
        position: relative;
    }
/* ----------------------------------------------------------------------FULL ARTICLE -------------------------------------*/
body.articles #pop-prop {
    margin: -5px 0 0 5px;
}
body.articles h1.dir_head {
    background-image: url("/Looks/default/images/bkg-head-3.png"); 
    margin-bottom: -1px;
    text-transform: uppercase;
}
.feature {
    background-color: #fff;
    padding-bottom: 5px;
    margin: 0 0 -8px 0;
}
div.feature img {
    margin: 0 10px;
}
div.feat_head {
    width: 630px;
    border-bottom: 1px solid #A6A673;
    margin-left: 10px;
    padding-top: 30px;
}
    div.feat_head span {
        display: inline;
        padding-top: 7px;
    }
    div.feat_head h1 {
        display: inline;
        margin: auto 30px auto 0;
    }
.article #sponsor {
    width: 627px;
}
.pr-em-links {
    background-color: #FFFFFF;
    width: 100%;
    margin: 5px 0 10px 0;
}
    .pr-em-links img {
        vertical-align: middle;
        margin: 0 5px 0 5px;
    }
    .pr-em-links img {
        margin-right: 3px;
    }
body.articles a.btt {
    float: right;
    width: 70px;
}
/* ----------------------------------------------------------------------ARTICLE LIST -------------------------------------*/
body.articles div#right-col {
    width: 300px;
    margin-right: 20px;
}
div.feature h1, .feature h2, .feature h3 {
    background: none;
    margin: 0 0 0 10px;
    color: #000000;
}
div.feature h1 {
    text-transform: none;
    margin-left: 0;
    font-size: 2.2em;
}
#pop-prop div.feature h2, #pop-prop div.feature h3 {
    background: none;
    padding: 0;
}
.feature p {
    font-size: 110%;
    margin-left: 10px;
}
.feature p a {
    text-decoration: none;
    color: #0099CC;
}
/* ----------------------------------------------------------------------DRIVING DIRECTIONS -------------------------------------*/
.dd-mainmap {
    margin-left: 7px;
    background-color: #fff;
    padding: 0 5px 0 5px;
    width: 935px;
    position: relative;
}
	body.dd div.dd-mainmap h1 
	{
		margin-left: 0;
	}
body.dd p.lang 
{
	width: 72px;
}
body.dd table.dd-input {
    border: 0;
    width: 700px;
}
    body.dd table.dd-input td{
        vertical-align: top;
        padding: 2px;
        font-size: 1.3em;
        font-weight: bold;
        padding-right: 55px;
    }
    body.dd table.dd-input td select {
        width: 200px;
    }
body.dd table.directions-list {
    margin-top: 20px;
    width: 600px;
    border: 1px solid #ccc;
    border-collapse: collapse;
}
    body.dd table.directions-list tr {
        border-bottom: 1px solid #ccc;
    }
    body.dd table.directions-list td {
        padding: 8px 5px;
        font-size: 1em;
        font-weight: normal;
    }
div.dd-print 
{
	text-align: right;
}
	div.dd-print input 
	{
		vertical-align: middle;
	}
/* ----------------------------------------------------------------------SEARCH RESULTS -------------------------------------*/
.no_results {
    font-weight: bold;
    font-size: 120%;
}
#middle p img {
	margin-left: 10px;
}
/* tab graphic backgrounds */
div#search-tabs a {
	font: bold 100% Verdana,sans-serif;
	text-decoration: none;
}
div#search-tabs ul li a:hover {
        background: url(../images/btn-nav-left-over.png) no-repeat left top;
    }
div#search-tabs ul li:hover {
        background: url(../images/btn-nav-right-long-over.png) no-repeat right top;
    }
div#search-tabs a.list-tab-off, 
div#search-tabs a.map-tab-off, 
div#search-tabs a.pics-tab-off {
	color: #000000;
	cursor: pointer;
} 
div#search-tabs a.list-tab-on, 
div#search-tabs a.map-tab-on, 
div#search-tabs a.pics-tab-on {
    background: url(../images/btn-nav-left-over.png) no-repeat left top;
	color: #FF0000;
	cursor: text;
}
div#search-tabs li.list-tab-on, 
div#search-tabs li.map-tab-on, 
div#search-tabs li.pics-tab-on {
    background: url(../images/btn-nav-right-long-over.png) no-repeat right top;
}

/* search results, list view */
div.error {
    margin: -20px 0 -10px 255px;
    width: 366px;
    padding: 4px;
}
div.errorBrowse {
    margin: -25px 0 -10px 255px;
    width: 366px;
    padding: 4px;
}
    body.full_width div.error {
        margin-left: 360px;
    }
div.error_top {
    background: url(/Looks/default/images/bkg-error-top.png) no-repeat right top;
    padding-top: 5px;
}
div.error_btm {
    background: url(/Looks/default/images/bkg-error-btm.png) no-repeat right top;
    padding-top: 5px;
}
div.error_msg {
    background-color: #ffffff;
    border-left: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
    margin: -10px 1px -10px 7px;
    padding-left: 4px;
}
span.error_noresult { /*appears on all three results pages when data entered into search is invalid*/
    line-height: 15px;

}
div.cnr-right {
    float: right;
    height: 12px;
    width: 5px;
    margin-right: 2px;
    background: url(/Looks/default/images/bkg-results-corner-right.png) no-repeat right bottom;
}
    
div.cnr-mid {
    float: left;
    height: 5px;
    width: 98%;
    background: url(/Looks/default/images/bkg-results-btm.png) repeat-x right bottom;
}
div.cnr-left {
    float: left;
    height: 12px;
    width: 5px;
    background: url(/Looks/default/images/bkg-results-corner-left.png) no-repeat left bottom;
}
div.NoData {
    background-color: #ffffff;
    margin: -10px 1px -10px 7px;
    padding-left: 150px;
    width: 160px;
    text-align: center; 
    font-weight: bold;
    font-size: 120%;
    width: 450px
}
#search_results_list, 
#search_results_pics, 
#search_results_map {
	margin: 5px 0 0 0;
	overflow: hidden;
	background: #fff url(/Looks/default/images/bkg-list-left.png) repeat-y -12px top;
	/*border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 2px solid #999;*/
}
div.bkg-right {
    background: url(/Looks/default/images/bkg-list-right.png) repeat-y right top;
    overflow: hidden; 
    padding: 5px 5px 1px;
    width: 100%;
    
}
    #search_results_map div.bkg-right {
        background: none;
    }
#search_results_map .VEAPI_Pushpin a{
    color: #ffffff;
}
#search_results_list {
    min-width: 625px; /* added 22 July */
}
    #search_results_list div.multiPhotoIndicator {
        background: url(/Looks/default/images/MultiplePhotosIndicator.jpg) no-repeat; 
        height:31px; width: 82px; 
        padding-top: 5px;
        text-align: right; 
        font-size: .9em;
        font-weight: normal; 
        color: #ff3333;
    }
body.create #search_results_list {
	min-width: 580px;
	width: 580px;
}
#search_results_list table{
    margin-right: 16px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 98%;
}
	#search_results_list table h4 {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 110%;
	}
	#search_results_list table p {
		margin: 0;
		color: #666666;
	}
	#search_results_list table a {
		margin-left: 5px;
	}
	#search_results_list table tr {
		border-bottom: 1px solid #999;
		margin-bottom: 10px;
		height: 120px; /*creates space between the rows */
	}
		#search_results_list table tr:last-child{
			border-bottom: none;
		}
		#search_results_list table tr td {
			margin: 0;
			height: 150px;
			/*width: auto;*/
		}
			#search_results_list table tr td.first-cell{
				width: 1px;
				hhhhheight:60px;
			}
			#search_results_list table tr td.penult-cell {
			    vertical-align: top;
			    padding-top: 10px;
			    padding-left: 5px;
			    min-width: 200px;
			}
			#search_results_list table tr td.last-cell {
			    padding-right: 25px;
			}
			    #search_results_list table tr td img {
			        text-align: center;
			    }
#search_results_list div.company-logo {
    float: none;
}
/* featured */
#search_results_list table tr.featured_gfx, 
#search_results_list table tr.featured_gfx td  {
	height: 20px;
	padding-left: 5px;
}
body.rentals div.featured_bkg {
    background: url(/Looks/default/images/gfx-featured-topbar.jpg) repeat-x right top;
}
body.rentals div.featured_bkg_btm {
    height: 5px;
    background-color: #FF0000;
}
body.nhc div.featured_bkg {
    background: url(/Looks/default/images/gfx-featured-topbar-orange.jpg) repeat-x right top;
}
body.nhc div.featured_bkg_btm {
    height: 5px;
    background-color: #EF8227;
}
body.resale div.featured_bkg_btm {
    height: 5px;
    background-color: red;
}
div.featured_text {
    position: absolute;
    color: #FFFFFF;
    margin-left: 20px;
    margin-top: 1px;
}
/* -------------------------------------------------- Popup: results, list view */
.lv_popup {
	visibility:hidden;
	position: absolute;
	margin-top: -190px;
	margin-left: 50px;
	width: 718px;
	overflow: visible;
	z-index: 100;
}
.speech_point {
	position: absolute;
	z-index: 20;
	height: 50px;
	width: 60px;
	margin-left: -49px;
	margin-top: 200px;
}
.all_images {
	width: 705px;
	float: right;
	padding: 20px 5px 5px 5px;
	overflow: hidden;
	border-left: 2px solid #999999;
	border-right: 2px solid #333333;
	border-bottom: 3px solid #333333;
	border-top: 1px solid #cccccc;
	background: #FFFFFF;
}
.all_images #Close {display:block;position:absolute;top:10px;left:690px;}
.left_big_image {
	float: left;
}
	.left_big_image p {
		padding-top: 15px;
	}
	.left_big_image img {
		margin: 0;
	}
	.left_bit_image img#PopupMainPhoto {
	    height:300px;
		width:400px;
		border-width:0px;
	}
.right_thumbs {
	float: right;
	width: 290px;
	height: 320px;
	margin-right: 0px;
}
    .right_thumbs .thumb_container {
        height: 328px;
        width: 275px;
        margin-right: 15px;
    }
	.right_thumbs p {
	    position: relative;
	    width: 30px;
	    float: right;
	}
	    .right_thumbs div.rt_img {
	        width: 133px;
	        height: 100px;
	        float: left;
	        margin: 1px;
	    }
	.right_thumbs img {
		margin: 0;
		border: 0;
		height: 100px;
		width: 133px;
	}	
        .right_thumbs img.btnClose {
            width: 15px;
            height: 15px;
            margin-top: -14px;
        }
/* ---------------------------------------------  SEARCH TABS */
/* NEW NAVIGATION */
div#search-tabs {
    overflow: hidden;
    margin-bottom: -12px;
    margin-left: 3px;
    width: 563px
}
body.saved div#search-tabs {
    overflow: visible;
}
div#search-tabs ul {
    float: left;
    margin: 0 0 0 -36px;
}
    div#search-tabs ul li {
        display: inline;
        float: left;
        background: url(../images/btn-nav-right-long.png) no-repeat right top;
        margin: 0 8px 0 0; 
		padding: 0 0px 0 8px;
    }
        div#search-tabs ul li a {
            float: left;
            background: url(../images/btn-nav-left.png) no-repeat left top;
            margin-left: -12px;
            padding: 5px 17px 10px 18px;
        }
/*  END NAVIGATION */

#search-tabs .sort-form select {
	margin-bottom: 2px;
}
#search-tabs .sort-form select {
	font-size: .9em;
}
.pagination, .pagination2 {
	float: right; 
	margin-right: 11px;
}
.pagination .currentPage, .pagination2 .currentPage {
	color:  #ff3366;
	font-weight: bold;
}
.pagination {
    margin-top: -14px;
}
.pagination2 {
    margin-top: 0;
}
.pagination ul li {
	display: inline;
	padding: 0 2px;
}
.cell-feat {
    width: 8px;
}
.cell2, td.cell2  {
	width: 150px;
	vertical-align:top;
	/*text-align: center;*/
}
.cell3, .cell4 {
	line-height: 1.5em;
	padding-top: 10px;
	vertical-align: top;
}
.cell3 {
	padding-left: 10px;
	width: 120px;
	/*background: url(/Looks/default/images/bkg-list-cell.gif) repeat-y left top;*/
}
.cell4 {
	width: 180px;
	padding-left: 10px;
}

.cell5 {
	text-align:left;	
}

/* ------------------------------------------ search results, picture view */
.pic-results {
	width: 155px; height: 210px;
	border: 1px solid #CCC;
	padding: 2px;
	float: left;
	margin: 5px 8px;
	overflow: hidden;
}
.pic-results div.soldout {
    position: absolute;
    margin-left: 90px;
}
.pic-results div.soldouthybrid {
    position: absolute;
    margin-left: 3px;
    margin-top: 4px;
  
}
.pic-results .pr-img {
	padding-top: 2px;
    text-align: center;
    min-height: 120px;
}
    .pic-results .pr-feat, .pic-results .pr-nofeat {
        height: 14px; width: 155px;
        margin-bottom: 1px;
        color: #FFFFFF; 
        font-weight: bold;
        
        font-size: 1.3em;
        text-align: center;
    }
    
    .pr-feat{background-color:Red;background:#FF0000 url(../images/gfx-feature-star.png) no-repeat scroll 30px 2px;}
    body.rentals .pic-results .pr-feat {
        background: #FF0000 url("../images/gfx-feature-star.png") no-repeat 30px 2px;
    }
    body.nhc .pic-results .pr-feat {
        background: #EF8227 url("../images/gfx-feature-star-orange.png") no-repeat 30px 1px;
    }
        .pic-results .pr-feat img {
            width: 155px;
        }	
/*---------------------------------------------- search results, map view */
#search_results_map {
	width: 120%;
	overflow: visible;
	margin-top: 0;
}
#srm-bottom {
	margin: 10px -178px 20px 10px;
	overflow: hidden;
}
#srm-popprop {
	width: 450px;
	overflow: hidden;
	padding-bottom: 40px;
}
#srm-popprop h2.sub-head {
	padding: 3px 0 3px 10px;
	background:  url("../images/bkg-head-4.png") no-repeat left;
}
#srm-popprop img {
	float: left;
	margin: 10px 10px 0 25px;
}
#srm-popprop h4 {
	font-weight: bold;
	font-size: 120%;
	margin: 1px 0 -6px 0;
}
	#srm-popprop h4 a {
		color: #0099CC;
	}
.listing {
	float: left;
	padding: 5px 5px 0 0px;
	margin-bottom: 10px;
}
#srm-adbox {
	background-color: #CCCCCC;
	padding: 5px;
	float:left; 
	margin:521px 0 0;
}

/* ----------------------------------------------------------------------FOOTER ELEMENT ------------------------------------ */
#footer { margin: 0 auto; width: 610px; clear:both;}
    #footer .siteLinks{ margin: 40px 0 10px 0; padding:0; text-align:center; }
	    #footer .siteLinks li { display: inline; }
	    #footer .siteLinks li a {
		    background-image:  url("../images/bkg-nav-divider.png");
		    background-repeat: no-repeat;
		    background-position: left;
		    padding: 0 2px 0 5px;
		    color: #000;
	    }
	    #footer .siteLinks li:first-child a { background-image: none; }
	    #footer .siteLinks li:last-child a { padding-right: 0; }
	    
	#footer .corpLinks{padding:0; text-align:center;margin:0 0 10px 0;}
	#footer .corpLinks li{display: inline;padding:0 3px 0 3px;}

/* -------------------------------------------------------------------------REUSABLE UNIVERSAL CLASSES ----------------------------------*/
.bkg_wht, .bkg_dir {
    background: #FFFFFF;
}
.gfx-arrow {
	margin: 0 3px -2px 0;
}
.cont-head { /* Container headers */
	font: bold 145% "Lucida Sans Unicode", sans-serif;
	color: #fff;
}
.sub-head {
	font: bold 135% "Lucida Sans Unicode", sans-serif;
	color: #fff;
}
.black {
	color: #000;
}
.white {
    color: #FFF;
}
    div.tabL5 a.white {
        margin-right: 28px;
    }
.small-caps {
	font: small-caps 100% Arial, Helvetica, sans-serif;
}
    #left-col #form p.small-caps,
    div.canvas #form p.small-caps {
        font: lowercase 100% Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 10px;
    }
.noborder{
	border: none;
}
.top-border {
    border-top: 1px dotted #999;
    padding-top: 20px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.tabL5 {
	margin-left: 5px;
}
.padL5 {
    padding-left: 5px;
}
.tabR5 {
	margin-right: 5px;
}
.tabL10 {
	margin-left: 10px;
}
.tabR10 {
	margin-right: 10px;
}
.tabL15 {
	margin-left: 15px;
}
.tabR15 {
	margin-right: 15px;
}
.tabL18 {
	margin-left: 18px;
}
.tabL20 {
	margin-left: 20px;
}
.tabR20 {
	margin-right: 20px;
}
.tabL25 {
	margin-left: 25px;
}
.tabR25 {
	margin-right: 25px;
}
.tabL30 {
	margin-left: 30px;
}
.tabR30 {
	margin-right: 30px;
}
.tabL35 {
	margin-left: 35px;
}
.tabL40 {
	margin-left: 40px;
}
.tabR40 {
	margin-right: 40px;
}
.tabL44 {
	margin-left: 44px;/*used in <input name="pricefrom">*/
}
.tabL45 {
	margin-left: 45px;
}
.tabR45 {
	margin-right: 45px;
}
.tabL72 {
	margin-left: 72px;
}
.first-cell {
    width: 75px;
}
.wide-cell {
    width: 175px;
}
.short-cell {
    width: 98px;
}
.red {
    color: #FF0000;
}
.PantoneBlue {
    color: #0098DB;
}
.bold {
    font-weight: bold;
    font-size: 1.1em;
}

.normal, span.normal, div span.normal  {
    font-weight: normal;
}

/* Safari hacks ----------------i'm afraid it was the only way------------------------------ */
.property h1 {
    font-size: 1.3em;
    padding: 4px 0 8px 15px;
}

/* three column experiment */
body.full_width {
    min-width: 600px;
}
body.full_width div.canvas {
    /*position: relative;*/
    margin-top: -10px;
    padding-left: 168px;
    padding-right: 190px;
}
div.container .column {
    position: relative;
    float: left;
}
body.full_width div#middle {
    width: 100%;
    z-index: 10;
}
body.full_width div.more-left {
    position: relative;
    width: 158px;
    padding: 0 5px;
    right: 168px;
    margin-left: -100%;
    z-index: 20;
    
}
body.full_width div.far_right_col {
    /* line 229 */
}
.rs-head{height:14px;display:block;font-size:1px;margin-top:5px;}
 /*the following margins will be ignored in Safari*/
 

#more_options, #more_options_rent, #more_options_nhc {
    border-top: 0 none;
}
.property h1 {
    padding: 2px 0 5px 10px;
}

.detail_share{text-align:right;float:left;height:16px;width:50%;margin:7px 0 3px 0;}

.Animation2{display:none;position:absolute;width:1px;height:1px;left:200px;top:750px;padding:3px;border:solid 1px #000;}
#ctl00_ctl00_MainBody_LeftColumnContentPlaceHolder_rptSingleAd_ctl00_AdDetailControl_ContactSeller1_RentalPrivatePanel{line-height:18px; font-size:12px;font-weight:bold;}

.hide
{
	visibility:collapse;
}
.bigwidth{width:940px;clear:both;margin-top:20px;}
.sma{display:block;width:220px;height:200px;float:left;}
.sma h2{font-size:14px;}


.divAbout
{
	width:630px;
}

/**************** New Showrooms ********************************/

body.ListingsShowroom .container
{
	overflow:visible;
}

/************* End New Showrooms ********************************/

/************* Display Address Help ********************************/

.winAddrHelpBubble{
	display:none;
	list-style-image: url('/Looks/default/images/gfx-list-disc.jpg');
}

/************* End Display Address Help ********************************/

/************* Post Ad Required Prompt ********************************/

.hideRequiredPrompt
{
    display:none;	
	color:Red;
}

/************* End Post Ad Required Prompt ********************************/

/************* Pager ********************************/

a.pgLinkActive
{
  border-style:solid;
  border-width:1px 1px 1px 1px;
  font-weight:bolder;
  color:#333333;
  text-decoration:none;
  padding:1px 2px 1px 2px;
  border-color:#333333;
  vertical-align:5px;
}

a.pgLink 
{
  border-style:solid;
  border-width:1px 1px 1px 1px;
  font-weight:bolder;
  text-decoration: none;
  padding:1px 2px 1px 2px;
  border-color:#cccccc;
  vertical-align:5px;
}

a.pgLinkEllipse
{
  text-decoration:none;
  vertical-align:8px;
}

.pgPageCounter
{
  vertical-align:4px;
}

/************* End Pager ********************************/

.sortOptions
{
	margin-right:38px;	
}

/************* Hybrid Map View********************************/

.HybridMap
{
	width:500px;
	height:500px;
	position:relative;
	border:#555555 2px solid;
}

.mapBluePinStyle
{	
	background: url("../images/pushpin_blue.gif") no-repeat left;
}

.divListItemHover
{
	border:#808040 2px solid;
}

/************* End Hybrid Map View********************************/

#divHybridMain{width:1076px;}
#divHybridListResults{width:576px;float:left;}
#divMapHolder{width:500px;float:left;}

.listChild{width:550px;padding:10px 0 10px 10px;margin-right:10px;background-color:#ffffff;clear:both;border-bottom:1px solid #666666;}

.listChild .spanCol1{float:left;display:block;height:20px;width:546px;font-size:12px;}
.listChild .spanCol1 #spanPrice{font-weight:bold;padding-right:5px;}
.listChild .spanCol1 #spanType{padding-right:5px;}
.listChild .spanCol1 #spanBeds{padding-right:5px;}
.listChild .spanCol1 #spanBaths{padding-right:5px;}
.listChild .spanCol2{float:left;width:150px;height:113px;background-color:#666666;overflow:hidden;display:block;}
.listChild .spanCol3{float:left;display:block;height:140px;width:195px;margin:0 5px 0 10px;overflow:hidden;font-size:11px;}
.listChild .spanCol3 #spanAddress{font-weight:bold;display:block;float:left;padding-right:3px;}
.listChild .spanCol3 #spanCityAndProv{font-weight:bold;display:block;float:left;}
.listChild .spanCol3 #spanAdLink{clear:both;float:left;display:block;margin-bottom:4px;width:100%}
.listChild .spanCol3 #spanBuildModel{clear:both;font-weight:bold;display:block;float:left;}
.listChild .spanCol3 #spanMLS{color:#555555;clear:both;float:left;display:block;font-weight:bold;}
.listChild .spanCol3 #spanBrokerage{color:#555555;clear:both;float:left;display:block;font-weight:bold;width:100%}
.listChild .spanCol3 #spanBroker{color:#555555;clear:both;float:left;display:block;font-weight:bold;width:100%}
.listChild .spanCol3 #photoInfo{color:#ff3333;clear:both;float:left;display:block;font-weight:bold;width:100%}
.listChild .spanCol4{float:left;display:block;height:113px;width:190px;overflow:hidden;}

.divPriorityListItem
{
	/*** Priority Item styling required***/	
	background: url(/Looks/default/images/gfx-feature-btm-wide.png) repeat-x right top;
}

/************* End Hybrid Map View for Map Tab********************************/

#divMapHolderMT{width:100%;float:left;}
.HybridMapMT
{
	border-right:1px solid #999999;
	height:500px;
	margin:4px 5px 0 2px;
	position:relative;
	width:100%;
}


.HybridMap
{
	width:500px;
	height:500px;
	position:relative;
	border:#555555 2px solid;
}

.HybridMapMT
{
	border-right:1px solid #999999;
	height:500px;
	margin:4px 5px 0 2px;
	position:relative;
	width:100%;
}

.hybridIndicator
{
	z-index:100;
	background-image:  url("/Looks/default/images/bkg-nav-divider.png");
	background-repeat: no-repeat;	
}


.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9;
    padding:2px;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: #fbfbfb url('/Looks/default/images/ajax-loader.gif') no-repeat 50px 50px;
    line-height: 50px;
	border:1px solid #a3bad9;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}


/************* Hybrid View Pagination********************************/



#bottomPager .prev
{
	background-image:  url("/Looks/default/images/en_ca/btn_prevOn2.jpg");
	background-repeat:no-repeat;
	border:medium none;
	display:block;
	height:18px;
	width:52px;
}

#bottomPager .current.prev
{
	 background-image:  url("/Looks/default/images/en_ca/btn_prevOff2.jpg");
	 background-repeat:no-repeat;
	 border:medium none;
	 display:block;
	 height:18px;
	 width:52px;
}

#bottomPager .next
{
	background-image:url("/Looks/default/images/en_ca/btn_nextOn2.jpg");
	background-repeat:no-repeat;
	border:medium none;
	display:block;
	height:18px;
	width:52px;
	cursor:pointer;
}

#bottomPager .current.next
{
	background-image:  url("/Looks/default/images/en_ca/btn_nextOff2.gif");
	background-repeat:no-repeat;
	border:medium none;
	display:block;
	height:18px;
	width:52px;
}

#topPager .prev
{
	background-image:  url("/Looks/default/images/en_ca/btn_prevOn.gif");
	background-repeat:no-repeat;
	border:medium none;
	display:block;
	height:18px;
	width:18px;
	cursor:pointer;
}

#topPager .current.prev
{
	 background-image:  url("/Looks/default/images/en_ca/btn_prevOff.gif");
	 background-repeat:no-repeat;
	 border:medium none;
	 display:block;
	 height:18px;
	 width:18px;
}

#topPager .next
{
	background-image:url("/Looks/default/images/en_ca/btn_nextOn.gif");
	background-repeat:no-repeat;
	border:medium none;
	display:block;
	height:18px;
	width:18px;
}

#topPager .current.next
{
	background-image:  url("/Looks/default/images/en_ca/btn_nextOff.gif");
	background-repeat:no-repeat;
	border:medium none;
	display:block;
	height:18px;
	width:18px;
}

.pgLink2  {
border:1px solid #CCCCCC;
display:block;
float:left;
font-weight:bolder;
margin-right:3px;
padding:1px 2px;
text-decoration:none;
vertical-align:5px;
}
a.pgLink2
{cursor:pointer;
}

#msftve_1000 .VEAPI_Pushpin
{
	z-index:10001 !important;
}

.HybridHide
{
	visibility:hidden;	
	height:0px;
}

.HybridNoResults
{	
	width:100%;
	text-align:center;	
}

/************* End Hybrid View Pagination********************************/
/************* Hybrid Map hover bubble ********************************/
.bubbleHeader {background-color:#D5D5AC; height:15px; margin: -4px -4px 0px -4px}
.bubbleHeader a#Close {float:right; margin-right:1px; cursor: pointer;}

.mapChild{background-color:#ffffff;clear:both;}
.mapChild div.featureAdBubble_NHC {border: solid 2px orange;}
.mapChild div.featureAdBubble_Rentals {border: solid 2px red;}
.mapChild div.featureAdBubble_Resale {border: solid 2px blue;}
.mapChild div.regularAd {}

.mapChild .description {float:right; margin-top:4px; margin-bottom:4px; width:180px; vertical-align:top}
.mapChild .thumbnail {margin:4px;}

/************* End Hybrid Map hover bubble ********************************/
.pgPageCounter{display:block;float:left;width:100px;margin-top:3px;}
#topPager{display:block;float:left;width:100px;}

/************* START Hybrid Refinement Control ********************************/
.spanPropertyTypes input {display: block;float: left;clear: left;}
.spanPropertyTypes label{display: block; float: left;  clear: none; width: 125px;}

.spanAdTypes input {display: block;float: left;clear: left;}
.spanAdTypes label{display: block; float: left;  clear: none; width: 125px;}

.spanUnitFeatures input {display: block;float: left;clear: left;}
.spanUnitFeatures label{display: block; float: left;  clear: none; width: 125px;}

.spanBuildingAmenities input {display: block;float: left;clear: left;}
.spanBuildingAmenities label{display: block; float: left;  clear: none; width: 125px;}
/************* END Hybrid Refinement Control ********************************/

