@charset "utf-8";

#containerPageHeader {
	width: 968px;
	height: 443px;
	padding: 0px 14px 4px 42px;
	margin: 0px auto 10px auto;
	background: url('../images/property-detail/bg_headerImageFrame.jpg') no-repeat bottom center;
}

#contentColumn {
	float: left;
	width: 580px;
	padding-right: 10px;
	margin-bottom: 30px;
}

#featuredSlideshow {
	margin: 0px 4px 0px 0px;
	float: left;
	background: #CCCCCC;
	width: 590px;
	height: 443px;
	position:relative;
}

/* -- featured properties --------------------------------------------------------- */
#containerPropertyDetails {
	float: left;
	width: 307px;
	height: 423px;
	padding-left: 17px;
	padding-right: 22px;
	padding-top: 20px;
}

#detailsBlock1 {
    min-height: 90px;
    padding-left: 3px;
}

#title {
	font: bold 14px verdana;
	line-height: 16px;
	min-height: 40px;
}

#address {
	font: bold 13px verdana;
	line-height: 14px;
	margin-bottom: 7px;
}

#city {
	font: 13px verdana;
	line-height: 14px;
	margin-bottom: 10px;
}

#city span {
	text-transform: uppercase;
}

#price {
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	font: bold 14px verdana;
	line-height: 31px;
	min-height: 31px;
	padding-left: 3px;
}

#detailsBlock2 {
    border-bottom: 1px solid white;
    min-height: 25px;
    padding-left: 3px;
    padding-top: 15px;
}

#bedsBaths {
	font: 12px verdana;
}

#sqft {
	font: 12px verdana;
	margin-bottom: 10px;
}

#documents {
	padding: 10px 0px;
}

#documents a {
	text-decoration: none;
	font: 11px verdana;
	margin-right: 20px;
}

#documents a img {
	position: relative;
	left: 0px;
	top: 4px;
	padding-right: 4px;
}

#iconsBlock {
	padding-top: 15px;
	padding-left: 5px;
}

#iconsBlock div {
	width: 200px;
	margin-bottom: 10px;
}

#iconsBlock a {
    color: #36210E;
    display: block;
    font-family: verdana;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    width: 250px;
}

#iconReturnToListings {
}

#iconMap {
}

#iconVirtualTour {
	left: -1px;
	color: #36210E;
    display: block;
    font-family: verdana;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

#iconPrintEBrochure {
	left: -2px;
}

#iconSendToAFriend {
	left: -2px;
}

#iconRequestMoreInfo {
	left: -2px;
}

/* -- property description --------------------------------------------------------- */
#propertyDescription {
	float: left;
	color: #ffffff;
	font: 12px verdana;
	margin-bottom: 10px;
}

#propertyDescriptionText {
	font: 13px verdana;
	line-height: 17px;
}

#propertyDescription div:first-child {
	font: bold 12px verdana;
	margin-bottom: 10px;
}

#propertyOpenhouse {
	float: left;
	font: 12px verdana;
}

#propertyOpenhouse div:first-child {
	font: bold 12px verdana;
	margin-bottom: 10px;
}

#propertyOpenhouse div {
	line-height: 14px;
}

/* -- side column-------------------------------------------------- */
#sideColumn {
	float: left;
	width: 340px;
	padding-left: 10px;
}

/* -- property carousel-------------------------------------------------- */
	
#containerCarousel {
	width: 600px;
	height:55px;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
}

#containerCarousel > img {
	float: left;
	margin-top: 15px;
}

#thumbs {
	float: left;
	width: 560px;
	position: absolute;
	left:20px;
}

#thumbs a {
	text-decoration:none;
}

#thumbs ul {
	padding:0px;
}

#thumbs img {
	width: 64px;
	height: 43px;
	border: 3px solid #ffffff;
	margin: 0px 5px;
}

#thumbs li {
	width: 80px;
	height: 52px;
	overflow: hidden;
	float: left;
	list-style:none;
}

#thumbs .selected img {
	border: 3px solid #36210E;
}

#controls .nav-controls {
	position:relative;
}

.nav-controls .next {
	float:right;
	display:block;
	width:20px;
	height:20px;
	background-image:url(../images/custom-homesites/btn_plus-sign.jpg);
	background-repeat:no-repeat;
	margin:15px 0px 0px 0px;
	z-index:3;
}

.nav-controls .prev {
	float:left;
	display:block;

	width:20px;
	height:20px;
	background-image:url(../images/custom-homesites/btn_plus-sign.jpg);
	background-repeat:no-repeat;
	z-index:3;
	margin:15px 0px 0px 0px;
}

.nav-controls span {
	display:none;
}

/* -- features Details -------------------------------------------------- */
#featuresDetails {
	float: left;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#featuresDetails div:first-child {
	font: bold 12px verdana;
	margin-bottom: 10px;
}

#featuresDetails div {
	font: 12px verdana;
	line-height: 14px;
}

#listingAgent {
	width: 320px;
	float: left;
	border-style: solid;
	border-top-width: 1px;
	padding: 10px;
	margin-bottom: 10px;
}

#containerAgentImage {
	width: 90px;
	height: 97px;
	padding: 4px;
	background-color: #ffffff;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

#frameAgentImage {
	height: 97px;
	width: 90px;
	overflow: hidden;
}

#frameAgentImage img {
	width: 90px;
}

#containerAgentData {
	width: 200px;
	color: #ffffff;
	float: left;
	font: 12px verdana
}

#containerAgentData a {
	text-decoration: none;
}

/*-- content ---------------------------------------------------------------*/
#containerContent {
	width: 948px;
	margin: auto;
	padding: 0px 10px;
	margin-bottom: 30px;
}

/* -- slideshow ---------------------------------------------------------- */

#slideshow {
	width: 590px;
	height: 443px;
	overflow:hidden;
	z-index:5;
	position:relative;
}

#slideshow .image-wrapper {
	display:block;
	width: 590px;
	height: 443px;
	overflow:hidden;
	position:relative;
}

#slideshow .image-wrapper a {
	display:block;
}

#slideshow .image-wrapper img {
	height: 443px;
	_width: auto;
	width:auto;
	position:absolute;
	top:0;
	left:0;
}

#slideshow > a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 590px;
	height: 443px;
	overflow: hidden;
}

#slideshow a > img {
	height:443px;
}

a.colorbox-link {
	float:right;
	margin: 7px 11px 0px 0px;
	position:relative;
}

/********** CAPTION **********/
#caption {
	width: 590px;
	height:31px;
	z-index:10;
	position:absolute;
	bottom:0px;
	left:0px;
	background-color:#36210E;
	opacity:0.7;
	/* for IE */
  filter:alpha(opacity=70);/* CSS3 standard */
}

.caption p {
	width:500px;
	float:left;
	margin:5px 0px 0px 10px;
	line-height:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
}

.contentTip {
	width:77px;
	height:24px;
	position:absolute;
	left:-28px;
	bottom:-26px;
	background-image: url(../images/property-detail/tooltip_fullscreen.png);
	background-repeat:no-repeat;
}

