/*---reset-----------------------*/

* {
    font-size: 100.01%;
    font-family: tahoma, verdana, arial;
}

body, html,
h1, h2, h3, h4, h5, h6,
address, blockquote, div, p,
dl, dt, dd, ol, ul, li,
form, label,
table, tbody, td, th, tr,
img  {
    margin: 0;
    padding: 0;
    border: 0;
}

ol, ul {list-style: none;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    vertical-align: top;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {content: '';}

blockquote, q {quotes: '' '';}

/*---error-----------------------*/

.error {color: red;}

.z {border: 1px dashed red;}

/*---global----------------------*/

.block {display: block !important;}

.png_img {
    behavior: url("/img/png.htc");
}
/*---default---------------------*/

html, body{
    width: 100%;
    height: 100%;
}

body {
    font-style: normal;
    font-size: .81em;
    background: white;
    color: #2f3e47;
}

h1, h2, h3 {
    font-weight: bold;
    line-height: 1.1;
}

h1, big {
    margin: 0 0 .4em -.05em;
    position: relative;
    font-size: 2.46em;
    display: block;
}

h2, h4 {
    margin-left: -.05em;
    position: relative;
    margin-bottom: .5em;
    padding-top: .75em;
    font-size: 2em;
    color: #f90;
}

h3 {
    margin-bottom: .6em;
    padding-top: .7em;    
    font-size: 1.31em;
    margin-left: -.05em;
    position: relative;
}

h4 {
    font-size: 1.4em;
    color: #aa5500;
    margin-left: -.05em;
    position: relative;
}

h5 {
    font-size: 1.2em;
    color: #7e8f97;
    margin-bottom: .5em;
    padding-top: .75em;
    margin-left: -.05em;
    position: relative;
}

h6 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: .5em;
    margin-left: -.05em;
    position: relative;
}

h1 sup {
    font-size: 0.46em;
}

p, table {margin-bottom: 1.2em;}

table td,
table th {padding: .85em 1.2em;}

table th {
    font-weight: normal;
    border: 1px solid #838d5c;
    background: #e3e8d0;
}

table td {border: 1px solid #b7c28b;}

a {
    text-decoration: underline;
    color: #360;
}

a:hover, 
a:active, 
a:focus {color: #f00 !important;}

.winter h2 {color: #cca300;}

.winter a {color: #2258a4;}

/*---shell-----------------------*/

.container {
    margin: 0 auto;
    min-width: 990px;
    width: 100%;
    max-width: 1280px;
    min-height: 100%;
    position: relative;   
}

.container-ie6 {width: 100%;}

.limiter {
    margin: 0 auto;
    width: 920px;
    position: relative;
}

.color-major, .color-major h2{color: #2f3e47 !important;}

.mini .container {
    xwidth: 990px;
    min-width: 700px;
    max-width: none;
}

/*---fixed-----------------------*/

.fixed {
    margin: 0 0 0 -240px;
    width: 478px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    border-top: 1px solid #c0c5c7;
    border-left: 1px solid #c0c5c7;
    background: white;
}

.fixed-content {
    margin: 26px -27px 0 0;
    padding: 10px 30px 35px;
    position: relative;
    border-right: 1px solid #c0c5c7;
    border-bottom: 1px solid #c0c5c7;
    background: white;
}

.fixed-content h2 {
    margin: 0 0 .55em;
    font-weight: normal;
    font-size: 1.69em;
}

.fixed-content p {
    margin-bottom: .6em;
    font-weight: bold;
    font-size: 1.54em;
}

.fixed-content span {color: #f90;}

.fixed-content img {
    margin-bottom: -2px;
    position: relative;
}

.fixed-content div {
    padding-top: 30px;
    text-align: center;
}

.fixed-corner {
    width: 28px;
    height: 28px;
    position: absolute;
    top: -1px;
    right: -27px;
    background: url(/images/page/fixed-corner.png);
}

.fixed-close {
    position: absolute;
    top: 10px;
    right: -16px;
    cursor: pointer;
}

.winter .fixed-content span {color: #cca300;}

/*---header----------------------*/

.header {
    width: 100%;
    height: 278px;
    background: url(/images/page/header.jpg) center top no-repeat;
    color: #9c0;
}

.header a {color: white;}

.mini .header .header-logo, .mini .header .level-1 {
    left: 50px;
}
 
.mini .header {
    height: 128px;
    xbackground-image: url(/images/page/header_mini.jpg);
    xbackground-color: #0f0d00;
    xbackground-position: left top;
    background: url(/img/head-mini-bg.gif) repeat-x;
}

.winter .header {
    background: url(/images/page/header_winter.jpg) center top no-repeat;
    color: #2abefc;
}
/*-------------------------------*/

.header-phone {
    position: absolute;
    top: 0;
    left: 0;
    font-size: .92em;
}

/*-------------------------------*/

.header-service {
    position: absolute;
    top: 0;
    left: 383px;
    font-size: .77em;
}

.header-service span {
    margin: 0 .27em;
    font-size: .5em;
}

.header-service a {color: #9c0;}

.winter .header-service a {color: #2abefc;}

/*-------------------------------*/

.header-motto {
    position: absolute;
    left: 135px;
}

/*-------------------------------*/

.header-logo {
    position: absolute;
    top: 56px;
    left: 119px;
    background: url(/images/page/header-logo.png);
}

.header-logo a,
.header-logo {
    width: 160px;
    height: 40px;
    display: block;
}

.header-logo img {display: none;}

/*.winter .header-logo {background: url(/images/page/header-logo_winter.png);}*/

/*.mini .header-logo {background: url(/images/page/header-logo_mini.png);}*/

/*-------------------------------*/

.header-menu {
    width: 531px;
    height: 115px;
    position: absolute;
    top: 154px;
    left: 108px;
    background: url(/images/page/header-menu.jpg) no-repeat;
}

.header-menu ul {
    width: 100%;
    position: relative;
    z-index: 1;
}

.header-menu li {
    padding: 17px 10px 0 35px;
    width: 110px;
    float: left;
    clear: right;
    font-weight: bold;
    font-size: 1.31em;
    white-space: nowrap;
    color: #f90;
}

.header-menu li .mainmenu_select {
    color: #f90;
    text-decoration: none;
}

.header-menu ul ul {padding-top: 15px;}

.header-menu li li {
    padding: 5px 0 6px 0;
    float: none;
    font-weight: normal;
    font-size: .76em;
}

.header-menu .e {width: 140px;}

.header-menu-automower {
    width: 152px;
    height: 43px;
    position: absolute;
    top: 71px;
    left: 2px;
    background: url(/images/page/header-menu-automower.png);     
}

.header-menu-automower-content {
    width: 78px;
    position: absolute;
    top: 92px;
    left: 52px;
    z-index: 1;
    white-space: nowrap;
}

.header-menu-automower-content a {color: #224302;}

.winter .header-menu {background-image: url(/images/page/header-menu_winter.jpg);}

.winter .header-menu li {color: #ffe861;}

.winter .header-menu li .mainmenu_select {xcolor: #ffe861;}

/*-------------------------------*/

.header-extra {
    padding-left: 19px;
    position: absolute;
    top: 155px;
    left: -10px;
    font-size: .92em;
    background: url(/images/page/header-extra.gif) left center no-repeat; 
}

.header-extra a {color: #b9af9a;}

/*---customer--------------------*/

.customer {
    margin-right: -260px;
    width: 200px;
    position: absolute;
    top: 0;
    right: 30%;
    font-size: .92em;
    color: #9c0;
}

.customer a {color: white;}

.winter .customer {color: #2abefc;}

/*-------------------------------*/

.customer-logo {
    margin-left: -15px;
    position: relative;
    background: url(/images/page/customer-logo.png);
}

.customer-logo a,
.customer-logo {
    width: 159px;
    height: 71px;
    display: block;
}

.customer-logo img {display: none;}

.winter .customer-logo {background: url(/images/page/customer-logo_winter.png);}

/*-------------------------------*/

.customer-contact {
    width: 100%;
    position: absolute;
    left: 7px;
}

/*-------------------------------*/

.customer-form {
    width: 100%;
    position: absolute;
    top: 160px;
    left: 0;
}

.xcustomer form {display: none;}

.customer-login p {
    margin-bottom: .95em;
    width: 75%;
    line-height: 1.5;
}

.customer-login div {float: right;}

.customer-login-service {
    float: none !important;
    color: #7d6d4d;
}

.customer-login-service span {
    margin: 0 .7em;
    font-size: .4em;
}

.customer form div {margin-bottom: 11px;}

.customer form input {
    margin: 0;
    padding: 3px 10px;
    width: 113px;
    height: 15px;
    color: #fff;
    font: italic .92em georgia;
    border: 0;
    background: url(/images/page/customer-input.png) no-repeat; 
}

.customer form p {padding: 3px 0 0 7px;}

.winter .customer-login-service {color: #6d746a;}

.winter .customer form input {background-image: url(/images/page/customer-input_winter.png);}

/*-------------------------------*/

.level-1 {padding-top: 27px;}

.level-2 {top: 122px;}

.level-2 h1 {
    font-size: 1em;
    font-weight: normal;   
}

/*---plan------------------------*/

.plan {
    width: 100%;
    height: 438px;
    position: relative;
    background: url(/images/page/plan.jpg) center top no-repeat;        
}

/*-------------------------------*/

.plan-adt {
    margin-right: 2px;
    width: 254px;
    position: absolute;
    top: 21px;
    right: 71%;
    color: #b8eb20;
}

.plan-adt p,
.plan-adt ul,
.plan-adt var {
    margin: 0 auto;
    width: 88%;
}

.plan-adt var {
    margin-bottom: 1.2em;
    display: block;
    font-style: normal;
}

.plan-adt li {
    margin-bottom: 1.2em;
    font-size: .92em;
}

.plan-adt .e {
    margin: -.3em 0 1.7em;
    text-align: right;
    font-size: .83em;
}

.plan-adt div {
    margin-bottom: .85em;
    width: 253px;
    height: 195px;
    overflow: hidden;
    xbackground: url(/images/page/plan-adt-plesh.png);
}

.plan-adt p {
    text-align: center;
    font-size: 1.08em;
}

.plan-adt a {color: #c6edee;}

.winter .plan-adt {color: white;}

.winter .plan-adt a {color: #1559a5;}

/*-------------------------------*/

.plan-link {
    width: 0;
    position: absolute;
    top: 0;
    left: 50%;
}

.plan-link li {position: absolute;}

.plan-link span {
    margin: 17px;
    padding: .5em;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.15em;
    background: url(/images/page/plan-link.png);
}

.plan-link a {color: #2258a4;}

.plan-link ins {
    overflow: hidden;
    position: absolute;
    top: auto;
    right: auto; 
    bottom: auto;
    left: auto;   
}

.plan-link-4 ins,
.plan-link-3 ins,
.plan-link-2 ins,
.plan-link-1 ins {
    margin: 0 0 0 -5px;
    width: 10px;
    height: 17px;
}

.winter .plan-link-4 ins {
    margin: -5px 0 0;
    width: 17px;
    height: 10px;
}

.winter .plan-link-3 ins,
.plan-link-4 ins {/* top */
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    background: url(/images/page/plan-link-top.png);
}

.winter .plan-link-4 ins {/* right */
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    background: url(/images/page/plan-link-right.png);
}

.plan-link-3 ins,
.plan-link-2 ins,
.plan-link-1 ins {/* bottom */
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    background: url(/images/page/plan-link-bottom.png);
}

.plan-link-0 ins {/* left */
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    background: url(/images/page/plan-link-left.png);
}

.plan-link-1 {
    top: 40px;
    left: -107px;
}

.plan-link-2 {
    top: 75px;
    left: 368px;
}

.plan-link-3 {
    top: 245px;
    left: 313px;
}

.plan-link-4 {
    top: 325px;
    left: -97px;
}

.winter .plan {background-image: url(/images/page/plan_winter.jpg);}

.winter .plan-link-1 {
    top: 110px;
    left: 20px;
}

.winter .plan-link-2 {
    top: -10px;
    left: 385px;
}

.winter .plan-link-2 span {
    margin-right: 0;
}

.winter .plan-link-3 {
    top: 220px;
    left: 317px;
}

.winter .plan-link-4 {
    top: 283px;
    left: 37px;
}

/*---addition-------------------*/

.addition-right,
.addition-center,
.addition-left,
.addition-3,
.addition-2,
.addition-1 {
    width: 100%;
    float: left;
    clear: right;
    position: relative;
}

.addition-1 {
    float: none;
    overflow: hidden;
    background: #ccc;
    color: #16242d;
}

.addition-3,
.addition-2 {background: url(/images/page/addition.gif) 100% 0 repeat-y;}

.addition-2 {right: 32%;}

.addition-3 {
    padding-bottom: 8em;
    right: 30%;
}

.addition-left {
    width: 27%;
    left: 69%;
}

.addition-center {
    width: 30%;
    left: 73%;
    text-align: center;
}

.addition-right {
    width: 22%;
    left: 78%;
}

.addition-1 h3 {
    margin: 1.0em 0 .5em;
    font-size: 1.77em;
    color: #2f3e47;
}

.addition-1 h2 {
    margin: 1.0em 0 .5em;
    font-size: 1.77em;
    color: #2f3e47;
}

.addition-left .e {text-align: right;}

.addition-center div {
    margin: 0 auto;
    width: 99%;
    height: 324px;
    overflow: hidden;
    position: relative;
}

.addition-center img {
    margin-left: -178px;
    position: absolute;
    left: 50%;
}

.addition-center p {
    margin-top: -13px;
    position: relative;
}

.addition-right ul {
    margin: 0 0 1.7em -22px;
    position: relative;
}

.addition-right li {
    margin-bottom: 1.2em;
    padding-left: 22px;
    background: url(/images/page/addition-marker-1.gif) 0 .15em no-repeat;
}

.addition-right .addition-marker-2 {background: url(/images/page/addition-marker-2.gif) 0 .15em no-repeat;}

.addition-right .addition-marker-3 {background: url(/images/page/addition-marker-3.gif) 0 .15em no-repeat;}

.addition-right .addition-marker-4 {background: url(/images/page/addition-marker-4.gif) 0 .15em no-repeat;}

.addition-1 a {color: #2258a4;}

/*---footer----------------------*/

.footer {
    padding: 2.8em 0 10em;
    clear: both;
    position: relative;
}

.footer:after {
    clear: both;
    display: block;
    content: '';
}

.footer-icom,
.footer-map,
.footer-copy {
    float: left;
    clear: right;
}

.footer-copy {
    width: 48%;
    position: relative;
    font-size: .85em;
    line-height: 2;
    text-indent: -1.18em;    
}

.footer-map {
    padding-top: .1em;
    width: 27%;
    line-height: 1.6;
}

.footer-icom {
    padding-top: .2em;
    width: 25%;
    font-size: .85em;
}

.footer-copy-extra {
    padding: 1.25em 16px 3.6em 26px;
    position: absolute;
    bottom: 100%;
    left: -26px;
    font-size: 1.18em;
    line-height: normal;
    text-indent: 0;
    background: white;
}

.footer-copy-extra li {margin-bottom: .75em;}

.footer-copy-extra img {
    width: .77em;
    height: 5.92em;
    position: absolute;
    top: 0;
    right: -.77em;
}

.footer a {color: #2258a4;}

/*---baobab----------------------*/

.baobab {
    margin-left: -40px;
    width: 140px;
    height: 55px;
    position: relative;
    display: block;
    background: url(/images/page/baobab.jpg);
}

.winter .baobab {background: url(/images/page/baobab_winter.jpg);}

/*---content---------------------*/

.wrapper {
    margin: -18px 0 30px;
    padding: 0 35px;
    position: relative;
}

.wrapper:after {
    clear: both;
    display: block;
    content: '';
}

.content {
    width: 76%;
    min-height: 450px;
    float: right;
}

.navig {
    padding-top: 14px;
    width: 20%;
    float: left;
}

/*---bar-------------------------*/

.bar-layout,
.bar-element,
.bar {
    overflow: hidden;
    position: relative;
}

.bar-floats {float: left;}

.bar-element {width: 238px;}

.bar-layout {z-index: 1;}

.bar-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: .92em;
    line-height: 1.4;
}

.bar-content img {
    margin: 0 auto;
    display: block;
}

.bar-blank-mini .bar-content,
.bar-blank-big  .bar-content,
.bar-blank-mini .bar-element,
.bar-blank-big  .bar-element {position: relative;}

.bar-blank-mini .bar-element,
.bar-mini .bar-element {width: 194px;}

.bar-mini .bar-layout,
.bar-big .bar-layout {margin: 0 10px;}

.bar-bg,
.bar-top,
.bar-bottom,
.bar-price {display: none;}

.bar-mini .bar-bg,
.bar-big .bar-bg {
    margin-top: -540px;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
}

.bar-mini .bar-top,
.bar-big .bar-top {
    width: 100%;
    height: 155px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-repeat: no-repeat;
}

.bar-mini .bar-bottom,
.bar-big .bar-bottom {
    margin-top: -155px;
    width: 100%;
    height: 155px;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
}

.bar-mini .bar-price,
.bar-big .bar-price {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
    text-align: center;
    display: block;
    font-weight: bold;  
    font-size: 2.33em;
    white-space: nowrap;
    color: #930;
}

.bar-price p {
    margin: 0;
}
.bar-content h2 {
    xmargin: 0;
    margin-top: 1em;
    margin-left: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1.33em;
}
.winter .bar-content h2{
    color: #2258A4;
}
.bar-content h2{
    color: #336600;
}

.bar-big .bar-bg {background: url(/images/page/bar-big-bg.png);}

.bar-big-1 .bar-top {background-image: url(/images/page/bar-big-1-top.png);}

.bar-big-1 .bar-bottom {background: url(/images/page/bar-big-1-bottom.png);}

.bar-big-2 .bar-top {background-image: url(/images/page/bar-big-2-top.png);}

.bar-big-2 .bar-bottom {background: url(/images/page/bar-big-2-bottom.png);}

.bar-big-3 .bar-top {background-image: url(/images/page/bar-big-3-top.png);}

.bar-big-3 .bar-bottom {background: url(/images/page/bar-big-3-bottom.png);}

.bar-big-4 .bar-top {background-image: url(/images/page/bar-big-4-top.png);}

.bar-big-4 .bar-bottom {background: url(/images/page/bar-big-4-bottom.png);}

.bar-big-5 .bar-top {background-image: url(/images/page/bar-big-5-top.png);}

.bar-big-5 .bar-bottom {background: url(/images/page/bar-big-5-bottom.png);}

.bar-mini .bar-bg {background: url(/images/page/bar-mini-bg.png);}

.bar-mini-1 .bar-top {background-image: url(/images/page/bar-mini-1-top.png);}

.bar-mini-1 .bar-bottom {background: url(/images/page/bar-mini-1-bottom.png);}

.bar-mini-2 .bar-top {background-image: url(/images/page/bar-mini-2-top.png);}

.bar-mini-2 .bar-bottom {background: url(/images/page/bar-mini-2-bottom.png);}

.bar-mini-3 .bar-top {background-image: url(/images/page/bar-mini-3-top.png);}

.bar-mini-3 .bar-bottom {background: url(/images/page/bar-mini-3-bottom.png);}

.bar-mini-4 .bar-top {background-image: url(/images/page/bar-mini-4-top.png);}

.bar-mini-4 .bar-bottom {background: url(/images/page/bar-mini-4-bottom.png);}

.bar-mini-5 .bar-top {background-image: url(/images/page/bar-mini-5-top.png);}

.bar-mini-5 .bar-bottom {background: url(/images/page/bar-mini-5-bottom.png);}

.bar-mini ul,
.bar-big ul,
.bar-mini big,
.bar-mini h3,
.bar-mini h2,
.bar-mini h1,
.bar-big big,
.bar-big h3,
.bar-big h2,
.bar-big h1 {margin: 0 25px;}

.bar-mini big,
.bar-mini h3,
.bar-mini h2,
.bar-mini h1,
.bar-big big,
.bar-big h3,
.bar-big h2,
.bar-big h1 {
    margin-bottom: .5em;
    padding-top: 22px;
    font-weight: bold;
    font-size: 1.42em;
    line-height: 1.3;
}

.bar-mini big a,
.bar-big big a,
.bar-mini h3 a,
.bar-mini h2 a,
.bar-mini h1 a,
.bar-mini h3,
.bar-mini h2,
.bar-mini h1,
.bar-big h3 a,
.bar-big h2 a,
.bar-big h1 a,
.bar-big h3,
.bar-big h2,
.bar-big h1 {color: black;}

.bar-mini li,
.bar-big li {margin-bottom: .1em;}

.bar-blank-mini h1,
.bar-blank-big h1,.bar-blank-big p a {
    margin: 0 0 .85em 0;
    padding-top: 22px;
    font-weight: normal;
    /*font-size: 1.33em;*/
    line-height: 1.3;
    text-decoration: none;
}
.bar-blank-big p a:hover {
    text-decoration: underline;
}

/*---height of the element-------*/

.bar-element,
.bar-min {
    min-height: 310px;
    height: 23.85em;
}

.bar-blank-mini .bar-element,
.bar-blank-big  .bar-element,
.bar-blank-mini .bar-min,
.bar-blank-big  .bar-min {
    min-height: 0;
    height: auto;
}

.bar-mini .bar-min,
.bar-big .bar-min {
    min-height: 220px;
    height: 16.92em;
}

/*---index-bar-------------------*/

.index-bar {
    margin: -1em 0 0 0;
    padding: 2em 0 0;
}

.index-bar .bar-floats {width: 24.9%;}

.index-bar .bar-element {margin: 1em auto 0;}

.index-bar .bar-layout {margin: 0 10px;}

/*---catalog-bar-----------------*/

.catalog-bar {
    margin: -1em -10px 0;
    padding: 1.8em 0 2em;
}

.catalog-bar .bar-floats {width: 33.3%;}

.catalog-bar .bar-element {margin: 1em auto 0;}

.catalog-bar .bar-layout {margin: 0 10px;}

.catalog-bar .bar-blank-big h1,
.catalog-bar .bar-blank-big p a {
    margin: 0 0 .7em 0;
    padding-top: 5px;
    font-size: 1.23em;
}

.catalog-bar .bar-blank-info {
    margin-bottom: .38em;
    width: 100%;
    overflow: hidden;
}

.catalog-bar .bar-blank-info img {
    margin-left: .85em;
    float: right;
}

.catalog-bar .bar-blank-info span,
.catalog-bar .bar-blank-info big,
.catalog-bar .bar-blank-info a {
    overflow: hidden;
    display: block;
}

.catalog-bar .bar-blank-info a {font-size: .77em;}

.catalog-bar .bar-blank-info big,
.catalog-bar .bar-blank-info span {
    text-align: right;
    font-weight: bold;
    font-size: 1.31em;
}

.catalog-bar .bar-blank-order {
    margin: -.05em 0 .5em;
    width: 100%;
    text-align: center;
}

.catalog-bar .bar-blank-order strong {
    margin-right: .5em;
    position: relative;
    top: -.5em;
    font-size: 1.31em;
}

.bar-blank-small small {
    font-size: .77em;
    line-height: 1.3;
}

/*---catalog-header--------------*/

.catalog-header{
    margin-bottom: .2em;
    padding-top: .4em;
    font-size: 1.38em;
    color: #a50;
}

/*---special---------------------*/

.special {
    margin-top: -22px;
    padding-bottom: 2em;
    width: 100%;
    position: relative;
}

.special:after {
    clear: both;
    display: block;
    content: '';
}

.special li {
    margin: .2em .7em 0 0;
    float: left;
    font-size: .92em;
    white-space: nowrap;
    color: #c60;
}

.special a {
    padding-right: 1.5em;
    background: url(/images/page/special.gif) 100% .4em no-repeat;
}

.winter .special li {color: #cca300;}

.winter .special a {background-image: url(/images/page/special_winter.gif);}

/*---find------------------------*/

.find {
    margin-top: -10px;
    padding-bottom: .3em;
    width: 86%;
    position: relative;
}

.find select,
.find input {margin-bottom: .85em;}

.find span,
.find input {width: 98%;}

.find-select {display: none;}

.find select {width: 100%;}

.find p {
    margin: -.5em 0 1em;
    width: 100%;
    text-align: center;
}

.find span {
    position: relative;
    border-bottom: 1px dashed #360;
    font-size: .77em;
    color: #360;
    cursor: pointer;
}

.find .hover,
.find span:hover {
    border-color: #f00 !important;
    color: #f00 !important;
}

.winter .find span {
    border-color: #2258a4;
    font-size: .77em;
    color: #2258a4;
}

/*---menu------------------------*/

.menu li {
    margin-bottom: 1.12em;
    font-size: 1.31em;
    color: #f90;
}

.menu ul {margin-top: .35em;}

.menu-re,
.menu li li {
    margin: 0 0 .48em -13px;
    position: relative;
}

.menu li li {
    padding-left: 1.5em;
    font-weight: normal;
    font-size: .71em;
}

.menu-bold {font-weight: bold;}

.menu-last {padding-top: 1.2em;}

.menu-compare {background: url(/images/page/menu-compare.gif) 0 .2em no-repeat;}

.menu-re {
    padding-left: 2.8em;
    font-size: .91em;
    text-indent: -1.3em;
}

.menu-extra {padding: 0px 0 0 40px;}

.extra-extra li {margin-bottom: 1.6em;}

.winter .menu li {color: #cca300;}

/*----submit-compare-------------*/

.button-compare {
    height: 24px;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: url(/images/page/button-compare-right.gif) right top no-repeat;
}

.button-compare span {
    padding: 0 9px 0 28px;
    height: 100%;
    overflow: hidden;
    position: relative;    
    display: inline-block;
    line-height: 24px;
    background: url(/images/page/button-compare-left.gif) left top no-repeat;
    color: black;
}

.button-compare input {
    width: 100%;
    height: 100%;    
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.button-compare-h1 {
    margin-top: .75em;
    float: right;
}

.button-compare-images {
    margin-bottom: 1.6em;
    background: none;
}

.button-compare-details {margin-top: 1.75em;}

/*----submit-back----------------*/

.submit-back {padding-top: 1em;}

/*---map-------------------------*/

.map {padding-top: .6em;}

.map li {
    margin-bottom: .7em;
    padding-left: 1em;
    font-weight: bold;
    background: url(/images/page/map.gif) 0 .4em no-repeat;
}

.map li li {
    margin-bottom: 0;
    padding-left: 1.7em;
    font-weight: normal;
    background: none !important;
}

.map li li a {color: #464646;}

.winter .map li {background-image: url(/images/page/map_winter.gif);}

/*---news------------------------*/

.news {
    padding-top: 1em;
    width: 100%;
}

.news dl {
    margin-bottom: 2.1em;
    width: 100%;
}

.news dl:after {
    clear: both;
    display: block;
    content: '';
}

.news dt {margin-bottom: 1.4em;}

.news dt var {
    margin-bottom: -.8em;
    display: block;
    font-style: normal;
    font-size: .92em;
    color: #8d8d8c;
}

.news dt a {font-size: 1.23em;}

.news dd img {
    margin-right: 1.54em;
    float: left;
}

.news dd span {
    overflow: hidden;
    display: block;
}

.news ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.news ul {
    list-style-type: disc;
    list-style-position: inside;
}
/*---counter---------------------*/

.counter {
    margin: 0 0 1.2em -1em;
    font-size: 1.08em;
    color: #f90;
}

.counter span,
.counter a {margin: 0 .15em;}

.counter .counter-edge {margin: 0 1em;}

.winter .counter {color: #cca300;}

/*---details---------------------*/

.details h2 {margin-bottom: .85em;}

.details-h2 {margin-top: .6em;}

.details-h3 {
    margin: 0 0 .45em;
    font-style: normal;
    font-size: 1.23em;
}

.details-wrapper,
.details-img {width: 100%;}

.details-wrapper:after,
.details-img:after {
    clear: both;
    display: block;
    content: '';
}

.details-img img {
   margin-right: 1.85em;
   float: left; 
}

.details-img div {overflow: hidden;}

.details-img-price{
    margin-bottom: .55em;
    font-weight: bold;
    font-size: 2.46em;
    color: #f90;
}

.details-img-price big {
    font-size: 1em;
    margin: 0;
    display: inline;
}

.details-img-price span {margin-right: .4em;}

.details-wrapper-right,
.details-wrapper-left {
    width: 47%;
    float: left;
}

.details-wrapper-right {
    float: right;
    clear: right;
}

.details-wrapper h3 {padding-top: 1.7em;}

.details-wrapper ul {margin-bottom: 1.4em;}

.details-wrapper li {
    margin-bottom: .4em;
    font-size: .92em;
}

.details-wrapper ul.e li {
    padding-left: .83em;
    background: url(/images/page/ul.gif) 0 .5em no-repeat;
}

.details-wrapper li img {
    margin: 0 0 -5px .8em;
    position: relative;
}

.details-wrapper ul.e_ {
    margin-top: -10px;
    position: relative;
}

.details-wra2pper ul.e_ li {
    padding: 10px 0 10px 42px;
    position: relative;
    font-size: 1.08em;
}

.details-wra2pper ul.e_ li img {
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
}

.details-wrapper-img {
    margin-bottom: -2em;
    text-align: center;
}

.details-wrapper-mini {width: 75%;}

.details-wrapper-mini .details-wrapper-right,
.details-wrapper-mini .details-wrapper-left {width: 43%;}

.winter .details-img-price {color: #cca300;}

/*---tth-------------------------*/

.tth {width: 100%;}

.tth td {
    padding: .45em 0 0;
    vertical-align: bottom;
    border: 0;
    font-size: .92em;
    background: url(/images/page/tth.gif) right bottom repeat-x;
}

.tth td.e {
    padding-left: 2em;
    text-align: right;
    white-space: nowrap;
    background-position: left bottom;
}

.tth span {background: white;}

.tth-mini td {
    padding-top: .7em;
    font-size: .77em;
}

.tth-bar {margin: -.5em 0 0;}

.tth p {
    margin-bottom: 0;
    background: white;
    display: inline;
} 
/*---dowload---------------------*/

.dowload {
    margin: 2.7em -35px -2em 0;
    overflow: hidden;
    position: relative;
}

.dowload div, .dowload li {
    margin-bottom: 1em;
    width: 33.3%;
    float: left;
    display: block;
    height: 10.8em;
}

.dowload div div {
    margin-right: 35px;
    width: auto;
    height: 10.8em;
    float: none;
    overflow: hidden;
}

.dowload img {margin: 0 0 .8em .85em;}

.dowload small {
    margin-top: .65em;
    display: block;
    font-style: normal;
    font-size: .77em;
}

/*---office----------------------*/

.office {
    margin-top: -.8em;
    width: 100%;
}

.office h2 {
    margin-bottom: 1em;
    padding-top: 1.1em;
    font-size: 1.38em;
    color: #a50;
}

.office h3 {
    margin-bottom: 1.3em;
    padding-top: 0;    
}

.office-reg {margin: 0;}

/*---plus------------------------*/

.plus {
    padding-left: 20px;
    position: relative;
}

.plus-marker  {
    width: 11px;
    height: 11px;
    overflow: hidden;
    position: absolute;
    top: .3em;
    left: 0;
    background: url(/images/page/plus-marker.gif);
    cursor: pointer;
}

.plus-marker-reveal  {background-position: 0 -11px;}

.plus-frame {display: none;}

.plus p {margin-bottom: .8em;}

.plus p span {margin-left: 1.5em;}

.plus-order {margin-bottom: 2em;}

/*---reg-------------------------*/

.reg {
    margin-bottom: 1.6em;
    width: 100%;
}

.reg dl {
    margin-bottom: .6em;
    width: 100%;
}

.reg dl:after {
    clear: both;
    display: block;
    content: '';
}

.reg dt {
    margin-right: 1em;
    width: 12em;
    float: left;
}

.reg dd {overflow: hidden;}

.reg dd em {color: #e80000;}

.reg textarea,
.reg input {width: 22em;}

.reg textarea {height: 4.3em;}

.reg dd div {
    margin-bottom: .4em;
    clear: left;
}

.reg dd div input {
    margin-right: -20px;
    width: auto;
    float: left;
}

.reg dd div label {
    margin-left: 23px;
    display: block;
}

.reg-login input {width: 15.5em;}

.reg-button {
    margin-top: -.8em;
    width: 35.2em;
    position: relative;
    text-align: right;
}

.reg-button input {margin-left: 1em;}

/*-------------------------------*/
/*---editor----------------------*/

.editor {width: 100%;}

.editor ol {
    list-style: decimal;
    list-style-position: inside;
}

.text1 {
    font-size: 1.2em;
}

.text1 span {
    color: #6b7331;
    font-size: 1.25em;
    font-weight: bold;
}

.table1 td {
    border: 0;
    width: 33.3%;
    vertical-align: top;
}

.table1 td ins {
    text-decoration: none;
    display: block;
    font-size: 0.77em;
    margin-top: 0.4em;
}

.table2 td {
    border: 0;
    vertical-align: top;
}

/*--------------armit 02.07.09--*/
.mini .wrapper {
    margin-top: 13px;
    padding-bottom: 2em;
}

.mini .content {
    width: 100%;
    float: none;
}

.catalog-header {
    margin-bottom: .2em;
    padding-top: .4em;
    font-size: 1.38em;
    color: #a50;
}

.catalog-header h2{
    margin-bottom: .2em;
    padding-top: .4em;
    font-size: 1.04em;
}

.tth-basket {width: auto;}

.tth-basket td {padding: .8em 0 0;}

.tth-basket input {
    position: relative;
    bottom: -2px;
}

.tth-basket a {margin-left: 1.5em;}

.office-basket {
    margin: 0;
    padding-top: 1.6em;
}

.office-basket h2 {
    margin-bottom: .35em;
    padding-top: .85em;
}

.office-basket .h2 {
    margin-bottom: .5em;
    padding-top: .75em;
    font-size: 2em;
    color: #f90;
}

.office-basket .office-basket-submit {
    margin-bottom: 2.2em;
    font-size: 1.15em;
}


.xu img {
    margin: -.5em 0;
    position: relative;
    display: block;
}

.xu input {width: 3em;}

.xu a {color: #cd0202;}

.xu th {font-weight: bold;}
        
/*---minibar----------*/

.minibar {
    font-size: .92em;
    color: #cc6600;
}

.minibar * {
    margin-right: 1.4em;
    cursor: pointer;
}

/*---compare----------*/

.compare {
    margin: 0 -35px;
    position: relative;
}

.compare table {
    margin-bottom: 2.8em;
    width: 100%;
}

.compare td {
    padding: .3em 35px .3em 0;
    border: 0;
    vertical-align: bottom;
}

.compare-1 td {
    vertical-align: top;
    font-size: 1.23em;
    color: #346700;
}

.compare-1 .compare-1a {
    font-weight: bold;
    font-size: 1.31em;
}

.compare-2 td {
    padding-top: 0;
    vertical-align: top;
}

.compare-2 td img {
    margin: 0 .5em .5em 0;
    cursor: pointer;
}

.compare-3 td {
    vertical-align: top;
    font-weight: bold;
    font-size: 1.15em;
    color: #993300;
}

.compare-colspan td {
    padding-top: 1.2em;
    font-weight: bold;
    font-size: 1.15em;
}

.compare-odd td {background: #e3e8d0;}

.compare-first {
    padding-left: 35px !important;
    width: 280px !important;
}

.seach_title {
    font-size: 1.2em;
}

.seach .details-wrapper {
    margin-left: 1em;
    font-size: 0.77em;
}

.seach_select select {
    width: 13.8em;
    float: left;
    margin-right: 1.23em;
    margin-bottom: 1em;
}

.clear {
    clear: both;
}

button.seach {
    background: url(../img/button-seach.gif) no-repeat;
    width: 70px;
    height: 22px;
    border: 0;
    display: block;
    float: left;
    margin-left: 1.1em;
    margin-bottom: 1.54em;
}
/*------------------------------*/


/* Стили для jQuery UI Datepicker */
#datepicker_div, .datepicker_inline {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #DDD;
	width: 185px;
}
#datepicker_div {
	display: none;
	border: 1px solid #FF9900;
	z-index: 10;
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #DDD !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	background: #DDD;
	color: #000;
}
*html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #000;
}
.datepicker_control {
	background: rgb(63,71,53);
	padding: 2px 0px;
}
.datepicker_links {
	background: #E0F4D7;
	padding: 2px 0px;
}
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.datepicker_links label {
	padding: 2px 5px;
	color: #888;
}
.datepicker_clear, .datepicker_prev {
	float: left;
	width: 34%;
}
.datepicker_current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepicker_close, .datepicker_next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepicker_header {
	padding: 1px 0 3px;
	background: rgb(107,140,36);
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.datepicker_header select {
	background: rgb(107,140,36);
	color: #000;
	border: 0px;
	font-weight: bold;
}
.datepicker {
	background: #CCC;
	text-align: center;
	font-size: 100%;
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker .datepicker_titleRow {
	background: #B1DB87;
	color: #000;
}
.datepicker .datepicker_daysRow {
	background: #FFF;
	color: #666;
}
.datepicker_weekCol {
	background: #B1DB87;
	color: #000;
}
.datepicker .datepicker_daysCell {
	color: #000;
	border: 1px solid #DDD;
}
#datepicker .datepicker_daysCell a {
	display: block;
}
.datepicker .datepicker_weekEndCell {
	background: #E0F4D7;
}
.datepicker .datepicker_daysCellOver {
	background: #FFF;
	border: 1px solid #777;
}
.datepicker .datepicker_unselectable {
	color: #888;
}
.datepicker_today {
	background: #B1DB87 !important;
}
.datepicker_currentDay {
	background: rgb(107,140,36) !important;
}
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
}
.datepicker_control a, .datepicker_links a {
	padding: 2px 5px !important;
	color: #000 !important;
}
.datepicker_titleRow a {
	color: #000 !important;
}
.datepicker_control a:hover {
	background: #FDD !important;
	color: #333 !important;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover {
	background: #FFF !important;
	color: #333 !important;
}
.datepicker_multi .datepicker {
	border: 1px solid #83C948;
}
.datepicker_oneMonth {
	float: left;
	width: 185px;
}
.datepicker_newRow {
	clear: left;
}
.datepicker_cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}
/* Стили для jQuery UI Datepicker */

/*---compare---------------------*/

.compare {
    margin: 0 -35px;
    position: relative;
}

.compare table {
    margin-bottom: 2.8em;
    width: 100%;
}

.compare td {
    padding: .3em 35px .3em 0;
    border: 0;
    vertical-align: bottom;
}

.compare-1 td {
    vertical-align: top;
    font-size: 1.23em;
    color: #346700;
}

.compare-1 .compare-1a {
    font-weight: bold;
    font-size: 1.31em;
}

.compare-2 td {
    padding-top: 0;
    vertical-align: top;
}

.compare-2 td img {
    margin: 0 .5em .5em 0;
    cursor: pointer;
}

.compare-3 td {
    vertical-align: top;
    font-weight: bold;
    font-size: 1.15em;
    color: #993300;
}

.compare-colspan td {
    padding-top: 1.2em;
    font-weight: bold;
    font-size: 1.15em;
}

.compare-odd td {background: #e3e8d0;}

.compare-first {
    padding-left: 35px !important;
    width: 280px !important;
}

/*---compare---------------------*/

.editor ul {
    list-style-type: disc;
    list-style-position: inside;
}

/*---contact-text---------------------*/

.contact-text h2 {
    margin-left: -.05em;
    position: relative;
    margin-bottom: .5em;
    padding-top: .75em;
    font-size: 1.4em;
    color: #aa5500;
}

.contact-text .contact-title1 {
    font-size: 1.2em;
    color: #7e8f97;
    margin-bottom: .5em;
    padding-top: .75em;
    margin-left: -.05em;
    position: relative;
}

/*---------------------------------------*/
.b-popup__rama {
    margin-top: -85px;
    margin-left: -185px;
    width: 370px;
    height: 170px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index:2;
}
.b-popup__rama td {
    border: none;
}
.b-popup__rama .shadow_l{
    margin: 0 -14px;
    padding-left: 14px;
    background: url("../img/left_shadow.png") 0 0 repeat-y;
}
.b-popup__rama .shadow_r{
    padding-right: 14px;
    background: url("../img/right_shadow.png") 100% 0 repeat-y;
}
.b-popup__rama .corners__top {
    margin: 0 -14px;
    position: relative;
}
.b-popup__rama .corners__top .corner_l {
    padding-left: 14px;
    height: 14px;
    background: url("../img/corner_lt.png") 0 0 no-repeat;
}
.b-popup__rama .corners__top .corner_c {
    height: 14px;
    background: url("../img/top_shadow.png") 0 0 repeat-x;    
}
.b-popup__rama .corners__top .closebtn {
    width: 32px;
    height: 33px;
    position: absolute;
    right: -10px;
    top: -8px;
    background: url("../img/closebtn.png") 0 0 no-repeat;
    cursor: pointer;
    z-index: 1;
}
.b-popup__rama .corners__bot {
    margin: 0 -14px;
}
.b-popup__rama .corners__bot .corner_l {
    padding-left: 14px;
    height: 14px;
    background: url("../img/corner_lb.png") 0 0 no-repeat;
}
.b-popup__rama .corners__bot .corner_r {
    padding-right: 14px;
    height: 14px;
    background: url("../img/corner_rb.png") 100% 0 no-repeat;
}
.b-popup__rama .corners__bot .corner_c {
    height: 14px;
    background: url("../img/bottom_shadow.png") 0 0 repeat-x;    
}
.b-popup__rama .content__box {
    padding: 0 15px;
    position: relative;
    background: #ffffff;
        overflow: hidden;
        position: relative;
}
.b-popup__rama em{
    font-style: normal;
}
.b-popup__rama .attention {
    color: #d40000;
    font-weight: bold;
    text-align: center;
}
.b-popup__rama table {
    width: 100%;
}
.b-popup__rama td {
    padding: 6px 0;
}
.b-popup__rama .labeltxt {
    width: 90px;
}
.b-popup__rama .texts1 {
    width: 240px;
}
.b-popup__rama .sendbtn {
    padding: 5px 12px;
    float: right;
    background: url("../img/button.bg.jpg") 50% 50% no-repeat;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
}
