/* --------------------------------------------------------------

    base.css

    Author:
    Date:

    This is the main stylesheet

    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Sans-Serif;
	}

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }
.clear-both { clear: both; }

strong { font-weight:bold; }
em { font-style:italic; }

/* Links
-------------------------------------------------------------- */

a:link,
a:visited,
a:active 	{ text-decoration: underline; }
a:hover 	{ text-decoration: underline; }
.a { cursor:pointer }

/* --------------------------------------------------------------

    +Layout

    -- This is the optimum layout for 1024px
    -- Individual column width 93px
    -- 9 column layout
    -- margin 14px

-------------------------------------------------------------- */

#top 		{ float:left; width: 100%; margin: 0 auto 0 auto; padding: 0 0 10px 0; position: relative; }
#shell 	{ width: 977px; margin: 0 auto; position: relative; }
#page 	{ float:left; text-align: left; width:949px; }
#header 	{ text-align: left; width:100%; height:166px; float:left; }

#content { float:left; width:735px; }

.col { float: left; margin-right: 14px; width: 93px; }

.span-1 { width: 93px; }
.span-2 { width: 200px; }
.span-3 { width: 307px; }
.span-4 { width: 414px; }
.span-5 { width: 521px; }
.span-6 { width: 628px; }
.span-7 { width: 735px; }
.span-8 { width: 842px; }
.span-9 { width: 949px; }
.span-9 { width: 949px; }
.span-full { width: 100%; }

/* This should be the standard container ---------------------- */
.module { padding: 14px; margin-bottom: 14px; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, blockquote, dd, dt, table { font-size: 1.1em; line-height: 1.6em; }

.col p,
.col dd,
.col dt,
.col table,
#address p,
#address dd,
#address dt,
#address table,
#address h2,
#address h3,
#brochure p,
#brochure dd,
#brochure dt,
#brochure table,
#brochure h4 {
	padding-left:10px;
	padding-right:10px;
}
#content table td { padding:5px; }
/* Lists ----------------------------------------------------- */


ul { margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	}

h1 { font-size: 2.3em; margin-bottom: 0.667em; }
h2 { font-size: 1.6em; margin-bottom: 0.8em; }
h3 { font-size: 1.4em; margin-bottom: 0.889em; }
h4 { font-size: 1.3em; margin-bottom: 0; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 0; margin-top: 1.1em; }
h7 { font-size: 2.3em; margin-bottom: 0.6em; font-weight: normal; }

h1 span, h2 span, h3 span { display: none; }

#header h1 	{ background-repeat:no-repeat; display:block; height:110px; margin-top:36px; }
#header h1 a 	{ display:block; height:110px; width:50%; }
#header h1 a span 	{ display:none; }

#content h1 { margin:5px 10px; padding:5px 0; border-style:solid; border-width:0 0 1px; }
.col h2 { margin:5px 10px; padding:5px 0; border-style:solid; border-width:0 0 1px; }
.col h3 { padding:5px 10px; }
.col h4 { padding:5px 10px; }
.col p { margin:6px 10px 13px 10px; }

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

table p { font-size:1em; }
th { padding:2px; font-weight:bold; }

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#nav ul { list-style:none; margin:0; padding:0; width:100%; font-size:1.2em; }
#nav ul li { margin:0 1px; width:133.5px; float:left; text-align:center; }
#nav ul li a { display:block; padding:10px 0; text-decoration:none; }
#nav ul li a:hover { display:block; padding:10px 0; }

/* --------------------------------------------------------------

    +Search

-------------------------------------------------------------- */

#search form { clear:both; margin-bottom:10px; padding-bottom:10px; }
#search form fieldset legend { display:none; }
#search form fieldset ol { list-style:none; margin:0 10px; }
#search form fieldset ol ul { list-style:none; }
#search form fieldset ol li { clear:both; display:block; margin:8px 0; }
#search form fieldset ol li label { display:block; margin-bottom:5px; }
#search form fieldset ol li#proptype[id] select,
#search form fieldset ol li#proparea[id] select { width:100%; }
#search form fieldset ol li#propbeds label,
#search form fieldset ol li#propmxpr label { display:block; float:left; width:70px; margin-bottom:5px; padding-top:2px; }
#search form fieldset ol li.searchtype { display:block; height:30px; }
#search form fieldset ol li.searchtype label { clear:none; float:left; width:50px; margin:5px 0 10px 0; }
#search form fieldset ol li.searchtype input { float:left; margin:2px 5px 10px 0 }
#search form#quicksearch fieldset ol li span { display:block; }
#advsearch .more { clear:both; display:block; }
#search form fieldset ol li#submit span img { float:left; margin-right:5px; }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

#map { height:282px; }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer 	{ clear:both; float:left; width:100%; margin-top:10px; }
#footer-inner 	{ width:949px; text-align:left; margin:0 auto 10px auto; }
#footer-inner p.dscl { display:none; }
#designed-by p { text-align:right; }

/* --------------------------------------------------------------

		+Overwrite Styles

    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }

.bold 	 	{ font-weight: bold; margin: 0; }
.quiet 	 	{ font-weight: lighter; text-transform: none; letter-spacing: 0; color:#999; }
.last 		{ margin-right: 0; }
.half 		{ width: 48.5%; margin-right: 15px; }
.left 		{ float: left; }
.italic 	{ font-style: italic; letter-spacing: 0.04em; }

.no-marg 			{ margin: 0; }
.no-pad 			{ padding: 0; }
.marg-right 	{ margin-right: 14px; }
.marg-left 		{ margin-left: 14px; }
.marg-bottom 	{ margin-bottom: 14px; }
.marg-top 		{ margin-top: 14px; }
.marg-all 		{ margin: 14px; }

.pad-bottom 	{ padding-bottom: 14px; }




dl.overview dt { float:left; width:20%; }
dl.overview dd { font-weight:bold; }

/* --------------------------------------------------------------

    +Slideshow

-------------------------------------------------------------- */

#feature { position:relative; height:300px; }
#feature ul 				{ position:absolute; top:0; list-style:none; padding:0; margin:0; }
#feature ul li			{ position:absolute; top:0; margin:0; padding:6px; }
#feature ul li div	{ height:45px;margin-top:-5px; width:100%; }
#feature ul li img	{ height:260px; width:400px; }
#feature ul li h4	{ margin:0; font-size:1.2em; float:left; width:260px; padding:2px 5px;  }
#feature ul li p	{ margin:0; text-align:right; font-size:1.2em; font-weight:bold; float:right; width:100px; padding:2px 5px; }

/* --------------------------------------------------------------

    +Slideshow

-------------------------------------------------------------- */

#new-items ul 		{ list-style:none; padding:0; margin:0; }
#new-items ul li	{ margin:10px 0; padding:0 10px; clear:both; }
#new-items ul li img	{ float:left; margin-bottom:10px; margin-right:10px; }
#new-items ul li h4	{ font-weight:normal; margin:0; padding:0; }
#new-items ul li p	{ margin:0; padding:0; font-size:0.98em; }
#new-items ul li p.price	{ font-size:1.1em; color:#666; }

#latest-news h3 { padding-left:10px; padding-right:10px; margin-bottom:0; }
#latest-news p	{ margin:0 0 10px 0; padding:0 10px; clear:both; }

/* --------------------------------------------------------------

    +Results

-------------------------------------------------------------- */

ul#results							{ list-style:none;margin:0;padding:0; }
ul#results li						{ margin-bottom:7px;float:left;width:100%; }
ul#results li	a img			{	float:left; margin:10px; padding:1px; border-width:1px; border-style:solid; }
ul#results li h3				{ margin:10px 0 0 130px; }
ul#results li h4				{ margin:0 0 10px 130px; }
ul#results li p					{ margin:5px 140px 10px 130px; font-size:1em; }
ul#results li	div				{ float:right; width:130px; margin:0; }
ul#results li	div h3		{ margin:10px 0 0 0; }
ul#results li	div p			{ margin:5px 0 10px 0; }
ul#results li div ul		{ margin:10px 0; list-style:none; font-size:0.98em; }
ul#results li div ul li	{ margin-bottom:0; font-weight:bold; }

/* --------------------------------------------------------------

    +Brochure

-------------------------------------------------------------- */

#address h3 span { display:inline; font-weight:normal; color:#888; }

#images { float:right;width:307px; margin-bottom:2em; }
ul.thumbnails							{ list-style:none;margin:0;padding:0; }
ul.thumbnails li					{ float:left; height:84px; width:100px; margin:1px; text-align:center; }
ul.thumbnails li a img,
img.thumbnail		{ margin-left:1px;margin:auto; padding:1px; border-width:1px; border-style:solid; border-color: black; }
img#mainImage		{ margin:1px auto 5px auto; padding:0px; border-width:1px; border-style:solid; border-color:#999; }

#brochure { float:left; width: 414px; margin-right:0; margin-bottom:2em; }
#brochure p { clear:left; }

ul#controls { list-style:none; padding:7px 10px; margin:0 0 10px 0;  }
ul#controls li { display:inline; margin:0 13px 0 0; }
ul#controls li.propertynav { float:right; margin:0 0 0 10px; }

ul#controls li.control a {
	background-repeat:no-repeat;
	padding:5px 0 5px 25px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/icons/controls.png", sizingMethod="image");
}

ul#controls[id] li.control a {
	background-image:url(/images/icons/controls.png);
}


ul#controls li.control a.print {	background-position:0 2px; }
ul#controls li.control a.friend {	background-position:0 -28px; }
ul#controls li.control a.agent {	background-position:0 -94px; }

ul#slideshow { list-style:none; padding:7px 10px; margin:0 0 10px 0;  }
ul#slideshow li { margin:0 20px 0 0; }
ul#slideshow li a {
	display:block;
	height:30px;
	width:170px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:0 -58px;
}
ul#slideshow li a {
	background-image:url(/images/icons/controls.png);
}

ul#slideshow li a span { display:none; }

/* --------------------------------------------------------------

    +Results

-------------------------------------------------------------- */

ul#shortdesc, ul#rental-info		{ margin-bottom:20px; display:block; float:left; width:70%; list-style: none; }
ul#shortdesc li, ul#rental-info li	{ float:left; width:50%; font-weight:bold; }

.pager { float:left; width:100%; margin-bottom:6px; }
.pager span { display:block; float:left; padding:2px 4px; margin-right:2px; }
.pager a { display:block; float:left; padding:2px 4px; margin-right:2px; text-decoration:none; }

/* --------------------------------------------------------------

    +New Developments

-------------------------------------------------------------- */


ul#developments							{ list-style:none;margin:0;padding:0; }
ul#developments li					{ float:left; height:300px; width:25%; text-align:center; font-size:0.9em; }
ul#developments li a img,
img.thumbnail		{ margin-left:1px;margin:auto; padding:1px; border-width:1px; border-style:solid; }


/* BASIC FORM */

form div.col-full { float:left;width:100%; }
form div.col-half { float:left;width:50%; }
form div.col-third { float:left;width:33%; }

form.dsForm { margin:0; }

form.dsForm fieldset {
  margin: 10px 5px;
  padding:0;
	font-size:1.2em;
}

form.dsForm ul,
form.dsForm ol {
	margin:0;
	padding:0;
}

form.dsForm legend {
  padding: 0 5px;
  font-size:1.4em;
  font-weight: bold;
  text-transform:uppercase;
  letter-spacing:0.2em;
  color:#297449;
	_margin: 0 -7px; /* IE Win */
}

form.dsForm li legend {
  font-size:1em;
}


form.dsForm fieldset li {
  list-style: none;
  padding: 5px 0 4px 0;
  margin: 0 0 1px 0;
  float:left;
  width:100%;
}

form.dsForm fieldset li label {
  display: block;
  color:#666;
  float: left;
  vertical-align: top;
  width: 180px;
  margin:5px 5px 0 10px;
}

form.dsForm fieldset li:hover label {
  color:#000;
}

form.dsForm fieldset li label span {
	width:170px;
	display:block;
}

form.dsForm em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.dsForm span {
	font-style: normal;
	color: #999;
	}

#map,
#map-sec
{
	width: 295px;
	height: 297px;
	margin: 5px;
}

/* Map Popup ------------------------------------------------ */
#map-info-container {
	position: absolute;
	z-index: 1000;
	}

#map-info
{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
    background-color: #fff;
	margin: 20px;
}

#map-info h3 {
	font-family: Verdana;
	font-size: 1.1em;
	padding: 4px 7px;
	margin: 0;
	border-top: 1px solid #333;
	cursor: pointer;
	display: block;
	width: 290px;
	}

.map-info-body { padding: 7px; width: 290px; }
.accordion_toggle { background-color: #9BBACF; color:#000; }
.accordion_toggle_active { background-color: #205291; color:#FFF;}
.accordion_content { background-color: #ffffff; overflow: hidden; }
.accordion_content img { margin-right: 10px; margin-bottom: 0px; float: left; }
.accordion_content .price { font-family: Verdana; color: #c30c0c; font-size: 1.2em; }
.accordion_content .details { font-family: Verdana; font-weight: bold; font-size: 1.1em; color: #333; margin: 0; }
.accordion_content .options { background-color: #edf3fe; padding: 7px; text-align: center; width: 290px; }
.accordion_content .options a { font-size: 1.1em; padding-right: 10px; }
.accordion_content .options .propOptions { border: none; margin: 0; padding: 0; font-size: 0.9em; }
.accordion_content a.view { font-weight: bold; }

#map-info .arrow { height: 27px; width: 14px; position: absolute; top: 30px; }
#map-info.left .arrow { background: url(http://www.propertynews.com/images/sitefiles/map/left-arrow.gif) no-repeat center center; left: -14px; }
#map-info.right .arrow { background: url(http://www.propertynews.com/images/sitefiles/map/right-arrow.gif) no-repeat center center; right: -14px; }

.propImage { float: left; width: 104px; margin-right: 12px; text-align: center; position: relative; }
.propPrice { font-weight: bold; color: #a21e2c; font-size: 1.1em; padding-top: 6px; }

.propDetails { float: left; width: 515px; margin-right: 12px; position: relative; }
.propDesc p { margin-bottom: 4px; }
.propOptions { border-top: 1px dotted #ccc; margin-top: 6px; padding-top: 6px; color:#666; }
.propOptions a:link, .propOptions a:visited { color:#205291 }
.propOptions ul { list-style: none; margin: 0; }
.propOptions ul li { display: inline; margin-right: 12px; padding: 0 0 4px 22px; float: left; }

.propAgentLogo { float: left; width: 60px; position: relative; word-wrap: break-word; margin-bottom: 12px; }

li.propInfo { background: url(http://www.propertynews.com/images/sitefiles/icons/info.gif) no-repeat 0 50%; }
li.propAdd { background: url(http://www.propertynews.com/images/sitefiles/icons/star-grey.gif) no-repeat 0 50%; }
li.propAdded { background: url(http://www.propertynews.com/images/sitefiles/icons/star.gif) no-repeat 0 50%; }
li.propNew { background: url(http://www.propertynews.com/images/sitefiles/icons/house.gif) no-repeat 0 50%; }

/* --------------------------------------------------------------

    +Mortgage Calculator

-------------------------------------------------------------- */

#MortgageCalc { background-color:#EEE; padding:10px 10px 0 10px; }
#MortgageCalc ul { list-style:none; padding:0; margin:0; }
#MortgageCalc ul li { float:left; width:25%; padding:5px 0; }
#MortgageCalc ul li label { display:block; float:left; width:40%; padding:1% 5% 0 5%; }
#MortgageCalc ul li.term label { width:20%; }
#MortgageCalc ul li.monthly { width:30%; background-color:#666; color:#fff }
#MortgageCalc ul li.monthly label { width:32%; font-weight:bold; }
#MortgageCalc ul li.monthly input { width:55%; font-weight:bold; border:1px solid #333; }
#MortgageCalc .button { float:right; width:18%; margin:5px 0; }
#MortgageCalc p { clear:both; padding:1em 4em; font-size:1em; text-align:center; color:#999; }

/* --------------------------------------------------------------

    +Similar Properties

-------------------------------------------------------------- */

#similar-properties ul { list-style:none; margin:0; padding:0; }
#similar-properties li { float:left; width:24%; text-align:center; border-right:1px solid #CCC; }
#similar-properties .img { margin:0 5px; padding:10px 0; height:90px; }
#similar-properties .img img { background-color:#fff; padding:2px; border:1px solid #CCC; }
#similar-properties p { margin:0 5px; padding:2px 5px; font-size:1em; }
#similar-properties p.similar-property-details { }
#similar-properties p.similar-properties-price { font-weight:bold; }
#similar-properties h4 { padding:10px 5px; margin:0 5px; font-size:1.1em; height:70px; }

#similar-properties-list h3 { padding:0 10px; margin:10px 0 0 0; }
#similar-properties-list ul { list-style:none; margin:0; padding:0; }
#similar-properties-list li { clear:both; padding:10px; margin-bottom:5px; }
#similar-properties-list .img { float:left; margin:5px 6px 0 0; }
#similar-properties-list .img img { background-color:#fff; padding:2px; border:1px solid #CCC; }
#similar-properties-list p { margin:0 0 0 110px; font-size:1em; }
#similar-properties-list h4 { margin:0 0 0 110px; font-size:1em; }

/* --------------------------------------------------------------

    +Results

-------------------------------------------------------------- */


.pager { float:left; width:100%; margin-bottom:6px; }
.pager span { display:block; float:left; padding:2px 4px; margin-right:2px; }
.pager a { display:block; float:left; padding:2px 4px; margin-right:2px; text-decoration:none; }

/* --------------------------------------------------------------

    +New Developments

-------------------------------------------------------------- */


ul#developments							{ list-style:none;margin:0;padding:0; }
ul#developments li					{ float:left; height:250px; width:25%; text-align:center; font-size:0.9em; }
ul#developments li a img,
img.thumbnail		{ margin-left:1px;margin:auto; padding:1px; border-width:1px; border-style:solid; }

ul#developments li div.img { height:130px; }
ul#developments li div.img img { max-width:175px;max-height:115px }
ul#developments li span { color:#999; }
ul#developments li span a { text-decoration:none; }
ul#developments li span a:hover { text-decoration:underline; }

/* BASIC FORM */

form div.col-full { float:left;width:100%; }
form div.col-half { float:left;width:50%; }
form div.col-third { float:left;width:33%; }

form.dsForm { margin:0; }

form.dsForm fieldset {
  margin: 10px 5px;
  padding:0;
	font-size:1.2em;
}

form.dsForm ul,
form.dsForm ol {
	margin:0;
	padding:0;
}

form.dsForm legend {
  padding: 0 5px;
  font-size:1.4em;
  font-weight: bold;
  text-transform:uppercase;
  letter-spacing:0.2em;
  color:#297449;
	_margin: 0 -7px; /* IE Win */
}

form.dsForm li legend {
  font-size:1em;
}


form.dsForm fieldset li {
  list-style: none;
  padding: 5px 0 4px 0;
  margin: 0 0 1px 0;
  float:left;
  width:100%;
}

form.dsForm fieldset li label {
  display: block;
  color:#666;
  float: left;
  vertical-align: top;
  width: 180px;
  margin:5px 5px 0 10px;
}

form.dsForm fieldset li:hover label {
  color:#000;
}

form.dsForm fieldset li label span {
	width:170px;
	display:block;
}

form.dsForm em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.dsForm span {
	font-style: normal;
	color: #999;
	}

#map
{
	width: 297px;
	height: 297px;
	margin: 5px;
}

#images #map
{
	height: auto;
}

/* Map Popup ------------------------------------------------ */
#map-info-container {
	position: absolute;
	z-index: 1000;
	}

#map-info
{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
    background-color: #fff;
	margin: 20px;
}

#map-info h3 {
	font-family: Verdana;
	font-size: 1.1em;
	padding: 4px 7px;
	margin: 0;
	border-top: 1px solid #333;
	cursor: pointer;
	display: block;
	width: 290px;
	}

.map-info-body { padding: 7px; width: 290px; }
.accordion_toggle { background-color: #9BBACF; color:#000; }
.accordion_toggle_active { background-color: #205291; color:#FFF;}
.accordion_content { background-color: #ffffff; overflow: hidden; }
.accordion_content img { margin-right: 10px; margin-bottom: 0px; float: left; }
.accordion_content .price { font-family: Verdana; color: #c30c0c; font-size: 1.2em; }
.accordion_content .details { font-family: Verdana; font-weight: bold; font-size: 1.1em; color: #333; margin: 0; }
.accordion_content .options { background-color: #edf3fe; padding: 7px; text-align: center; width: 290px; }
.accordion_content .options a { font-size: 1.1em; padding-right: 10px; }
.accordion_content .options .propOptions { border: none; margin: 0; padding: 0; font-size: 0.9em; }
.accordion_content a.view { font-weight: bold; }

#refresh-dialog {
        position: absolute;
        display: none;
        left:275px;
        top: 0;
        background-color: #fcfae1;
        z-index: 999999;
        padding: 8px;

        }
#refresh-dialog img{
        vertical-align: middle;
}

#map-info .arrow { height: 27px; width: 14px; position: absolute; top: 30px; }
#map-info.left .arrow { background: url(http://www.propertynews.com/images/sitefiles/map/left-arrow.gif) no-repeat center center; left: -14px; }
#map-info.right .arrow { background: url(http://www.propertynews.com/images/sitefiles/map/right-arrow.gif) no-repeat center center; right: -14px; }

.propImage { float: left; width: 104px; margin-right: 12px; text-align: center; position: relative; }
.propPrice { font-weight: bold; color: #a21e2c; font-size: 1.1em; padding-top: 6px; }

.propDetails { float: left; width: 515px; margin-right: 12px; position: relative; }
.propDesc p { margin-bottom: 4px; }
.propOptions { border-top: 1px dotted #ccc; margin-top: 6px; padding-top: 6px; }
.propOptions ul { list-style: none; margin: 0; }
.propOptions ul li { display: inline; margin-right: 12px; padding: 0 0 4px 22px; float: left; }

.propAgentLogo { float: left; width: 60px; position: relative; word-wrap: break-word; margin-bottom: 12px; }

li.propInfo { background: url(http://www.propertynews.com/images/sitefiles/icons/info.gif) no-repeat 0 50%; }
li.propAdd { background: url(http://www.propertynews.com/images/sitefiles/icons/star-grey.gif) no-repeat 0 50%; }
li.propAdded { background: url(http://www.propertynews.com/images/sitefiles/icons/star.gif) no-repeat 0 50%; }
li.propNew { background: url(http://www.propertynews.com/images/sitefiles/icons/house.gif) no-repeat 0 50%; }


/* --------------------------------------------------------------

    +sliderControl Specific

-------------------------------------------------------------- */

#primary-filter {
  background-color:#fff;
  margin:0;
  padding:10px;
  list-style:none;
}
#primary-filter ul {
  list-style:none;
}

#filterPrice {
  padding-left:0;
}

    #sliderFrame {
      width:160px;
      height: 60px;
      margin-left:0;
      overflow:hidden;
      background: url(/images/sitefiles/content/slider-lines.jpg) no-repeat 0 60%;
    }
    #sliderLegend {
      margin-top: 0;
      font-size:.8em;
      height: 20px;
      color: #666;
    }
    #SliderMinPrice, #SliderMaxPrice {
        text-align:right;
        font-size:80%;
    }
    .sl1 {
    width: 20%;
    text-align: left;
    float:left;
    }
    .sl2 {
    width: 20%;
    text-align:center;
    float:left;
    }
    .sl3 {
    width: 20%;
    text-align:right;
    float:left;
    }

    #sliderLeft  {
      position:relative;
      z-index:2;
      background: url(/images/sitefiles/content/slider-tab.jpg) no-repeat top center;
      width:9px;
      height:31px;
      top: -12px;
      margin:0px;
      overflow:hidden;
    }
    #sliderRight {
      position:relative;
      z-index:2;
      background: url(/images/sitefiles/content/slider-tab.jpg) no-repeat top center;
      width:9px;
      height:31px;
      left: 147px;
      top: -43px;
      margin:0px;
      overflow:hidden;
    }
    #sliderBar {
      background: url(/images/sitefiles/content/slider-bar.jpg);
      position: relative;
      height:10px;
      top: 8px;
      width: 156px;
      margin:0px;
      clear:left;
      overflow:hidden;
      }
    #sliderPos input {
      width: 30px;
      font-size: 1em;
        }

    #sliderPos p { margin:0; font-size:1em; padding:0; }


/* --------------------------------------------------------------

        +Overwrite Styles

    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }

.bold          { font-weight: bold; margin: 0; }
.quiet          { font-weight: lighter; text-transform: none; letter-spacing: 0; color:#999; }
.last         { margin-right: 0; }
.half         { width: 48.5%; margin-right: 15px; }
.left         { float: left; }
.italic     { font-style: italic; letter-spacing: 0.04em; }

.no-marg             { margin: 0; }
.no-pad             { padding: 0; }
.marg-right     { margin-right: 14px; }
.marg-left         { margin-left: 14px; }
.marg-bottom     { margin-bottom: 14px; }
.marg-top         { margin-top: 14px; }
.marg-all         { margin: 14px; }

.pad-bottom     { padding-bottom: 14px; }


dl.overview dt { float:left; width:20%; }
dl.overview dd { font-weight:bold; }

#advsearch form { clear:both; margin-bottom:10px; padding-bottom:10px; }
#advsearch form fieldset legend { display:none; }
#advsearch form fieldset ol { list-style:none; margin:0 10px; }
#advsearch form fieldset ol li { clear:both; display:block; margin:8px 0; }
#advsearch form fieldset ol li label { display:block; margin-bottom:5px; }
#advsearch form fieldset ol li#proptype[id] select,
#advsearch form fieldset ol li#proparea[id] select { width: 300px; height: 132px; }
#advsearch form fieldset ol li#keywords label,
#advsearch form fieldset ol li#sale-rent label,
#advsearch form fieldset ol li#propbeds label,
#advsearch form fieldset ol li.price label { display:block; float:left; width:70px; margin-bottom:5px; padding-top:2px; }
#advsearch form fieldset ol li.searchtype { display:block; height:30px; }
#advsearch form fieldset ol li.searchtype label { clear:none; float:left; width:50px; margin:5px 0 10px 0; }
#advsearch form fieldset ol li.searchtype input { float:left; margin:2px 5px 10px 0 }
#advsearch form#quicksearch fieldset ol li span { display:block; }

#mapsearch h4 { padding:6px 0 3px 0; margin:0 0 10px 0; background:#666; text-align:center; }
#mapsearch h4 span { color:#666; background:#fff; padding:5px 10px; }
#mapsearch h4 a { padding:5px 10px; color:#fff; }

div#shell div#page div#content div#images div#add ul#slideshow div.thumbnail a .brochure-thumb { background-image :none !important; }

#staff-details p { margin-bottom: 5px; }
#staff-details p strong{ font-size: 1.3em; color:#730101; }
#staff-details span.qualification { font-style: italic; font-size: 0.9em; }


.brochure-link,
.forms-link,
.book-viewing {
	margin-left: 59px;
	margin-bottom: 10px;
	text-align: center;
	width: 170px;
	background-repeat:no-repeat;
	padding-bottom: 25px;
	background-image:url(/images/icons/controls.png); }
.brochure-link span,
.forms-link span,
.book-viewing span { display: none; }

.forms-link { background-position:0 -125px; }
.brochure-link { background-position:0 -155px; }
.book-viewing { background-position: 0 -185px;}

.coming-soon { padding:20px; }
.coming-soon table { margin-bottom: 20px; }
