/* 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: #ffffff;
	background: #98b4e6 url("../_img/layout/dom_backgr_li-hover.gif") top right
		no-repeat;
}
body#dom #selector #col-left ul li a.selected {
	color: #ffffff;
	background: #3e7ec0 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: #98b4e6 url("../_img/layout/dom_backgr_selector.gif") top center
		repeat-y;
	min-height: 140px;
}

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: #ffffff;
	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: #ffffff;
	background: none;
	text-decoration: underline;
}

body#dom #selector #col-right ul li a.selected {
	color: #ffffff;
	background: none;
	font-weight: bold;
	text-decoration: underline;
}

body#dom .content #col {
	width: 940px;
	height: auto;
	margin: 0;
	padding: 0 0 0 35px;
	float: left;
	text-align: center;
}

body#dom .content td {
	width: 25%;	
}
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 p span {
	display: block;
	margin: -17px 3px 0 0;
	text-align: right;
}

body#dom .content div.adds {
	margin: 10px 20px;
}

body#dom .content div.adds a {
    background-image: url("../_img/dom/detail.png");
    background-repeat: no-repeat;
    background-position: center right;
    color: #FF0000;
    display: inline-block;
    padding-right: 20px;
}




body#dom div.satin
{
    position:fixed;
    z-index: 9;
    background-color: #000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
}
body#dom div.card
{
    width: 960px;
    height: 640px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    margin-left: -480px;
    margin-top: -320px;
    z-index: 10;
    background-color: #FFFFFF;
    border-radius: 5px;
}
body#dom div.card .strip
{
    position: absolute;
    left: -960px;
    top: 20;
    width: 2880px;
    height: 620px;
}
body#dom div.card .strip > div
{
    width: 960px;
    height: 640px;
    top: 0px;
    position: absolute;
}
body#dom div.card .strip .left
{
    left: 0px;
}
body#dom div.card .strip .right
{
    left: 1920px;
}
body#dom div.card .strip .middle
{
    left: 960px;
}
body#dom div.card .list a.view img
{
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    max-width: 800px;
    max-height: 600px;
}
body#dom div.card .list .thumb
{
    position: absolute;
    left: 810px;
    top: 10px;
    height: 600px;
    width: 130px;
    background-color: #999999;
    padding-left: 10px;
}
body#dom div.card .list .thumb ul li
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: block;
}
body#dom div.card .list .thumb img
{
    width: 130px;
}
body#dom div.card .list .thumb ul li a
{
    display: block;
}
body#dom div.card .list a.back
{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 11;
    top: 20px;
    left: 20px;
}
body#dom div.card .middle a.view
{
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 640px;
    height: 480px;
    overflow: hidden;
}
body#dom div.card .middle a.view img
{
    display: block;
    max-width: 640px;
    max-height: 480px;
}
body#dom div.card .middle .thumb
{
    position: absolute;
    left: 650px;
    top: 10px;
    height: 600px;
    width: 290px;
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: #999999;
}
body#dom div.card .middle .thumb ul li
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: block;
}
body#dom div.card .middle .thumb ul li a
{
    display: block;
}
body#dom div.card .middle .thumb img
{
    max-width: 290px;
    max-height: 300px;
}
body#dom div.card .middle a.all
{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 11;
    top: 20px;
    left: 590px;
}
body#dom div.card .group
{
    height: 20px;
    overflow: hidden;
    background-color: #CCCCCC;
}
body#dom div.card .group a
{
    background-position: 2px 2px;
    height: 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    padding-top: 16px;
    width: 16px;
    display: block;
    position: absolute;
    top: 2px;
}
body#dom div.card .group a.prev
{
    background-image: url('../_img/dom/a_left.png');
    left: 4px;
}
body#dom div.card .group a.next
{
    background-image: url('../_img/dom/a_right.png');
    right: 4px;
}
.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-active-anchor img {
	visibility: visible;
	border-color: #808080 !important;
}
.highslide-dimming {
	background: #000000;
}
.highslide-image {
	border: 2px solid #FFFFFF;
}
.highslide-loading {
	color: black;
	border: 1px solid black;
	background-color: white;
	background-image: url(graphics/loader.white.gif);
}

.highslide-controls {
	position: static !important;
	margin: 0;
	width: 60px !important;
}
.highslide-controls .highslide-play {
	display: none;
}
.highslide-controls .highslide-pause {
	display: none;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-controls .highslide-full-expand {
	display: none;
}
.highslide-gallery ul li {
	width: 106px;
	height: 106px;
	border: 1px solid #D0D0D0;
	background: #EDEDED;
	margin: 2px;
}


/**
 * dom_dtl.php
 */

body#dom-dtl #col-left {
	float: none;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

