/* @override
	http://dev.carollinton.mac/include/global.css
	http://cl.circumerro.com/include/global.css
*/

body {

	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 12px arial, helvetica, sans-serif;
	color: #333;
}

a {
	color: #619BC5;
}

h1 {
	color: #070F24;
	margin-top: 7px;
	padding: 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 23px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 15px 10px;
	font-family: arial, helvetica, sans-serif;
	color: #0B1735;
}

.hrule {
	background-color: #D9D7D5;
	height: 1px;
	overflow: hidden;
}

ul li.hrule {
	list-style-image: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.error {
	color: #f00;
	font-weight: bold;
}

/* @group header */

#header {
	position: relative;
	height: 187px;
	background: #214770 url(/images/backgrounds/header.jpg) no-repeat center bottom;
}

#header_top {
	background: url(/images/backgrounds/header_top.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 9px;
}

#header_inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
	height: 187px;
	overflow: visible;

}

#header_headshot {
	width: 170px;
	height: 192px;
	position: absolute;
	bottom: -22px;
	left: -40px;
}

#header_title {
	width: 926px;
	height: 187px;
	left: 75px;
	position: absolute;
	top: 0;
}

#header_title .container {
	position: absolute;
	top: 50px;
	left: 90px;
	height: 72px;
}

#header_logo {
	float: left;
	margin-top: 15px;
}

#header_title_divider {
	float: left;
	width: 1px;
	height: 72px;
	background: url(/images/gen/vert_dots.png) repeat-y;
	margin-right: 20px;
	margin-left: 20px;
}

#header_tagline {
	float: left;
	margin-top: 15px;
}

#header_nav {
	position: absolute;
	left: 200px;
	width: 850px;
	height: 15px;
	padding: 0;
	bottom: 20px;
}

#header_nav ul {
	font: bold 11px/32px tahoma;
	margin: 0;
	padding: 0;
	color: #EAEEF3;
}

#header_nav ul li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	padding-right: 13px;
	padding-left: 13px;
	padding: 0;
	height: 32px;
}

#header_nav ul li a {
	color: #EAEEF3;
	text-decoration: none;
	display: block;
	padding-right: 13px;
	padding-left: 13px;
	position: relative;
	text-align: center;
}

#header_nav ul li.on a {
	color: #316392;
}

#header_nav ul li .over {
	height: 32px;
	top: 0;
	left: 0;
}

#header_nav ul li .over div {
	float: left;
	top: 0;
	left: 0;
}

#header_nav ul li .over .over_left {
	width: 3px;
	height: 32px;
	position: relative;
}

#header_nav ul li.on .over .over_left
{
	background: url(/images/buttons/header_sprite.png) repeat-x;
}

#header_nav ul li .over .over_right {
	width: 3px;
	height: 32px;
	position: relative;
}

#header_nav ul li.on .over .over_right {
	background: url(/images/buttons/header_sprite.png) repeat-x 0 -32px;
}

#header_nav ul li .over .over_center {
	height: 32px;
	position: relative;
	text-align: center;
}

#header_nav ul li.on .over .over_center {
	background: url(/images/buttons/header_sprite.png) repeat-x 0 -64px;
}

#header_nav ul li.seperator {
	padding: 0;
	margin: 0;
}

#tabsContainer {
	position: absolute;
	right: 0;
	list-style-type: none;
	height: 36px;
	top: 0;
	z-index: 1000;
}

#tabsContainer ul {
	margin: 0;
	padding: 0;
}

#tabsContainer li {
	list-style-type: none;
	float: right;
	height: 36px;
	color: #fff;
	padding: 0;
	margin: 0;
	cursor:  pointer;;
}



/* @end */

/* @group body */

/* @group slideshow */

div.slideshow {
	width: 481px;
}

.slideshowThumbs a.scroll {
	display: block;
	width: 10px;
	height: 44px;
	float: left;
}

div.scrollContainer {
	position: relative;
	float: left;
	width: 453px;
	overflow: hidden;
}

#propertyIndexTop div.scrollContainer {
	width: 450px;
}

div.scrollArea {
	position: relative;
}

div.scrollArea a {
	margin-left: 5px;
}

div.scrollArea a.first {
	margin-left: 0;
}

.slideshowThumbs a.scroll.left {
	background-image: url(/images/buttons/slideshow/left.gif);
	margin-right: 4px;
}

.slideshowThumbs a.scroll.right {
	background-image: url(/images/buttons/slideshow/right.gif);
	margin-left: 4px;
}

.slideshowFull {
	position: relative;
}

.slideshowFull div {
	position: absolute;
	top: 0;
	left: 0;
}


/* @end */

/* @group short contact */

#short_contact {
	width: 235px;
}

#contact_bucket.border.left {
	border-left: 1px solid #D9D7D5;
	padding-left: 20px;
	float: right;
	margin-left: -1px;
}

#short_contact h2 {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#short_contact input {
	margin-top: 5px;
}

#short_contact_home,
#short_contact_address,
#short_contact_phone,
#short_contact_email,
#short_contact_form {
	border-top: 1px solid #D9D7D5;
	margin-top: 10px;
	padding-top: 10px;
}

#short_contact_form {
	padding-top: 10px;
}

#short_contact_submit {
	margin-top: 10px;
	display: block;
}

#short_contact_error {
	color: #f00;
	font-weight: bold;
	border-bottom: 1px solid #D9D7D5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}



/* @end */

#body {
	background-color: #fafafa;
	background-image: url(/images/backgrounds/body.jpg);
	padding-bottom: 20px;
}

#body_top {
	background: url(/images/backgrounds/body_top.png) repeat-x;
	height: 13px;
}

#body_inner {
	width: 890px;
	margin: 0 auto;
	position: relative;
}

#breadcrumbs {
	color: #999;
	margin-bottom: 15px;
}

#breadcrumbs .current_crumb {
	color: #609AC5;
	margin-left: 7px;
}

#breadcrumbs a {
	text-decoration: none;
	color: #333;
	margin: 0 7px;
}

.contentBox .container {
	padding: 5px;
}

.contentBox .container .wide {
	padding: 5px;
	background: #f9f9f9 url(/images/backgrounds/boxBground.gif) repeat-x right top;
}

#overview_images h2 {
	padding: 0;
}



/* @end */

/* @group footer */

#footer {
	background: url(/images/backgrounds/footer_top.gif) repeat-x;
	padding-top: 35px;
	color: #999;
	padding-bottom: 20px;
	font-size: 11px;
}

#footer a {
	color: #619BC5;
}

#footer_inner {
	width: 890px;
	margin: 0 auto 20px;
}

#footer_inner .left {
	float: left;
	width: 600px;
	top: 0;
	left: 0;
}

#footer_links {
	width: 650px;
}

#footer_links ul {
	margin: 0;
	padding: 0;
}

#footer_links ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#footer_links ul li a {
	text-decoration: none;
}

#footer_links ul li.seperator {
	margin-right: 5px;
	margin-left: 5px;
}

#footer_copy {
	margin-top: 10px;
}

#footer_sothebys {
	margin-top: 20px;
	width: 350px;
	float: left;
}

#footer_sothebys .clear {
	height: 10px;
}

#footer_eho {
	display: block;
	margin-top: 15px;
}

#footer_inner .right {
	float: right;
}

#footer_logo {
}

#footer_address {
	margin-top: 25px;
}

.facebook_link {
    float: left;
    margin-left:30px;
    margin-top:90px;
    width:120px;
}

#contact_info .facebook_link {
    float: none;
    margin: 10px 0 0 0;
}

.facebook_link a {
    background: url('/images/buttons/icon_facebook.gif') no-repeat center right;
    display:block;
    height:23px;
    line-height:23px;
    width:110px;
    font-size:14px;
    font-weight:bold;
}

#contact_info .facebook_link a {
    color: #619BC5;
}

#footerSocial {
	display: block;
	margin-top: 10px;
}

/* @end */

/* @group properties */

/* @group sotheby's select */

.searchResults ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.searchResults ul li {
	float: left;
}

.searchResults ul li.heading {
	width: 390px;
}

.searchResults ul li.heading.regular {
	width: 180px;
}

.searchResults .heading ul li.select {
	margin-left: 50px;
	width: 175px;
	height: 30px;
}

.searchResults div.heading ul li.perPage {
	margin-left: 75px;
}

.searchResults div.heading ul li.allPages {
	float: right;
}

.searchResults ul li.viewAll {
	text-align: right;
	float: right;
}

.searchResults ul li.select {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.searchResults h2 {
	color: #0B1734;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
}

.searchResults h3 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.searchResults .heading {
	margin-bottom: 5px;
	line-height: 30px;
}

.searchResults .hrule {
	margin-bottom: 15px;
}

.searchResults .list.hrule {
	clear: both;
	margin-top: 15px;
}

.searchResults .list .info .hrule {
	margin-top: 10px;
	margin-bottom: 10px;
}

.searchResults div.image_outer {
	float: left;
	background-color: #ededed;
	margin-right: 15px;
}

.searchResults div.image_outer.wide {
	background-image: none;
	padding: 10px;
}

!important.searchResults div.image_inner.wide {
	background-image: none;
	margin: 0;
	padding: 0;
	background-color: #ededed;
}

.searchResults .list .details span.data {
	font-weight: bold;
}

.searchResults .viewPropertyDetails {
	margin-top: 10px;
	display: block;
}

.searchResults a {
	color: #609AC5;
	font-size: 11px;
	text-decoration: none;
}

.searchResults a span {
	text-decoration: underline;
}



/* @end */

/* @group details */

#property_detail {
	float: left;
	width: 580px;
	margin-left: -1px;
	padding-left: 15px;
}

#property_detail .hrule {
	width: 100%;
	margin: 10px 0;
}

#property_detail h3 {
	font-size: 23px;
	color: #619BC5;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#property_detail .top .pictures {
	width: 400px;
	height: 329px;
	background-color: #fff;
	float: left;
	padding: 8px;
}

#property_detail .top .pictures .full {
	width: 400px;
	height: 300px;
	margin: 0;
	padding: 0;
}

#property_detail .top .pictures .full .picture,
#property_detail .top .pictures .full .video {
	position: absolute;
	width: 400px;
	height: 300px;
	text-align: center;
}

#property_detail .top .pictures .gallery {
	margin-top: 8px;
	margin-left: -4px;
}

#property_detail .top .pictures .gallery a.picture,
#property_detail .top .pictures .gallery a.video {
	display: block;
	float: left;
	margin-left: 4px;
	border: 1px solid #619BC5;
	height: 21px;
	position: relative;
}

#property_detail .top .pictures .gallery a.video .play {
	position: absolute;
	top: 1px;
	left: 6px;
	border-style: none;
}

#property_detail .top .info {
	width: 150px;
	float: left;
	margin-left: 10px;
	color: #333;
	font-size: 12px;
}

#property_detail .top .info h4 {
	color: #060E24;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px;
}

#property_detail .top .info ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-image: url(/images/gen/blue_arrow.gif);
}

#property_detail .top .info ul li {
	line-height: 135%;
}

#property_detail .top .info ul li a {
	color: #619BC5;
	font-weight: bold;
	font-size: 11px;
}

#property_detail .bottom .tabs {
	height: 25px;
	margin-top: 15px;
	z-index: 1000;
	position: relative;
}

#property_detail .bottom .tabs .tab {
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background-color: #619BC5;
	margin-right: 4px;
	cursor:  pointer;
}

#property_detail .bottom .tabs .tab.on {
	color: #3D658A;
	background-color: #fff;
}

#property_detail .bottom .content {
	height: 356px;
	padding: 10px 8px 8px;
	background-color: #fff;
	color: #333;
	font-size: 12px;
	width: 855px;
}

#property_detail .bottom .content .citem {
	width: 860px;
	height: 356px;
}

#property_detail .bottom .content #features,
#property_detail .bottom .content #info {
	background: url("/images/backgrounds/boxBground.gif") repeat-x scroll right top #F9F9F9;
	overflow: auto;
	width: 100%;
}

#property_detail .bottom .content #info {
	padding:  15px;
	width: 830px;
	height:  326px;
}

#property_detail .bottom .content #features b {
	color: #619BC5;
	font-weight: bold;
}

#property_detail .bottom .content #features .feature {
	height: 25px;
	border-bottom: 1px solid #D9D7D5;
	line-height: 25px;
	margin-right: 15px;
	margin-left: 15px;
}

#property_detail .bottom .content #features .description {
	color: #000;
	margin: 15px;
}

#property_detail .bottom .content #features .description b {
	display: block;
	margin-bottom: 10px;
	color: #070F24;
	line-height: 135%;
	font-size: 12px;
}

#propertyDetail {
	width: 880px;
}

#propertyDetail h1 {
	color: #0B1734;
	font-size: 20px;
	font-weight: bold;
}

#propertyDetail #propertyDetailSearch {
	width: 213px;
	float: left;
	margin-right: 10px;
}

#propertyDetail #propertyBox {
	float: right;
	background:  url("/images/backgrounds/boxBground.gif") repeat-x scroll right top #F9F9F9;
	padding-left: 5px;
	padding-right: 5px;
}

#propertyDetail #propertyImages {
	width: 480px;
	float: left;
}

#propertyDetail #propertyButtons {
	float: left;
	width: 152px;
	margin-left: 5px;
}

#tabs_container_content {
	width: 880px;
	z-index: 999;
	position: relative;
}

#propertyButtons img {
	display: block;
	margin-bottom: 5px;
}



/* @end */

/* @group search results */

#property_left {
	float: left;
	border-right: 1px solid #D9D7D5;
	padding-right: 15px;
	width: 275px;
}

#property_left #contact_bucket {
	margin-left: 15px;
	margin-top: 25px;
}

#property_list {
	float: left;
	width: 575px;
	border-left: 1px solid #D9D7D5;
	margin-left: -1px;
	padding-left: 15px;
}

#pag_control_bottom {
	float: right;
}

#pag_control a,
#pag_control_bottom a {
	color: #619BC5;
	font-weight: bold;
}

#pag_control .on,
#pag_control_bottom .on {
	color: #070F24;
	font-weight: bold;
}

#search_sort {
	float: left;
	color: #333;
	font-size: 12px;
}

#search_sort span {
	font-weight: bold;
	color: #070F24;
	font-size: 16px;
}

#search_pages {
	float: right;
	width: 275px;
	text-align: right;
	position: relative;
}

#search_pages div {
	position: absolute;
	right: 0;
	bottom: 0;
}

a.pageLink,
span.pageLink {
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

a.next.pageLink,
#search_pages a.back.pageLink {
	text-decoration: none;
}

/* @group item */

#property_list .list {
	clear: both;
}

#property_list .list .image_outer {
	float: left;
	background-color: #fff;
	height: 135px;
}

#property_list .list .image_outer.wide {
	width: 196px;
	margin-right: 15px;
}

#property_list .list .image_outer.tall {
	width: 105px;
	margin-left: 45px;
	margin-right: 60px;
}

#property_list .list .image_outer .image_inner {
	margin-top: 8px;
	margin-left: 8px;
	height: 119px;
}

#property_list .list .image_outer .image_inner.wide {
	width: 180px;
}

#property_list .list .image_outer .image_inner.tall {
	width: 89px;
}

#property_list .list .info {
	color: #000;
	float: left;
	width: 360px;
}

#property_list .list .info h2 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 16px;
	color: #619BC5;
}

#property_list .list .info .description {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 110%;
}

#property_list .list .info .details {
	font-size: 11px;
	line-height: 115%;
}

#property_list .list .info .details .data {
	color: #619BC5;
	font-weight: bold;
}

#property_list .list .info ul.detail_link {
	margin: 10px 0 0;
	padding: 0;
	color: #333;
	list-style-type: none;
}

#property_list .list .info ul.detail_link a {
	color: #619BC5;
	font-weight: bold;
}

#property_list .hrule {
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}



/* @end */



/* @end */

/* @group regions */

#region_bucket {
	float: right;
}

#region_bucket.border.right {
	border-right: 1px solid #D9D7D5;
	padding-right: 30px;
}

#region_info {
	width: 280px;
}

#region_info h2 {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#region_info ul {
	padding: 0 0 0 25px;
	margin: 0;
	list-style-type: none;
	list-style-image: url(/images/gen/blue_arrow.gif);
}

#region_info ul li {
	font-size: 11px;
	color: #666;
	position: relative;
}

#region_info ul li.hrule {
	list-style-image: none;
	margin-left: -15px;
	margin-right: 10px;
}

#region_info ul li a {
	color: #619BC5;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-size: 13px;
}



/* @end */

/* @group search bucket */

#search_bucket {
	float: left;
}

#property_search {
	position: relative;
}

#property_search h2 {
	padding-bottom: 0;
	margin-bottom: 10px;
}

#property_search_bground {
	width: 276px;
	height: 382px;
	background-color: #000;
	opacity: 0.05;
	filter: alpha(opacity = 5);
}

#property_search_outer {
	width: 267px;
	height: 374px;
	background-color: #fff;
	position: absolute;
	top: 4px;
	left: 4px;
}

#property_search_inner {
	padding: 7px;
	width: 248px;
	height: 355px;
	background: url(/images/backgrounds/search.jpg) no-repeat;
	position: absolute;
	top: 6px;
	left: 6px;
}

#property_search_inner .property_option {
	border-top: 1px solid #D9D7D5;
	border-bottom: 1px solid #D9D7D5;
	margin-top: -1px;
	height: 46px;
	margin-right: 6px;
	z-index: 90;
}

#property_search_inner a {
	color: #619BC5;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}

#property_search_inner #search_button {
	margin-top: 10px;
	display: block;
	height: 24px;
	margin-bottom: 10px;
}

#property_search_inner ul {
	padding: 10px 6px 0 15px;
	list-style-type: none;
	list-style-image: url(/images/gen/blue_arrow.gif);
	margin: 0;
}

#property_search_inner ul li {
	font-size: 11px;
	color: #666;
	position: relative;
	height: 30px;
}

#property_search_inner ul li.hrule {
	padding: 0;
	margin-left: -16px;
	height: 1px;
}

#property_search_inner ul li a {
	text-decoration: none;
	font-size: 13px;
}

#property_search_inner .property_option.selected {
	background-color: #e5e5e5;
	border-left: 1px solid #D9D7D5;
}

#property_search_inner .selected ul {
	padding-left: 14px;
}

#property_search_inner .property_search_options .border_blocker {
	width: 1px;
	height: 46px;
	position: absolute;
	top: 0;
	left: -1px;
	background-color: #e5e5e5;
}

#property_search_inner .property_search_options label.region {
	display: block;
	font-weight: bold;
	color: #619BC5;
	margin-top: 5px;
}

#property_search_inner .property_search_options {
	position: absolute;
	top: -11px;
	right: -278px;
	width: 250px;
	background-color: #e5e5e5;
	z-index: 100;
	border: 1px solid #D9D7D5;
	padding: 10px;
}

#property_search_inner .property_search_options .close {
	text-align: right;
	margin-top: -5px;
	margin-right: -5px;
}

#property_search_inner .property_search_options .close a {
	font-size: 10px;
}

#property_search_inner .property_search_options h3 {
	margin-bottom: 0;
	padding: 0;
}

#property_search_inner .property_search_options .property_search_description {
	color: #999;
	display: block;
	margin-bottom: 5px;
}

#property_search_inner .property_search_options .search_price_container {
	float: left;
	margin-right: 15px;
	width: 100px;
}

#property_search_inner .property_search_options .search_clear {
	clear: both;
	padding-top: 10px;
	text-align: right;
}

#property_search_inner .property_search_options .search_clear a {
	font-size: 10px;
}



/* @end */

/* @group features */


#feature_nav #feature_nav_prev {
	float: left;
}

#feature_nav #feature_nav_next {
	float: right;
}

#feature_nav #feature_nav_direct {
	width: 762px;
	float: left;
	height: 23px;
	text-align: center;
	font: bold 13px/23px times, serif;
}

#feature_nav #feature_nav_direct a {
	text-decoration: none;
	color: #609AC5;
}

#feature_nav #feature_nav_direct a.on {
	color: #0B1837;
}

#feature_nav #feature_nav_prev,
#feature_nav #feature_nav_next {
	width: 64px;
	height: 23px;
}

#body_features {
	position: relative;
	padding: 5px;
	height: 314px;
	overflow: hidden;
	width: 880px;
}

#body_hp_features {
	position: relative;
	padding: 5px;
	height: 273px;
	overflow: hidden;
	width: 618px;
}

#features_all_container {
	position: relative;
	height: 314px;
	z-index: 100;
}

#features_hp_all_container {
	position: relative;
	height: 314px;
	z-index: 100;
}

#body_features #features_all {
	position: absolute;
}

#body_features_bground {
	background-color: #000;
	opacity: 0.05;
	filter: alpha(opacity = 5);
	width: 895px;
	height: 328px;
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 1;
}

#body_hp_features_bground {
	background-color: #000;
	opacity: 0.05;
	filter: alpha(opacity = 5);
	width: 835px;
	height: 228px;
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 1;
}

#body_features .feature {
	z-index: 2;
	position: relative;
	float: left;
	width: 880px;
	margin-right: 10px;
}

#body_features .detailsContainer,
#body_hp_features .detailsContainer {
	float: left;
	width: 256px;
	color: #0E1922;
	background-color: #fff;
	padding: 8px 6px;
	height: 298px;
}

#body_hp_features .detailsContainer {
    width: 254px;
    height: 256px;
}

#body_features .detailsContainer .details,
#body_hp_features .detailsContainer .details {
	background-image: url(/images/backgrounds/bucket.jpg);
	height: 100%;
	position: relative;
}

#body_features .dark,
#body_features .light,
#body_hp_features .dark,
#body_hp_features .light {
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
}

#body_features .dark,
#body_hp_features .dark {
	background-color: #e5e5e5;
}

#body_features .light,
#body_hp_features .light {
	background-color: #f9f9f9;
}

#body_features .data,
#body_hp_features .data {
	color: #619BC5;
	font-weight: bold;
}

#body_features .detail_link {
	height: 24px;
	width: 178px;
	position: absolute;
	bottom: 20px;
	left: 7px;
}

#body_hp_features .detail_link {
	height: 24px;
	width: 178px;
        margin-top: 10px;
}

#body_features .imageContainer,
#body_hp_features .imageContainer {
	float: right;
	height: 300px;
}

#body_features .imageContainer_inner,
#body_hp_features .imageContainer_inner {
	background-color: #fff;
	z-index: 1000;
}

#body_features .imageContainer .thumbnails {
	float: left;
	width: 190px;
	height: 308px;
	padding-top: 6px;
}

#body_features .imageContainer .thumbnails .video .play {
	position: absolute;
	left: 20px;
	top: 9px;
	border-style: none;
}

#body_features .imageContainer .thumbnails a {
	display: block;
	float: left;
	width: 85px;
	height: 64px;
	text-align: center;
	margin-bottom: 6px;
	margin-left: 6px;
	position: relative;
}

#body_features .imageContainer .vert_rule {
	float: left;
	width: 1px;
	background-color: #D6D3D1;
	height: 300px;
	margin-top: 7px;
	margin-right: 8px;
}

#body_features .imageContainer .full {
	float: left;
	width: 405px;
	height: 314px;
}

#body_hp_features .imageContainer .full {
	float: left;
	width: 352px;
	height: 272px;
        background-color:#FFFFFF;
}

#body_features .imageContainer .full .picture,
#body_features .imageContainer .full .video {
	text-align: center;
	width: 400px;
	height: 300px;
	position: absolute;
}

#body_features .imageContainer .full .picture,
#body_hp_features .imageContainer .full .picture {
	display: block;
	margin-top: 7px;
}

#body_features .imageContainer .full .video,
#body_hp_features .imageContainer .full .video {
	margin: 6px auto auto;
}

.homePageShuffle {
   position: relative;
}

#featured, #search {
    float: left;
    width: 148px;
    height: 31px;
    position: relative;
}

#featured.on, #search.on {
    background-color:#000000;
    opacity: 0.05;
    filter: alpha(opacity = 5);
    position: relative;
}

.featured , .search ,
.featured.on , .search.on  {
    position: absolute;
    display: block;
    width: 139px;
    height: 29px;
    margin: 2px 2px 0 2px;
    background-color: #fff;
    opacity: 1;
    text-decoration: none;
    font-size:14px;
    font-weight:bold;
    line-height:25px;
}

.featured.on , .search.on {
    color: #0B1735;
    z-index: 100;
}

.featured , .search  {
    background-color: #fbfbfb;
    color: #619BC5;
    opacity: 1;
}

.search , .search.on {
    top: 4px;
    left: 150px;
}

.featured , .featured.on {
    top: 5px;
    left: 3px;

}

#homeTop #featuredPropertyContainer {
	width: 375px;
	padding: 10px;
	background: #fff url(/images/backgrounds/boxBground.gif) no-repeat;
	float: left;
}

#featuredPropertyOuterContainer {
	width: 375px;
	overflow: hidden;
	position: relative;
}

#featuredPropertyInnerContainer {
	position: absolute;
}

#homeTop #featuredPropertyContainer h2,
#video_container h2 {
	color: #0B1733;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}

#video_container h2 {
	padding-top: 10px;
}

#homeTop #featuredPropertyContainer h3 {
	margin: 5px 0;
	color: #333;
}

#homeTop #featuredPropertyContainer .imageContainer {
	text-align: center;
	margin-top: 5px;
}

#homeTop #featuredPropertyContainer .imageContainer_inner {
	background: #f9f9f9 url(/images/backgrounds/boxBground.gif) repeat-x right top;
	padding-top: 5px;
	padding-bottom: 5px;
}

#homeTop #featuredPropertyContainer .featuredDescription {
	margin-top: 5px;
	margin-bottom: 10px;
}

#featuredPropertyInnerContainer .feature {
	float: left;
	overflow: hidden;
	width: 375px;
}

#featuredControlButtonsOuter {
	clear: both;
	margin-top: 10px;
	background-color: #efefef;
	padding: 5px;
}

#propertyIndexTop #featuredControlButtonsOuter {
	padding: 0;
}

#propertyIndexTop #featuredControlButtonsOuter {
	float: left;
}

#featuredControlButtonsInner {
	background-color: #dfdfdf;
	text-align: center;
}

#propertyIndexTop #featuredControlButtonsInner {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	padding-left: 10px;
}

#featuredControlButtonsInner img {
	cursor: pointer;
	vertical-align: middle;
}

#featuredControlButtonsInner .prev {
	margin-right: 5px;
}

#propertyIndexTop #featuredControlButtonsInner .prev {
	margin-left: 70px;
}

#featuredControlButtonsInner .next {
	margin-left: 5px;
}

#propertyIndexTop #featuredPropertyOuterContainer {
	width: 885px;
}

#propertyIndexTop .feature {
	width: 870px;
	float: left;
	margin-right: 15px;
}

#propertyIndexTop .detailsContainer {
	float: left;
	width: 375px;
	background: #f9f9f9 url(/images/backgrounds/boxBground.gif) repeat-x right top;
	padding-right: 5px;
	padding-left: 5px;
}

#propertyIndexTop .slideshow {
	width: 480px;
}

#propertyIndexTop #featuredPropertyContainer {
	margin: 5px;
	position: relative;
}

#propertyIndexTop h2 {
	width: 360px;
	border-bottom: 1px solid #D9D7D5;
	padding-bottom: 5px;
	z-index: 1000;
	margin-left: 0;
	padding-left: 0;
}

#propertyIndexTop {
	margin-bottom: 15px;
}

/* @end */



/* @end */

/* @group Contact */

#contact_info {
	border-left: 1px solid #D9D7D5;
	float: right;
	padding-left: 15px;
}

#contact_info #short_contact_address {
	border-top-style: none;
}

#portrait {
	padding: 7px;
	background-color: #fff;
	position: relative;
}

#portrait .shadow {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 249px;
	height: 363px;
	background-color: #000;
	opacity: 0.05;
	filter: alpha(opacity = 5);
}

#contact_form {
	float: left;
	width: 600px;
}

#contact_form .item {
	color: #0B1735;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	clear: both;
}

#contact_form .item i {
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	line-height: 125%;
}

#contact_form .item span {
	font-weight: normal;
	color: #333;
}

#contact_form .item.text {
	width: 310px;
}

#contact_form .item.text input,
#contact_form .item .left input {
	width: 310px;
}

#contact_form .item.textarea {
	width: 510px;
}

#contact_form .item.textarea textarea {
	width: 510px;
	height: 105px;
}

#contact_form .item.submit {
	margin-top: 25px;
}

#contact_form .item .left {
	float: left;
}

#contact_form .item .right {
	float: left;
	margin-left: 15px;
}

#contact_form .item .right input {
	width: 140px;
}

#contact_form .item.center {
	padding-top: 10px;
}

#contact_form .item.center .left {
	width: 200px;
	text-align: right;
}

#contact_form .item.center .right {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

#contact_form .item.center .right input {
	width: 15px;
}

#contact_form .item.center .right label {
	color: #0B1735;
	font-size: 13px;
	font-weight: bold;
	display: block;
}

#portrait .image {
	width: 227px;
	height: 341px;
	position: relative;
}



/* @end */

/* @group Overview */

#short_contact {

}

#contact_bucket.overview,
#contact_hp_bucket.overview{
	float: right;
}

#contact_hp_bucket.overview {
    border-left:1px solid #D9D7D5;
    padding-left:7px;
}

#contact_hp_bucket.overview #short_contact {
    width: 250px;
    font-size: 11px;
}

#contact_hp_bucket.overview #short_contact a {
    font-size: 11px;
}

#contact_hp_bucket.overview #short_contact_home,
#contact_hp_bucket.overview #short_contact_address,
#contact_hp_bucket.overview #short_contact_phone,
#contact_hp_bucket.overview #short_contact_email {
border-top:1px solid #D9D7D5;
margin-top:5px;
padding-top:5px;
}

#contact_hp_bucket.overview #short_contact_email {
    border: none;
}

#overview_container {
	float: left;
	width: 510px;
}

#region_bucket {
	width: 300px;
}

.collapsible_list {
	background: #f9f9f9 url(/images/backgrounds/boxBground.gif) repeat-x right top;
	padding: 15px;
	position: relative;
}

.collapsible_list h2 {
	color: #070F24;
	font-weight: bold;
	font-size: 20px;
	padding: 0;
}

.collapsible_list ul {
	list-style-image: url(/images/gen/blue_arrow.gif);
	padding-left: 20px;
}

.collapsible_list ul.on {
	list-style-image: url(/images/gen/black_arrow.gif);
}

.collapsible_list ul li {
	color: #666;
	font-size: 11px;
	line-height: 120%;
}

.collapsible_list ul li a.opener {
	color: #619BC5;
	font-size: 13px;
	line-height: 130%;
	font-weight: bold;
	text-decoration: none;
}

.collapsible_list ul.on li a.opener {
	color: #060E24;
}

#overview_images,
#resource_images,
#about_images,
#home_images {
	margin-bottom: 30px;
	position: relative;
}

#overview_images {
	margin-bottom: 13px;
}

.contentBox {
	position: relative;
}

.shadow {
	background-color: #000;
	position: absolute;
	top: -4px;
	left: -4px;
	opacity: 0.05;
	filter: alpha(opacity = 5);
}

#overview_images .shadow,
#resource_images .shadow,
#home_images .shadow {
	width: 894px;
	height: 303px;
}

#resource_images .shadow {
	width: 886px;
	height: 295px;
}

.contentBox .container {
	background-color: #fff;
	position: relative;
	padding-top: 4px;
	padding-left: 4px;
}

#overview_images .container {
	width: 886px;
	min-height: 295px;
	background-color: #fff;
	position: relative;
}

#resource_images .container {
	width: 874px;
	height: 283px;
	padding-top: 4px;
	padding-left: 4px;
	background-color: #fff;
	position: relative;
}

#overview_images .container .thumbs {
	width: 307px;
	height: 280px;
	overflow: auto;
	float: left;
	margin-top: 7px;
	margin-left: 6px;
}

#overview_images .container .full {
	float: left;
	margin-top: 7px;
	margin-left: 9px;
	position: relative;
}

#overview_images .container .full div {
	top: 0;
	left: 0;
	position: absolute;
}

#overview_container h2 {
	padding:  0;
}



/* @end */

/* @group about */

#about_images .container,
#home_images .container {
	width: 899px;
	background-color: #fff;
	height: 348px;
	position: relative;
	margin-bottom: 30px;
}

#about_images .image,
#home_images .copy {
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	overflow: hidden;
	width: 371px;
	height: 326px;
	position: relative;
}

#home_images .copy {
	width: 361px;
	height: 316px;
	padding: 5px;
	background: url(/images/backgrounds/home_copy.jpg) no-repeat;
}

#home_images .copy h2 {
	padding-bottom: 0;
	padding-left: 0;
}

#about_images .video,
#home_images .video {
	width: 510px;
	height: 330px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	position: relative;
}

#home_images .shadow,
#about_images .shadow {
	width: 907px;
	height: 356px;
	position: absolute;
	background-color: #000;
	opacity: 0.05;
	filter: alpha(opacity = 5);
	top: -4px;
	left: -4px;
}



/* @end */

/* @group home */

#homeTop {
	margin-bottom: 50px;
}

#home_search {
	float: left;
	/* padding-right: 15px; */
}

#home_search #property_search_inner {
	width: 554px;
	height: 236px;
	background-image: url(/images/backgrounds/home_search.jpg);
	position: relative;
}

#home_search #property_search_outer {
	width: 568px;
	height: 250px;
}

#home_search #property_search_bground {
	width: 576px;
	height: 258px;
}

#home_search .home_left {
	float: left;
}

#home_search .home_right {
	float: right;
	margin-right: 10px;
}

#home_search .property_option {
	width: 255px;
}

#home_search #search_button {
	position: absolute;
	right: 25px;
	bottom: 10px;
}

#home_search #reset_all {
	position: absolute;
	bottom: 20px;
	left: 301px;
}

#home_search .home_right.selected,
#home_search .home_left.selected {
	margin-right: 9px;
}

#home_search .home_right.selected ul,
#home_search .home_left.selected ul {
	margin-left: 1px;
}

#home_search .home_right.selected .property_option.selected ul,
#home_search .home_left.selected .property_option.selected ul {
	margin-left: 0;
}

#homeTop #video_container {
	float: right;
	overflow: hidden;
	width: 480px;
}



/* @end */

/* @group header tabs */

.headerTabModal, .searchTabModal {
	position: absolute;
	top: 39px;
	width: 508px;
}

.headerTabModal .outerContainer, .searchTabModal .outerContainer {
	background-color: #fff;
	padding: 5px;
}

.headerTabModal .innerContainer, .searchTabModal .innerContainer {
	background: #f9f9f9 url(/images/backgrounds/boxBground.gif) repeat-x right top;
	position: relative;
	padding-top: 25px;
	padding-bottom: 15px;
}

.headerTabModal .innerContainer .close,
.searchTabModal .close,
#modalInnerContent .close {
	width: 22px;
	height: 22px;
	background-image: url(/images/buttons/headerTabs/close.gif);
	right: 0;
	position: absolute;
	cursor:  pointer;
	top: 0;
}

#sothebysHeaderTabModal .innerContainer div {
	float: left;
}

#sothebysHeaderTabModal .innerContainer .copy {
	width: 283px;
	margin-left: 20px;
}

#contactHeaderTabModal {

}

#contactHeaderTabModal .innerContainer div {
	float: left;
}

#headerTabModalAddress {
	width: 190px;
	margin-left: 40px;
}

#headerTabModalForm {
	width: 250px;
}

#headerTabModalForm input,
#headerTabModalForm textarea {
	width: 100%;
	margin-bottom: 5px;
}

#headerTabModalForm label input {
	width: 15px;
}

#headerTabModalAddress p a {
	color: #619BC5;
}

#headerTabModalForm textarea {
	height: 85px;
}

#headerTabModalForm label {
	font-size: 9px;
}

#headerTabModalForm input#headerTabModalForm_contact_input_zip {
	width: 95px;
}

#headerTabModalForm_error {
	position: absolute;
	top: 10px;
	font-weight: bold;
	color: #f00;
}

#facebookHeaderTabModal {
	width: 650px;
}

#facebookPost {
	float: left;
	width: 400px;
	margin-left: 15px;
}

#facebookPost h3 {
	color: #0B1733;
	font-size: 18px;
	line-height: 125%;
}

#facebookPostDate {
	font-size: 12px;
	line-height: 65%;
	font-weight: normal;
	font-style: normal;
}

#facebookMedia {
	float: left;
	margin: 0;
	padding: 0;
}

#facebookMedia li {
	list-style-type: none;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
}

#facebookLinks {
	float: right;
	margin-top: 50px;
}

#facebookLinks #fb-root {
	margin-top: 10px;
}

#twitterPortrait {
	float: left;
	display: block;
	margin-right: 5px
}

#twitterPost .hrule {
	margin: 10px 0;
}

#twitterPost {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -15px;
}

#twitterTopLink {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	line-height: 125%;
}

#blogPost {
	padding: 0 15px;
}

#blogPost h3 {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top:  0;
}

#blogPost p img {
	float: left;
	margin-right: 5px;
}

#blogPost a img {
	display: block;
	margin-bottom: 10px;
	margin-left: 75px;
}

#bloggerLink {
	margin-left: 75px;
}

#sothebysHeaderTabModal h3 {
	color: #0B1733;
	font-size: 18px;
	margin-top: 0;
}

#sothebysHeaderTabModal .innerContainer {
	padding-left:  15px;
}

#twitterHeaderTabModal .innerContainer
 {
	padding-bottom: 0;
}

#blogHeaderTabModal .innerContainer {
	padding-bottom: 0;
}

#headerTabModalAddress p.first {
	margin-top: 0;
}

#contactHeaderTabModal .innerContainer {
	padding-bottom: 0;
	padding-top: 30px;
}


/* @end */

/* @group Search */

#propertySearchBoxContainer {
	margin-bottom: 25px;
}

#propertySearchBoxContainer a {
	color: #609AC5;
}

#searchOptions {
	float: left;
	width: 665px;
	background: url(/images/backgrounds/boxBground.gif) no-repeat;
	padding: 5px;
}

#searchCount {
	float: right;
	width: 190px;
	background: url(/images/backgrounds/boxBground.gif) no-repeat;
	padding: 5px;
}

#searchOptions h3,
#searchCount h3 {
	color: #0B1734;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#searchOptions ul, .searchTabModal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 20px;
}

#searchOptions ul#searchPropertyType {
	height:  39px;
}

#searchOptions ul.header li {
	float: right;
	line-height: 20px;
}

#searchOptions ul.header li.heading {
	float: left;
}

#searchPropertyType {
	width: 100%;
}

#searchPropertyType li {
	float: left;
	margin-top: 10px;
	line-height: 19px;
	margin-right: 15px;
	height: 19px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor:  pointer;
}

#searchPropertyOptions_regions,
#searchPropertyOptions_features, .searchTabModal li
{
	cursor:  pointer;
	position: relative;
}

li#searchPropertyOptions_features.searchPropertyOptions {
	margin-right: 0;
}

#searchPropertyType li.checked .check,
#searchPropertyOptions li.checked .check {
	background: url(/images/buttons/formElements.gif) 0 -38px;
}

#searchPropertyType li .check,
#searchPropertyOptions li .check,
#searchPropertyOptions li.unchecked .check {
	width: 19px;
	height: 19px;
	background: url(/images/buttons/formElements.gif);
	float: left;
	margin-right: 4px;
}

#searchPropertyOptions_regions.add .check,
#searchPropertyOptions_features.add .check {
	width: 19px;
	height: 19px;
	float: left;
	margin-right: 5px;
	background: url(/images/buttons/formElements.gif) 0 -19px;
}

#searchPropertyOptions_regions.add .unchecked .check,
#searchPropertyOptions_features.add .unchecked .check,
#searchPropertyOptions_regions.edit .unchecked .check,
#searchPropertyOptions_features.edit .unchecked .check {
	width: 19px;
	height: 19px;
	float: left;
	margin-right: 5px;
	background: url(/images/buttons/formElements.gif);
}

#searchPropertyOptions_regions.add .checked .check,
#searchPropertyOptions_features.add .checked .check,
#searchPropertyOptions_regions.edit .checked .check,
#searchPropertyOptions_features.edit .checked .check {
	width: 19px;
	height: 19px;
	float: left;
	margin-right: 5px;
	background: url(/images/buttons/formElements.gif) 0 38px;
}

#searchPropertyOptions_regions.edit .check,
#searchPropertyOptions_features.edit .check {
	width: 19px;
	height: 19px;
	float: left;
	margin-right: 5px;
	background: url(/images/buttons/formElements.gif) 0 19px;
}

#searchPropertyOptions li {
	float: left;
	margin-right: 9px;
	font-weight: bold;
	margin-top: 10px;
}

#searchPropertyOptionsPrice {
	width: 255px;
	height: 30px;
}

#searchPropertyOptionsSlider {
	width: 177px;
	height: 5px;
	background-image: url(/images/gen/slider/track.png);
}

#searchPropertyOptionsPrice .label {
	float: left;
}

#searchPropertyOptionsPrice .widget {
	float: right;
	position: relative;
	height: 30px;
	width: 177px;
}

#searchPropertyOptionsPrice .widget .control {
	position: absolute;
	bottom: 0;
	left: 0;
}

#searchPropertyOptionsPrice .widget .control .ui-slider-handle {
	position: absolute;
	background-image: url(/images/gen/slider/handle.png);
	width: 11px;
	height: 13px;
	top: -3px;
}

#searchPropertyOptionsPrice .widget .control .ui-slider-range {
	position: absolute;
	background-image: url(/images/gen/slider/range.png);
	height: 5px;
	top: -0px;
}

#searchPropertyOptionsPrice .widget .min {
	width: 88px;
	position: absolute;
	left: 0;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

#searchPropertyOptionsPrice .widget .max {
	width: 88px;
	position: absolute;
	right: 0;
	text-align: right;
	font-weight: normal;
	font-style: normal;
}

.searchTabModal {
	position: absolute;
}

.searchTabModal {
	width: 790px;
}

.searchPropertyOptionsModal li {
	float: left;
}

.searchTabModal .innerContainer {
	background-image: none;
	background-color: #fff;
}

.searchTabModal ul.options li {
	width: 246px;
	margin-bottom: 5px;
}

#featuresSearchTabModal ul.options li {
	width: 144px;
}

.searchTabModal .innerContainer {
	padding: 5px;
	background: #fff url(/images/backgrounds/boxBground.gif) no-repeat;
}

#searchTabRegions,
#searchTabFeatures {
	position: absolute;
	bottom: -39px;
	font-weight: bold;
	padding: 10px;
	right: 189px;
	background-color: #fff;
	z-index: 10000111;
}

#searchTabFeatures {
	padding: 15px 10px 10px 10px;
}
#searchPropertyOptions_regions .tabShadow,
#searchPropertyOptions_features .tabShadow {
	width: 125px;
	background-color: #000;
	position: absolute;
	right: 184px;
	height: 34px;
	margin-top: 15px;
	opacity: 0.05;
	filter: alpha(opacity = 1);
	z-index: 100000;
}

#searchPropertyOptions_features .tabShadow {
	width: 160px;
	right: -10px;
}

#searchTabFeatures {
	right: 0;
}

#regionsSearchTabModal .outerContainer {
	position: absolute;
}

.searchPropertyOptionsModal .heading {
	margin-bottom: 10px;
}

.searchPropertyOptionsModal .heading .clearOptions,
.searchPropertyOptionsModal .heading .seeMore,
.searchPropertyOptionsModal .heading .seeLess {
	margin-left: 50px;
}

.searchPropertyOptionsModal .heading a {
	color: #609AC5;
}

.searchPropertyOptionsModal h4 {
	padding: 0;
	margin: 0;
}

#featuresSearchTabModal div.toggle {
	border-top: 1px solid #D9D7D5;
	margin-top: 3px;
}

#searchOptions ul.header li#mlsSearch {
	float: left;
	margin-left: 10px;
	height: 15px;
}

#searchOptions ul.header li#mlsSearch input#mlsSearchInput {
	height: 14px;
	font-size: 9px;
	padding: 0;
	margin: 0;
	line-height: 14px;
	width: 120px;
	color: #333;
}

#searchOptions ul.header li#mlsSearch input#mlsSearchButton {
	margin-top: -2px;
}

/* @group detail page */

#propertyDetail {
	font-size: 11px;
}

#propertyDetail #searchOptions {
	width: 207px;
}

#propertyDetail #searchOptions a {
	color: #609AC5;
}

#propertyDetail #searchOptions ul.header {
	width: 215px;
	position: relative;
	height: 55px;
}

#propertyDetail #searchOptions ul.header li.heading {
	text-align: left;
}

#propertyDetail #searchOptions ul.header li {
	float: left;
	text-align: right;
	width: 47%;
}

#propertyDetail #searchOptions li {
	font-size: 11px;
	float: none;
}

#propertyDetail #searchPropertyOptions_regions {

}

#propertyDetail #searchPropertyType ul {
}

#propertyDetail #searchPropertyType li {
	margin-bottom: 0;
	margin-top: 5px;
}

#propertyDetail #searchPropertyOptions_regions {
	margin-top: 4px;
}

#propertyDetail #searchPropertyOptionsPrice {
	height: 50px;
	margin-top: 5px;
	overflow: hidden;
	position: relative;
}

#propertyDetail #searchPropertyOptionsPrice div.label {
	float: none;
}

#propertyDetail #searchPropertyOptionsPrice div.widget {
	float: none;
	margin-left: 10px;
	height: 20px;
	margin-top: 3px;
}

#propertyDetail #searchPropertyOptionsBeds {
	float: left;
	margin-top: 0;
}

#propertyDetail #searchPropertyOptionsBaths {
	float: left;
	width: 100px;
}

#propertyDetail .searchTab {
	display: none;
}

#propertyDetail #regionsSearchTabModal li,
#propertyDetail #featuresSearchTabModal li {
	float: left;
}

#propertyDetail #searchCount {
	float: none;
	background-color: #fbfaf5;
	clear: both;
	background-image: none;
}

#propertyDetail #searchCount h3 {
	color: #0B1734;
}

#propertyDetail #searchCount p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#propertyDetail .tabShadow {
	display: none;
}

#propertyDetailSearch #searchOptions ul.header li#mlsSearch {
	float: none;
	position: absolute;
	left: 0;
	margin: 0;
	width: 210px;
	text-align: left;
	bottom: 7px;
	border-bottom: 1px solid #d9d7d5;
	height: 25px;
}



/* @end */



/* @end */

/* @group modal */

#blackout {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1000;
	opacity: 0.8;
	filter: alpha(opacity = 8);
}

#OuterContainer
 {
	position: absolute;
	top: 150px;
	width: 100%;
	z-index: 1000;
}

#InnerContainer {
	position: relative;
	width: 590px;
	margin: 0 auto;
}

#innerModalShadow {
	width: 596px;
	position: absolute;
	top: -3px;
	left: -3px;
	background-color: #000;
	opacity: 0.1;
	filter: alpha(opacity = 1);
}

#modalOuterContent {
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	padding: 5px;
}

#modalInnerContent {
	position: relative;
	background: url(/images/backgrounds/body.jpg) repeat;
	padding: 20px;
}

#modalInnerContent .content {
	margin: 0;
	padding: 0;
}

#modalInnerContent .content h2 {
	font-size: 24px;
	margin: 0;
	padding: 0;
}

#modalInnerContent .content p {
	font-size: 15px;
}

#modalInnerContent .content textarea {
	width: 500px;
	height: 100px;
}

#modalInnerContent .content input.text {
	width: 315px;
}

#modalInnerContent .content .item.text,
#modalInnerContent .content .item.textarea {
	margin-bottom: 10px;
}

#modalInnerContent .content .item.text i,
#modalInnerContent .content .item.textarea i {
	margin-bottom: 10px;
	color: #666;
}
#modalInnerContent .content .item.textarea {
	margin-top: 10px;
}


/* @end */

#property_bottom_row {
	margin-top: 10px;
}

.image_inner {
	position: relative;
}

.image_inner .featured {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 49px;
	background-image: url(/images/gen/featured_banner.png);
}

#short_contact a,
.expander a {
	color: #619BC5;
	font-weight: bold;
	font-size: 12px;
}

#resources_collapse {
	width: 550px;
	float: left;
}
