/* @override http://mura:8500/mura/default/includes/themes/WRE/css/site.css */

/*	Theme: WRE */

/* @group GLOBALS
===================================== */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #ccc;
	background: #111111 url(../images/bgs/bg-body.jpg) repeat-x;
	padding:0;
	margin:0;
}
body.home {
	background: #111111 url(../images/bgs/bg-body-home.jpg) repeat-x;
}
* {
	-moz-outline: 0;
}
hr {
	clear: both;
	height: 0;
	margin: 2em 0;
	border: 1px solid #ccc;
	border-width: 1px 0 0;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
p.intro {
	color: #999;
	line-height: 1.4em;
	margin:1.25em 0;
}
/* @group Globals - Tables
===================================== */

.content table {
	width: 100%;
	margin-top: 10px;
}
th {
	border: 1px solid;
	border-color: #becfd6 #becfd6 #dce6ea;
	color: #32566c;
	background: #e9f3f7;
}
td {
	padding: 10px;
}
tr.alt td {
	background: #eee;
}  /*Move*/
/* @end Globals - Tables
-------------------------------- */


/* @group Globals - Forms
===================================== */

#primary form {
	margin: 0;
	padding: 10px 30px;
	overflow: hidden;
}
#contentDouble {
	float: left;
	width: 45%;
	margin-left: 20px;
}
#primary #svSearchResults form {
	max-width: 100%;
}
#primary fieldset {
	border: none;
	padding: 0;
}
#primary legend {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#primary label {
	display:block;
	font-weight: bold;
	color: #CCC;
	font-size: 1.1em;
	margin:.45em 0 1em 0;
	line-height:1.3em;
	width:100%;
}
input, textarea, select {
	display:block;
	padding:3px 2px;
	font-size: 1em;
	border:1px solid #636363;
	background: transparent url(../images/bgs/bg-input.png) repeat-x !important;
	margin:.25em 0;
	color: #CCC;
}
textarea, #IDX-leadMessageInput {
	background: transparent url(../images/bgs/bg-select.png) repeat-x !important;
	height:145px;
	width:350px;
}
select[multiple="multiple"] {
	background: transparent url(../images/bgs/bg-select.png) repeat-x !important;
	height: 80px !important;
}
input:focus, textarea:focus, select:focus {
	border:1px solid #ccc;
}
input {
	width:160px;
}
form .buttons, input#IDX-formSubmit, input#IDX-submitButton, input#IDX-leadFormSubmit {
	font-size: 1.2em;
	font-variant:small-caps;
	text-align:center;
	cursor: pointer;
	color: #111;
	font-weight: bold;
	background: transparent url(../images/bgs/bg-submit.png) repeat-x !important;
	padding: 4px 8px;
	border: 2px solid #666;
	height:35px;
	min-width:100px;
}
form .buttons:hover, input#IDX-formSubmit:hover, input#IDX-submitButton:hover, input#IDX-leadFormSubmit:hover {
	color: #111;
	padding: 4px 8px;
	border: 2px solid #111;
}
#IDX-searchReset input {
	background: none;
	border: none;
	color:  #557799;
	cursor: pointer;
}
#IDX-searchReset input:hover {
	text-decoration: underline;
}
/* @group Globals - Forms - Search
===================================== */

#searchForm {
	position: absolute;
	top: 30%;
	right: 0;
	margin: 0;
	padding: 0;
}
#searchForm fieldset {
	padding: 0;
	border: 0;
}
#searchForm input.text {
	float: left;
	width: 160px;
	margin: 0 .75em 0 0;
	font-style: italic;
	padding: 1px;
}
#searchForm .submit {
	float: right;
}
/* @end Globals - Forms - Search
-------------------------------- */


/* @group Globals - Forms - Login
===================================== */

/* @group Globals - Forms - Login
===================================== */

#login {
	padding-bottom: 1em !important;
}
#login ol {
	padding-top: 0;
}
#svLoginContainer input.text {
	width: 99%;
}
#svLoginContainer p.required {
	float: none;
	clear: both;
}
#sendLogin fieldset {
	margin-top: -.5em;
	padding-top: .25em;
}
/* @end Globals - Forms - Login
-------------------------------- */

.sidebar #login {
	padding: 0;
}
/* @end Globals - Forms - Login
-------------------------------- */


/* @group Globals - Forms - Comments
===================================== */

#svComments {
	border-top: 2px solid #ccc;
	margin-top: 3em;
	padding-top: 2em;
}
#svComments dl {
	border-bottom: 1px dotted #ccc;
}
/* @end Globals - Forms - Comments
-------------------------------- */

/* @end Globals - Forms
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group HELPER CLASSES
===================================== */

.clearfix:after {
	content: " "; /* Avoid extra space */
}
/* @end HELPER CLASSES
-------------------------------- */



/* @group LAYOUT
===================================== */

#container {
	width: 960px;
	margin: 0 auto ;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#content {
	position: relative;
}

#top {
	float:left;
	position:relative;
	background: transparent url(../images/bgs/bg-gradient.png) scroll repeat 0 0;
}
#primary {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.twoColSL #primary {
	float: right;
	width: 700px;
}
.twoColSR #primary {
	float: left;
	width: 700px;
}
.oneCol #primary {
	width: 940px;
	margin: 30px 10px 0 10px;
	min-height: 350px;
}
.threeCol #primary {
	width: 504px;
}
.content, .sidebar {
	min-height: 100px; /*Fixes odd no-content disappearing bug.*/
}
#primary {
	font-size: 1.1em;
}
#left {
	float: left;
	width: 167px;
	margin-right: 26px;
	padding: 30px 0;
}
.home #left {
	width: 687px;
	padding: 0;
}
#right {
	float: right;
	width: 156px;
	margin: 13px 0 0;
	padding: 16px 13px;
}
.home #right {
	width: 213px;
	margin: -40px 0 0;
	padding: 0;
}
.threeColSR {
	width: 167px;
}
.sidebar {
}
#left.sidebar {
}
#right.sidebar {
}
/* @group Layout - Header
===================================== */

#header {
	position: relative;
}
/* @end Layout - Header
-------------------------------- */


/* @group Layout - Logo Box
===================================== */

.home #logoBox {
	position: relative;
	float:left;
	margin: 0;
	width: 445px;
	padding:0;
	height:290px;
}
.oneCol #top, .twoColSL #top {
	position: relative;
	float:left;
	margin: 0;
	width: 960px;
	padding:0;
	height:190px;
}
.home h1 a {
	display: block;
	width: 400px;
	height: 170px;
	margin: 30px auto;
	text-indent: -9999px;
	background: url(../images/logo-w-real-estate-home.png) no-repeat 0 0;
}
.oneCol h1 a, .twoColSL h1 a {
	height:150px;
	position:relative;
	width:210px;
	margin: 10px auto 3px auto;
	text-indent: -9999px;
	background: url(../images/logo-w-real-estate.png) no-repeat 0 0;
}
#banner {
	width: 515px;
	height: 280px;
	position:relative;
	float: right;
}
/* @end Layout - Logo Box
-------------------------------- */


/* @group Layout - Right
===================================== */

#right {
	background: #f2f2f2;
}
/* @end Layout - Right
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	position: relative;
	clear: both;
	height: 80px;
	background: #000 url(../images/bgs/bg-footer.png) repeat-x 0 0;
}
#footer div {
	position: relative;
	padding: 40px 0;
	margin:  0 auto;
	color: #999;
	width: 960px;
}
#footer p {
	margin: 0;
	padding:0;
	float: left;
}
#footer ul {
	margin:0;
	padding:0;
	position:absolute;
	right:0;
}
#footer ul li {
	border-right:1px solid #CCCCCC;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 1.4em 0 0;
	padding-right:1.4em;
	position:relative;
}
#footer ul li.last {
	border: none;
	padding:0;
}
/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin: 0 0 1.5em;
}
#crumbList li {
	font-size: 1.2em;
}
#crumbList li a:hover {
	text-decoration: underline;
}
/* @end Nav - Breadcrumb
-------------------------------- */

/* @group Nav - Utility
===================================== */

.home .navUtility {
	position: relative;
	width:100%;
	overflow: auto;
	margin: 0;
	text-align: center;
	z-index: 100;
}
.oneCol .navUtility, .twoColSL .navUtility {
	margin:0;
	position:relative;
	text-align:center;
	width:100%;
	z-index:100;
}
.navUtility li {
	color: #999;
	display: inline;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	font-size: 1.3em !important;
	border-left: 1px solid #999;
}
.navUtility li.current {
	font-weight: bold;
}
.navUtility li.first {
	border: none;
}
#footer .navUtility {
	float: left;
}
#footer .navUtility li {
	padding: 0 5px;
	border-left: 1px solid #cfcfcf;
}
#header .navUtility li {
	border-left: 1px solid #959595;
}
#footer .navUtility li a {
	font-size: .9em !important;
	color: #999;
}
/* @end Nav - Primary
-------------------------------- */

/* @group Nav - Primary
===================================== */


#navPrimary, #navPrimary * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:3;
}

#navPrimary {
	position:	relative;
	float: left;
	clear: both;
	font-size: 1.1em;
	letter-spacing: .05em;
	margin: 0;
	padding: 0;
	line-height:	1.0;
	width: 100%;
	font-variant: small-caps;
	height: 44px;
	color: #fff;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
}

* html #navPrimary  {  width: 960px; }
* html #navPrimary li { display: inline;  }

#navPrimary li {
	float: left;
	position:	relative;
	margin: 0;
}
#navPrimary a {
	color: #fff;
	display: block;
	padding: 0 25px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #111;
	line-height: 44px;
	text-decoration: none;
}
ul#navPrimary li.current a {
	color: #c3c3c3;
	padding: 0 35px 0 34px;
	background: transparent url(../images/bgs/bg-nav-current.png) repeat-x;
}
#navPrimary li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#navPrimary li:hover ul, #navPrimary li.sfHover ul {
	width: 200px;
	left:			0;
	top:			44px; /* match top ul list item height */
	z-index:		9999;
}
ul#navPrimary li:hover li ul, ul#navPrimary li.sfHover li ul {
	top:	-999em;
}
ul#navPrimary li li:hover ul, ul#navPrimary li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			44px;
}
ul#navPrimary li li:hover li ul, ul#navPrimary li li.sfHover li ul {
	top:	-999em;
}
ul#navPrimary li li li:hover ul, ul#navPrimary li li li.sfHover ul {
	position: absolute;
	left:			10em; /* match ul width */
	top:			44px;
}
#navPrimary li a:hover, #navPrimary li.current a, #navPrimary li:hover, #navPrimary li.sfhover {
}
#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover {
	color: #999;
}
#navPrimary li li a:hover {
	color: #c3c3c3;
}
/*** arrows **/
#navPrimary a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			0;
	top:			17px; /* IE6 only */
	height:			9px;
	text-indent: 	-999em;
	overflow:		hidden;
	background: url(../images/icons/icon-arrow.gif) no-repeat 0 -18px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			17px;
	background-position: 0 -9px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: 0 -18px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
ul#navPrimary .sf-sub-indicator {
	background-position:  0 -9px;
}
ul#navPrimary a > .sf-sub-indicator {
	background-position:  0 -9px;
	padding-right: 25px;
}
/* apply hovers to modern browsers */
ul#navPrimary a:focus > .sf-sub-indicator, ul#navPrimary a:hover > .sf-sub-indicator, ul#navPrimary a:active > .sf-sub-indicator, ul#navPrimary li:hover > a > .sf-sub-indicator, ul#navPrimary li.sfHover > a > .sf-sub-indicator {
	background-position: 0 -1px; /* arrow hovers for modern browsers*/
}
/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: transparent url(../images/bgs/bg-shadow.png) no-repeat bottom right;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#navPrimary li:hover, #navPrimary li.sfHover, #navPrimary a:focus, #navPrimary a:hover, #navPrimary a:active {
	outline:		0;
	cursor: pointer;
}
#navPrimary li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 10;
	width: 90%;
	min-width: 120px;
	top: 39px;
	margin: 0;
	padding: 8px 10px 15px 10px;
}
ul#navPrimary li li { /* all list items */
	background:	none;
	float: left;
	margin: 0 !important;
	border-top: 1px solid #333;
	width: 90% /* width needed for Opera */
}
#navPrimary li li a {
	border: 0;
	border-left: 1px solid #333;
	display: block;
	padding: .75em;
	line-height: 1;
	font-size: .8em !important;
	text-transform: none;
	font-variant: normal;
	color: #fff !important;
}
#navPrimary li.current li a {
	background:	none;
}
#navPrimary li li a:hover {
	border-left: 1px solid #999;
}
#navPrimary ul li.first, #navPrimary ul li li.first { /* all list items */
	border: 0;
}
#navPrimary li ul ul { /* third-and-above-level lists */
	margin: -1.95em 0 0 12em;
}
#navPrimary li:hover ul ul, #navPrimary li:hover ul ul ul, #navPrimary li.sfhover ul ul, #navPrimary li.sfhover ul ul ul {
	left: -9999px;
	z-index: 1001;
}
#navPrimary li:hover ul, #navPrimary li li:hover ul, #navPrimary li li li:hover ul, #navPrimary li.sfhover ul, #navPrimary li li.sfhover ul, #navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* @end Nav - Primary - Dropdown
-------------------------------- */

/* @end Nav - Primary
-------------------------------- */


/* @group Nav - Secondary
===================================== */

.navSecondary {
	margin: 0 0 4em;
	padding: 0;
	list-style: none;
	height: auto;
}
.navSecondary li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #d6d6d6;
	line-height: 1.2;
}
.navSecondary .last {
	border: 0;
	padding-bottom: 0;
}
.navSecondary li ul {
	margin: .5em 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.navSecondary li {
	margin-bottom: .5em;
}
.navSecondary li a {
	display: block;
}
.navSecondary li a:hover {
}
.navSecondary li.current a {
	font-weight: bold;
	color: #ff3405;
	cursor: default;
}
.navSecondary li.current a {
	text-decoration: none;
}
/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
}
.navSecondary li li {
	margin: 0 0 .5em 1em;
	padding: 0;
	border-bottom: none;
	list-style: none;
	line-height: 1.2em;
}
.navSecondary li.current li a {
	font-weight: normal;
	color: #434343;
	cursor: pointer;
}
.navSecondary li.current li a:hover {
	text-decoration: underline;
}
.navSecondary li.current li.current a {
	font-weight: bold;
	color: #999;
	cursor: default;
}
.navSecondary li.current li.current a:hover {
	text-decoration: none;
}
/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */


/* @group Nav - More Results
===================================== */

.moreResults {
	border-top: 2px solid #e6e6e6;
	padding-top: 1.5em;
}
/*.moreResults dt {
	float: left;
	margin-right: .5em;
	}*/

.moreResults ul {
	/*float: right;*/
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.moreResults li {
	display: inline;
	padding: 0 .25em;
	list-style: none;
	border-right: 1px solid #b6b6b6;
}
.moreResults li.resultsFound {
	padding-right: .5em;
}
.moreResults li.navNext {
	border-right: 0;
}
.moreResults li.navPrev {
	border-right: 0;
}
.moreResults li a {
	padding: 0;
}
/* @end Nav - More Results
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* @group Galleries
===================================== */
/*Optimized Grid for 80px Thumbnails*/

#svGallery {
	border-top: 2px solid #e6e6e6;
	padding-top: 1.8em;
}
.oneCol #svGallery li {
	width: 9%;
}
.twoColSR #svGallery li, .twoColSL #svGallery li {
	width: 11%;
}
.threeCol #svGallery li {
	width: 18%;
}
/* @end
-------------------------------- */

/* @group Calendar
===================================== */

.svCalendar table {
	margin-top: 0;
}
.svCalendar th {
	background: #0c2846;
	vertical-align: middle;
}
.svCalendar th a, .svCalendar th a:hover {
	background: #0c2846;
}
.svCalendar th a:hover {
	color: #2e7aa7;
}
.svCalendar tr.dayofweek td {
	background: #2e7aa7;
	color: #fff;
}
.svCalendar th, .svCalendar td {
	border: 1px solid #fff;
}
.svCalendar td {
	background: #e9f3f7;
}
/* @end Calendar
-------------------------------- */

/* @group Dragable Feeds */

#svRSSFeeds form {
	background: transparent;
}
li.boxItemHeader { /* Link of items inside dragable boxes */
	color: #2e7aa7;
	padding-left: 10px;
	background: url(../images/pointer_red_sm.gif) no-repeat left .25em;
}
a.boxItemHeader { /* Link of items inside dragable boxes */
	color: #2e7aa7;
}
#svAddNewFeed {
	padding: 0 !important;
	background: transparent !important;
}
#svAddNewFeed button { /* !important used to override dragable_feeds.css */
	background: #2e7aa7 !important;
	font-size: 11px !important;
}
/* @end */



/* @group propertySearch
===================================== */

#propertySearch {
	background: #666666 url(../images/bgs/bg-gradient.png) repeat scroll 0 0;
	border:1px solid #929497;
	float:left;
	margin:0 40px 0 0;
	min-height:500px;
	position:relative;
	width:380px;
}
/* @end propertySearch
-------------------------------- */
	
	
/* @group Features
===================================== */

#features {
	float:right;
	overflow:hidden;
	position:relative;
	width:515px;
}
#features dl {
	float: left;
	clear: none;
	width: 210px;
	margin: 20px 45px 0 0;
}
#features dt {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.025em;
}
#features dt a {
	color: #232323;
}
#features dt a:hover {
	text-decoration: none;
}
#features dd {
	font-size: 1.1em;
}
#features dd p {
	margin: -3px 0 8px;
	line-height: 15px;
}
#features dd a {
	font-weight: bold;
}
#features dd.image {
	float: none;
	margin: 0 0 1.7em;
}
#features dd.image img { /* recommended size: */
/*width: 213px;*/
	/*height: 120px;*/
	}
/* @end Features
-------------------------------- */


/* @group Home Feeds
===================================== */

.home .sidebar .svIndex h3 {
	display: block;
	padding: 0 1em;
	margin-bottom: 1em;
	line-height: 40px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background: #ff3405;
}
.home .sidebar .svIndex dl {
	margin: 0 1.5em 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #d6d6d6;
}
.home .sidebar .svIndex dl.last, .home .sidebar .svIndex dl:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.home .sidebar .svIndex dt {
	margin: 0 0 .5em;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3;
}
.home .sidebar .svIndex dt.releaseDate {
	margin: 0 0 3px;
	font-size: 1em;
	text-transform: uppercase;
	color: #979797;
}
.home .sidebar .svIndex dd {
	margin: 0 0 .25em;
	padding: 0;
	font-size: 1.1em;
	color: #434343;
}
.home .sidebar .svIndex dd.summary {
	margin: 0 0 .5em;
}
/*.home .sidebar .credits,
.home .sidebar .tags,
.home .sidebar .ratings,
.home .sidebar .credits {
	color: #999 !important;
	}*/

.home .sidebar .svIndex dl.hasImage .image {
	margin: 0 .5em 0em 0;
}
.home .sidebar .svIndex dl.hasImage .image img {
	width: 50px;
}
.home .sidebar .svIndex dd p {
	margin: 0;
	padding: 0;
	line-height: inherit;
}
.home .sidebar .svIndex span.readMore a {
	display: none;
}
/* @end Home Promo Feeds
-------------------------------- */

/* @group Indexes
===================================== */

.svIndex dl {
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}
.sidebar .svIndex dl {
	margin: .5em 0;
	padding: .5em 0 .5em;
}
.svIndex dl.hasImage {
	padding-left: 90px;
	position: relative;
	min-height: 90px;
}
.sidebar .svIndex dl.hasImage {
	min-height: 0;
	padding-left: 0;
}
.svIndex dl.hasImage .image {
	float: none;
}
.sidebar .svIndex dl.hasImage .image {
	display: none;
}
.content .svIndex {
	margin-top: 2em;
}
.content .svIndex dt {
	font-size: 1.6em;
	margin-bottom: .5em;
}
.svIndex dt.releaseDate {
	text-transform: uppercase;
	color: #777;
	margin-bottom: .5em;
	font-size: 1em !important;
}
.svIndex dd {
	line-height: 1.2;
}
.svIndex dd.image {
	position: absolute;
	top: 0;
	left: 0;
}
/* @group Ratings */

.content .svIndex dd.credits, .content .svIndex dd.comments, .content .svIndex dd.tags, .content .svIndex dd.rating {
	line-height: 20px; /* acommodate height of stars */
}
div.stars a {
	width: 14px;
	height: 13px;
	background: transparent url(../images/rater/stars.png) no-repeat;
}
.zero {
	background-image: url(../images/rater/star_zero.png);
}
.one {
	background-image: url(../images/rater/star_one.png);
}
.onehalf {
	background-image: url(../images/rater/star_onehalf.png);
}
.two {
	background-image: url(../images/rater/star_two.png);
}
.twohalf {
	background-image: url(../images/rater/star_twohalf.png);
}
.three {
	background-image: url(../images/rater/star_three.png);
}
.threehalf {
	background-image: url(../images/rater/star_threehalf.png);
}
.four {
	background-image: url(../images/rater/star_four.png);
}
.fourhalf {
	background-image: url(../images/rater/star_fourhalf.png);
}
.five {
	background-image: url(../images/rater/star_five.png);
}
/* @end */

/* @group Slideshow
===================================== */

.svSlides .IDX-showcaseAddress, .svSlides .IDX-showcaseListingID, .svSlides .IDX-showcaseBeds, .svSlides .IDX-showcaseBaths {
	display: none !important;
}
.svSlideshow {
	position: relative;
	width: 515px;
	height: 290px;
	padding: 0;
	margin: 0;
	color: #b4dffa;
	background: #000;
	border: 0;
	float:right;
}
.svSlides {
	position: relative;
	border: 0;
	z-index: 1;
	padding: 0;
	margin: 0 !important;
	height: 290px;
}
.svSlides td.IDX-showcaseDetails {
	padding: 0 !important;
	margin: 0 !important;
	border: 0;
	font-size: 1em;
	background: transparent !important; /*for IE 6/7*/
}
.svSlides .IDX-showcasePrice, .svSlides .IDX-showcaseRemarks {
	background-color:#111111;
	color:#FFFFFF;
	display: block !important;
	font-size:1.4em !important;
	left:0;
	opacity:0.8;
	padding:5px 0 5px 30px;
	position:absolute;
	text-align:left;
	z-index:7;
	width:485px;
}
.svSlides .IDX-showcasePrice {
	top:190px;
	font-weight: bold;
	font-style:italic;
}
.svSlides .IDX-showcaseRemarks {
	font-size:1em !important;
	top:217px;
	height:18px;
	color:#B4DFFA;
}
.svSlides td {
	background-color:#111111;
	position: relative;
	z-index: 6;
	letter-spacing: -0.025em;
	font-size: 1.2em !important;
	line-height: 1.2em;
	width: 485px;
}
.svSlides td img {
	display: block;
	width: 515px;
	height: 290px;
}
ol.svPager {
	opacity:0.8;
	background-color: #111;
	top: 0;
	position:absolute;
	padding:5px;
	margin: 0 auto;
	z-index:2;
	font-weight:bold;
}
ol.svPager a {
	color: #fff;
	border: 1px solid #111;
	text-decoration: none;
	outline: none;
	padding: 2px 5px;
	font-size: 10px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ol.svPager li.activeLI a, ol.svPager a:hover {
	background-color: #ffffff;
	color: #111111;
	text-decoration: none;
}
/* @end Slideshow
-------------------------------- */

/* @end Indexes
-------------------------------- */


/* @group Session Tools
===================================== */

#svSessionTools p#welcome {
	font-weight: bold;
	color: #ff3405;
}
/* @end Session Tools
-------------------------------- */


/* @group User Tools - Categories
===================================== */

#svCategories li {
	margin: 0;
	padding: 0;
}
#svCategories li a {
	margin: 0;
	padding: 0;
}
/* @end User Tools - Categories
-------------------------------- */


/* @group User Tools - Favorites
===================================== */

#favoriteList li {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
#favoriteList li a {
	margin: 0;
	padding: 0;
}
/* @end User Tools - Favorites
-------------------------------- */

/* @end MODULES
-------------------------------- */

.team {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	padding: 50px 0;
	overflow:auto;
}
.last {
	border:none;
	padding-bottom: 0;
}
img.left {
	border: 2px solid #000000;
	margin: 0 3em 1em 0;
}
/* @group IDX Styles
===================================== */

#features table#IDX-showcaseWrapper {
	width: 100%;
	border: none;
	position: relative;
}
#features table#IDX-showcaseWrapper tr {
	margin: 15px 0 0 0;
}
#features td.IDX-showcaseDetails {
	border-bottom: 1px solid #666;
	;
	padding: 15px !important;
	position: relative;
	text-align: left!important;
}
#features div.IDX-showcasePhoto {
	overflow:hidden;
	float: right;
}
#features .IDX-showcasePhoto img {
	width: 145px;
	height: 80px;
	border: 1px solid #000;
	margin: 0 0 0 15px;
}
#features .IDX-showcasePrice, #features .IDX-showcaseAddress, #features .IDX-showcaseRemarks {
	display:block !important;
	font-size: 1.1em;
	margin: 5px 0;
}
#features .IDX-showcasePrice {
	font-weight: bold;
	font-size:1.2em !important;
}
#features .IDX-showcaseListingID, #features .IDX-showcaseAddress {
	display: none !important;
}
#IDX-resultsPagerTop, #IDX-resultsPagerBottom, #IDX-featuresCount {
	padding:8px 20px;
}
#IDX-searchNavWrapper, #IDX-searchCitySearch {
	margin: 20px 0;
	text-align: center;
}
#IDX-searchPage-cityField .IDX-searchLabel, #IDX-searchPage-zipCodeField .IDX-searchLabel, #IDX-searchPage-countyField .IDX-searchLabel {
	text-align: left;
}
#IDX-searchForm {
	width:940px;
}
#IDX-searchBedRooms, #IDX-searchBathRooms {
	top: 60px;
}
#IDX-searchSqFt, #IDX-searchDateAdded {
	top: 120px;
}
#IDX-searchSortByPrice {
	top: 170px;
}
#IDX-searchSubmitSort .IDX-searchBox {
	padding: 0;
	margin: 10px 0;
}
#IDX-searchSubmit .IDX-searchSubmit {
	margin: 0;
}  

#IDX-addressTypeSelect, #IDX-addressField, #IDX-addressSearchCity, #IDX-searchSortByPrice, #IDX-addressPerPage, #IDX-buttons {
	clear: both;
	float: left;
	margin: 10px 0;
}

.IDX-bioTitle, .IDX-bioName { text-align: left; !important }

#IDX-leadFormSubmit { width: 250px; }
/* @end IDX Styles
-------------------------------- */
/* EOF */
