html{
    color:#000;background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;
}
fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}
li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {
    border:0;font-variant:normal;
}
sup {
}
sub {
    vertical-align:text-bottom;
}
input,textarea,select{
    font-family:inherit;font-size:inherit;font-weight:inherit;
}
input,textarea,select{
}
legend{
    color:#000;
}
body {
    font:13px/1.231 arial,helvetica,clean,sans-serif;
}
table {
    font-size:inherit;font:100%;
}
pre,code,kbd,samp,tt{
    font-family:monospace;line-height:100%;
}

/* BASE-MIN STYLES */
h1{font-size:138.5%;}
h2{font-size:123.1%;}
h3{font-size:108%;}
h1,h2,h3{margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;} 
em{font-style:italic;}
blockquote,ul,ol,dl{margin:1em;}
ol,ul,dl{margin-left:2em;}
ol li{list-style:decimal outside;}
ul li{list-style:disc outside;}
dl dd{margin-left:1em;}
/* th,td{border:1px solid #000;_padding:.5em;} убрано в связи с issue 0000015 note 2 */
th{font-weight:bold;text-align:center;}
caption{margin-bottom:.5em;text-align:center;}
p,fieldset,table,pre{margin-bottom:1em;}
/*input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}*/
/* END OF BASE-MIN STYLES */

/* @group HTML, Body */
html {
    background-color: #d8d8d8;
}
body {
    margin:0;
    padding:0;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
    /*width:100%;*/
    height: 96px;
    background: url(/img/common/hd-bkg.gif) repeat-x 0 0;
    min-width: 940px; /* было 1075px*/
    /* issue 0000219 - хак для IE6 */
    width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "100%");

}
div#hd2 {
    width: 100%;
}
div#hd-inner {
    /*padding:0;
    width:600px;
    margin:0 auto;*/
    /*border:1px solid red;*/
}

div#hd-inner{
    float:left;width:100%
}

div#hd-inner-wrap{
    margin: 0 243px 0 243px;
}

div#hd-inner-wrap2 {
    width: 100%;
    overflow: hidden;
}

div#userButtons {
    float:right;
    width:243px;
    margin-left:-243px;
}

div#logo {
    float:left;
    width:243px;
    margin-left:-100%
}

a#logo h1 {
    margin: 0px;
    padding: 0px;
    font-size: 110%;
    font-weight: bold;
    color: #8086b6;
}

/* Body */
div#bd {
    background: url(/img/common/body-bkg.gif) repeat-x 0 0;
}

/* Footer */
div#ft {
    text-align: center;
    background-color: #340500;
    padding: 0 0 40px 0;
    color: #340500;
}
div#ft p {
    font-size: 85%;
    color: #a03b2c;
    background-color: #4a0800;
    margin: 0;
    border-bottom: 1px solid #1c0100;
}
div#ft p span {
    border-bottom: 1px solid #790f01;
    display: block;
    padding: 10px 0;
}
div#ft p a {
    padding: 0 5px;
}
div#ft p a:link, div#ft p a:visited {
    color: #ebaaac;
    text-decoration: none;
}

div#wrapper{
    display:block;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    max-width:1280px;
    min-width:1000px;
    width:100%;
}
div#content{___margin: 0 200px}
div#sidebar{float:left;width:200px;margin-left:-200px}
div#extra{float:left;width:200px;margin-left:-100%}
div#ft{clear:left;width:100%}



/* header menu */
div#mn {
  text-align: center;
  padding: 0;
}
div#mn p {
    font-size: 85%;
  background-color: #2D6398;
  margin: 0;
}
div#mn p span {
  border-bottom: 1px solid #BABABA;
  display: block;
  padding: 6px 0;
}
div#mn p a {
  padding: 0 5px;
}
div#mn p a:link, div#mn p a:visited {
  color: #FFF;
  text-decoration: none;
}

div#mn p a:hover {
  color: #AF6262;
  text-decoration: underline;
}

div#mn {
  clear:left;
  width:100%
}

#h_menu {
  padding: 16px 0 160px 0;
}
#h_menu a {
  padding: 0 12px;
  color: #2F2F2F;
  border-right: 1px solid #9BA4CF;
  text-decoration: none;
}
#h_menu a.last {
  border-right: 0;
}



/* @end */

/* @group Modules */
/* Logo */
div#logo {
    width: 243px; /* was 213px */
    height: 53px;

    /*margin: 10px 0 0 20px;
    float:left;
    display:inline;*/
}

div#logo a {
    float:left;
    color:white;
    font-size:0.78em;
    font-family:Arial, sans-serif;
    padding-left:206px;
    padding-top:60px;
    text-decoration: none;
}

/* Head Search Box */
div#hd div.search {

    max-width:579px;
    /*min-width:500px;*/
/* issue 0000219 - ��� ��� IE6 */
    width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1024)? "auto" : "470px");

    /*width: 579px;*/
    height: 52px;
    background: url(/img/common/hd-search-middle.gif) repeat-x 0 0;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
    /*float: left;
    display: inline;*/
}
div#hd div.search1 {
    /* background: url(/img/common/hd-search-left.gif) no-repeat 0 0; ���������������� �� issue 0000017 */
}
div#hd div.search2 {
    /*width: 519px;*/
    height: 37px;
    /* background: url(/img/common/hd-search-right.gif) no-repeat 100% 0; ���������������� �� issue 0000017 */
    padding: 15px 30px 0 30px;
}
div#hd div.search input.txt {
    font-size: 108%;
    border: 1px solid #1b3146;
    padding: 3px;
    color: #9a0700;
    vertical-align: middle;
    width: 190px;
    margin-right: 10px;
}
div#hd div.search input.btn {
    vertical-align: middle;
    margin-right: 10px;
}
div#hd div.search label {
    margin-right: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    vertical-align: middle;
}

/* Filtering Box 
div.filtering p {
    font-size: 85%;
    margin: 0;
    padding: 11px;
}
div.filtering span {
    padding: 0 10px;
    color: #3d3d3d;
    font-weight: bold;
}
div.filtering a {
    padding: 3px 14px;
    border-right: 1px solid #b4b4b4;
}
div.filtering a.option {
    padding-right: 32px;
    background: url(/img/common/xmark-option.gif) no-repeat 100% 50%;
}
div.filtering a.saveAll {
    border-right: none;
}
div.filtering a:link, div.filtering a:visited {
    color: #d90400;
    text-decoration: none;
}
div.filtering a.saveAll:hover, div.filtering a.clearAll:hover { 
    background: #f8f8f8;
}

div.filtering a.option:hover {
    text-decoration:line-through;
}
*/

/* Content */
div#content {
    background: url(/img/common/content-fade-top.gif) repeat-x 0 0 #fff;
}
div.contentwrap1 {
    background: url(/img/common/content-bkg-left.gif) repeat-y 0 0;
}
div.contentwrap2 {
    background: url(/img/common/content-bkg-right.gif) repeat-y 100% 0;
    padding: 8px 20px;
    overflow: hidden;
}

/* Extra Column */
div.extra-content {
    width: 180px;
    margin-left: 11px;
}
div.extra-content div.side-content-box {
    background-color: #fff;
    border: 1px solid #bababa;
    /* margin-bottom: 8px; */
}

/* Sidebar Column */
div#sidebar {

}
div#sidebar div.sidebar-content {
    width: 160px;
    margin-left: 10px;
}
div#sidebar p.advertisement {
    font-size: 85%;
    color: #2f2f2f;
    text-align: center;
}

/* Price Box */
div.extra-content div.price-box {
    padding: 8px 0;
}
div.extra-content div.price-box div.row {
    padding: 2px 10px 0 10px;
}
div.extra-content div.price-box div.row label {
    display: block;
    font-size: 85%;
    color: #636363;
    padding: 4px 0;
    float: left;
    display: inline;
}
div.extra-content div.price-box div.row input.txt {
    border: 1px solid #939393;
    padding: 3px;
    font-size: 93%;
    color: #555;
    font-weight:bold;
    margin-right: 3px;
    float: left;
    display: inline;
    width: 110px;
}
div.extra-content div.price-box div.row input.btn {
    width: 100%;
    border: 1px solid #ccc;
    background: url(/img/common/go-btn-bkg.gif) no-repeat 0 0;
    height: 22px;
    font-size: 93%;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
div.extra-content div.price-box div.row input.btn:hover {
    border: 1px solid #761818;
    color: #761818;
}
div.extra-content div.price-box div.row select {
    width: 100%;
    font-size: 93%;
    height: 24px;
    float: left;
    display: inline;
    margin-left: 0px;
}

/* List Box */
div.extra-content .CollapsiblePanel {
    margin:10px 0;
    padding:0;
}
div.extra-content .CollapsiblePanel ul{
    margin:0;
    padding:0;
}
div.extra-content .CollapsiblePanel ul li {
    margin:0;
    padding:1px 0;
    list-style: none;
    height: 100%;
}
div.extra-content .CollapsiblePanel ul li a {
    color:#777777;
    display: block;
    font-size: 77%;
    padding: 1px 10px 1px 15px;
    clear: left;
    text-decoration: none;
}
div.extra-content .CollapsiblePanel ul li a span.left {
    display: block;
    width: 120px;
    float: left;
    font-weight: bold;
}
div.extra-content .CollapsiblePanel ul li a span.right {
    display: block;
    float: right;
    width: 30px;
    text-align: right;
    font-weight: bold;
}
div.extra-content .CollapsiblePanel ul li a:visited {
    color: #636363;
    text-decoration: none;
}
div.extra-content .CollapsiblePanel ul li a:hover {
    background-color: #e8dede;
    color: #000;
}

div.extra-content .CollapsiblePanel ul li.selected a.clearfix {
    color: #d80600;
}

div.extra-content .CollapsiblePanel ul li.selected a:hover {
    background: url(/img/common/red-strikethrough.gif) repeat-x 0 50%;
}

/* Side Headings */
div.extra-content h2 {
    font-size: 100%;
    background-color: #bababa;
    padding: 4px 10px 4px 10px;
    margin: 0;
    font-size: 116%;
    color: #2f2f2f;
    font-weight: bold;
}

/* Sorter */
p.sorter {
    text-align: right;
    font-size: 77%;
    color: #9e9e9e;
    margin-bottom: 15px;
}
p.sorter a {
    padding: 0 6px;
}
p.sorter a:link, p.sorter a:visited {
    color: #d90400;
    text-decoration: underline;
}
p.sorter a.current:link, p.sorter a.current:visited {
    font-weight:bold;
    color: #2f2f2f;
    text-decoration: none;
}
p.sorter a:hover {
    color: #044a9e;
    text-decoration: none;
}

/* Pager */
div.pager-box-btm {
    margin-top: 15px;
}
p.pager {
    float: right;
    display: inline;
}
p.pager a {
    padding: 2px 4px;
    border: 1px solid #a4a4a4;
    font-size: 85%;
    font-weight: bold;
    margin: 0 0 0 2px;
    display: block;
    float: left;
    display: inline;
    text-decoration: none;
}
p.pager a:link, p.pager a:visited {
    text-decoration: none;
    color: #1b60a9;
}

p.pager a:hover {
    background-color:#fffedb;
    color: #1b60a9;
    text-decoration: none;
}

p.pager a.current {
    border:1px solid #1b60a9;
    background-color: #1b60a9;
    color: #fff;
}

p.pager a.current:hover {
    border:1px solid #1b60a9;
    background-color: #1b60a9;
    color: #fff;
}

p.results-page {
    width: 49%;
    font-size: 85%;
    color: #3d3d3d;
    float: left;
    display: inline;
}

/* Result Box */
div.result-box {
    border: 1px solid #d5d5d5;
    padding: 9px 9px 0 9px;
    margin-top: 10px;
}
div.result-box:hover {
    background-color: #f9feeb;
    border: 1px solid #b0b0b0;
}

div.result-box div.photo {
    width: 104px;
    height: 104px;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    margin: 0 10px 0 0;
    float: left;
    display: inline;
}
div.result-box h2 {
    margin: 0 0 2px 0;
    font-size: 108%;
    font-weight: bold;
    color: #0c366a;
}
div.result-box h2 a:link, div.result-box h2 a:visited {
    color: #0c366a;
    text-decoration: none;
}
div.result-box h2 a:hover {
    text-decoration:underline;
}
div.result-box div.company {
    width: 100px;
    height: 60px;
    margin: 0 0 0 10px;
    border: 1px solid #d4d4d4;
    float: right;
    display: inline;
}
div.result-box p {
    font-size: 85%;
    margin: 0 0 10px 0;
    line-height: 150%;
}

div.result-box a.bed {
    background: url(/img/common/icon-bed.gif) no-repeat 0 50%;
    padding: 5px 0 5px 25px;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: bold;
}
div.result-box a.bed:link, div.result-box a.bed:visited {
    color: #2f2f2f;
    text-decoration: none;
}
div.result-box a.bath {
    background: url(/img/common/icon-bath.gif) no-repeat 0 50%;
    padding: 5px 0 5px 25px;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: bold;
}
div.result-box a.bath:link, div.result-box a.bath:visited {
    color: #2f2f2f;
    text-decoration: none;
}
div.result-box a.house {
    background: url(/img/common/icon-house.gif) no-repeat 0 50%;
    padding: 5px 0 5px 25px;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: bold;
}
div.result-box a.house:link, div.result-box a.house:visited {
    color: #2f2f2f;
    text-decoration: none;
}
div.result-box a.house sup {
    line-height: 90%;
    font-weight: normal;
    font-size: 77%;
}

div.result-box p.company-text {
    font-weight: bold;
    margin: 0;
}
div.result-box p.company-text a:link, div.result-box p.company-text a:visited {
    color: #8b8b8b;
    text-decoration: none;
}
div.result-box p.company-text a:hover {
    color: #c8220c;
    text-decoration: underline;
}

div.result-box ul.util-links {
    clear: both;
    font-size: 77%;
    margin: 0;
    padding: 0;
    float: right;
    display: inline;
}
div.result-box ul.util-links li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    display: inline;
}
div.result-box ul.util-links li a {
    padding: 3px 30px 3px 6px;
    margin: 0 0 0 3px;
    display: block;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    float: left;
    display: inline;
}
div.result-box ul.util-links li a.favorites {
    background: url(/img/common/favorites-star.gif) no-repeat 100% 40%;
}
div.result-box ul.util-links li a.viewmap {
    background: url(/img/common/view-map-arrow.gif) no-repeat 100% 40%;
}
div.result-box ul.util-links li a.similar {
    background: url(/img/common/similar-icon.gif) no-repeat 100% 50%;
}
div.result-box ul.util-links li a:link, div.result-box ul.util-links li a:visited {
    color: #878787;
    text-decoration: none;
    background-color: #f5f5f5;
}
div.result-box ul.util-links li a:hover {
    color: #4c4c4c;
    text-decoration: underline;
    background-color: #fff;
}

div.google-map {
    clear: both;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
}
div.google-map-inner {
    width: 100%;
    overflow: hidden;
}

div.map_expanded {
    display: block;
    height: 270px;
}

div.map_collapsed {
    display: none; 
}

/* @end */

/* @group Default Headings */
h1 {  }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Common Text Styles */

/* @end */

/* @group Default Lists */

/* @end */

/* @group Forms */

/* @end */

/* @group Default Links - link visited hover active */
a:link{ }
a:visited{ }
a:hover{ }
a:active{ }
/* @end */

/* @group Misc */
.clear {
    clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/* min width header for IE6 browsers */        
div#logo 
{
    position:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 1075 ? "absolute" : "relative");
}

/* Footer menu */
#footer {
    padding: 16px 0 160px 0;
}
#footer a {
    padding: 0 12px;
    color: #ffd0d0;
    border-right: 1px solid #b14131;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
    text-decoration: underline;
}
#footer a.last {
    border-right: 0;
}

/** */
.contentwrap2 #subMenu {
    background-color:#E5EFF9;
    border-bottom:1px solid #B0C5D8;
    border-top:1px solid #B0C5D8;
    margin:14px 0;
    padding:6px 20px;
}

.contentwrap2 #subMenu ul {
    margin: 0em;
}

.contentwrap2 #subMenu ul li a {
    color:#33495D;
    font-size:108%;
    font-weight:bold;
    padding-right: 10px;
    padding-left: 5px;
}

.contentwrap2 #subMenu ul li a:hover {
    background-color: #fff;
}
