@charset "utf-8";
/* CSS Document */

body {
    margin: 0 auto;
    background: #aedfe5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial;
    font-weight: normal;
    margin: 0;
}

h1 {
    font-size: 22px;
    padding: 0 0 20px 0;
}

h2 {
    font-size: 18px;
    padding: 0 0 17px 0;
}

h3 {
    font-size: 16px;
    padding: 0 0 15px 0;
}

h4 {
    font-size: 13px;
    padding: 0 0 13px 0;
}

h5 {
    font-size: 12px;
    padding: 0 0 11px 0;
}

h6 {
    font-size: 11px;
    padding: 0 0 9px 0;
}

#main {
    width: 100%;
}

#headGrad {
    height: 643px;
    background: url(../images/gradient.jpg) repeat-x;
    width: 100%;
}

#clouds {
    max-width: 1810px;
    height: 1160px;
    background: url(../images/clouds.png) no-repeat;
    margin: 0 auto;
}

#siteBody {
    position: absolute;
    width: 100%;
    top: 0;
}

a img {
    border: none;
}

a {
    color: #311800;
}

a:hover {
    text-decoration: none;
}

#mainBack {
    width: 1142px;
    background: url(../images/brevna_2.png) repeat-y;
    margin: 0 auto;
    padding: 0 0 10px 0;
    position: relative;
}

/*-------------------------HEADER--------------------------*/

#header {
    width: 1142px;
    height: 377px;
    margin: 0 auto;
    position: relative;
}

#headerTop {
    width: 1142px;
    height: 61px;
    background: url(../images/headerTop.png) no-repeat;
}

#logo1 {
    width: 196px;
    height: 223px;
    background: url(../images/logo1b.png) no-repeat;
    position: absolute;
    top: 50px;
    left: 112px;
}

.code {
    display: inline-block;
}

.tel {
    display: inline-block;
}

.tel-block-1 {
    position: absolute;
    left: 32px;
    top: 160px;
}

.tel-block-2 {
    position: absolute;
    left: 32px;
    top: 180px;
}

.tel-block {
    font-weight: 900;
    font-size: 17px;
}

#code2 {
    position: absolute;
    left: 32px;
    top: 175px;
}

#tel2 {
    position: absolute;
    left: 90px;
    top: 175px;
}

#time {
    position: absolute;
    left: 65px;
    top: 175px;
    font-family: Arial;
    font-size: 13px;
}

#logo2 {
    position: absolute;
    width: 441px;
    height: 207px;
    top: 59px;
    left: 309px;
}

#spot {
    position: absolute;
    width: 56px;
    height: 53px;
    background: url(../images/spot.gif);
    top: 95px;
    left: 488px;
}

#search {
    position: absolute;
    top: 78px;
    left: 756px;
}

.searchPiece {
    width: 12px;
    height: 32px;
    background: url(../images/pieceSearch.png);
    float: left;
}

.searchInput {
    float: left;
}

#search input[type="text"] {
    width: 224px;
    /* height:16px; */
    background: url(../images/inputSearch.png) repeat-x;
    border: none;
    float: left;
    margin: 0px;
    padding: 8px 8px 8px 0;
    font-family: Arial;
    font-size: 13px;
    color: #64360d;
}

#search input[type="submit"] {
    width: 32px;
    height: 32px;
    background: url(../images/submitSearch.png) no-repeat;
    border: none;
    float: left;
    cursor: pointer;
}

#search_footer {
    position: absolute;
    top: 80px;
    left: 300px;
}

#search_footer input[type="text"] {
    width: 224px;
    /* height:16px; */
    background: url(../images/inputSearch.png) repeat-x;
    border: none;
    float: left;
    margin: 0px;
    padding: 8px 8px 8px 0;
    font-family: Arial;
    font-size: 13px;
    color: #64360d;
}

#search_footer input[type="submit"] {
    width: 32px;
    height: 32px;
    background: url(../images/submitSearch.png) no-repeat;
    border: none;
    float: left;
    cursor: pointer;
}

#basket {
    width: 288px;
    height: 134px;
    background: url(../images/bgBasket.png) no-repeat;
    position: absolute;
    top: 129px;
    left: 750px;
    font-family: Arial;
    font-size: 14px;
}

#basket a {
    color: #311800;
}

#basket #myBasket {
    position: absolute;
    top: 40px;
    left: 28px;
    background: url(../images/iconBasket.png) no-repeat left;
    padding: 0 0 0 23px;
}

#basket #reg {
    position: absolute;
    top: 76px;
    left: 28px;
    background: url(../images/iconReg.png) no-repeat left;
    padding: 0 0 0 23px;
}

#basket #sum {
    width: 102px;
    height: 23px;
    background: url(../images/bgSum.png) no-repeat;
    position: absolute;
    top: 35px;
    left: 158px;
    color: #fff799;
    text-align: center;
    padding: 6px 0 0 0;
}

#basket #login {
    position: absolute;
    top: 71px;
    left: 158px;
}

#login a {
    width: 102px;
    height: 30px;
    background: url(../images/login.png) no-repeat;
    display: block;
}

#header #menu {
    width: 1021px;
    height: 74px;
    background: url(../images/bgMenu.png) no-repeat;
    position: absolute;
    top: 275px;
    padding: 27px 0 0 121px;
}

#header #menu a {
    color: #fff200;
    text-decoration: none;
}

#header #menu .menuItem {
    float: left;
    margin: 0 140px 0 0;
    border-bottom: 1px solid #fff200;
}

#header #menu .menuItem:hover {
    border: none;
}

/*------------------END-OF-HEADER--------------------------*/

/*----------------------CONTENT----------------------------*/

#content {
    width: 914px;
    background: url(../images/frame.jpg);
    border: 1px solid #a27d58;
    padding: 0px;
}

.lupa {
    width: 36px;
    height: 36px;
    background: url(../images/lupa.png);
    position: absolute;
    top: 130px;
    left: 177px;
    cursor: pointer;
}

#inCon .article h1 {
    font-family: Georgia;
    font-size: 24px;
    color: #311800;
    font-style: italic;
    font-weight: normal;
    padding: 0 0 20px 0;
    margin: 0;
}

#inCon {
    font-family: Arial;
    color: #000;
    font-size: 14px;
}

#inCon p {
    padding: 0 0 20px 0;
    margin: 0;
}

/*--------------------END-OF-CONTENT-----------------------*/

/*------------------------FOOTER---------------------------*/

#footer {
    position: relative;
}

#footGrass {
    position: absolute;
    height: 240px;
    background: url(../images/grass.png) -100px repeat-x;
    top: -95px;
    width: 100%;
}

#inFoot {
    width: 930px;
    height: 145px;
    margin: 95px auto 0;
    position: relative;
}

#inFoot a {
    color: #fff;
}

#footerPhone {
    position: absolute;
    font-family: Arial;
    font-size: 24px;
    top: 50px;
}

#footerPhone span {
    font-size: 12px;
}

#copyright {
    position: absolute;
    font-family: Arial;
    font-size: 13px;
    top: 108px;
}

#menuFoot {
    position: absolute;
    font-family: Arial;
    font-size: 14px;
    top: 50px;
    left: 300px;
}

.menuFootLink {
    float: left;
    padding: 0 8px;
}

.separate {
    background: url(../images/yellPointSep.png) no-repeat;
    width: 5px;
    height: 5px;
    margin: 7px 0 0 0;
    float: left;
}

#parentGreen {
    position: relative;
    z-index: -10;
}

#greenHill {
    width: 100%;
    height: 388px;
    background: url(../images/greenHill.png) no-repeat center;
    position: absolute;
    z-index: -10;
    top: -243px;
}

img#liveinternet_counter {
    position: relative;
    left: 870px;
    top: 80px;
}

/*-----------------END-OF-FOOTER---------------------------*/

div.auth_ready {
    clear: both;
    margin: 70px 0 0 30px;
}

div.auth_ready input.exit {
    width: 102px;
    height: 30px;
    background-image: url(/images/exit.png);
    background-color: transparent;
    border: 0;
    float: right;
    margin: 0 28px 0 0;
}

div.auth_ready div.name {
    width: 120px;
    float: left;
}

.paginate-left .paginate {
    width: auto;
}

.catalog-filter {
    padding: 20px 30px 20px 30px;
    border-radius: 15px;
    background-color: #fff2c0;
    overflow: hidden;
    font-size: 12px;
}

.catalog-filter-form {

}

.catalog-filter-form .submit {
    display: none;
}

.catalog-filter-form .price-sort {
    float: left;
    line-height: 20px;
}

.catalog-filter-form .price-sort .for-what {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.catalog-filter-form .price-sort .for-what .for-what-text, .catalog-filter-form .price-sort .for-what > label {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.catalog-filter-form .price-sort .for-what .for-what-text {
    color: #736d56;
}

.catalog-filter-form .price-sort .for-what .radio {
    display: none;
}

.catalog-filter-form .price-sort .for-what .arrow {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 0 2px;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.catalog-filter-form .price-sort .for-what .arrow-bottom {
    background-image: url(/images/radio-arrow-bottom.png);
}

.catalog-filter-form .price-sort .for-what .arrow-top {
    background-image: url(/images/radio-arrow-top.png);
}

.catalog-filter-form .count-per-page {
    float: right;
}

.header-m {
    display: none;
}

.tel-block a {
    text-decoration: none;
}

#footerPhone a {
    color: #311800;
    text-decoration: none;
}

.inner_menu {
    display: none;
}

.inner_menu.active {
    display: block;
}

.left_menu_arrow {
    background: url("/images/bgLeftCap.png");
    width: 5px;
    height: 22px;

    display: inline-block;
    position: absolute;
    left: 0;
    top: -3px;

    cursor: pointer;
}
