/**
 * Details.css
 * Details Pages Specific Element Stylesheet
 *
 * @author       Lewis Howles
 * @date         2009-12-02
 * @lastmodified 2009-12-03
 * @site         http://www.reedsrains.co.uk
 */

#title
{
	background: url(../images/bg-title-small.jpg) repeat-x;
	color: #fff;
	padding: 2px;
	margin-top: 15px;
}

#rentals #title
{
	background: url(../images/bg-title-small-red.jpg) repeat-x;
}

#PropDetail_lblFav {
	color:#900 !important;
}

.showcase
{
	position: relative;
}

.showcase .status
{
	position: absolute;
	top: 19px;
	right: 189px;
	background: #003374;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 120%;
	padding: 1px 3px;
}

#rentals .showcase #status
{
	background: #e00034;
}

#showcase-image
{
	width: 506px;
	float: left;
}

#showcase-additional
{
	width: 183px;
	height: 379px;
	float: right;
	overflow: auto;
}

#showcase-additonal img
{
	width: 166px;
}

.section
{
	font-style: italic;
	display: block;
}
.showcase #PropDetail_PicLink
{
	float: left;
}

#viewings #avOpen.form-button {

margin:5px 11px 0;

}


/**
 * Sidebar
 */

#details-sidebar
{
	width: 173px;
	height: 600px;
	background: #e9e8d8;
	padding: 5px 5px 0;
	float: right;
}

/**
 * Price Section
 */

#price-section
{
	height: 130px;
	border-bottom: 1px solid #bbb89e;
}

#price
{
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}

#pre-price, #post-price {
	text-align:center;
}



.bed, .bath
{
	height: 23px;
	line-height: 23px;
	padding-left: 37px;
	font-size: 16pt;
	float: left;
	margin: 5px 0 5px 10px;
}

.bed
{
	background: url(../images/bed.png) no-repeat;
	margin-left: 35px;
}

.bath
{
	background: url(../images/bath.png) no-repeat;
}

.chain-free
{
	color: #8e2525;
	font-size: 18pt;
	clear: both;
	text-align: center;
}

/**
 * Tools
 */

#tools
{
	height: 242px;
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #bbb89e;
}

#tools li
{
	line-height: 27px;
	padding-left: 30px;
}

#tools li.first
{
	margin-top: 0;
}

#tools a
{
	color: #3b5678;
	display: block;
}

#tools a:hover
{
	color: #878153;
}

#hips
{
	background: url(../images/hip.jpg) 0 50% no-repeat;
}
#full-details
{
	background: url(../images/pdf.jpg) 0 50% no-repeat;
}
#favourites
{
	background: url(../images/favourites.jpg) 0 50% no-repeat;
}
#price-change
{
	background: url(../images/price-change.jpg) 0 50% no-repeat;
}
#dimensions
{
	background: url(../images/dimensions.jpg) 0 50% no-repeat;
}
#broadband
{
	background: url(../images/broadband.jpg) 0 50% no-repeat;
}
#audio-tour
{
	background: url(../images/audio-tour.jpg) 0 50% no-repeat;
}
#street-view
{
	background: url(../images/street-view.jpg) 0 50% no-repeat;
}  
#floor-plan
{
	background: url(../images/floor-plan.jpg) 0 50% no-repeat;
}

/**
 * Overlays
 */

.overlay
{
	width: 750px;
	padding: 20px 20px 60px;
	border: 2px solid #bbb89e;
	position: absolute;
	top: 480px;
	left: 70px;
	position: absolute;
	background: #fff;
	display: none;
}

.overlay h2
{
	margin-top: 0;
}

.overlay img
{
	float: left;
}

.overlay ul
{
	margin-bottom: 20px;
}

.overlay ul li
{
	width: 350px;
	min-height: 1px;
	padding: 3px 0;
	margin-right: 25px;
	float: left;
}

* html .overlay ul li
{
	height: 1px;
}

.overlay ul li:after
{
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.overlay ul li:hover
{
	background: #e9e8d8;
}

.overlay .room
{
	width: 245px;
	display: block;
	float: left;
	padding-left: 5px;
	font-style: italic;
}

.overlay .dimension
{
	width: 100px;
	float: left;
}

#pano {
	top:300px;
}

#pano object {
	height:500px;
}

.close
{
	width: 65px;
	height: 16px;
	background: url(../images/close.jpg) no-repeat;
	text-indent: -9999px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}

/**
 * Property Reference
 */

#reference
{
	border-bottom: 1px solid #bbb89e;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#reference .highlight
{
	display: block;
	text-align: right;
}

/**
 * Social Bookmarks
 */

#social ul
{
	padding: 5px 0 0 10px;
}

#social ul li
{
	float: left;
	margin: 0 0 5px 15px;
}

#social ul li#stumbleupon
{
	margin: 0 9px 0 24px;
}

/**
 * Details Main
 */

#details-main
{
	width: 504px;
}

#location
{
	height: 130px;
	border-bottom: 1px solid #889eba;
	font-size: 24pt;
	font-weight: bold;
	color: #003374;
	padding-top: 5px;
	margin-bottom: 5px;
}

#source
{
	float: right;
	margin-top: 86px;
}

/**
 * Description
 */

#map
{
	float: right;
	margin-left: 10px;
}

#description
{
	border-bottom: 1px solid #889eba;
	margin-bottom: 5px;
	min-height: 242px;
	padding-bottom: 5px;
}

#description ul
{
	margin: 10px 0 0;
	padding-left: 30px;
}

/**
 * Arrange a Viewing
 */

#arrange-viewing
{
	height: 37px;
	border-bottom: 1px solid #889eba;
	margin-bottom: 5px;
}

#arrange-viewing .section
{
	width: 120px;
	float: left;
}

#office, #tel, #email
{
	float: left;
}

#office a, #tel span, #email a
{
	color: #8e2525;
}

#office a:hover, #email a:hover
{
	text-decoration: underline;
}

#office span, #tel span, #email span
{
	display: block;
}

#office span, #email span
{
	cursor:pointer;
	width: 140px;
}

#tel span
{
	width: 100px;
}

/**
 * Mortgage Calculator
 */

#mortgage-calculator label
{
	width: 100px;
	padding-right: 5px;
}

#mortgage-calculator .form-box
{
	width: 140px;
}

#mortgage-calculator .form-button
{
	margin-left: 100px;
}

#mortgage-calculator fieldset
{
	width: 252px;
	float: left;
}

#repayment, #interset-only
{
	width: 130px;
	float: left;
}

#repayment .highlight, #interest-only .highlight
{
	display: block;
	text-align: center;
}

#repayment .result, #interest-only .result
{
	display: block;
	text-align: center;
	font-size: 17pt;
}
