/*** Details Page ***/

body.details dd.address {
	width: 675px;
	padding-left: 6px;
}
body.details dd.bedbathcar {
	text-align: right;
	width: 240px;
}
body.details #left {
	width: 428px;
	float: left;
}
body.details #gallery {
	background-image: url(../img/gallery_bg.png);
	float: left;
	width: 400px;
	height: 397px;
	margin-bottom: 8px;
	padding: 11px 14px;
	position:relative;
}
body.details #gallery .status {
	position:absolute;
	top:11px;
	right:14px;
	width:100px;
	height:100px;
	z-index:1;
}
body.details p.floorplan-link {
	text-align: center;
}
body.details #right {
	width: 480px;
	padding-right: 8px;
	float: right;
}
body.details #agent-contact {
	clear: both;
	float: left;
	background: transparent url(../img/agent_contact_bg.png);
	background-position: top left;
	background-repeat: repeat-y;
	width: 428px;
}
body.details #agent-contact-content {
	padding: 0px 18px;
}
body.details dl.agent {
	width: 100%;
}
body.details dl.agent dt {
	background-image: url(../img/details_staff_bg.png);
	height: 118px;
	width: 90px;
	padding: 10px 0px 0px 13px;
}
body.details dl.agent dd {
	padding: 20px 0px 0px 10px;
}
body.details dl.agent dd p.phone, body.details dl.agent dd p.mobile {
	margin: 0px;
}
body.details #agent-contact form {
	border-top: 1px solid #cccccc;
	margin: 10px 0px 0px 0px;
	float: left;
	padding: 15px 7px 0px 7px;
	width: 375px;
}
body.details #agent-contact form p.title {
	padding-bottom: 5px;
}
body.details #agent-contact form label {
	width: 85px;
}
body.details #agent-contact form input, body.details #agent-contact form textarea {
	width: 270px;
}
body.details #agent-contact form span {
	float: right;
	padding: 10px 10px 0px 0px;
}
body.details p {
	text-align: justify;
}
body.details p.price {
	font-weight: bold;
}
body.details #property-tools {
	width: 200px;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	background: transparent url(../img/tools_bg.png);
	background-position: top left;
	background-repeat: repeat-y;
}
body.details #property-tools-content {
	padding: 0px 12px 2px 22px;
}
body.details #property-tools li {
	clear: both;
	padding-bottom: 8px;
}
body.details #property-tools .icon {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
	background:transparent url(../img/icons.png) no-repeat scroll left top;
}
body.details #property-tools #bookmark {
	background-position: 0px 0px;
}
body.details #property-tools #printproperty {
	background-position: -17px 0px;
}
body.details #property-tools #email-friend {
	background-position: -0px -17px;
}
body.details #property-tools #virtualtour {
	background-position: -17px -17px;
}
body.details #property-tools #externallink {
	background-position: -34px 0px;
}
body.details h3.headline {
	margin: 2px 0px;
}
body.details h3.property-overview {
	margin-top: 20px;
	border-bottom: 1px solid #CCCCCC;
	clear:both;
}
body.details dl.overview {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0px 6px 0px;
	width: 100%;
}
body.details dl.overview dt {
	width: 110px;
}
body.details dl.overview dl.inspection-time dt, body.details dl.overview dl.outgoings dt {
	width: 95px;
}
/* multi select google map tabs */

body.details #container {
	width: 100%;
	margin: 20px 0px;
	float: left;
}
body.details #container ul {
	list-style: none;
	list-style-position: outside;
	height: 28px;
}
body.details #container ul.tabs li {
	float: left;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding: 6px 10px 8px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #999999;
	position: relative;
	color: #333333;
	cursor: pointer;
}
body.details #container ul.tabs li.active {
	background: #ffffff !important;
	border-bottom: 0;
	color: #000000;
	height: 14px;
}
body.details #container .content {
	margin: 0pt auto;
	border: 1px solid #999999;
	text-align: left;
	padding: 7px 10px 10px 10px;
}
body.details #container .content.streetview, body.details #container .content.walkscore {
	display: none;
}
body.details #container #streetview_map_canvas, body.details #container #google_map_canvas {
	width: 458px;
	height: 222px;
}
#emailfriend form textarea {
width:350px;
}
