@charset "utf-8";
* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

/* CSS Document */
html {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    background: #fff;
    height: 100%;
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    min-width: 1280px;
    position: relative;
}

input {
    outline: none;
}

.clock_div {
    width: 110px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    color: #939393;
}

.clock {
    background: url(../img/clock_bg.png) center top no-repeat;
    height: 46px;
    text-align: center;
    float: left;
    padding-top: 3px;
    margin-top: 5px;
    padding-left: 4px;
    width: 46px;
}

.clock img {
    margin-top: 8px;
    float: left;
}

.clock_second img {
    margin-top: 8px;
}

.clock_second {
    font-family: "Digital";
    font-size: 40px;
    color: #6e6e6e;
    font-weight: bold;
    width: 10px;
    height: 46px;
    text-align: center;
    float: left;
    padding-top: 3px;
    margin-top: 5px;
}


.days {
    width: 170px;
    height: 22px;
    background: url(../img/2px.jpg) left bottom repeat-x;
}

.day_navig {
    background: url(../img/day_navig.jpg) left bottom no-repeat;
    width: 170px;
    height: 22px;
}

.day {
    width: 23px;
    border-right: 1px solid #e5e5e5;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #767676;
    float: left;
    text-align: center
}

HR {
    border: none; /* Убираем границу для браузера Firefox */
    color: #e2e2e2; /* Цвет линии для браузера Internet Explorer */
    background-color: #e2e2e2; /* Цвет линии для браузера Firefox и Opera */
    height: 1px; /* Толщина линии */
    margin: 5px 0px;
}

.line {
    height: 1px;
    background: #e2e2e2;
}

.line_bg {
    width: 100%;
    height: 7px;
    background: url(../img/line_bg.jpg) left top repeat-x;
    margin: 10px 0;
}

h1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #cc0000;
    text-align: left;
    font-weight: bold;
    margin-top: 0;
}

h2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #605c5e;
    text-decoration: none;
}

h2 a {
    font-size: 14px;
    font-weight: bold;
    color: #605c5e;
    text-decoration: none;
}

h2:hover {
    text-decoration: underline;
}

h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #605c5e;
}

h4 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #605c5e;
}

h5 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #605c5e;
    margin: 0px;
    padding: 0px;
}

h6 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #cc0000;
    font-weight: bold;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

a {
    color: #cc0000;
    font-family: Arial;
    font-size: 13px;
}

p {
    color: #4c4c4c;
    font-family: Arial;
    font-size: 13px;
    padding-right: 10px;
}

b {
    color: #4c4c4c;
    font-family: Arial;
    font-size: 13px;
}

strong {
    color: #cc0000;
    font-family: Arial;
    font-size: 13px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    border: none;
    outline: none;
}

li {

    background-image: url(../img/li.png);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 1.2em;
    color: #4c4c4c;
    font-family: Arial;
    font-size: 13px;
    padding-right: 10px;
}

ul2 {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li2 {

    background-image: url(../img/li2.png);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 1.2em;
    color: #4c4c4c;
    font-family: Arial;
    font-size: 13px;
    padding-right: 10px;
}


noindex {
    font-size: 1px;
    letter-spacing: -1px;
    visibility: hidden;
}


.main {
    margin: 0 auto;
    min-width: 1035px;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.toper {
    height: 145px;
    background: #FFF;
}

.logo {
    height: 140px;
    background: url(../img/logo.jpg) no-repeat 10px 25px;
    cursor: pointer;
}

.phone {
    background: url(../img/phone.png) no-repeat left top;
    height: 33px;
    padding-left: 40px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #605c5e;
    padding-top: 3px;
    text-decoration: underline;
    cursor: pointer;
}

.icq {
    background: url(../img/icq.png) no-repeat left top;
    height: 33px;
    padding-left: 40px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #605c5e;
    padding-top: 3px;
}

.skype {
    background: url(../img/skype.png) no-repeat left top;
    height: 33px;
    padding-left: 40px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #605c5e;
    padding-top: 3px;
}

.skype a {
    color: #605c5e;
}

.phone_top {
    background: url(../img/phone.jpg) no-repeat left bottom;
    height: 30px;
    width: 237px;
}

.phone_call {
    background: url(../img/phone_call.jpg) no-repeat left top;
    height: 40px;
    width: 166px;
    cursor: pointer;
    margin-left: 70px;
    margin-top: 10px;
}

.top_content0 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #676767;
    padding-top: 11px;
    padding-right: 30px;
}

.top_content1 {
    width: 270px;
    height: 120px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #676767;
    padding-top: 11px;
}

.top_content1 p {
    color: #4c4c4c;
    font-family: Arial;
    font-size: 11px;
    margin: 2px;
}

.top_content2 {
    width: 135px;
    height: 120px;
    padding-top: 12px;
}

.top_content3 {
    height: 120px;
    width: 140px;
    padding-top: 12px;
}
.top_content3 .item {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 8px;
    margin-top: 5px;
}
.top_content3 .icon  {
    display: flex;
    width: 28px;
    margin-right: 5px;
    flex-flow: column;
    text-align: center;
}
.top_content3 .icon svg {
    fill: #c00;
    height: 20px;
    max-width: 100%;
}
.top_content3 .icon-text {
    display: flex;
    flex-flow: column;
}
.top_content3 .icon-text small {
    color: #000;
    font-size: 9px;
}
.top_content3 .item a {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    color: #939393;
    text-decoration: none;
    font-weight: normal;
}
.top_content3 .item a:hover {
    text-decoration: underline;
}

.top_content4 {
    width: 180px;
    height: 120px;
}



.toper_link {
    background: url(../img/black_arrow-big-2.jpg) left center no-repeat;
    padding-left: 10px;
    margin-bottom: 5px;
}

.toper_link a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #939393;
    text-decoration: none;
}

.toper_link a:hover {
    text-decoration: underline;
}


.black {
    background: #4d4d4d;
    width: 1000px;
    height: 30px;
}


/* Лучший товар на главной */
.showinmain {
    width: 220px;
    height: 200px;
    float: left;
    margin-top: 20px;
}

.showinmain a {
    text-decoration: none;
}

.showinmain img {
    border: none;
}

.showinmain h2 {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #605c5e;
    text-decoration: none;
}

.showinmain h2:hover {
    text-decoration: underline;
}


/* Лучший товар на главной */
.menu_border {
    border: 1px solid #cccccc;
    background: url(../img/menu_bg.jpg) repeat-x left top;
    height: 46px;
    position: relative;
    -moz-border-radius: 5px 5px 0 0; /* Firefox */
    -webkit-border-radius: 5px 5px 0 0; /* Safari, Chrome */
    -khtml-border-radius: 5px 5px 0 0; /* KHTML */
    border-radius: 5px 5px 0 0; /* CSS3 */
    behavior: url(border-radius.htc);
}

.menu_border a {
    text-decoration: none;
}

.menu_bottom {
    border: 1px solid #cccccc;
    border-top: none;
    background: url(../img/menu_bottom_bg.jpg) repeat-x left top;
    height: 31px;
    margin-bottom: 10px;
    -moz-border-radius: 0px 0px 5px 5px; /* Firefox */
    -webkit-border-radius: 0px 0px 5px 5px; /* Safari, Chrome */
    -khtml-border-radius: 0px 0px 5px 5px; /* KHTML */
    border-radius: 0px 0px 5px 5px; /* CSS3 */
    behavior: url(border-radius.htc);
}

/*Выпадающее меню товаров*/
.dropdown_article {
    width: 100%;
    border: solid 1px #cccccc;
    position: absolute;
    left: -1px;
    z-index: 200;
    background: #fff;
    visibility: hidden;
    -moz-border-radius: 0px 0px 5px 5px; /* Firefox */
    -webkit-border-radius: 0px 0px 5px 5px; /* Safari, Chrome */
    -khtml-border-radius: 0px 0px 5px 5px; /* KHTML */
    border-radius: 0px 0px 5px 5px; /* CSS3 */
    behavior: url(border-radius.htc);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5); /* Для Firefox */
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5); /* Для Safari и Chrome */
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5); /* Параметры тени */
}

.dropdown_article_cell {
    width: 180px;
    height: 350px;
    float: left;
    padding: 10px 0 5px 10px;
    border-bottom: 1px solid #cccccc;
}

.dropdown_article_cell img {
    border: none;
    cursor: pointer;
}

.dropdown_article_cell h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #4d4d4d;
    text-decoration: underline;
    cursor: pointer;
}

.dropdown_article_cell h3:hover {
    color: #cc0000;
}

.dropdown_article_cell a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4d4d4d;
    text-decoration: underline;
    line-height: 17px;
}

.dropdown_article_cell a:hover {
    color: #cc0000;
}

.dropdown_article_cell_link {
    background: url(../img/button_arrow-2.png) left center no-repeat;
    margin-top: 3px;
    padding-left: 7px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4d4d4d;
    text-decoration: underline;
}

.dropdown_article_cell_link:hover {
    color: #cc0000;
}

#dropdown_article_level_1 {
    position: relative;
}

#dropdown_article_level_2 {
    position: relative;
    display: none;
    min-height: 200px;
}

#dropdown_article_load {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 300;
    background: url(../img/ajax-loader.gif) left top no-repeat;
    width: 32px;
    height: 32px;
}

.dropdown_article_back {
    cursor: pointer;
    height: 25px;
    padding-left: 100px;
    padding-top: 10px;
    background: url(../img/dropdown_article_back.jpg) left center no-repeat;
    margin-bottom: 10px;
    color: #cc0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #4d4d4d;
    width: 120px;
    height: 32px;
    padding-top: 14px;
    text-align: center;
}

.button:hover {
    cursor: pointer;
    color: #cc0000;
}

.button_middle {
    width: 3px;
    background: url(../img/button_middle.jpg) left center no-repeat;
}

.button_active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #cc0000;
    width: 120px;
    height: 32px;
    padding-top: 14px;
    text-align: center;
    cursor: pointer;
}

.search {
    width: 250px;
    height: 46px;
}

.search-input {
    color: #4d4d4d;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    width: 188px;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    margin-top: 10px;
    background: url(../img/search-input.png) left top no-repeat;
    border: none;
}

.search-button {
    height: 24px;
    width: 31px;
    background: url(../img/search-button.png) no-repeat 3px 3px;
    border: none;
    margin-top: 8px;
    margin-right: 6px;
}

.search-button:hover {
    background: url(../img/search-button.png) no-repeat 3px -20px;
    cursor: pointer;
}

.top-grad {
    height: 27px;
    background: url(../img/top-grad.jpg) repeat-x left top;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #676767;
    padding-top: 10px;
    padding-left: 20px;
}

.black_arrow {
    min-width: 30px;
    height: 23px;
    background: url(../img/menu_bottom_arrow.png) right center no-repeat;
    float: left;
    padding-right: 16px;
    margin-right: 10px;
    padding-top: 8px;
    padding-left: 5px;
}

.black_arrow a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #919191;
    text-decoration: none;
    cursor: pointer;
}

.black_arrow a:hover {
    text-decoration: underline;
}


.black_arrow_active {
    min-width: 30px;
    height: 23px;
    float: left;
    padding-right: 16px;
    padding-top: 8px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #cc0000;
    text-decoration: none;
}

.black_arrow_big {
    background: url(../img/black_arrow-big-2.jpg) left 3px no-repeat;
    padding-left: 13px;
}

.menu_bottom_home {
    width: 26px;
    height: 20px;
    background: url(../img/menu_bottom_home.png) center top no-repeat;
    margin-left: 4px;
}


.left {
    background: #FFF;
    float: left;
}

.right {
    background: #FFF;
    float: left;
}

.content {
    background: #FFF;
    border: 1px #dedede solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    -moz-border-radius: 5px 5px 0px 0px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    behavior: url(border-radius.htc);
}


.window-head {
    border: 1px solid #dedede;
    height: 26px;
    padding-top: 12px;
    background: url(../img/window-head.png) 210px center no-repeat;
    color: #4d4d4d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    -moz-border-radius: 5px 5px 0px 0px; /* Firefox */
    -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */
    -khtml-border-radius: 5px 5px 0px 0px; /* KHTML */
    border-radius: 5px 5px 0px 0px; /* CSS3 */
    behavior: url(border-radius.htc);
}

.window-head-red {
    border-bottom: none;
    height: 26px;
    padding-top: 12px;
    background: url(../img/window-head.jpg) left top no-repeat;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    -moz-border-radius: 5px 5px 0px 0px; /* Firefox */
    -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */
    -khtml-border-radius: 5px 5px 0px 0px; /* KHTML */
    border-radius: 5px 5px 0px 0px; /* CSS3 */
    behavior: url(border-radius.htc);
}


.window-content {
    width: 238px;
    border: 1px #dedede solid;
    border-top: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: url(../img/menu_bottom_bg.jpg) repeat-x left top;
    -moz-border-radius: 0px 0px 5px 5px; /* Firefox */
    -webkit-border-radius: 0px 0px 5px 5px; /* Safari, Chrome */
    -khtml-border-radius: 0px 0px 5px 5px; /* KHTML */
    border-radius: 0px 0px 5px 5px; /* CSS3 */
    behavior: url(border-radius.htc);
}


.left-button-big {
    height: 27px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666264;
    cursor: pointer;
    padding-left: 20px;
    padding-top: 13px;
    border-bottom: 1px solid #e2e2e2;
    background: url(../img/left-button-big2.png) no-repeat 5px 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.left-button-big:hover {
    color: #cc0000;
    background: url(../img/left-button-big2.png) no-repeat 5px -9px;
    text-decoration: underline;
}

.left-button-big-active {
    height: 27px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666264;
    cursor: pointer;
    padding-left: 20px;
    padding-top: 13px;
    border-bottom: 1px solid #e2e2e2;
    background: url(../img/left-button-big2.png) no-repeat 5px 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.left-button-big-active:hover {
    color: #cc0000;
    background: url(../img/left-button-big2.png) no-repeat 5px -9px;
    text-decoration: underline;
}

.left-button-small {
    width: 210px;
    height: 27px;
    background: url(../img/left-button-small_arrows.png) 30px 11px no-repeat;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #5b5b5b;
    cursor: pointer;
    padding-left: 40px;
}

.left-button-small:hover {
    background: url(../img/left-button-small_arrows.png) 30px 11px no-repeat #f4f4f4;
    text-decoration: underline;
}

.left-button-small a {
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #5b5b5b;
}

.left-button-small a:hover {
    text-decoration: none;
    color: #5b5b5b;
}

.left-button-small-active {
    width: 210px;
    height: 27px;
    background: url(../img/left-button-small_arrows.png) 30px 11px no-repeat #f4f4f4;
    text-decoration: underline;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #5b5b5b;
    cursor: pointer;
    padding-left: 40px;
}

.left-button-small-active a {
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #5b5b5b;
}

.left-button-small-active a:hover {
    text-decoration: none;
    color: #5b5b5b;
}


.content_line {
    height: 2px;
    border-bottom: 1px solid #cc0000;
    margin-bottom: 10px;
}

.content_title {
    height: 36px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 24px;
    color: #a3a3a3;
    text-align: left;
    padding-left: 20px;
    padding-top: 0px;
    background: url(../img/red_arrow.jpg) left 15px no-repeat;
}

.content_title h1 {
    padding-top: 10px;
}

.black_line {
    border-bottom: 1px solid #4d4d4d;
    padding-left: 20px;
    background: url(../img/black_arrow-big.jpg) left 5px no-repeat;
    margin-bottom: 10px;
    margin-top: 20px;
}

.black_line h3 {
    font-size: 14px;
}

.black_line a {
    text-decoration: none;
    color: #4d4d4d
}

.black_line a:hover {
    text-decoration: underline;
    color: #4d4d4d
}

.black_line_bottom {
    border-bottom: 1px solid #4d4d4d;
}


.sorted_line {
    width: 260px;
}

.sorted_cell {
    margin-left: 30px;
    padding-right: 30px;
    background: url(../img/sort-arrow.png) right 2px no-repeat;
    max-width: 110px;
    height: 14px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #605c5e;
    text-align: left;
    float: left;
    border: none;
}

.sorted_cell:hover {
    background: url(../img/sort-arrow-red.png) right 2px no-repeat;
    color: #cc0000;
    cursor: pointer;
}

.total_cell {
    margin-left: 30px;
    padding-top: 2px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #605c5e;
    text-align: left;
    float: left;
    border: none;
}


.window_category {
    width: 220px;
    height: 300px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 0 9px;
    background: #fff;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.window_category_href {
    display: block;
    text-align: center;
    text-decoration: none;
}

.window_category_href h3 {
    font-family: Arial;
    font-size: 15px;
    display: block;
    height: 34px;
    margin: 8px 0 0;
}

.window_uncategories {
    overflow: hidden;
    height: 85px;
    margin: 5px 0;
}

.uncategory_title {
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    text-decoration: underline;
    color: #605c5e;
    margin: 5px 10px;
}

.window_category_more {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 11px;
}


.window_category_title {
    height: 10px;
}

.window_category_title h3 {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #605c5e;
    text-decoration: underline;
    margin-top: 0px;
    margin-bottom: 5px;
}

.window_category_title h3:hover {
    text-decoration: none;
}

.window_category_title a {
    text-decoration: none;
}

.window_category_image {
    height: 130px;
    vertical-align: bottom;
}

.window_category_image img {
    border: none;
}

.window_category_title2 {
    height: 50px;
}

.window_category_title2 h3 {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #605c5e;
    text-decoration: underline;
    margin-top: 0px;
    margin-bottom: 5px;
}

.window_category_title2 h3:hover {
    text-decoration: none;
}

.window_category_title2 a {
    text-decoration: none;
}

.window_uncategory {
    text-align: center;
    height: 210px;
}

.window_uncategory h3 a {
    color: #666264;
    font-size: 15px;
    text-decoration: underline;
}


.separate {
    height: 5px;
    overflow: hidden;
    width: 100%;
    clear: both;
}


.article_line {
    background: #cc2f2f;
    height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url(../img/button.jpg) repeat-x left center;
}


/* Список */
.image_preview {
    height: 140px;
    padding: 5px 5px 5px 0px;
    background: url(../img/noimage.jpg) no-repeat center top
}

.image_preview img {
    border: none;
}

.price_preview {
    width: 160px;
    min-height: 160px;
    padding-top: 3px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #cc2f2f;
    padding-left: 10px;
}

.price_preview b {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #cc2f2f;
}

.price_preview strong {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #605c5e;
}

.price_preview br {
    line-height: 8px;
}

.name_preview {
    padding-right: 10px;
    height: 20px;
}

.name_preview a {
    text-decoration: none;
}

.name_preview h2 {
    margin: 0px;
    padding: 0px;
}


.description_preview {
    color: #4c4c4c;
    font-family: Arial;
    font-size: 13px;
    padding-right: 10px;
}

.rate_preview {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #666;
    background: url(../img/pixel_heart.png) no-repeat left 2px;
    padding-left: 14px;
}

.comment_preview {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #666;
    background: url(../img/pixel_comment.png) no-repeat left 2px;
    padding-left: 16px;
}

.comment_preview a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #666;
    text-decoration: none;
}

.comment_preview a:hover {
    text-decoration: underline;
}

.im_zoom {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #666;
    background: url(../img/pixel_zoom.png) no-repeat left 2px;
    padding-left: 12px;
    margin-left: 10px;
}

.im_zoom:hover {
    text-decoration: underline;
    cursor: pointer;
}

.im_zoom a {
    text-decoration: none;
    color: #666;
    font-size: 11px;
}


.articul {
    color: #999999;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 5px;
    display: block;
    margin-top: 5px;
}

.articul_small {
    color: #999999;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    height: 8px;
    display: block;
}


/*Корзина*/
.cart {
    background: url(../img/empty-cart.jpg) no-repeat left 15px;
    padding: 10px 0px 0px 90px;
    height: 120px;
    width: 160px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #676767;
    cursor: pointer;
}

.cart_full {
    background: url(../img/full-cart.jpg) no-repeat left 15px;
    padding: 10px 0px 0px 90px;
    height: 120px;
    width: 180px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #676767;
    cursor: pointer;
}

.cart_full p {
    margin: 5px;
}

#load {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 300;
    background: url(../img/ajax-loader.gif) left top no-repeat;
    width: 32px;
    height: 32px;
}


.cart_add_new {
    width: 145px;
    padding-left: 15px;
    padding-top: 10px;
    height: 33px;
    background: url(../img/cart_add_new.png) left top no-repeat;
    cursor: pointer;
    border: none;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    z-index: 300;
}

.cart_add_preorder_new {
    width: 110px;
    padding-left: 10px;
    padding-right: 40px;
    padding-top: 5px;
    height: 38px;
    background: url(../img/cart_add_preorder_new.png) left top no-repeat;
    cursor: pointer;
    border: none;
    z-index: 100;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 300;
}

.cart_add_preorder_new p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.cart_add_credit_new {
    width: 155px;
    padding-left: 5px;
    padding-top: 5px;
    height: 38px;
    background: url(../img/cart_add_credit_new.png) left top no-repeat;
    cursor: pointer;
    border: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #cc0000;
    font-weight: bold;
    text-align: left;
    margin-top: 9px;
    z-index: 300;
}

.cart_add_credit_new p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    font-weight: bold;
    line-height: 12px;
    text-align: left;
    margin: 0;
    margin-left: 15px;
    padding: 0;
}

.cart_add_div {
    width: 160px;
    height: 2px;
    position: relative;
    left: 0;
    top: 0;
}

.cart_stat {
    height: 20px;
    text-align: center;
    width: 140px;
    background: url(../img/menu_bottom_bg.jpg) repeat-x left top;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #cc0000;
    border: 1px solid #cccccc;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: -4px;
    z-index: 0;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    behavior: url(border-radius.htc);
}

.preorder_stat {
    height: 24px;
    margin-top: 15px;
    text-align: center;
    width: 106px;
    background: url(../img/preorder_stat.png) left top no-repeat;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #FFF;
    border: none;
    font-weight: bold;
}

.to_cart {
    width: 20px;
    height: 21px;
    background: url(../img/add-to-cart.png) center no-repeat;
    cursor: pointer;
}

.compare_check {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #666;
    background: url(../img/pixel_lock.png) left 2px no-repeat;
    padding-left: 14px;
}

.compare_check:hover {
    color: #cc0000;
    text-decoration: underline;
    cursor: pointer;
    background: url(../img/pixel_lock.png) left -13px no-repeat;
}

.compare_checked {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #cc0000;
    text-decoration: underline;
    cursor: pointer;
    background: url(../img/pixel_lock.png) left -13px no-repeat;
    padding-left: 14px;
}

.compare {
    margin: 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #676767;
}

.compare br {
    line-height: 3px;
}

.compare b {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #676767;
    font-weight: bold;
}

.compare b:hover {
    text-decoration: underline;
}

.compare a {
    color: #676767;
    text-decoration: none;
}

.compare strong {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #cc0000;
    font-weight: bold;
}

.compare_delete {
    width: 16px;
    height: 16px;
    background: url(../img/delete.png) center no-repeat;
    cursor: pointer;
}


/*фильтры*/
.filters {
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #605c5e;
    text-align: left;
}

.filter {
    background: #f4f4f4;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #827d7f;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 10px 10px;
    height: 100%;
    overflow: hidden;
}

.filter_value {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #333;
    float: left;
}

.filter_value label {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #333;
    width: 220px;
    display: block;
    padding-top: 3px;
    font-weight: normal;
}

.filter_value label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.filter_check {
    float: left;
}

.button_lean_more {
    width: 140px;
    height: 33px;
    cursor: pointer;
    background: url(../img/button_lean_more.png) left top no-repeat;
    border: none;
}

.cart_button {
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background: url(../img/cart_button.jpg) left top no-repeat;
    width: 108px;
    height: 26px;
    border: none;
    cursor: pointer;
}

.grey_button {
    width: 108px;
    height: 25px;
    border: none;
    background: url(../img/grey_button.jpg) left top no-repeat;
    color: #605c5e;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}

.button_checkout {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    width: 140px;
    height: 33px;
    padding-right: 30px;
    background: url(../img/button_checkout.png) left top no-repeat;
    cursor: pointer;
    border: none;
}

.button_checkout:hover {
    color: #ffa4a4;
}

.button_grey {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #555;
    width: 140px;
    height: 33px;
    background: url(../img/button_grey.png) left top no-repeat;
    cursor: pointer;
    border: none;
}

.button_grey:hover {
    color: #cc0000;
}

.button_conteiner {
    width: 100%;
    height: 36px;
    position: relative;
    right: 0;
    top: 0;
    margin: 10px 0;
}

.zoom_button {
    background: url(../img/zoom_button.gif) left -15px no-repeat;
    width: 76px;
    height: 13px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #4d4d4d;
    padding-top: 2px;
    padding-left: 4px;
    margin-left: 30px;
    margin-bottom: 5px;
}

.zoom_button:hover {
    background: url(../img/zoom_button.gif) left top no-repeat;
    color: #bf1717;
}


.pages {
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 30px;
}

.pages li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 10px;
    background: none;
    padding: 0;
}

.puge_but {
    width: 29px;
    padding: 0;
    height: 36px;
    background: url(../img/page_num.gif) no-repeat center 6px;
    color: #605c5e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    cursor: pointer;
    border: none;
}

.puge_but:hover {
    background: url(../img/page_num_cur.gif) no-repeat center 6px;
    color: #FFF;
}

.puge_but_cur {
    width: 38px;
    height: 36px;
    background: url(../img/page_num_cur.gif) no-repeat center 6px;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    cursor: pointer;
    border: none;
}


.checked_filter {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #878787;
    padding-left: 10px;
    padding-top: 10px;
    line-height: 15px;
}

.apl_filter {
    width: 221px;
}


.booter {
    height: 25px;
    border-top: #cc0000 solid 3px;
    margin-top: 20px;
    background: url(../img/top-grad.jpg) repeat-x left top;
    padding: 20px;
}

.booter_content {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.booter_menu {
    border-left: 1px solid #a0a0a0;
    float: left;
    position: relative;
    left: 30%;
    padding: 2px 7px 2px 7px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #a0a0a0;
}

.booter_menu a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #a0a0a0;
    text-decoration: none;
}

.booter_menu a:hover {
    text-decoration: underline;
}

.booter_uncat {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    text-decoration: underline;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #a0a0a0;
}


.view_article_desc h2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #605c5e;
    text-decoration: none;
}

.view_article_images {
    width: 70px;
    height: 70px;
    border: 1px solid #e2e2e2;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px;
    display: table-cell;
    vertical-align: middle;
}

.view_article_buy {
    height: 160px;
    width: 160px;
    padding-top: 20px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #cc2f2f;
    padding-left: 10px;
}

.view_article_buy b {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #cc2f2f;
}

.view_article_buy strong {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #605c5e;
}

.view_article_rate br {
    line-height: 6px;
}

.div_float {
    float: left;
    margin: 20px 10px 10px 0px;
    height: 20px;
    min-width: 90px;
}

.specs_block strong {
    color: #4d4d4d;
}

.specs_block li {
    background-image: url(../img/li2.png);
}

.specs_block table, .spec {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #4c4c4c;
    width: 100% !important;
}

.specs_block table th, .spec th {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #4c4c4c;
    font-weight: bold;
    background: #F0F0F0;
    padding: 5px;
    text-align: left
}

.specs_block table td, .spec td {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #4c4c4c;
    padding: 5px;
    border-top: 1px solid #e2e2e2;
}

.specs_block table p, .spec p {
    margin: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #4c4c4c;
}

.specs_block td:first-child {
    width: 30%;
}

.spLeft {
    width: 30%;
}

.spLeft_compare {
    width: 20%;
    min-width: 200px;
}

.powered {
    height: 33px;
    border-top: 1px dotted #c0c0c0;
    width: 100%;
    background: url(../img/poweredbyhainet.jpg) right 8px no-repeat;
    margin: 10px 0;
}

.spec .similar_inner_name b {
    color: #4c4c4c;
    font-family: Arial;
    font-size: 11px;
}

.spec .similar_inner_name a {
    color: #4c4c4c;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none
}

.spec .similar_inner_name a:hover {
    text-decoration: underline
}


.star_on {
    background: url(../img/star-on.jpg) no-repeat center;
    width: 20px;
    height: 18px;
    float: left;
    cursor: pointer;
    border: none;
}

.star_off {
    background: url(../img/star-off.jpg) no-repeat center;
    width: 20px;
    height: 18px;
    float: left;
    cursor: pointer;
    border: none;
}

.comment {
    background: #f4f4f4;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #827d7f;
    border: 1px solid #e2e2e2;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
}

.comment img {
    margin-right: 5px;
    float: left;
    border: 1px solid #e2e2e2;
}

.answer {
    padding: 10px;
    margin: 5px 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #827d7f;
    border: 1px solid #e2e2e2;
}

.answer img {
    margin-right: 5px;
    float: left;
    border: 1px solid #e2e2e2;
}

.answer p {
    margin: 10px;
}

.stars-1 {
    width: 122px;
    height: 12px;
    background: url(../img/mark.png) right 0px no-repeat;
    text-align: left;
}

.stars-2 {
    width: 122px;
    height: 12px;
    background: url(../img/mark.png) right -12px no-repeat;
    text-align: left;
}

.stars-3 {
    width: 122px;
    height: 12px;
    background: url(../img/mark.png) right -24px no-repeat;
    text-align: left;
}

.stars-4 {
    width: 122px;
    height: 12px;
    background: url(../img/mark.png) right -36px no-repeat;
    text-align: left;
}

.stars-5 {
    width: 122px;
    height: 12px;
    background: url(../img/mark.png) right -48px no-repeat;
    text-align: left;
}

.stars-0 {
    width: 122px;
    height: 12px;
    background: url(../img/mark.png) right -60px no-repeat;
    text-align: left;
}

.market_banner {
    height: 75px;
    background: url(../img/market_banner.jpg) right top no-repeat;
    cursor: pointer;
}

.mark {
    width: 22px;
    height: 22px;
    background: url(../img/mark-off.jpg) center no-repeat;
    float: left;
    cursor: pointer;
}

.mark-on {
    width: 22px;
    height: 22px;
    background: url(../img/mark-on.jpg) center no-repeat;
    float: left;
    cursor: pointer;
}

.mark_desc {
    height: 22px;
    width: 120px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #4c4c4c;
    padding-top: 5px;
    padding-left: 10px;
    overflow: hidden
}


/* ------------корзина ---------------------*/
.cart_line_title {
    border-bottom: 1px solid #e2e2e2;
    height: 25px;
}

.cart_line {
    border-bottom: 1px solid #e2e2e2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart_line strong {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #cc0000;
    font-weight: bold;
}

.cart_line a {
    color: #605c5e;
    text-decoration: none;
}

.cart_line b {
    color: #605c5e;
    font-family: Arial;
    font-size: 13px;
}

.cart_line b:hover {
    text-decoration: underline;
}

.cart_line img {
    border: 1px solid #e2e2e2;
}

.cart_line p {
    color: #4c4c4c;
    font-family: Arial;
    font-size: 10px;
    padding-right: 20px;
}

.cart_delete {
    width: 16px;
    height: 16px;
    background: url(../img/delete.png) center no-repeat;
    cursor: pointer;
}

.plus {
    width: 16px;
    height: 18px;
    margin-right: 5px;
    background: url(../img/plus.png) center 2px no-repeat;
    cursor: pointer;
    float: left;
    margin-left: 14px;
}

.cart_col {
    width: 20px;
    height: 16px;
    float: left;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    color: #7c7c7c;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    border: 1px solid #b3bbca;
    padding-top: 0px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
    behavior: url(border-radius.htc);
}

.minus {
    width: 16px;
    height: 18px;
    background: url(../img/minus.png) center 2px no-repeat;
    cursor: pointer;
    float: left;
}


.left_nav {
    width: 7px;
    height: 38px;
    background: url(../img/cart/nav_left.png) left top no-repeat;
}

.center_nav {
    height: 38px;
    background: url(../img/cart/nav_center.png) left top repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #505050;
    padding: 0 0px 0 8px;
}

.middle_nav {
    width: 20px;
    height: 38px;
    background: url(../img/cart/middle.png) left top no-repeat;
}

.right_nav {
    width: 7px;
    height: 38px;
    background: url(../img/cart/nav_right.png) left top no-repeat;
}

.left_nav_red {
    width: 7px;
    height: 38px;
    background: url(../img/cart/nav_left_red.png) left top no-repeat;
}

.center_nav_red {
    height: 38px;
    background: url(../img/cart/nav_center_red.png) left top repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    padding: 0 0px 0 8px;
}

.middle_nav_left_red {
    width: 20px;
    height: 38px;
    background: url(../img/cart/middle_left_red.png) left top no-repeat;
}

.middle_nav_right_red {
    width: 20px;
    height: 38px;
    background: url(../img/cart/middle_right_red.png) left top no-repeat;
}

.right_nav_red {
    width: 7px;
    height: 38px;
    background: url(../img/cart/right_red.png) left top no-repeat;
}


.step_content {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 470px;
    margin: 10px 0;
    border: solid 1px #e2e2e2;
    /* Для хороших браузеров */
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    /* Для плохих IE */
    behavior: url(border-radius.htc); /* учим IE border-radius */
}

.step_slide {
    width: 100%;
    min-height: 470px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px 20px
}

.step_button {
    height: 35px;
    width: 480px;
    margin: 4px 0;
    color: #505050;
    padding-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: solid 1px #ccc;
    background: url(../img/cart/step_button_hover.jpg) left top repeat-x;
    cursor: pointer;
    /* Для хороших браузеров */
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    /* Для плохих IE */
    behavior: url(border-radius.htc); /* учим IE border-radius */
}

.step_button:hover {
    background: url(../img/cart/step_button_active.jpg) left top repeat-x;
    color: #fff;
    border: solid 1px #d5191b;
}

.step_button b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: inherit;
}

.step_button strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
    text-align: right;
    line-height: 20px;
}

.step_button:hover strong {
    color: #fff;
}

.step_button_number {
    width: 26px;
    height: 21px;
    float: left;
    background: url(../img/cart/step_button_number.png) center no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
    padding: 6px 0 0 17px
}

.step_button_active {
    height: 35px;
    width: 480px;
    margin: 4px 0;
    color: #fff;
    padding-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    border: solid 1px #d5191b;
    background: url(../img/cart/step_button_active.jpg) left top repeat-x;
    cursor: pointer;
    /* Для хороших браузеров */
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    /* Для плохих IE */
    behavior: url(border-radius.htc); /* учим IE border-radius */
}

.step_button_active b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: inherit;
}

.step_button_active strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    line-height: 20px;
}

#moscow_delivery {
    width: 490px;
    float: left;
}

#moscow_delivery_right {
    width: 480px;
    float: left;
}


/* Текстовые поля корзины*/
.textfield_round {
    width: 282px;
    height: 25px;
    margin: 7px 0;
    border: 1px solid #b3bbca;
    padding-left: 10px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #676b74;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
    behavior: url(border-radius.htc);
}

.textfield_round_small {
    width: 40px;
    height: 25px;
    margin: 7px 3px;
    border: 1px solid #b3bbca;
    padding-left: 10px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #676b74;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
    behavior: url(border-radius.htc);
}

.textfieldbg {
    background: url(../img/cart/textfieldbg.jpg) left top no-repeat;
    width: 282px;
    margin-right: 8px;
    height: 27px;
    border: none;
    padding-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6f7176;
    float: left;
}

.textfieldbg2 {
    background: url(../img/cart/textfieldbg2.jpg) left top no-repeat;
    width: 315px;
    margin-right: 16px;
    height: 27px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6f7176;
    float: left;
    padding-left: 10px;
}

.textareabg {
    background: url(../img/cart/textareabg.png) left top no-repeat;
    width: 277px;
    margin-right: 26px;
    height: 70px;
    border: none;
    padding: 5px 5px 5px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6f7176;
    float: left;
}

.location_city {
    width: 440px;
    height: 27px;
    background: url(../img/cart/loaction_city.png) 5px 2px no-repeat;
    padding-left: 40px;
    margin: 10px 0;
    display: none;
}

.delivery_lenght {
    width: 440px;
    height: 27px;
    background: url(../img/cart/delivery_lenght.png) 5px 2px no-repeat;
    padding-left: 40px;
    margin: 10px 0;
    display: none;
}

.delivery_company {
    width: 440px;
    height: 27px;
    background: url(../img/cart/delivery_company.png) 5px 2px no-repeat;
    padding-left: 40px;
    margin: 10px 0;
    display: none;
}

.company_requesites {
    width: 440px;
    height: 44px;
    background: url(../img/cart/company_requesites.png) 5px 18px no-repeat;
    padding-left: 40px;
    margin: 10px 0;
    display: none;
}

.name_info {
    width: 440px;
    height: 27px;
    background: url(../img/cart/name_info.png) 5px 2px no-repeat;
    padding-left: 40px;
    margin: 10px 0;
}

.phone_info {
    width: 440px;
    height: 27px;
    background: url(../img/cart/phone_info.png) 5px 2px no-repeat;
    padding-left: 40px;
    margin: 10px 0;
}

.mail_info {
    width: 440px;
    height: 27px;
    background: url(../img/cart/mail_info.png) 5px 2px no-repeat;
    padding-left: 40px;
    margin: 10px 0;
}

.address_info {
    width: 440px;
    height: 27px;
    background: url(../img/cart/loaction_city.png) 5px 2px no-repeat;
    padding-left: 40px;
    margin: 10px 0;
}

.add_info {
    width: 440px;
    height: 27px;
    background: url(../img/cart/add_info.png) 5px 2px no-repeat;
    padding-left: 40px;
    margin: 10px 0;
}


#important_msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: url(../js/img/dim.png);
    display: none;
    text-align: left;
}

.important_msgbox {
    position: fixed;
    width: 445px;
    z-index: 300;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -250px;
    padding-bottom: 30px;
    background: url(../img/cart/important_msgbox-shadow.png) center bottom no-repeat;
}

.important_msgbox_toper {
    width: 445px;
    height: 58px;
    background: url(../img/cart/important_msgbox-toper.png) left top no-repeat;
}

.important_msgbox_content {
    width: 420px;
    background: #fff;
    padding: 12px;
    /* Для хороших браузеров */
    -moz-border-radius: 0 0px 2px 2px; /* Firefox */
    -webkit-border-radius: 0 0px 2px 2px; /* Safari, Chrome */
    -khtml-border-radius: 0 0px 2px 2px; /* KHTML */
    border-radius: 0 0px 2px 2px; /* CSS3 */
    /* Для плохих IE */
    behavior: url(border-radius.htc); /* учим IE border-radius */
}

.important_msgbox_content p {
    border: 1px solid #ebebeb;
    padding: 16px 10px;
    color: #957171;
    margin: 0;
}

.important_msgbox_button {
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: url(../img/cart/important_msgbox-button.png) left top no-repeat;
    width: 73px;
    height: 30px;
    border: none;
    cursor: pointer;
}

/*"X" (крестик) в правом верхнем углу окна*/
.important_msg_close {
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-left: 400px;
}


.title_pay {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #605c5e;
    text-align: left;
    font-weight: bold;
}

.total_pay {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    background: url(../img/for_pay.jpg) no-repeat left top;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #cc0000;
    font-weight: bold;
}

.delivery_pay {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    background: url(../img/delivery.jpg) no-repeat left 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #cc0000;
    font-weight: bold;
}

.for_pay {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 17px;
    color: #cc0000;
    font-weight: bold;
}


.cart_input {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #d3d3d3;
    width: 200px;
    padding: 5px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x
}

.cart_input_red {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #cc0000;
    border: 1px solid #cc0000;
    width: 200px;
    padding: 5px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x
}

.cart_input_house {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #d3d3d3;
    width: 40px;
    padding: 5px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x
}

.cart_input_house_red {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #cc0000;
    border: 1px solid #cc0000;
    width: 40px;
    padding: 5px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x
}

.cart_input_build {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #d3d3d3;
    width: 56px;
    padding: 5px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x
}

.cart_input_build_red {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #cc0000;
    border: 1px solid #cc0000;
    width: 56px;
    padding: 5px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x
}

.cart_input_flat {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #d3d3d3;
    width: 71px;
    padding: 5px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x
}

.cart_input_flat_red {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #cc0000;
    border: 1px solid #cc0000;
    width: 71px;
    padding: 5px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x
}

.cart_text {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #d3d3d3;
    width: 100%;
    padding: 5px;
    height: 93px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x
}

/* ------------Фильтр цен ---------------------*/
#container {
    width: 150px;
    padding: 5px 30px 20px 10px;
}

.DoubleTrackBar {
    height: 20px;
    width: 150px;
    margin-top: 20px;
    margin-bottom: 0px;
    background: url(../js/img/line-c.gif) left center repeat-x;
    position: relative;
}

.DoubleTrackBar .start,
.DoubleTrackBar .finish {
    margin: -5px 0;
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 0;
}

.DoubleTrackBar .finish {
    left: auto;
    right: 0;
}

.DoubleTrackBar .Tracker {
    margin: -16px 0;
    position: absolute;
    z-index: 50;
    height: 32px;
    font-size: 0;
    background: url(../js/img/hline-c.gif) left center repeat-x;
    top: 50%;
}

.DoubleTrackBar .Tracker .flr,
.DoubleTrackBar .Tracker .fll {
    margin: -6px 0;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 12px;
    z-index: 60;
    cursor: pointer;
}

.DoubleTrackBar .Tracker .flr {
    left: 100%;
}

.DoubleTrackBar .Tracker .fll {
    left: auto;
    text-align: right;
    right: 100%;
}

.DoubleTrackBar .Tracker .dis {
    opacity: 0.4;
    filter: Alpha(opacity=40);
}

.DoubleTrackBar .Tracker .text {
    top: -10px;
    z-index: 20;
    margin: 0;
    height: auto;
    font-size: 10px;
    font-family: Trebuchet MS;
    white-space: nowrap;
    width: 40px;
}

.DoubleTrackBar .touch {
    position: absolute;
    z-index: 40;
    text-align: center;
    background: #aaa;
    width: 1px;
    height: 13px;
    top: 6px;
}

.DoubleTrackBar .touch span {
    position: absolute;
    top: 14px;
    left: -10px;
    color: #aaa;
    font-size: 10px;
    font-family: Trebuchet MS;
    white-space: nowrap;
}

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


/* Выключение света  */

/*Стили для верхнего слоя и всплывающего окна*/
#fuzz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: url(../js/img/dim.png);
    display: none;
    text-align: left;
}

/*Позиционирование окна в самом центре*/
.msgbox {
    position: fixed;
    width: 400px;
    z-index: 300;
    border: 10px solid #CCC;

    /* Для хороших браузеров */
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* KHTML */
    border-radius: 10px; /* CSS3 */
    /* Для плохих IE */
    behavior: url(border-radius.htc); /* учим IE border-radius */

    background: #FFF;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -250px;
    padding: 10px;
}

.msgbox img {
    border: none;
    margin: 5px;
}

/*"X" (крестик) в правом верхнем углу окна*/
.close {
    top: 0px;
    float: right;
}


#phone_call {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    background: url(../js/img/dim.png);
    display: none;
    text-align: left;
}

#informer_show_id {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: url(../js/img/dim.png);
    display: none;
    text-align: left;
}

.close_phone {
    top: 0px;
    float: right;
    border: 1px solid;
}

.phone_input {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #d3d3d3;
    width: 100%;
    padding: 5px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x
}

.phone_input_red {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #cc0000;
    border: 1px solid #cc0000;
    width: 100%;
    padding: 5px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x
}

#leftbaner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: url(../js/img/dim.png);
    display: none;
    text-align: left;
}

.leftbaner_msgbox {
    position: fixed;
    width: 600px;
    height: 400px;
    z-index: 300;
    border: 8px solid #CCC;
    background: #FFF;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -350px;
    padding: 10px;
}


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

/* Окно запроса статуса  заказа  */
.div_check {
    padding: 5px;
    color: #4c4c4c;
    font-family: Arial;
    font-size: 13px;
    padding-right: 10px;
}

.div_check img {
    margin-top: 5px;
}


.check_input {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #d3d3d3;
    width: 205px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x
}

.check_input_red {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #cc0000;
    border: 1px solid #cc0000;
    width: 205px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x
}

/* Окно запроса звонка  */
.phone_input2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #d3d3d3;
    width: 100px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x;
    float: left;
}

.check_input_red2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #cc0000;
    border: 1px solid #cc0000;
    width: 100px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: url(../img/top-grad-1.jpg) left -12px repeat-x;
}

.recallme {
    width: 197px;
    height: 48px;
    background: url(../img/recallme.jpg) left top no-repeat;
    border: none;
    cursor: pointer;
}

/* строка ошибок */
.warning {
    background: #f4f4f4 url(../img/warning.png) no-repeat 10px 5px;
    height: 25px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #827d7f;
    border: 1px solid #e2e2e2;
    padding: 20px 10px 10px 80px;
    overflow: hidden;
}


.city {
    padding-top: 60px;
    background: url(../img/location.jpg) no-repeat 20px 20px;
}

.delivery {
    padding-top: 60px;
    background: url(../img/delivery-metod.jpg) no-repeat 20px 10px;
}

.paymetod {
    padding-top: 60px;
    background: url(../img/pay-metod.jpg) no-repeat 20px 20px;
}


/*Производители*/
.all_vendors {
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #666280;
    border-top: 1px solid #e2e2e2;
    padding-left: 20px;
    padding-top: 10px;
    margin: 0px 5px 10px 5px;
    text-decoration: underline;
    cursor: pointer
}

.all_vendors:hover {
    text-decoration: none
}

.vendor_img {
    float: left;
    border: 1px solid #CCC;
    width: 112px;
    height: 38px;
    margin: 2px;
}


/*Выпадающее меню*/
/*
	LEVEL ONE
*/
ul.dropdown {
    position: relative;
    z-index: 100;
    width: 120px;
    margin-left: 0px; /* Отступ слева в браузере IE и Opera */
    padding-left: 0px; /* Отступ слева в браузере Firefox, Safari, Chrome */
    margin-top: 0;
    padding: 0;
}

ul.dropdown li {
    font: inherit;
    float: left;
    zoom: 1;
    list-style-type: none;
    position: relative;
    padding: 0;
    background: none;
}

ul.dropdown a {
    text-decoration: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #4d4d4d;
}

ul.dropdown a:hover {
    color: #4d4d4d;
}

ul.dropdown a:active {
    color: #4d4d4d;
}

ul.dropdown li a {
    display: block;
    border-right: 1px solid #333;
    text-align: left;
    color: #222;
}

ul.dropdown li:last-child a {
    border-right: none;
}

/* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover {
    color: #cc0000;
    position: relative;
}

ul.dropdown li.hover a {
    color: #4d4d4d;
}

ul.dropdown li a:hover {
    color: #cc0000;
}

/*
	LEVEL TWO
*/
ul.dropdown ul {
    width: 160px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -2px;
}

ul.dropdown ul li {
    font-weight: normal;
    padding: 8px 10px;
    float: none;
    padding: 8px 12px;
    background: url(../img/submenu_li.jpg) left bottom repeat-x;
}

ul.dropdown li:hover {
    background-color: #FFF
}

/*удерживаем цвет родителя*/

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
    border-right: none;
    width: 100%;
    display: inline-block;
}

ul.sub_menu {
    list-style-type: none;
    padding: 0px 5px 10px 5px;
    border: solid 1px #cccccc;
    border-top: none;
    background: #f1f1f1;
    color: #4d4d4d;
    margin-left: 0; /* Отступ слева в браузере IE и Opera */
    padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
    -moz-border-radius: 0px 0px 5px 5px; /* Firefox */
    -webkit-border-radius: 0px 0px 5px 5px; /* Safari, Chrome */
    -khtml-border-radius: 0px 0px 5px 5px; /* KHTML */
    border-radius: 0px 0px 5px 5px; /* CSS3 */
    behavior: url(border-radius.htc);
}


ul.dropdown ul ul {
    width: 160px;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 177px;
    border: solid 1px #cccccc;
    background: url(../img/sub_menu.png) repeat;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 10px;
    -moz-border-radius: 5px 5px 5px 5px; /* Firefox */
    -webkit-border-radius: 5px 5px 5px 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px 5px 5px 5px; /* KHTML */
    border-radius: 5px 5px 5px 5px; /* CSS3 */
    behavior: url(border-radius.htc);
}

ul.dropdown ul ul li {
    font-weight: normal;
    float: none;
    border-bottom: solid 1px #4d86ab;
}


/*Документация*/
/*Скругленные углы*/
.documentations {

    min-height: 152px;
    width: 100%;
    border: 1px solid #dddddd;
    background: url(../img/docs_icon.png) no-repeat 15px center #8b8b8b;
}

.documentations h4 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #605c5e;
    font-weight: bold;
    margin: 10px;
}

.documentations_content {
    min-height: 152px;
    margin-left: 70px;
    background: #f5f5f5;
    overflow: hidden;
    padding: 10px;
    padding-top: 0;
}

.doc {
    background: url(../img/delete.png) no-repeat 10px 3px;;
    font-family: Arial;
    font-size: 13px;
    padding-left: 50px;
    height: 20px;
}

.doc a {
    color: #4c4c4c;
    text-decoration: none
}

.doc a:hover {
    text-decoration: underline
}

.pdf {
    background: url(../img/pdf.png) no-repeat 10px 3px;
    color: #4c4c4c;
    font-family: Arial;
    font-size: 13px;
    padding-left: 50px;
    height: 20px;
}

.pdf a {
    color: #4c4c4c;
    text-decoration: none
}

.pdf a:hover {
    text-decoration: underline
}

.zip {
    background: url(../img/zip.png) no-repeat 10px 3px;
    color: #4c4c4c;
    font-family: Arial;
    font-size: 13px;
    padding-left: 50px;
    height: 20px;
}

.zip a {
    color: #4c4c4c;
    text-decoration: none
}

.zip a:hover {
    text-decoration: underline
}

.projcalc {
    background: url(../img/icons/distance.png) no-repeat 10px 3px;;
    font-size: 13px;
    padding-left: 50px;
    padding-top: 5px;
    height: 20px;
}

.projcalc a {
    color: #4c4c4c;
    text-decoration: none
}

.projcalc a:hover {
    text-decoration: underline
}


/*Монтаж таблица*/
.table_condent_left {
    background: url(../img/cart/nav_center.png) left top repeat-x;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #505050;
    padding: 0 8px 0 0;
}

.table_grad {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #4c4c4c;
    border: 1px solid #e2e2e2;
    background: url(../img/menu.jpg) left -5px repeat-x;
    -moz-border-radius: 5px 5px 5px 5px; /* Firefox */
    -webkit-border-radius: 5px 5px 5px 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px 5px 5px 5px; /* KHTML */
    border-radius: 5px 5px 5px 5px; /* CSS3 */
    behavior: url(border-radius.htc); /* учим IE border-radius */

}

.table_grad th {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #4c4c4c;
    font-weight: bold;
    background: #F0F0F0;
    padding: 5px;
    text-align: left
}

.table_grad td {
    color: #4c4c4c;
    padding: 10px;
    border-top: 1px solid #e2e2e2;
}

.table_grad p {
    margin: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #4c4c4c;
}

.table_header {
    height: 35px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #505050;
    padding: 0 8px 0 0;
    border: none;
}

.bonus_text {
    background: url(../img/delivery.png) left center no-repeat;
    color: #cc0000;
    font-weight: bold;
    font: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    padding-left: 40px;
    display: block;
    min-height: 18px;
}

.bonus_text_small {
    background: url(../img/check-green.png) left center no-repeat;
    color: #cc0000;
    font-weight: bold;
    font: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    padding-left: 20px;
    display: block;
}


/* выборка способа покупки*/
.kind_pay {
    cursor: pointer;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #002398;
    padding-left: 15px;
    width: 165px;
    margin: 5px 0;
    background: url(../img/arrow_blue.png) left center no-repeat;
    position: relative;
    left: 0;
    top: 0;
}

.kind_pay:hover {
    text-decoration: underline
}

.kind_pay_noselect {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    background: url(../img/button_arrow-2.png) left center no-repeat;
    padding-left: 15px;
    width: 165px;
    margin: 5px 0;
    position: relative;
    left: 0;
    top: 0;
}

.kind_pay_window {
    width: 240px;
    border: 1px solid #bbb;
    position: absolute;
    bottom: -70px;
    left: 0px;
    display: none;
    z-index: 100;
    background: #fff;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
    behavior: url(border-radius.htc);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); /* Для Firefox */
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); /* Для Safari и Chrome */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); /* Параметры тени */
}

.kind_pay_window_arrow {
    position: absolute;
    top: -5px;
    left: 100px;
    width: 9px;
    height: 5px;
    background: url(../img/arrow_grey.png) left center no-repeat;
}

.kind_pay_window_button {
    width: 210px;
    padding: 2px 10px 2px 20px;
    margin: 5px 0;
    cursor: pointer;
}

.kind_pay_window_button:hover {
    color: #fff;
    background: url(../img/cart/step_button_active.jpg) left top repeat-x;
}


/* выборка способа покупки*/

.input_list {
    width: 282px;
    height: 22px;
    margin: 7px 0;
    border: 1px solid #b3bbca;
    padding-left: 10px;
    padding-top: 5px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #676b74;
    background: url(../img/input_list.png) 260px center no-repeat;
    position: relative;
    left: 0;
    top: 0;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
    behavior: url(border-radius.htc);
}

.input_list_window {
    width: 292px;
    border: 1px solid #bbb;
    position: absolute;
    top: -1px;
    left: 0px;
    display: none;
    z-index: 300;
    background: #fff;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
    behavior: url(border-radius.htc);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); /* Для Firefox */
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); /* Для Safari и Chrome */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); /* Параметры тени */
}

.input_list_button {
    padding: 2px 10px 2px 20px;
    margin: 2px 0;
    cursor: pointer;
}

.input_list_button:hover {
    color: #fff;
    background: url(../img/cart/step_button_active.jpg) left top repeat-x;
}

.input_list_button_small {
    width: 73px;
    padding: 2px 0px;
    cursor: pointer;
    margin: 2px 0;
    text-align: center;
    float: left;
}

.input_list_button_small:hover {
    color: #fff;
    background: url(../img/cart/step_button_active.jpg) left top repeat-x;
}

.shined_window {
    width: 190px;
    height: 70px;
}

.shined_bg {
    width: 190px;
    height: 55px;
    padding-top: 10px;
    background: url(../img/shined_bg.jpg) left top no-repeat;
    border: 1px solid #c8d1e2;
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #60656d;
    font-weight: bold;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
    behavior: url(border-radius.htc);
}

.shined_bg span {
    font-size: 15px;
    color: #cc0000;
}

.shined_shadow {
    width: 190px;
    height: 3px;
    background: url(../img/shine_shadow.jpg) center top no-repeat;
}

.soglashenie_label {
    padding: 5px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
    behavior: url(border-radius.htc);
}


.notav_text {
    background: url(../img/cross-black.png) left center no-repeat;
    color: #46484f;
    font-weight: bold;
    font: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
    display: block;
    margin-bottom: 5px;
}


.requesites_status {
    background: #cae0c3;
    margin: 10px 0 0 10px;
    text-align: left;
    padding: 2px 5px;
    border: 1px solid #8aca76;
    display: none;
    -moz-border-radius: 2px; /* Firefox */
    -webkit-border-radius: 2px; /* Safari, Chrome */
    -khtml-border-radius: 2px; /* KHTML */
    border-radius: 2px; /* CSS3 */
    behavior: url(border-radius.htc);
}


.similar_window {
    border: 1px solid #ccc;
    padding: 10px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    behavior: url(border-radius.htc);
}

.similar_inner {
    height: 100px;
    padding: 0 5px;
}

.similar_inner_name {
    overflow: hidden;
    height: 30px;
    margin-top: 4px;
}

.similar_inner b {
    color: #4c4c4c;
    font-family: Arial;
    font-size: 11px;
}

.similar_inner a {
    color: #4c4c4c;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}

.similar_inner a:hover {
    text-decoration: underline;
}

.similar_inner strong {
    color: #cc0000;
    font-family: Arial;
    font-size: 11px;
}


.news_date {
    border: 1px solid #e1e1e1;
    background: url(../img/grad.jpg) bottom left repeat-x;
    width: 40px;
    height: 35px;
    padding-top: 5px;
    float: left;
    margin: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6E6E6E;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    -khtml-border-radius: 3px; /* KHTML */
    border-radius: 3px; /* CSS3 */
    behavior: url(border-radius.htc);
}

.news_date_year {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #6E6E6E;
}

.news_content {
    margin-left: 70px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4c4c4c;
}

.news_content h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #cc0000;
}

.news_content h3 a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #cc0000;
    text-decoration: none
}

.news_more {
    text-align: right;
}

.news_more a {
    text-decoration: none;
}

.news_more a:hover {
    text-decoration: underline;
}


.sales {
    background: url(../img/sale.png) left center no-repeat;
    color: #cc0000;
    font: Arial, Helvetica, sans-serif;
    text-align: left;
    padding-left: 40px;
    min-height: 27px;
    padding-top: 5px;
}

.sales b {
    color: #cc0000;
    font-weight: bold;
    font-size: 18px;
}

.sales span {
    color: #cc0000;
    font-size: 12px;
    font-weight: bold;
}

.error_field {
    color: #cc0000;
    font-weight: bold;
    line-height: 28px;
    display: none;
}

.goTop {
    width: 48px;
    height: 48px;
    background: url(../img/gotop.png) 0 0 no-repeat;
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
    cursor: pointer;
    z-index: 350;
}
