.cfx:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body { 
    background: #fff url(../img/bgr.body.png) repeat-x;
    font-family:Arial,Helmet,Freesans,sans-serif;
    color: #666658;
    font-size: 11px;
}

a {
    color: #666658;
    text-decoration: none;
}

#accessibility {
    text-indent: -9999px;
    height: 1px;
    margin-top: -1px;
    font-size: 1px;
}

#container {
    width: 961px;
    background: #fff;
    margin: 0 auto;
    border: 1px solid #9c9c9c;
    border-top: none;
    border-bottom: none;
    overflow: hidden;
}

.container-wrapper {
    border: 1px solid #b6b6b6;
    border-top: none;
    border-bottom: none;
    min-height: 500px; /* tmp */
    _zoom: 1;
}

#header {
    height: 165px;
    width: 967px;
    margin-left: -4px;
    background: url(../img/container.parts.png) no-repeat 50% 146px;
}

#header h1 a {
    display: block;
    background: url(../img/logo.main.png) no-repeat 0 3px;
    width: 316px;
    height: 87px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 0 29px 25px;
    padding-top: 3px;
}

.navarea {
    background: transparent url(../img/bgr.navarea.png) repeat-x 0 100%;
    padding-bottom: 20px;
    overflow: hidden;
    _zoom: 1;
    margin: 0 4px;
    width: 959px;
    position: relative;
}


.nav {
    overflow: hidden;
    _zoom: 1;
}


.nav li { float: left }

.nav li a {
    float: left;
    display: inline;
    width: 148px;
    height: 29px;
    margin: 0 1px 0 0;
    background: url(../img/nav.main.png) no-repeat -149px 0;
    color: #828080;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 29px;
}

.nav li a:hover,
.nav li.active a {
    background-position: 0 0;
    color: #fff;
}

#primary-nav {
    margin-left: 26px;
}

#tools { position: absolute; right: 45px; bottom: 25px; }
#tools li { float: left; width: 29px; height; 29px; }
#tools li a { display: block; width: 29px; height: 29px; background: url(../img/tools.icons.gif) no-repeat 0 0; overflow:hidden; text-indent: -12808213px;}
#tools li a.home { }
#tools li a.send { background-position: -29px 0; }
#tools li a.print { background-position: -58px 0; }

/* content */

#content {
    margin: 40px 0 0 23px;
    _zoom: 1;
}

#content h3 {
    font-size: 13px;
    font-weight: bold;
    color: #f89a32;
    text-transform: uppercase;
}

#main {
    width: 540px;
    float: left;
    _zoom: 1;
}

.wider-content #main {
    width: 640px;
}

#main .rounded-box {
    background: url(../img/greybox.top.png) no-repeat 0 0;

    clear: both;
    margin: 0 0 15px;
    width: 534px;
}

#main .box a:hover {
    text-decoration: underline;
}

#main .box-large .rounded-box  {
    margin-top: -12px;
}


#main .box-wrapper {
    background: url(../img/greybox.bottom.png) no-repeat 0 100%;

    min-height: 50px;
    padding: 15px 20px;
    overflow: hidden;
    _zoom: 1;
}

#search {
    font-weight: bold;
    color:#828080;
}

#search-nav {
    padding-left: 50px;
}

#main .box-large {
    clear: both;
    position: relative;
    
}

.box-large a:hover { text-decoration: underline; }
.box-large .related-box { position: absolute; top: 35px; right: 106px; }

#main .box-large h2 {
    font-weight: bold;
    font-size: 12px;
    background: url(../img/header.long.bgr.png) no-repeat;
    padding: 15px 20px 20px;
    margin: 0 0 0 5px;
    color: #666658;
}

#main .promo {
    position: relative;
}

#main .promo a.more {
    position: absolute;
    top: 15px;
    right: 45px;
    font-size: 11px;
    color: #a4a1a1;
    float: right;
    font-weight: bold;
    text-decoration: none;
}

#main .promo a.more::after {
    content: '>>';
    margin: 0 0 0 3px;
}

#main .box-small {
    width: 245px;
    float: left;
    margin: 0 0 15px;
    padding: 10px;
}


#main .box-small h2 {
    font-size: 12px;
    background: url(../img/header.short.bgr.png) no-repeat;
    padding: 18px 20px 17px;
}

#main .box-small p {
    font-size: 11px;
    color: #4b4a4a;
    padding: 9px;
    line-height: 1.1em;
}

#main ul.horizontal {
    overflow: hidden;
    _zoom: 1;
    list-style-type: none;
    list-style-position: inside;
    font-size: 10px;
}

#main ul.horizontal li {
    float: left;
    width: 235px;
    background: url(../img/list.bullet.png) no-repeat 0 7px;
    padding: 3px 5px 3px 7px;
}

#main ul.horizontal li a {

}

#sidebar {
    float: right;
    width: 380px;
    padding-right: 10px;
}

.wider-content #sidebar {
    width: 266px;
}

#sidebar .sidebox {

    margin: 0 -10px 60px 0;
}

#sidebar .sidebox h3 {

    font-size: 18px;
    font-weight: normal;
    padding: 12px 0 8px 65px;
    margin: 20px 0;
    
}

#sidebar .sidebox h3 span {
    background: url(../img/sidebar.header.bgr.png) repeat-x 0 100%;
    padding: 0 0 5px 7px;
    display: block;
}

#sidebar .sidebox.shortcut h3 {
    background: url(../img/icon.shortcut.png) no-repeat 0 50%;
}

#sidebar .sidebox.favorite h3 {
    background: url(../img/icon.favorite.png) no-repeat 0 50%;
}

#sidebar .sidebox ul {

    margin-left: 48px;
    font-size: 12px;

}

#sidebar .sidebox ul li {
    background: url(../img/list.bullet.big.png) no-repeat 0 6px;
    padding: 5px 0 5px 25px;
    font-weight: bold;
    color: #666658;
}


#search input.text {
    border: 1px solid #e0e0df;
    border-top: 2px solid #e5e5e5;
    width: 150px;
    padding: 2px 2px;
    font-size: 11px;
    font-family:Arial,Helmet,Freesans,sans-serif;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#search input.short {
    width: 51px;
}

#search label {
    display: block;
    margin: 0 0 5px;
}

#search .form-element {
    float: left;
    margin: 0 15px 10px 0;
}

#search .form-tools {
    clear: both;
    float: left;
    margin-top: -5px;
    width: 100%;
}

#search .form-tools a.search-advanced {
    font-weight: bold;
    color:#828080;
    text-decoration: none;
    float: left;
    margin: 10px 0 0;
}

#search .form-tools a.search-advanced::after {
    content: '>>';
    margin: 0 0 0 5px;
}

#search .form-tools input.submit {
    float: right;
    background: url(../img/form.button.png) no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border: 0;
    width: 115px;
    height: 22px;
    padding: 0 0 3px;
    margin: 0 38px 0 0;
}

.promo-item {
    float: left;
    background: url(../img/item.separator.png) no-repeat 0 0;
    padding: 0 12px 0 12px;
}

.promo-item img {
    border: 5px solid #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
}

.promo .first {
    background: none;
}

.promo-item p {
    font-size: 10px;
    color: #4b4a4a;
    padding: 2px;
    line-height: 1.05em;
}


/* search results */

#main .search-results-tools {

    _zoom: 1;
    font-size: 10px;
    color: #4b4a4a;
    font-weight: bold;
    width:534px;

}

#main .search-results-tools h3 {
    float: left;
    width: 30%;
}

#main .search-results-tools .sorting {
    float: left;
    width: 70%;
    overflow: hidden;
    _zoom: 1;
    padding: 3px 0 0;
    text-align: right;
}

#main .search-results-tools .pagination {
    clear: both;
}

#main .search-results-tools ul {
    display: inline;
}

#main .search-results-tools  ul li {
    display: inline;
}

#main .search-results-tools a{
    color: #9e9e9e;
    text-decoration: none;
    padding: 5px 5px 0;
}

#main .search-results-tools .active a,
#main .search-results-tools a:hover {
    color: #4b4a4a;
}

#main .search-results-tools .pagination {
    background: #fcfacd;
    border: 1px solid #a6cf39;
    border-left: 0;
    border-right: 0;
    margin: 5px 0 0 -20px;
    float: left;
    width: 554px;
    text-align: right;
    padding: 5px 0;
}

#main .search-results-tools .pagination ul li a {
    padding: 5px 2px;
}


#main .search-results {
    margin: 40px 0;
    width: 534px;
}

#main .search-results-item {
    background: #e8e8e7;
    border: 1px solid #e1e1e0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    _zoom: 1;
    padding: 1px 2px;
    position: relative;
    margin: 3px 0;
}

#main .search-results .promo {
    background: #fcfacd;
}

#main .search-results-item img {
    float: left;
    width: 124px;
    margin-right: 15px;
}

#main .search-results-item h4 {
    font-size: 12px;
    padding: 5px 0px;
    float: left;
    width: 240px;
}

#main .search-results-item p {
    float: left;
    width: 300px;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin: 7px 0 0 0;
}

#main .search-results-item strong.prize {
    width: 120px;
    float: right;
    padding: 5px 15px 5px 0;
    font-size: 12px;
    text-align: right;
}

#main .search-results-item a.more {
    color: #f89a32;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 7px;
    top: auto;
    right: 15px;
    text-decoration: none;
    font-weight: bold;
}

#main .search-results-item a.more::after {
    content: '>>';
    margin-left: 5px;
}

#main .search-criteria {
    margin: -12px 0 10px 5px;
    line-height: 1.3em;
    background: url(../img/exposedbox.top.png) no-repeat;
    padding: 10px 0;
    font-size: 10px;
    width: 286px;
}

#main .search-criteria a:hover { text-decoration: underline; }

#main .search-criteria strong{
    font-size: 11px;
}


#main .search-criteria-wrapper {
    line-height: 1.3em;
    font-size: 14px;
    background: url(../img/exposedbox.bottom.png) no-repeat 0 100%;
    padding: 0 15px 10px;
    _zoom: 1;
}

ul.details { color: #898888; font-size: 11px; line-height: 13px; }
ul.details li { padding: 6px 0; border-bottom: 2px solid #d9dad4; padding-left: 53px; margin-left: -23px; }
ul.details li.odd { background-color: #fcfacd; border-bottom-width: 1px; }
ul.details dl { overflow: hidden; zoom: 1; }
ul.details dt { float: left; width: 130px; }
ul.details dd { float: left; width: 460px; }

.related-box { width: 236px; padding: 10px 0; background: url(../img/exposedbox.small.top.png) no-repeat 0 0; }
.related-box-wrapper { padding: 0 20px 10px; background: url(../img/exposedbox.small.bottom.png) no-repeat 0 100%; _zoom: 1; }
.spacing li { margin-bottom: 8px; }
.spacing li.last { margin-bottom: 0; }

.section { _zoom: 1;  }
.section h3 { margin: 20px 0 20px -23px; padding: 0 0 2px 23px; border-bottom: 2px solid #bbda68; }

.text { font-size: 13px; line-height: 16px; color: #2F4F4F; }
.old_text { font-size: 13px; line-height: 16px; color: #898888; }
.text p { margin-bottom: 1em; padding: 0 30px;}

.contact { padding-left: 30px; overflow: hidden; zoom: 1; }
.contact fieldset { float: left; width: 380px; }
.contact .form-row { overflow: hidden; zoom: 1; margin-bottom: 11px; }
.contact .form-row label { float: left; width: 108px; font-size: 10px; line-height: 20px; }
.contact .form-row input, .contact .form-row textarea { float: left; width: 256px; padding: 3px 3px; border: 0; background-color: #d6d6d5; }
.contact .form-row textarea { height: 103px; }
.contact .submit { text-align: right; }
.contact .submit input { border: 1px solid #535252; color: #fff; background-color: #a7a7a6; font-weight: bold; padding: 1px; margin-right: 10px; }
.contact .details { float: left; width: 224px; }
.contact .details p { padding: 17px; color: #898888; background-color: #ddd; }
.contact .details a:hover { text-decoration: underline; }

.greenbox { position: relative; z-index: 1; border: 3px solid #93c40e; margin-bottom: 20px; _zoom: 1; min-height: 50px; height: auto; _height: 50px;  }
.greenbox img { vertical-align: bottom;}
.greenbox .tl, .greenbox .tr, .greenbox .bl, .greenbox .br { position: absolute; z-index: 666; width: 25px; height: 25px; background: url(../img/greenbox.corners.png) no-repeat 0 0; }
.greenbox .tl { top: -4px; left: -4px;}
.greenbox .tr { top: -4px; right: -4px; background-position: -25px 0; }
.greenbox .bl { bottom: -4px; left: -4px; background-position: 0 -25px; }
.greenbox .br { bottom: -4px; right: -4px; background-position: -25px -25px; }
.greenbox .hit-overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9000; }

.tabbed-sidebox { width: 250px; margin: 0 auto 20px; }
.tabbed-sidebox .top { background: url(../img/tabbed-sidebox-top.png) no-repeat 0 0;  height: 20px; }
.tabbed-sidebox .content { background: url(../img/tabbed-sidebox-repeat.png) repeat-y 0 0; padding: 0 27px; overflow: hidden; _zoom: 1}
.tabbed-sidebox .bottom { background: url(../img/tabbed-sidebox-bottom.png) no-repeat 0 100%;  height: 20px; }
.tabbed-sidebox .content label { display: block; font-size: 13px; line-height: 20px; }
.tabbed-sidebox .content input { display: block; width: 290px; border: 1px solid #d9d8d8; padding: 3px; }
.tabbed-sidebox .tabs { padding-left: 13px; overflow: hidden; zoom: 1;}
.tabbed-sidebox .tabs li { width: 108px; height: 28px; float: left; margin-right: 1px; }
.tabbed-sidebox .tabs a { display: block; height: 28px; line-height: 28px; font-size: 13px; text-align: center; color: #868686; padding-left: 12px; background: url(../img/nav.main.png) no-repeat -149px 0; }
.tabbed-sidebox .tabs a span { display: block; background: url(../img/nav.main.png) no-repeat -201px 0; padding-right: 12px; }
.tabbed-sidebox .tabs a:hover, .tabbed-sidebox .tabs .active a { color: #fff; }
.tabbed-sidebox .tabs a:hover, .tabbed-sidebox .tabs .active a { background-position: 0 0; }
.tabbed-sidebox .tabs a:hover span, .tabbed-sidebox .tabs .active a span { background-position: -52px 0; }
.tabbed-sidebox .tabs .two-liner a span { line-height:11px; padding-top:3px; height: 25px; }

#google-maps.greenbox { height: 180px; }
#google-maps #google-maps-container { height: 180px; width: 260px; }
#google-maps .descr { line-height: 30px; font-size: 13px; width: 100%; bottom: 0; left: 0; z-index: 4; position: absolute; background-color: #ddd; color: #535252; text-align: center; }

#footer h3 { margin: 70px 0 18px -23px; padding: 0 0 2px 23px; border-bottom: 2px solid #bbda68; }
#footer .partners, #footer .navi { overflow: hidden; zoom: 1;}
#footer .partners li { float: left; margin-right: 20px; margin-bottom: 70px; }
#footer .navi { text-align: center; font-size: 9px; padding-bottom: 16px; }
#footer .navi li { display: inline; margin-right: 3px; padding-right: 3px; border-right: 1px solid #898888; }
#footer .navi li.last { border-right: 0;}
#footer .navi a { color: #898888; }
#footer .navi a:hover { text-decoration: underline; }

/* slider */

#slider-area {
    height: 82px;
}
#slider-tools {
    overflow: hidden;
    _zoom: 1;
    padding: 0;
}
#slider-tools .left {
    width: 35px;
    height: 26px;
    text-indent: -9999px;
    background: #ddd url(../img/slider.arrow.left.png) no-repeat 50%;
    float: left;
}

#slider-tools .right {
    width: 35px;
    text-indent: -9999px;
    height: 26px;
    background: #ddd url(../img/slider.arrow.right.png) no-repeat 50%;
    float: left;
}

#slider-tools #slider {
    float: left;
    width: 190px;
    height: 26px;
    background: url(../img/slider.bgr.png) repeat-x;
    position: relative;
}

#slider-tools #slider-handler {
    width: 17px;
    height: 10px;
    background: #bcbab9;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    cursor: e-resize;
}

#photo-wrapper {
    clear: both;
    overflow: hidden;
    position: relative;
    _zoom: 1;
    height: 56px;
}

#photo-min {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    _zoom: 1;
    width: 2000px;
}

#photo-min li {
    float: left;
    margin: 0 3px 0 0;
    width: 86px;
}

#photo-min li a {
    display: block;
}

#sidebar .form-element {
    overflow: hidden;
    _zoom: 1;
}

#sidebar input.text {
    width: 150px;
}

#sidebar input.short {
    width: 70px;
    float: left;
    margin: 0 10px 0 0;
}

#sidebar select {
    width: 160px;
}

#sidebar .form-element  span {
    float: left;
    margin: 5px 0 0;
}

#sidebar .form-tools {
    overflow: hidden;
    _zoom: 1;
    clear: both;
    float: left;
    margin: 20px 0 0;
    width: 100%;
}

#sidebar input.submit {
    float: right;
    background: url(../img/form.button.png) no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border: 0;
    width: 115px;
    height: 22px;
    padding: 0 0 3px;
    margin: 0;
}

.form-advanced {
    display: none;
    overflow: hidden;
    _zoom: 1;
}


#sidebar .form-advanced {
    width: 194px;
}

.rounded-box .form-element {
    width: 148px;
}

.rounded-box #property_type {
    width: 157px;
}

.rounded-box .form-advanced {
    clear: both;
    width: 494px;
}

#TB_window a:link {
    font-size: 1.5em;
}

