@import url("extras.css");
/*
 *	main layout
 */
div#property_detail
{
	position: relative;
}
div#back,
div#agent_info
{
	position: absolute;
	left: 0px;
	width: 145px;
	font-size: 8pt;
}
div#back { 
	top: 5px; 
	font-weight: bold;
	font-size: 115%;
}
div#agent_info { 
	bottom:0px;
}
div#agent_info a#email_link
{
	display: block;
	font-size: 110%;
	border: solid 1px #273870;
	background: #FDFDF6;
	text-align: center;
	padding: 3px;
	margin: 5px 0 0 0;
}
div#main
{
	position: relative;
	margin: 5px 165px 0 165px;
	padding: 5px 10px 5px 10px;
	width: 400px;
	min-height: 900px;
	background: #FDFDF6;
}
div#extras
{
	position: absolute;
	top: 5px;
	left: 605px;
	width: 145px;
	font-size: 8pt;
}
/*
 *	main
 */
div#title,
div#price,
div#status
{
	margin-right: 150px;
}
div#title,
div#price
{
	font-weight: bold;
	color: #8892B0;
	font-size: 125%;
}
div#address
{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 145px;
	font-weight: bold;
}
div#photo
{
	margin: 15px 0 15px 0;
}
#big_picture
{
	width: 100%;
	height: auto;
}
div#property_photo_thumbs { 
	/* this block doesnot appear in the main area, even though structurally it is */
	position: absolute;
	left: -168px;
	top: 35px; 
	width: 145px;
	font-size: 8pt;
}
div#property_photo_thumbs li
{
	margin: 2px;
	float: left;
}
ul#property_actions li
{
	float: left;
	width: 50%;
	font-weight: bold;
}
div#remarks
{
	clear: both;
	padding: 5px 0 0 0;
}
ul#attributes
{
	margin: 15px 0 0 0;
}
ul#attributes li
{
	float: left;
	position: relative;
	padding-left: 20%;
	margin-right: 2%;
	width: 28%;
	border-bottom: dotted 1px #8892B0;
	margin-bottom: 4px;
	text-align: right;
}
ul#attributes li .label
{
	position: absolute;
	top: 0;
	left: 0;
}
dl#features
{
	clear: both;
	padding: 15px 0 0 0;
}
dl#features dd
{
	margin: 4px 0 10px 7px;
}
div#colo
{
	text-align: center;
}
/* IE6 fixes */
* html div#property_detail
{
	zoom:1;
}
* html ul#attributes
{
	zoom:1;
}

#open_houses
{
	clear: both;
	padding: 5px;
	margin: 5px 25px 5px 5px;
	background: #FDFDF6;
	border: dotted 1px #F1F1E5;
}

#open_houses_label
{
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 8px;
	background-color: #FDFDF6;
}

#open_houses li
{
	font-weight: bold;
	font-style: italic;
	margin-bottom: 4px;
}

#open_houses li .oh_start
{
	display: block;
}

#open_houses li .oh_end
{
	display: block;
	margin-bottom:  7px;
	font-weight: normal ! important;
}