/********** Details CSS Document (details.css) INMOWEB / Details **********/

#detail_container, #detail_container_promo { width: 680px; background-color: #b2def1; }

#detail_container a:hover, #detail_container_promo a:hover { background: none; }

#detail_container_promo { background-color: white; }

#detail_container h1, #detail_container_promo h1 { color: white; }

.detail_header {
	clear: both;
	width: 640px;
	color: white;
	padding: 15px 20px;
	background: #f36e11 url(images/details_header.jpg) no-repeat top left;
}
.detail_header h4, .detail_header h4 a {
	font: bold 18px/20px "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: white;
}

.detail_head_left { width: 410px; float: left; }

#content_right .detail_head_left p { color: white; }

.detail_head_right {
	width: 220px;
	text-align: right;
	float: right;
	color: #404040;
}

.detail_head_right a { color: #404040; }

.detail_separation, .detail_type {
	width: 640px;
	padding: 20px 20px 0;
	background-color: #7cc7e7;
}

#content_right .detail_separation p { margin: 10px 0 0; color: #00459a; }
#content_right .detail_separation p:first-child { margin: 0; }

.detail_separation i { color: #f89828; }

.detail_type { padding: 5px 20px; }
.detail_type a { color: #5078aa; }

.detail_content {
	width: 640px;
	padding: 20px;
	background: url(images/details_bottom.gif) no-repeat bottom left;	
	overflow: hidden;
	color: #404040;
}

.detail_content h2 {
	width: 318px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 26px;
	line-height: 26px;
	border-bottom: 1px solid #999;
}

.detail_content h2 span { font: normal 12px/1.4em arial, sans-serif; }

.detail_content h3 {
	padding: 0 0 15px;
	font-size: 14px;
	color: #f89828;
}

#content_right .detail_content p { margin: 0 0 15px 0; color: #404040; }
#content_right .detail_content p strong, #content_right .detail_content p b { color: #f89828; }

/*.detail_content div { overflow: hidden; }*/

#detail_photo, #detail_photo_left {
	width: 215px;
	margin: 0 0 20px 20px;
	float: right;
}

#detail_photo_left { float: left; }

#detail_photo a img, #detail_photo_left a img {
	display: block;
	float: left;
	text-decoration: none;
	padding: 1px;
	border: 1px solid #999;
}

#detail_photo a:hover img, #detail_photo_left a:hover img { border: 1px solid #5078aa; }

#detail_photo img.smaller_left, #detail_photo img.smaller_right, #detail_photo_left img.smaller_left, #detail_photo_left img.smaller_right { margin: 6px 0 0 0; }

#detail_photo a img.smaller_left, #detail_photo_left a img.smaller_left { margin-right: 6px; }

#detail_right {
	width: 298px;
	margin: 0 0 0 20px;
	float: left;
}

.detail_margin {
	clear: both;
	width: 636px;
	height: 0px;
}

/********** Similar properties **********/

.similar_prop { margin: 20px 0 10px 0; }
.similar_prop h3 { font-size: 16px; margin: 0 0 5px 0; }
