/*
 *	main layout
 */
div#property_detail
{
	position: relative;
	left: 10px;
}
div#back,
div#agent_info
{
	position: absolute;
	left: 0px;
	width: 215px;
	font-size: 8pt;
}
div#back
{ 
	top: 5px;
	font-weight: bold;
	font-size: 135%;
}
div#agent_info
{ 
	top: 450px; 
}
div#main
{
	position: relative;
	margin: 5px 0 0 285px;
	padding: 5px 10px 5px 10px;
	width: 400px;
	min-height: 900px;
	background: #FDFDF6;
}
/*
 *	main
 */
div#title,
div#price,
div#status
{
	margin-right: 150px;
}
div#title,
div#price
{
	font-weight: bold;
	color: #000000;
	font-size: 135%;
}
div#address
{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 215px;
	font-weight: bold;
	text-align: right;
}
div#photo
{
	margin: 15px 0 15px 0;
}
#big_picture
{
	width: 100%;
	height: auto;
}
div#property_photo_thumbs 
{ 
	/* this block does not appear in the main area, even though structurally it is */
	position: absolute;
	left: -285px;
	top: 35px; 
	width: 215px;
	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;
}

#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;
}