/* TEXT columns */
body#dom #content {
	background: #ffffff;
}

body#dom #selector {
	width: 980px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align: left;
}

body#dom #selector #col-left {
	width: 252px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

body#dom #selector #col-left h2 {
	margin: 0;
	padding: 0 0 5px 20px;
	font-size: 18px;
	color: #949191;
	line-height: 25px;
	font-weight: normal;
	border-bottom: 1px dotted #6666CC;
}

body#dom #selector #col-left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body#dom #selector #col-left ul li a {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	color: #949191;
	line-height: 25px;
	height: 25px;
	font-weight: normal;
	background: #ffffff;
	border-bottom: 1px dotted #6666CC;
}

body#dom #selector #col-left ul li a:hover {
	color: #000000;
	background: #eeead8 url("../_img/layout/dom_backgr_li-hover.gif") top right
		no-repeat;
}
body#dom #selector #col-left ul li a.selected {
	color: #000000;
	background: #eeead8 url("../_img/layout/dom_backgr_li-hover.gif") top right
		no-repeat;
}

body#dom #selector #col-right {
	width: 728px;
	margin: 0;
	padding: 10px 0 11px 0;
	float: left;
	background: #d6cca3 url("../_img/layout/dom_backgr_selector.gif") top center
		repeat-y;
	min-height: 115px;
}

body#dom #selector #col-right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

body#dom #selector #col-right ul li {
	padding: 0;
	text-align: left;
	float: left;
	width: 242px;
}

body#dom #selector #col-right ul li a {
	display: block;
	height: 28px;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	font-weight: normal;
	background: none;
}

body#dom #selector #col-right ul li a:hover {
	color: #000000;
	background: none;
	text-decoration: underline;
}

body#dom #selector #col-right ul li a.selected {
	color: #000000;
	background: none;
	font-weight: bold;
}

body#dom #content #col {
	width: 940px;
	height: auto;
	margin: 0;
	padding: 0 0 0 35px;
	float: left;
	text-align: center;
}

body#dom  .house {
	width: 226px;
	height: auto;
	margin: 0;
	padding: 15px 0 20px 0;
	float: left;
	text-align: left;
	float: left;
	border-bottom: 1px dotted #d1d1d0;
}

body#dom  .house img {
	width: 160px;
	height: 112px;	
	margin-left: 30px;
}

body#dom  .house h3 {
	margin: 0 15px 3px 15px;
	padding: 0 0 0 3px;
	font-size: 14px;
	text: bold;
	line-height: 20px;
	color: #000000;
	background: #eeead8;
}

body#dom  .house p {
	display: block;
	margin: 0 15px 0 15px;
	padding: 0 0 0 3px;
	font-size: 12px;
	text: normal;
	line-height: 17px;
	color: #444444;
	border-bottom: 1px solid #cccbcb;
}

body#dom  .house span {
	display: block;
	margin: -17px 3px 0 0;
	text-align: right;
}

body#dom #content div.adds {
	margin: 10px 20px;
}
/**
 * dom_dtl.php
 */
body#dom-dtl #content {
	background: #ffffff;
}
body#dom-dtl #col-left {
	float: none;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
