/*** Property Detail Page CSS ***/

#big_image {
	position: relative;
}

div#detail_header {
	margin: 0px 5px 0px 5px;
	padding: 2px;
	background-color: #f6f6f6;
	font: normal 14pt Verdana,Sans-Serif;
	color: #0066cc;
	border: #cccccc 1px solid;
}
div#detail_header div {
	margin: 2px 0px 0px 0px;
}
div#detail_header div a {
	font-size: 10pt;
}
div#detail_subheader {
	margin: 0px 5px 5px 5px;
	padding: 5px;
	background-color: #ffffff;
	border: #cccccc 1px solid;
	border-top: 0px none;
	text-align: left;
	font: normal 10pt Verdana,Sans-Serif;
}
div#detail_subheader a.block_link {
	display: block;
	float: right;
	width: 200px;
	padding: 5px;
	border: #deebf8 1px solid;
	background-color: #f9f9f9;
	text-align: center;
	line-height: 1.4;
}
div#detail_subheader a.block_link:hover {
	border: #eeeedd 1px solid;
	background-color: #ffffee;
	color: #000099;
	text-decoration: underline;
}

/** shared image styles **/
img.right {
	float: right;
}
img.realtor {
	width: 51px;
	height: 75px;
}
/** **/

/** shared box header styles **/
div.box_header {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 5px;
	border: #dddddd 1px solid;
	background-color: #f6f6f6;
	text-align: left;
	line-height: 1.0;
	font: normal 8pt Verdana,Sans-Serif;
	color: #999999;
}
div.box_header span {
	font: bold 8pt Verdana,Sans-Serif;
}
span.red {
	color: #660000;
}
span.green {
	color: #006600;
}
span.blue {
	color: #0066cc;
}
span.black {
	color: #000000;
}
/** **/

/** shared box content styles **/
div.box_content {
	margin: 0px 0px 5px 0px;
	border: #dddddd 1px solid;
	border-top: 0px none;
	padding: 3px;
	font: normal 8pt Verdana,Sans-Serif;
	overflow: hidden;
}
div.box_content a {
	color: #0066cc;
}
div.box_content a:hover {
	color: #000000;
	text-decoration: none;
}
div.box_content div.box_subcontent {
	padding: 2px;
	border-top: #eeeeee 1px solid;
	text-align: left;
	line-height: 1.5;
}
div.box_content table th,
div.box_content table td {
	vertical-align: top;
	line-height: 1.0;
	padding: 3px;
	text-align: left;
}
div.box_content table td.gray,
div.box_content table th.gray {
	background-color: #f9f9f9;
}
div.box_content table td input,
div.box_content table td textarea {
	width: 190px;
	padding: 2px;
	border: #cccccc 1px solid;
	font: normal 8pt Verdana,Sans-Serif;
	color: #0066cc;
}
div.box_content table td input.button {
	width: auto;
	border: #666666 1px solid;
	color: #000000;
	padding: 1px;
}
input#id_name {
	position: absolute;
	top: -2000px;
	
}

/** LEFT INNER COLUMN **/
div#prop_left {
	float: left;
	width: 332px;
	margin: 0px 5px 0px 5px;
}
div#prop_left div#big_image_container {
	width: 330px;
	height: 240px;
	overflow: hidden;
}
div#prop_left div#big_image_container img {
	width: 330px;
	height: 240px;
}
div#prop_left div#big_image_container div.slide_controls_overlay {
	position: relative;
	top: -25px;
	left: 190px;
	background-color: #000000;
	opacity:0.75;
	filter:alpha(opacity=75);
	width:130px;
	height: 20px;
}
div#prop_left div#big_image_container div.slide_controls {
	position: relative;
	top: -40px;
	left: 195px;
	height:15px;
}
div#prop_left div#big_image_container div.slide_controls a {
	font: bold 8pt Verdana,Sans-Serif;
	color: #ffffff;
	text-decoration: none;
}
div#prop_left div#big_image_container div.slide_controls a img {
	border: 0px none;
	width:auto;
	height:auto;
}
div#prop_left div#thumbnails {
	margin: 5px 0px 5px 0px;
}
div#prop_left div#thumbnails a img {
	width: 78px;
	height: 54px;
	border: #cccccc 1px solid;
	cursor: pointer;
}
div#prop_left div#thumbnails a img.current {
	border: #0066cc 1px solid;
}

.minimap {
	position: relative;
	width: 300px;
	height: 250px;
	border: #000000 1px solid;
}


/** RIGHT INNER COLUMN **/
div#prop_right {
	float: right;
	width: 330px;
	margin: 0px 5px 0px 5px;
}

/*** SOLD DIV ***/
.sold_div {
	background-color: #cc0000;
	width: 330px;
	font: bold 8pt Verdana,Sans-Serif;
	color: #ffffff;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}