/* CSS Document */

table.show_error {
	background: #F3F3F3;
	border: 1px solid #CCC;
	margin: 0 0 20px 0;
	width: 100%;
}

td.show_error_ico {
	width: 48px;
}

img.show_error {
	width: 48px;
	height: 47px;
}

td.show_error_info {
	font: 12px Arial, Helvetica, sans-serif;
}

#content {
	padding: 18px 20px 30px 20px;
}

h1 {
	font-size: 14px;
	color: #289331;
	padding: 0 0 7px 0;
}

#zones {
	font-size: 10px;
	color: #666;
	margin: 10px 0 22px 0;
}

#zones strong {
	color: #333;
}

.house {
	background: url(../images/bg_house_data.gif) repeat-y;
	border-bottom: 1px solid #DADADA;
	*width: 738px;
}

.house .bg {
	background: url(../images/bg_house_data_top.png) no-repeat;
	padding: 11px 0 0 12px;
}

.house .thumb {
	float: left;
	background: #BADEB2;
	padding: 1px 1px 0 1px;
	width: 98px;
}

.house .thumb img {
	height: 58px;
	margin-bottom: 1px;
	width: 98px;
}

.house .thumb .zoom {
	height: 22px;
}

.house .data {
	float: right;
	width: 624px;
}

.house h2 {
	float: left;
	font-size: 12px;
	color: #444555;
	margin: 3px 0 0 12px;
	width: 500px;
}

.house .description {
	float: left;
	font-size: 9px;
	color: #888;
	margin: 4px 0 10px 12px;
	height: 29px;
	width: 427px;
}

.house .sendQuestions {
	float: right;
	margin: 5px 15px 0 0;
	height: 22px;
	width: 155px;
}

.house ul {
	background: url(../images/bg_data_details.gif) repeat-x;
	float: left;
	border-right: 1px solid #E2E2E2;
	padding: 5px 0 6px 12px;
	height: 10px;
	font-size: 10px;
	color: #888;
	width: 611px;
}

.house ul li {
	float: left;
	padding: 0 10px 0 0;
}

.house ul li span {
	font-weight: bold;
}

.house .moreInfo {
	background: url(../images/bg_more_info.gif) repeat-y;
	color: #778477;
	font-size: 11px;
	float: left;
	border: 1px dotted #999;
	padding: 8px 6px 6px 10px;
	width: 606px;
}

.house .moreInfo h3 {
	color: #628871;
	font-size: 11px;
}

.house .moreInfo p {
	margin: 6px 0;
}

.house .map {
	margin: 1px 0 -1px 0;
	clear: both;
	height: 539px;
	width: 624px;
}

.bottom_options {
	background: url(../images/bg_bottom_options.gif) no-repeat;
	margin: 1px 0 0 0;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 4px 0 0 0;
	height: 24px;
}

.bottom_options li {
	float: right;
	background: url(../images/sep_vertical.gif) no-repeat;
	padding: 0 20px;
}

.bottom_options a {
	color: #666;
	display: block;
	text-decoration: none;
}

.bottom_options .send a {
	background: url(../images/icon_send.gif) center left no-repeat;
	padding: 1px 0 2px 23px;
}

.bottom_options .print a {
	background: url(../images/icon_print.gif) center left no-repeat;
	padding: 1px 0 0 18px;
}

.bottom_options .questions a {
	background: url(../images/icon_questions.gif) center left no-repeat;
	padding: 1px 0 1px 23px;
}