/* default styles */
/* base */
.redbhide{display:none;}

/* layout */
#display-search-panel-top {
  text-align:center;
  width:auto;
  margin:0 auto;
  padding:3px;
  padding-bottom:5px;
  border-radius:30px;
  _moz-border-radius:30px;
  margin-bottom:20px;
}
#display-search-panel-nav {
  background:#000;
  color:#fff;
  border-radius:30px 30px 0 0;
  _moz-border-radius:30px;
  padding:3px 3px 3px 30px;
  margin:-5px -5px 0 -5px;
  font-weight:bold;
  font-size:14px;
  text-align:left;
}
#display-search-panel-nav span {
  font-size:18px;
}
#display-search-panel-nav a {
  color:#fff;
  text-decoration:none;
}
#display-search-panel-nav a:hover {
  color:#ccc !important;
}
#display-search-panel-top select, #display-search-panel-top input {
  padding:1px;
  font-size:14px;
  border-radius:7px 0 0 7px;
  _moz-border-radius:7px 0 0 7px;
  background:#ffdead;
  border:2px solid #000;
}
#display-search-panel-top input.search {
  font-size:15px;
  background:#c00;
  color:#fff;
  border:2px solid #fff;
  border-radius:30px;
  _moz-border-radius:30px;
  padding:2px 4px 2px 4px;
	cursor:pointer;
}
#display-search-panel-top input.search:hover{
  background:#000;
}
#details {
  width:965px;
  margin:0 auto;
  -moz-border-radius:10px;
  border-radius:10px;
  font-family:Arial, Helvetica, sans-serif;
}
#details-nav-top, #details-nav-bottom {
  text-align:center;
}
#details-nav-top a, #details-nav-bottom a {
  text-decoration:none;
  padding:8px;
  -moz-border-radius:5px;
  border-radius:5px;
  font-weight:bold;
  font-size:15px;
}
#details-top-bar {
  border-top:1px solid #000;
  padding:0;
  border-bottom:1px solid #000;
  margin:25px;
}
#details-moreof{
  clear:both;
  text-align:center;
  padding:3px;
  padding-bottom:5px;
  border-radius:30px;
  _moz-border-radius:30px;
  margin-bottom:20px;
  margin-top:10px;
}
#details-moreof a{
  margin-top:1em;
  background:#c00;
  color:#fff;
  border-radius:30px;
  _moz-border-radius:30px;
  padding:7px 15px;
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
}
#details-moreof a:hover{
  background:#000;
}
#details-address, #details-address h1, #details-price, #details-community, #details-mls {
  font-size:16px;
}
#details-address {
  font-weight:bold;
  float:left;
  margin:2px;
}
#details-top-bar h1 {
  margin:4px 0 0;
  padding:0;
  float:left;
  display:inline-block;
}
#details-price {
  font-weight:bold;
  float:right;
  margin:2px;
}
#details-community {
  font-weight:bold;
  float:left;
  margin:2px;
}
#details-mls {
  font-weight:bold;
  float:right;
  margin:2px;
}
#details-map, #details-video, #details-streetview, #details-photos, #details-finance, #details-brochure, #details-community-info, #details-book-a-showing, #details-search {
  width:950px;
  margin:0 auto;
  min-height:400px;
}
#details-search {
  width:659px;
  margin:0 auto;
  min-height:900px;
}
#details-overview {
  width:659px;
  height:495px;
  margin:0 auto;
  background:#fff;
  margin-top:-10px;
}
#details-images { /* was inline */
  width:659px;
  height:495px;
}
#details-birds-eye {
  width:800px;
  margin:0 auto;
  text-align:center;
}
#details-walk-score {
  width:800px;
  margin:0 auto;
  text-align:center;
}
#details-map, #details-birds-eye, #details-video, #details-walk-score, #details-streetview {
  padding-bottom:25px;
}
#details-birds-eye a {
  font-weight:bold;
}
#street-view-canvas { margin:0 auto; width:96%; height:400px; }
.details-form {
  width:300px;
  min-height:250px;
  margin:25px;
  font-weight:bold;
  padding:10px;
  text-align:right;
  -moz-border-radius:10px;
  border-radius:10px;
  float:left;
}
.details-form h2 {
  margin:0;
  font-size:20px;
  text-align:center;
  font-family:Arial, Helvetica, sans-serif;
}
.details-form fieldset {
  width:210px;
  margin:0 25px 25px 25px;
  font-weight:bold;
  -moz-border-radius:10px;
  border-radius:10px;
  padding:10px;
}
.details-form label {
  width:200px;
}
.details-form .submit {
  width:210px;
  font-size:18px;
  font-weight:bold;
  -moz-border-radius:10px;
  border-radius:10px;
  margin-top:10px;
}
.details-form input[type="text"], .details-form textarea {
  margin-top:3px;
  padding:3px;
  font-weight:bold;
}
.details-form input[type="text"] {
  width:141px;
}
.details-form textarea {
  height:4em;
}
#details-calls-to-action {
  margin:25px;
}
#details-btn-call-to-action-1, #details-btn-call-to-action-2, #details-btn-call-to-action-3  {
  float:left;
}
#details-btn-call-to-action-1  {
  margin-bottom:50px;
}
#details-btn-call-to-action-1 a, #details-btn-call-to-action-2 a, #details-btn-call-to-action-3 a {
  display:block;
  width:489px;
  font-weight:bold;
  font-size:30px;
  text-decoration:none;
  -moz-border-radius:10px;
  border-radius:10px;
  padding:25px;
  clear:left;
  text-align:center;
}
#details-description, #details-features, #details-disclaimer {
  font-size:14px;
  clear:left;
  padding:0 25px 25px 25px;
}
#details-disclaimer {
  font-size:10px;
  text-align:center;
  padding:25px;
}
#details-description h2, #details-features h2 {
  padding:5px 0 5px 15px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:25px;
  margin-top:15px;
  margin-bottom:5px;
}
#details .details-description-text, #details .details-feature-list, #details .details-site-influences, #details .details-realtor-info {
  padding:10px;
}
#details-features .details-feature-label, #details-features .details-feature-data {
  float:left;
  padding:5px;
  margin:3px;
  font-size:12px;
}
#details-features .details-feature-label {
  width:160px;
  font-weight:bold;
}
#details-features .details-feature-data {
  width:260px;
  height:20px;
  overflow:hidden;
}
/* realtor */
.details-realtor-img img {
  float:left;
  height:155px;
  margin-right:1em;
}
.responsive .content .details-realtor-img img { /* wordpress fix */
  max-height:155px;
}
.details-realtor-label {
  display:inline-block;
  width:90px;
  font-weight:bold;
  white-space:nowrap;
  padding-bottom:5px;
}
.details-realtor-data {
  display:inline-block;
  padding-bottom:5px;
}
.details-realtor-data a {
  color:#000;
  text-decoration:underline;
}
.details-realtor-data a:hover {
  color:#333;
}
.details-realtor-courtesy {
  font-size:.5em;
}
.details-realtor-courtesy span {
}
/* big bubble buttons */
/* #details-buttons {
  clear:all;
  width:375px;
  margin:0 auto;
  padding:15px 0 35px 0;
}
#details-buttons ul li {
  display:inline;
}
#details-buttons ul li a {
  font-weight:bold;
  padding:10px 20px 10px 20px;
  text-decoration:none;
  font-size:14px;
  background:#c00;
  color:#fff;
  border-radius:40px;
  _moz-border-radius:40px;
  border:2px solid #000;
}
#details-buttons ul li a:hover {
  background:#000;
  color:#fff;
  border:2px solid #c00;
} */
#details-buttons {
  clear:all;
  width:375px;
  margin:0 auto;
  padding:15px 0 35px 0;
}
#details-buttons ul li {
  display:inline;
}
#details-buttons ul li a {
  font-weight:bold;
  padding:10px 20px 10px 20px;
  text-decoration:underline;
  font-size:14px;
  color:#c00;
}
#details-buttons ul li a:hover {
  color:#000;
}

#viewopenhouse{
}
#viewopenhousetable{
}
#viewopenhouse th{
  font-size:14px;
  font-weight:bold;
  text-align:right;
  padding:.5em .5em;
}
#viewopenhouse td{
  font-size:14px;
  padding:.5em .5em;
}


/* details template */
#display-search-panel-top.redbdisplay{
  margin:2em 0;
  padding-bottom:5px;
}
#display-search-panel-top.redbdisplay #display-search-panel-nav{
  font-weight:bold;
  padding:3px 3px 3px 30px;
}
#redbdetailedviewsimilar h1{
  font-size:16px;
}

/* quick request form */
#details-request-info form.cmxform fieldset p *, #details-request-info form fieldset p *{
  margin:0;
}
#details-request-info{
  padding-right:0;
}

/* start thickbox */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* end thickbox */

#media-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 100px;
}
#media-links ul li {
	background: #CC0000;
	padding: 10px; 20px;
	box-shadow: 5px 5px 5px #777;
	border-radius: 10px;
	display: inline-block;
}
#media-links ul li:hover {
	box-shadow: 2px 2px 2px #777;
	margin-top: 3px;
	left: 3px;
	margin-bottom: -3px;
}
#media-links ul li a {
	color: #fff;
	text-decoration: none;
	outline: none;
}



