/* propertyDetails.css */
#whiteBG {
border-bottom: 1px solid #e3dab8;
border-right: 1px solid #e3dab8;
background: #fff;
}
	#subLeft{
	background:#fff;
	width:361px;
	border-right: none;
	border-bottom: none;
	} #MARsubLeft {margin: 25px 18px;}
	#subRight{
	width:231px;
	background: #f7dd81 url(../images/backgrounds/rightMenu.gif) left 225px;
	border-top: 1px solid #e3dab8;
	}
h5 {margin-bottom: 7px;}
h3 {
margin-left: 5px;
font-size: 16px !important;
}
	h3 span#priceRight {
	position:absolute;
	right:10px;
	}
h2 { font-size: 11px !important;}
h2 span {
position:absolute;
right:10px;
}

								

/** Property Details **/

/** SlideShow **/
#slideShowControl{
padding: 5px 0 8px 1px;
background: #eae4cd;
background: #fff;
}
#slideShowControl table{
width:100%;
}
.dhtmlgoodies_slideshow{
background: #fff;
width:360px;
margin-top: 3px;
position: relative;
}
#previewPaneCon{
width:394px;
height:286px;
overflow:hidden;
position:relative;
}
#previewPane{ /* The style for big picture */
text-align:center;
vertical-align:middle;
overflow:hidden;
}
#previewPane img{
		margin-left:auto;
		margin-right:auto;
		float:none;
		display:block;
}
	#galleryContainer{ /* the thumbnail scroll part */
		height:72px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		width: 350px;
		padding-top: 2px;
		background: #fff;
	}
	#arrow_left{
	position:absolute;
	left:0px;
	top: 1px;
	z-index:10;
	background: #eee6cb;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	top: 1px;
	z-index:10;
	background: #eee6cb;
	}
div#slides {
/*position: absolute;
height: 70px;
left: 13px;
top: 0px;
width: 1500px;*/
}
	/*#theImages #slideEnd*/div#slides div#slideEnd{
		float:left;
	}
	/*#theImages img*/#slides img{
		float:left;
		padding:1px;
		margin-right:5px;
		cursor:pointer;
		border:0px;
	}
	.clear{
	height:0;
	line-height:0;
	font-size:1px;
	}	

#propInfoBullets {
	margin: 7px 0 15px;
}
#contactLSR {
	font-family: "Times New Roman", Times, serif;
	color: #041a43;
	font-size: 14px;
	font-weight: bold;
}

/** Property Info **/
#propInfo {
	background: #fff;
	padding: 10px 0 10px 24px;
}
	#propInfo ul li {
		line-height: 150%; color: #000;
	}
	#propInfo #openHouse {
		color: #9d7a1d;
		color: #b25937;
		font-weight: bold;
	}

/** Buttons and links **/
#inquiryButton {
	margin: 15px 0 3px 18px;
}
#propTools {
background: #fff;
}
	#propTools #saveListing, #propTools #savedListing {
		margin: 0 auto;
		padding-top: 6px;
		height: 23px;
		width: 186px;
		text-align: left;
		text-decoration: none;
		font-weight: bold;
		display: block;
		background: url(../images/buttons/prop-details-save-listing.gif) no-repeat;
		text-indent: 33px;
		color: #703f19;
	} #propTools #saveListing:hover {color: #0d295e;}
	#propTools #savedListing {
		background: url(../images/buttons/prop-details-saved-listing.gif) no-repeat;
		color: #313131;
	} #propTools #savedListing:hover {color: #000;}

	#propTools ul {
		margin: 10px 0 20px 38px;
	}
		#propTools ul li {
			padding: 3px 0;
		}
			#propTools ul li a {
				font-weight: bold;
				color: #1a3561;
			} #propTools ul li a:hover {text-decoration: none;}
#inquiryForm {
	margin: 10px 0 0 17px;
	line-height: 200%;
}
	#inquiryForm span {
		font-weight: bold;
		width: 80px;
		display: block;
		float: left;
	}
	#inquiryForm h1 {
		text-indent: 0;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#inquiryForm img {
		margin-left: -5px;
	}
div.propPagerCon {/*below added after revisions kf*/
position: relative;
}
ul.propPager {
position: absolute;
z-index: 500;
padding: 0px;
margin: 0px;
right: 5px;
top: 0px;
}
ul.propPager li {
display: inline;
font-weight: bold;
color: #cb9801;/*gold*/
}
	ul.propPager li a {
	color: #cb9801;/*gold*/
	}
	ul.propPager li.backTo a {
	color: #1d345e;/*navy*/
	margin-right: 5px;
	}
	ul.propPager li.ofTotal {
	color: #1d345e;/*navy*/
	}
h1#propDetails { width: 145px; }
/** >>Property Details<< **/
