/*	-----------------------------------------------------	*/


/*						ОБЩИЕ СТИЛИ							*/


/*	-----------------------------------------------------	*/

* {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

html {
    background: url(../images/main-bg.png) repeat 50% 50%;
}

body {
}

a {
    cursor: pointer;
    color: #1792c1;
}

img {
    border: 0;
}

input:focus,
textarea:focus {
    outline: none;
}

textarea {
    resize: none;
}

.separator {
    height: 1px !important;
    line-height: 1px !important;
    clear: both !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

h1 {
    color: #000;
    font-size: 16px;
    display: block;
    margin: 0 0 14px 0;
    font-weight: normal;
}

h2 {
    color: #1792c1;
    font-size: 13px;
    display: block;
    margin: 0 0 14px 0;
    margin: 0;
    font-weight: normal;
}

h2.header {
    font-size: 18px;
    padding-bottom: 20px;
}

.header h1,
h1.header {
    margin: 0;
}

.header {
    display: block;
    color: #1792c1;
    font-size: 18px;
    padding-bottom: 20px;
    text-decoration: none;
}

a.header:hover {
    text-decoration: underline;
}

div.seo-txt {
    padding: 25px 0 0 0;
}

div.seo-txt,
div.seo-txt * {
    color: #646464;
    font-size: 10px;
    line-height: 14px;
}

div.main-container {
    width: 995px;
    margin: 0 auto;
    clear: both;
}

div.main-body {
    z-index: 2;
    background: url(../images/footer-bg.png) no-repeat 50% 100%;
}

div.body-container {
    /*position:relative;*/
    background: url(../images/body-center.png) repeat-y 50% 0;
    overflow: hidden;
    border: #d9d9d9 1px solid;
    width: 993px !important;
}

div.body-top {
    position: absolute;
    z-index: 2;
    margin-top: -3px;
    margin-left: -1px;
    width: 995px;
    height: 5px;
    background: url(../images/body-top.png) no-repeat 50% 0;
}

div.body-bottom {
    position: absolute;
    z-index: 2;
    margin-bottom: -10px;
    margin-left: -1px;
    width: 995px;
    height: 12px;
    background: url(../images/body-bottom.png) no-repeat 50% 0;
}

div.error-block {
    border: 1px solid #0f66ab;
    padding: 40px;
    margin: 10px;
    background-color: #FFF;
}

div.error-block h3 {
    font-size: 32px;
    color: #0f66ab;
    font-weight: bold;
}


/*	-----------------------------------------------------	*/


/*							ОКНА							*/


/*	-----------------------------------------------------	*/

.am-window-shadow {
    position: absolute;
    display: none;
    background-color: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: 20;
}

.am-window-container {
    position: absolute;
    width: 400px;
    height: 250px;
    left: 100px;
    top: 100px;
    background-color: #FFF;
    z-index: 10;
    border-radius: 5px;
}

.am-window-head {
    margin: 0 20px;
    height: 40px;
    position: relative;
}

.am-window-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background: url(../images/window-icons.jpg) no-repeat 0 -34px;
}

.am-window-title {
    position: absolute;
    height: 28px;
    width: auto;
    padding: 12px 0 0 0;
    line-height: 28px;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 60px;
    font-size: 14px;
    font-family: Arial;
    color: #1792c1;
    font-weight: bold;
    text-transform: uppercase;
}

.am-window-title-with-icon {
    left: 23px;
}

.am-window-draggable {
    cursor: move;
}

.am-window-minimize {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../images/window-icons.jpg) no-repeat 0 0;
    top: 0;
    right: 40px;
    cursor: pointer;
}

.am-window-minimize:hover {
    background-position: 0 -17px;
}

.am-window-maximize {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../images/window-icons.jpg) no-repeat -17px 0;
    top: 0;
    right: 20px;
    cursor: pointer;
}

.am-window-maximize:hover {
    background-position: -17px -17px;
}

.am-window-restore {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../images/window-icons.jpg) no-repeat -34px 0;
    top: 0;
    right: 20px;
    cursor: pointer;
    display: none;
}

.am-window-restore:hover {
    background-position: -34px -17px;
}

.am-window-close {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../images/window-icons.jpg) no-repeat -51px 0;
    top: 13px;
    right: -8px;
    cursor: pointer;
}

.am-window-close:hover {
    background-position: -51px -17px;
}

.am-window-content {
    overflow: auto;
    position: absolute;
    top: 40px;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.am-window-message {
    color: #F00;
    font-size: 18px;
    font-family: Arial;
    text-align: center;
    margin: auto 0;
}

.am-window-border-top {
    position: absolute;
    height: 16px;
    top: -13px;
    left: 3px;
    right: 2px;
    z-index: 20;
    background: url(../images/window-border-hor.png) 0 0 repeat-x;
}

.am-window-border-right {
    position: absolute;
    width: 16px;
    top: 3px;
    right: -13px;
    bottom: 2px;
    z-index: 20;
    background: url(../images/window-border-vert.png) -17px 0 repeat-y;
}

.am-window-border-bottom {
    position: absolute;
    height: 16px;
    bottom: -13px;
    left: 3px;
    right: 2px;
    z-index: 20;
    background: url(../images/window-border-hor.png) 0 -17px repeat-x;
}

.am-window-border-left {
    position: absolute;
    width: 16px;
    top: 3px;
    left: -13px;
    bottom: 2px;
    z-index: 20;
    background: url(../images/window-border-vert.png) 0 0 repeat-y;
}

.am-window-border-lt {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -13px;
    left: -13px;
    z-index: 21;
    background: url(../images/window-corners.png) 0 0 no-repeat;
}

.am-window-border-rt {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -13px;
    right: -13px;
    z-index: 21;
    background: url(../images/window-corners.png) -17px 0 no-repeat;
}

.am-window-border-rb {
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: -13px;
    right: -13px;
    z-index: 21;
    background: url(../images/window-corners.png) -17px -17px no-repeat;
}

.am-window-border-lb {
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: -13px;
    left: -13px;
    z-index: 21;
    background: url(../images/window-corners.png) 0 -17px no-repeat;
}

.am-window-resize-top {
    cursor: n-resize;
}

.am-window-resize-right {
    cursor: e-resize;
}

.am-window-resize-bottom {
    cursor: s-resize;
}

.am-window-resize-left {
    cursor: w-resize;
}

.am-window-resize-lt {
    cursor: nw-resize;
}

.am-window-resize-rt {
    cursor: ne-resize;
}

.am-window-resize-rb {
    cursor: se-resize;
}

.am-window-resize-lb {
    cursor: sw-resize;
}

.am-window-resize-bar {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: #b9d1ea 2px dashed;
    display: none;
}


/*	Корзина товаров	*/

.am-w-backet td {
    color: #3f3f3f;
    padding: 6px 12px;
    vertical-align: top;
    text-align: left;
}

.am-w-backet .header td {
    font-size: 13px;
    border-bottom: #e9e9e9 2px solid;
    vertical-align: middle;
}

.am-w-scroller {
    height: 125px;
    overflow-x: hidden;
    overflow-y: auto;
}

.am-w-backet .body td {
    padding: 12px;
}

.am-w-backet .body td.img img {
    width: 90px;
}

.am-w-backet .body td.count {
    padding-top: 24px;
    line-height: 19px;
}

.am-w-backet .body td.count input {
    width: 40px;
    height: 20px;
    border: #9e9e9e 1px solid;
    border-radius: 3px;
    text-align: center;
    margin-right: 3px;
}

.am-w-backet .body td.name {
    padding-top: 24px;
}

.am-w-backet .body td.name a {
    color: #1792c1;
    font-size: 12px;
    text-decoration: none;
}

.am-w-backet .body td.name a:hover {
    text-decoration: underline;
}

.am-w-backet .body td.name .price {
    padding-top: 8px;
}

.am-w-backet .body td.price {
    padding-top: 28px;
}

.am-w-backet .body td.del {
    padding: 30px 6px 0 0;
}

.am-w-backet .body td.del a {
    color: #C00;
    font-size: 12px;
    text-decoration: none;
}

.am-w-backet .price,
.am-w-backet .price * {
    color: #ff6c00;
    font-size: 15px;
    white-space: nowrap;
}

.am-w-backet div.w-item.kit {
    margin-left: -110px;
}

.am-w-backet div.w-item div.kit {
    margin: 7px 0 0 0;
    border: #0289bd 1px solid;
    padding: 5px;
    border-radius: 5px;
}

.am-w-backet div.w-item div.kit a {
    font-size: 12px;
    margin-top: 4px;
    text-decoration: none;
    color: #0289bd;
}

.am-w-backet div.w-item div.kit a:hover {
    text-decoration: underline;
}

.am-w-backet .footer td {
    font-size: 14px;
    border-top: #e9e9e9 2px solid;
    vertical-align: middle;
    padding: 12px;
}

.am-w-backet .footer a {
    text-decoration: underline;
}

.am-w-backet .footer a:hover {
    text-decoration: none;
}

.am-w-backet .footer a.i-u {
    display: block;
    width: 147px;
    height: 27px;
    background: url(../images/make-order.png) no-repeat 0 0;
    text-decoration: none;
    text-indent: -200px;
}

.am-w-backet .footer a.i-u:hover {
    background-position: 0 -27px;
}

.am-w-backet .footer a.done {
    display: block;
    width: 87px;
    height: 27px;
    background: url(../images/done.jpg) no-repeat 0 0;
    text-decoration: none;
}

.am-w-backet .footer a.done:hover {
    background-position: 0 -27px;
    text-decoration: none !important;
}


/*	Быстрый заказ	*/

.am-w-quickorder {
    padding: 10px 0 0 3px;
}

.am-w-quickorder div.item {
    float: right;
    width: 170px;
    height: 200px;
    padding: 0 20px 0 0;
    text-align: center;
}

.am-w-quickorder div.item div.name {
    color: #1792c1;
    font-size: 12px;
    font-weight: bold;
}

.am-w-quickorder div.item div.image {
    margin: 16px auto 0 auto;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.am-w-quickorder div.form {
    float: left;
    width: 308px;
    text-align: left;
}

.am-w-quickorder div.form p {
    height: 26px;
    line-height: 26px;
    color: #878787;
    font-size: 11px;
}

.am-w-quickorder div.form div {
    height: 16px;
    width: 292px;
    padding: 8px;
    background: url(../images/quick-order-field.png) no-repeat 0 0;
}

.am-w-quickorder div.form div input {
    height: 16px;
    width: 292px;
    border: none;
    background: none;
}

.am-w-quickorder a.click-buy {
    display: block;
    float: left;
    width: 147px;
    height: 27px;
    background: url(../images/buy.png) no-repeat 0 0;
    text-indent: -300px;
    text-decoration: none;
    margin: 14px 0 0 -3px;
    overflow: hidden;
}

.am-w-quickorder a.click-buy:hover {
    background-position: 0 -27px;
}

.am-w-quickorder #quick-message {
    color: #C00;
    font-size: 12px;
    font-weight: bold;
    clear: both;
    padding-top: 10px;
}

#credit-form #credit-message {
    color: #F00;
    font-size: 14px;
    text-align: left;
    padding: 5px 0;
}

#credit-form .item-italic {
    font-size: 11px;
    font-style: italic;
    color: #666;
}

#credit-form a.credit-buy {
    display: block;
    width: 147px;
    height: 27px;
    background: url(../images/make-order.png) no-repeat 0 0;
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: -200px;
}

#credit-form a.credit-buy:hover {
    background-position: 0 -27px;
}


/*	Отправка комментария	*/

.am-w-comment td {
    padding: 6px 12px;
    text-align: left;
    vertical-align: top;
}

.am-w-comment td.message {
    font-weight: bold;
    color: #F00;
    font-size: 12px;
    font-family: Arial;
    line-height: 16px;
}

.am-w-comment td.item {
    color: #0289BD;
    font-weight: bold;
    font-size: 12px;
}

.am-w-comment p {
    font-size: 10px;
    color: #777;
}

.am-w-comment input {
    width: 320px;
    height: 20px;
    padding: 0 3px;
}

.am-w-comment textarea {
    width: 400px;
    height: 120px;
    padding: 3px;
}

.am-w-comment a {
    display: block;
    width: 183px;
    height: 30px;
    background: url(../images/add-comment.png) no-repeat 0 0;
}

.am-w-comment a.call {
    width: 147px;
    height: 27px;
    background: url(../images/add-request.png) no-repeat 0 0;
}

.am-w-comment a.call:hover {
    background-position: 0 -27px;
}


/*	Кредитный калькулятор	*/

.am-w-credit td {
    padding: 6px 12px 6px 0;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
}

.am-w-credit td.message {
    color: #A00;
    font-size: 12px;
    font-family: Arial;
    line-height: 16px;
}

.am-w-credit td.price {
    font-size: 12px;
    color: #FF6C00;
    font-family: Tahoma;
    line-height: 16px;
}

.am-w-credit td.price span {
    font-size: 17px;
    font-family: Tahoma;
    line-height: 16px;
}

.am-w-credit input {
    width: 50px;
    height: 16px;
    padding: 0 3px;
    font-size: 12px;
}

.am-w-credit td.recalc a {
    font-size: 13px;
    font-weight: bold;
    color: #C00;
}


/*	Авторизация	*/

.am-w-auth td {
    padding: 6px 12px 6px 0;
    text-align: left;
    vertical-align: top;
}

.am-w-auth td.message {
    font-weight: bold;
    color: #F00;
    font-size: 12px;
    font-family: Arial;
    line-height: 16px;
}

.am-w-auth td sup {
    color: #1792C1;
    font-size: 11px;
    padding: 0 3px;
}

.am-w-auth td p.field-name {
    padding: 0 0 4px 0;
}

.am-w-auth td p.field-name span {
    color: #1792C1;
}

.am-w-auth input {
    width: 220px;
    height: 20px;
    padding: 0 3px;
}

.am-w-auth input.check {
    width: auto;
    height: auto;
    float: left;
    margin: 3px 6px 0 0;
    display: block;
}

.am-w-auth textarea {
    width: 220px;
    height: 53px;
    padding: 3px;
}

.am-w-auth div.right {
    float: right;
    width: 125px;
    padding: 6px 2px 0 0;
    text-align: right;
}

.am-w-auth div.right a {
    display: block;
    margin: 0 0 2px 0;
}

.am-w-auth div.check {
    padding-top: 4px;
}

.am-w-auth div.check p {
    font-size: 11px;
    color: #333;
}

.am-w-auth a.auth {
    display: block;
    width: 84px;
    height: 27px;
    background: url(../images/enter.jpg) no-repeat 0 0;
}

.am-w-auth a.auth:hover {
    background-position: 0 -27px;
}

.am-w-auth a.reg {
    display: block;
    width: 87px;
    height: 27px;
    background: url(../images/done.jpg) no-repeat 0 0;
}

.am-w-auth a.reg:hover {
    background-position: 0 -27px;
}


/*	-----------------------------------------------------	*/


/*							ШАПКА							*/


/*	-----------------------------------------------------	*/

div.main-head {
    background: url(../images/head-bg.png) no-repeat 50% 28px;
    height: 183px;
    z-index: 1;
}

div.main-head div.main-container {
    position: relative;
    height: 179px;
}

table.h-blocks {
    width: 995px;
}

table.h-blocks td {
    vertical-align: top;
    text-align: left;
    padding: 0 0 7px 0;
}

table.h-blocks td.h-logo {
    width: 230px;
    padding: 8px 0 0 22px;
}

table.h-blocks div.h-logo {
    height: 69px;
    padding: 6px 0 10px;
}

table.h-blocks td.h-search {
    width: 295px;
    padding: 19px 0 0 0;
    /*background:url(../images/flag_ua.jpg) no-repeat 0 30px;*/
}

table.h-blocks div.h-search {
    width: 295px;
    height: 26px;
    margin-bottom: 9px;
    position: relative;
    background: url(../images/search-bg.png) no-repeat 0 0;
}

table.h-blocks div.h-search input.q {
    width: 240px;
    height: 16px;
    line-height: 16px;
    margin: 6px 0 0 10px;
    border: none;
    background: none;
    float: left;
    font-size: 12px;
    color: #707070;
}

table.h-blocks div.h-search input.s {
    width: 29px;
    height: 25px;
    border: none;
    background: url(../images/search-bg.png) no-repeat 100% 0;
    float: right;
    cursor: pointer;
}

div.main-head div.search-loader {
    position: absolute;
    z-index: 100;
    top: 74px;
    left: 252px;
    border: #1792c1 1px solid;
    background-color: #FFF;
    width: 259px;
    display: none;
    border-radius: 4px;
}

div.main-head div.hover {
    display: block !important;
}

div.search-loader div.search-product {
    padding: 8px;
}

div.search-loader div.search-product:hover {
    background-color: #EEE;
}

div.search-loader div.search-product div.image {
    float: left;
    width: 60px;
    overflow: hidden;
}

div.search-loader div.search-product div.image img {
    width: 60px;
}

div.search-loader div.search-product div.name {
    width: 170px;
    overflow: hidden;
    margin-left: 70px;
}

div.search-loader div.search-product div.name a {
    color: #000;
    text-decoration: none;
}

div.search-loader div.search-product div.name a:hover {
    color: #1792c1;
    text-decoration: underline;
}

div.search-loader div.search-product div.price {
    color: #ff6c00;
    font-size: 13px;
    font-weight: bold;
    margin-top: 4px;
}

div.search-loader div.more {
    padding: 8px;
}

div.search-loader div.more a {
    color: #0289BD;
    text-decoration: none;
    background: url(../images/link-arrow.jpg) no-repeat 100% 5px;
    padding-right: 12px;
}

div.search-loader div.more a span {
    border-bottom: #0289BD 1px dashed;
}

div.search-loader div.more a:hover {
    text-decoration: none !important;
    background-position: 100% -8px;
}

div.search-loader div.more a:hover span {
    border: none;
    text-decoration: none;
}

div.main-message {
    padding: 0 10px;
    display: none;
    position: absolute;
    bottom: 42px;
    right: 1px;
    background-color: #ff8325;
    height: 22px;
    width: 365px;
    border-radius: 15px 0 0 0;
    z-index: 5;
}

div.main-message .marquee {
    overflow: hidden;
}

div.main-message .marquee,
div.main-message .marquee * {
    font-size: 14px;
    font-family: Tahoma;
    color: #FFF;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
}

div.main-message .marquee a {
    text-decoration: none;
    border-bottom: #FFF 1px dashed;
    font-family: Arial, Helvetica, sans-serif;
}

div.main-message .marquee a:hover {
    border: none;
}

div.mm div.main-message {
    display: block;
}

div.h-consult {
    border-top: #cbcbcb 1px dotted;
    padding-top: 9px;
}

div.h-consult span {
    font-size: 11px;
    color: #0289bd;
    display: block;
    float: left;
    line-height: 26px;
    margin-right: 5px;
}

div.h-consult a {
    display: block;
    float: left;
    /*padding-right:20px;*/
    margin-right: 5px;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    color: #0289bd;
    font-weight: bold;
    text-decoration: none;
    /*background:url(../images/consult-button.png) no-repeat 100% 0;*/
    /*background:url(http://web.icq.com/whitepages/online?icq=616236321&img=5) no-repeat 100% 3px;*/
    /*background:url(../images/ico/skype.png) no-repeat 100% 3px;*/
}

div.h-top-block {
    height: 24px;
    width: 995px;
    margin-bottom: 5px;
    background: url(../images/docs-menu-bg.png) no-repeat 0 0;
}

div.h-user {
    height: 16px;
    line-height: 16px;
    padding: 3px 24px 3px 28px;
    float: right;
    background: url(../images/ico/key.png) no-repeat 0 8px;
}

div.h-user a {
    color: #000;
    font-size: 11px;
    font-family: Tahoma;
    text-decoration: underline;
}

div.h-user a:hover {
    text-decoration: none;
    color: #0289bd;
}

div.h-docs {
    width: 555px;
    height: 16px;
    line-height: 16px;
    padding: 3px 0;
}

div.h-docs li {
    display: block;
    float: left;
    list-style-type: none;
    margin-left: 24px;
    height: 16px;
    line-height: 16px;
}

div.h-docs li a {
    text-decoration: none;
    color: #000;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
}

div.h-docs li a:hover {
    color: #ff872c;
}

table.h-blocks td.h-phones {
    padding: 7px 26px 0 0;
}

div.h-phones {
    text-align: right;
    float: right;
    /*background:url(../images/ico/24.png) no-repeat 0 7px;*/
    padding-top: 2px;
}

div.h-phones p {
    line-height: 17px;
    height: 19px;
    font-size: 15px;
    color: #1e1e1e;
    font-family: Arial;
    font-weight: bold;
    white-space: nowrap;
    margin-left: 63px;
    position: relative;
}

div.h-phones p.viber:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/ico/viber.png) no-repeat 0 0;
    position: absolute;
    top: -3px;
    right: 115px;
}

div.h-phones p.telegram:after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/ico/telegram.png) no-repeat 0 0;
    position: absolute;
    top: -3px;
    right: 115px;
}

div.h-phones p.telegram.viber:before {
    right: 145px;
}

div.h-phones p span {
    font-size: 15px;
    font-family: Arial;
}

div.h-phones a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #0289bd;
    text-decoration: none;
    height: 14px;
    line-height: 14px;
    float: right;
}

div.h-phones a.h-get-call {
    padding-left: 20px;
    margin-bottom: 5px;
    background: url(../images/ico/phone2.png) no-repeat 0 50%;
}

div.h-phones a span {
    font-weight: bold;
    border-bottom: #80c4de 1px dotted;
}

div.h-phones a:hover span {
    border: none;
}

table.h-blocks td.h-backet {
    width: 125px;
    padding: 10px 0 0 62px;
}

div.h-backet {
    width: 127px;
    height: 73px;
    background: url(../images/backet-bg.png) no-repeat 0 0;
}

div.h-backet div {
    padding: 34px 8px 0 8px;
    white-space: nowrap;
}

div.h-backet div span.e-b {
    display: none;
    white-space: normal;
}

div.h-backet a.buy {
    display: block;
    text-decoration: none !important;
    color: #000;
    line-height: 14px;
}

div.h-backet a.buy span {
    color: #0289bd;
    font-weight: bold;
}

div.h-backet a.h-make-order {
    display: block;
    width: 147px;
    height: 27px;
    background: url(../images/make-order.png) no-repeat 0 0;
    text-decoration: none !important;
    margin-left: -3px;
}

div.h-backet a.h-make-order:hover {
    background-position: 0 -27px;
}

div.empty div span.e-b {
    display: block;
}

div.empty a.buy {
    display: none;
}

div.empty a.h-make-order {
    opacity: 0.5;
}

div.empty a.h-make-order:hover {
    opacity: 1;
}

div.h-menu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 995px;
    height: 42px;
    z-index: 11;
}

div.h-menu-tbl {
    position: relative;
    height: 42px;
    z-index: 10;
}

table.h-menu {
    width: 100%;
    height: 42px;
}

table.h-menu td.h-menu-pad {
    text-align: center;
    vertical-align: middle;
    background: url(../images/h-menu-sep.png) no-repeat 100% 50%;
    height: 42px;
    padding-right: 3px;
}

table.h-menu td.h-menu-pad:last-child,
table.h-menu td.h-menu-pad.last {
    background: none;
    padding-right: 0;
}

table.h-menu div.h-menu-container {
    height: 45px;
    margin-top: -3px;
}

table.h-menu div.h-menu-pad-button {
    height: 45px;
    padding-left: 5px;
    position: relative;
}

table.h-menu div.h-menu-pad-button p {
    display: none;
    width: 30px;
    height: 30px;
    background: url(../images/ico/new-rub.png) no-repeat 100% 0;
    position: absolute;
    z-index: 2;
    top: 2px;
    right: -1px;
}

table.h-menu div.h-menu-pad-button p.new {
    display: block;
}

table.h-menu div.h-menu-pad-button div {
    padding-right: 5px;
    display: table;
    width: 100%;
}

table.h-menu a.h-menu-link {
    display: table-cell;
    vertical-align: middle;
    height: 42px;
    width: 100%;
    padding: 3px 10px 0 10px;
    font-weight: bold;
    font-size: 12px;
    color: #FFF !important;
    text-decoration: none !important;
    line-height: 15px;
    font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
    text-shadow: #333 1px 1px 1px;
}


/*table.h-menu .double a.h-menu-link {height:36px; padding-top:9px;}*/

table.h-menu td.hover div.h-menu-pad-button,
table.h-menu td.sel div.h-menu-pad-button {
    background: url(../images/h-menu-pad-sel-left.png) no-repeat 0 0;
}

table.h-menu td.hover div.h-menu-pad-button div,
table.h-menu td.sel div.h-menu-pad-button div {
    background: url(../images/h-menu-pad-sel-right.png) no-repeat 100% 0;
}

table.h-menu td.hover a.h-menu-link,
table.h-menu td.sel a.h-menu-link {
    background: url(../images/h-menu-pad-sel-center.png) repeat-x 0 0;
    text-shadow: none;
}

div.h-sub-menu {
    position: absolute;
    top: 42px;
    background-color: #FFF;
    border: #787878 3px solid;
    border-radius: 3px 3px 4px 4px;
    display: none;
    z-index: 10;
    padding: 10px;
}

div.h-sub-menu-shadow {
    position: absolute;
    top: 42px;
    background-color: #000;
    display: none;
    z-index: 2;
    border-radius: 3px;
}

div.h-sub-menu td {
    vertical-align: top;
    text-align: left;
}

div.h-sub-menu td p {
    color: #0289bd;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    text-transform: uppercase;
    line-height: 20px;
    padding: 10px 0 20px 0;
}

div.h-sub-menu td.h-sub-popular {
    padding: 12px 17px;
    background-color: #FFF;
}

div.h-sub-menu td.h-sub-popular td {
    width: 195px;
    padding: 0 16px 0 0;
}

div.h-sub-menu td.h-sub-popular tr.h-sub-space td {
    padding-top: 30px;
}

div.h-sub-menu td.h-sub-popular a.h-sub-name {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

div.h-sub-menu td.h-sub-popular a.h-sub-name:hover {
    text-decoration: underline;
}

div.h-sub-menu td.h-sub-popular div {
    padding: 7px 0;
    width: 195px;
    margin-left: -8px;
}

div.h-sub-menu td.h-sub-popular div a {
    color: #3f3f3f;
    text-decoration: none !important;
    display: block;
    padding: 2px 8px;
    line-height: 15px;
}

div.h-sub-menu td.h-sub-popular div a:hover {
    background-color: #1792c1;
    color: #FFF !important;
    text-decoration: underline !important;
}

div.h-sub-menu td.h-sub-popular a.h-sub-more {
    color: #1792c1;
    font-size: 11px;
}

div.h-sub-menu td.h-sub-popular a.h-sub-more:hover {
    text-decoration: none;
}

div.h-sub-menu td.h-sub-all {
    padding: 0 20px 12px 3px;
    width: 165px;
}

div.h-sub-menu td.h-sub-all li {
    list-style-type: none;
    padding: 0 0 5px 0;
    display: block;
    width: 165px;
}

div.h-sub-menu td.h-sub-all li a {
    color: #000;
    text-decoration: none;
    line-height: 14px;
}

div.h-sub-menu td.h-sub-all li a:hover {
    text-decoration: underline;
    color: #1792c1;
}

div.h-sub-menu td.h-sub-action {
    padding: 0;
    vertical-align: middle;
    text-align: right;
}

div.h-sub-menu td.h-sub-action p {
    float: right;
    text-align: left;
    padding: 0;
    margin: 0 10px 0 0;
}

div.h-sub-menu td.h-sub-action a {
    color: #1792c1;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none !important;
    border-bottom: #1792c1 1px dashed;
    white-space: nowrap;
}

div.h-sub-menu td.h-sub-action a:hover {
    text-decoration: none;
    border: none;
}


/*	-----------------------------------------------------	*/


/*							КОНТЕНТ							*/


/*	-----------------------------------------------------	*/

div.site-body {
    margin-top: 185px;
    z-index: 2;
}

div.site-head {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 173px;
}

div.left-col {
    width: 220px;
    padding: 14px 0;
    float: left;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}

div.center-content {
    float: right;
    width: 773px;
    padding: 0;
}

div.center-col {
    float: left;
    width: 552px;
}

div.center-col-bg {
    padding: 14px 16px 9999px 16px;
    margin-bottom: -9899px;
    width: 520px;
    background-color: #FFF;
}

.two-col div.center-col {
    width: 773px;
}

.two-col div.center-col-bg {
    width: 741px;
}

.two-col div.right-col {
    display: none;
}

div.right-col {
    width: 220px;
    padding: 14px 0;
    float: right;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}

div.body-sep,
div.body-sep-small,
div.body-sep-wide,
div.col-sep {
    height: 1px;
    border-bottom: #CBCBCB 1px dotted;
}


/*	-----------------	Главная страница	----------------------	*/

table.main-rubs {
    width: 100%;
    margin-bottom: 30px;
}

table.main-rubs td {
    width: 25%;
    text-align: left;
    vertical-align: top;
    padding-top: 30px;
}

table.main-rubs div.img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

table.main-rubs div.img p {
    position: absolute;
    background: url(../images/rub-image-hide.png) no-repeat 100% 50%;
    right: 0;
    top: 0;
    width: 5px;
    height: 90px;
    z-index: 0;
    display: none;
}

table.main-rubs div.img img {
    width: 80px;
}

table.main-rubs div.img img.v {
    width: auto;
    height: 80px;
}

table.main-rubs ul.links {
    display: block;
    list-style-type: none;
}

table.main-rubs ul.links li.r-name {
    padding-bottom: 5px;
}

table.main-rubs ul.links li.r-name a {
    color: #0289BD;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

table.main-rubs ul.links li.r-name a:hover {
    color: #f07c00;
    text-decoration: underline;
}

table.main-rubs ul.links li.r-sub-rubs {
    padding: 2px 0;
}

table.main-rubs ul.links li.r-sub-rubs a {
    color: #9c8a8a;
    text-decoration: none;
    line-height: 14px;
    font-size: 11px;
}

table.main-rubs ul.links li.r-sub-rubs a:hover {
    color: #f07c00;
    text-decoration: underline;
}

table.main-rubs ul.links li.r-more {
    padding-top: 20px;
    display: none;
}

table.main-rubs ul.links li.open {
    display: block;
}

table.main-rubs ul.links li.r-more a {
    color: #0289BD;
    text-decoration: none;
}


/*	Ротатор акций на главной	*/

div.start-advert {
    width: 993px;
    /*height:473px;*/
    background-color: #FFF;
    border: #d9d9d9 1px solid;
    border-radius: 4px;
    margin-bottom: 17px;
}

div.start-advert div.container {
    width: 993px;
    /*height:473px;*/
    height: 352px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

div.start-advert div.advert-images {
    width: 995px;
    height: 350px;
    overflow: hidden;
    margin-left: -1px;
}

div.start-advert div.advert-images div.advert-one {
    display: block;
    width: 995px;
    height: 352px;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 0;
    border-radius: 5px;
    overflow: hidden;
}

div.start-advert div.advert-images img {
    width: 995px;
    height: 350px;
}

div.start-advert div.advert-nav {
    position: absolute;
    left: 300px;
    right: 300px;
    bottom: 7px;
    height: 12px;
    padding: 4px 10px 4px 0;
    border-radius: 10px;
    z-index: 3;
}

div.start-advert div.advert-nav a {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/advert-dot.png) no-repeat 0 0;
    margin: 0 5px;
}

div.start-advert div.advert-nav a:hover {
    background-position: 0 -15px;
}

div.start-advert div.advert-nav a.sel {
    background-position: 0 -30px;
}

div.start-advert a.advert-nav-prev,
div.start-advert a.advert-nav-next {
    display: block;
    width: 38px;
    height: 79px;
    position: absolute;
    top: 136px;
    background: url(../images/advert-arr.png) no-repeat 0 0;
    z-index: 3;
    opacity: 0;
}

div.start-advert a.advert-nav-next {
    right: 20px;
    background-position: 0 -79px;
}

div.start-advert a.advert-nav-prev {
    left: 20px;
}

div.start-advert div.advert-list {
    width: 993px;
    height: 114px;
    background: url(../images/action-rotator-line.png) repeat-x 0 4px;
    padding-top: 14px;
    overflow: hidden;
    margin-top: -4px;
    display: none;
}

div.start-advert div.advert-list td.act-block {
    width: 263px;
    border-right: #cbcbcb 1px dotted;
    padding: 20px;
    vertical-align: top;
}

div.start-advert div.advert-list td.act-block td {
    vertical-align: top;
}

div.start-advert div.advert-list a.image {
    display: block;
    width: 100px;
    height: 73px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

div.start-advert div.advert-list a.image img {
    width: 100px;
}

div.start-advert div.advert-list a.image img.v {
    width: auto;
    height: 70px;
}

div.start-advert div.advert-list td.act-block div.dot {
    width: 291px;
    height: 1px;
    position: relative;
}

div.start-advert div.advert-list td.act-block div.dot a {
    display: block;
    width: 24px;
    height: 18px;
    background: url(../images/action-rotator-dot.png) no-repeat 0 0;
    position: absolute;
    top: -34px;
    left: 50%;
}

div.start-advert div.advert-list td.act-block div.dot a:hover,
div.start-advert div.advert-list td.act-block div.dot a.sel {
    background-position: 0 -20px;
}

div.start-advert div.advert-list td.act-block div.block {
    height: 73px;
    overflow: hidden;
    line-height: 14px;
    color: #000;
}

div.start-advert div.advert-list a.name {
    display: block;
    color: #1792c1;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}

div.start-advert div.advert-list a.name:hover {
    color: #ff8325;
}

div.start-advert div.advert-bottom {
    height: 17px;
    width: 993px;
    background: url(../images/action-rotator-bottom.png) no-repeat 50% 100%;
    margin-bottom: -17px;
}

div.top-advert {
    height: auto;
    margin: 0 auto 12px auto;
}

div.top-advert div.container {
    height: auto;
}

div.top-advert div.advert-list {
    padding-top: 0;
    background: none;
}


/*	Блоки товаров	*/

div.start-products {
    width: 995px;
    background: url(../images/start-products-center.png) repeat-y 0 0;
    position: relative;
    margin-bottom: 35px;
    padding: 13px 0 6px 0;
}

div.start-products div.top {
    width: 995px;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 0;
    background: url(../images/start-products-top.png) no-repeat 0 0;
}

div.start-products div.bottom {
    width: 995px;
    height: 35px;
    position: absolute;
    bottom: -35px;
    left: 0;
    background: url(../images/start-products-bottom.png) no-repeat 0 0;
}

div.start-products div.title {
    height: 15px;
    line-height: 15px;
    background: url(../images/start-products-dot.png) no-repeat 0 50%;
    padding-left: 21px;
}

div.start-products div.title div {
    float: left;
    padding-right: 12px;
    background: url(../images/black-arr.png) no-repeat 100% 50%;
    font-size: 16px;
    font-family: Arial;
    color: #000;
}

div.start-products div.title a {
    float: right;
}

div.start-products div.actions {
    width: 290px;
    float: right;
    margin-right: 16px;
}

div.start-products div.actions li {
    list-style-type: none;
    background: url(../images/blue-square.png) no-repeat 0 10px;
    padding: 6px 0 6px 18px;
}

div.start-products div.actions li span.dt {
    display: block;
    color: #8b8787;
    font-size: 11px;
    padding-bottom: 4px;
}

div.start-products div.actions li a.name {
    color: #444;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

div.start-products div.actions li div.about {
    padding: 4px 0;
    color: #444;
    font-size: 12px;
    line-height: 14px;
}

div.start-products div.actions li a.more {
    color: #1792c1;
    font-size: 11px;
    text-decoration: underline;
}

div.start-products div.actions li a:hover {
    color: #ff8325;
}

div.start-products div.block {
    width: 290px;
    float: left;
    margin-left: 21px;
    padding-right: 20px;
}

div.start-products div.first {
    border-right: #c5c5c5 1px dotted;
    background: url(../images/start-products-shadow.png) no-repeat 100% 50%;
}

div.start-products div.block table {
    width: 100%;
}

div.start-products div.block td {
    text-align: left;
    vertical-align: top;
}

div.start-products div.block td.image {
    width: 80px;
    padding: 18px 14px 18px 0;
}

div.start-products div.block td.image img {
    width: 80px;
}

div.start-products div.block td.info {
    padding: 18px 10px 18px 0;
}

div.start-products div.block td.info a.name {
    color: #1792c1;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    word-wrap: break-word;
    display: block;
    width: 186px;
}

div.start-products div.block td.info a.name:hover {
    color: #ff8325;
}

div.start-products div.block td.info div.about,
div.start-products div.block td.info div.about * {
    font-size: 12px;
    color: #444;
    margin: 3px 0 9px 0;
    font-weight: normal;
    width: 200px;
}

div.start-products div.block td.info a.price {
    display: block;
    float: right;
    width: 81px;
    height: 38px;
    line-height: 25px;
    text-align: center;
    color: #FFF;
    font-family: Arial;
    font-size: 18px;
    background: url(../images/start-products-price.png) no-repeat 0 0;
    text-shadow: #1792C1 2px 2px 2px;
    text-decoration: none;
}

div.start-products div.block td.info a.price:hover {
    background-position: -81px 0;
    text-shadow: #ff8325 2px 2px 2px;
}

div.start-products div.block td.info a span {
    color: #FFF;
    font-size: 13px;
    font-family: Arial;
    font-weight: normal;
}

div.small-text {
    color: #646464;
    line-height: 16px;
}


/*	-----------------	Тексты	----------------------	*/

div.doc-list {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: #B9B9B9 1px dotted;
}

div.doc-list div.image {
    float: left;
    width: 100px;
    margin: 0 12px 0 0;
    overflow: hidden;
}

div.doc-list div.image img {
    width: 100px;
}

div.doc-list div.info {
    float: left;
    width: 640px;
}

div.doc-list div.dt {
    font-size: 11px;
    color: #2d761f;
}

div.doc-list a.name {
    color: #0289BD;
    font-size: 13px;
    font-weight: bold;
}

div.doc-list div.about {
    color: #3f3f3f;
    padding: 6px 0;
}

div.doc-list div.more {
    text-align: left;
}

div.doc-gallery {
    width: 704px;
    overflow: hidden;
    margin: 12px 0;
}

div.doc-gallery div.primary-image {
    width: 700px;
    border: #F07C00 2px solid;
}

div.doc-gallery div.primary-image img {
    width: 700px;
}

div.doc-gallery div.primary-image img.v {
    width: auto;
    height: 350px;
}

div.doc-gallery div.other-image {
    width: 750px;
    height: 116px;
    overflow: hidden;
    margin-top: 10px;
}

div.doc-gallery div.other-image a {
    display: block;
    width: 105px;
    height: 105px;
    border: #F07C00 2px solid;
    overflow: hidden;
    text-align: center;
    float: left;
    margin-right: 10px;
}

div.doc-gallery div.other-image a img {
    height: 105px;
}

div.doc-gallery div.other-image a img.v {
    height: auto;
    width: 105px;
}


/*	-----------------	FAQ	----------------------	*/

ul.faq-q li {
    list-style-type: none;
    padding: 5px 0;
}

ul.faq-q li a {
    color: #0289BD;
    font-weight: bold;
    text-decoration: none;
}

div.faq-sep {
    height: 22px;
    padding: 0;
    margin: 0;
    border-bottom: #dadada 1px solid;
}

div.faq-q {
    padding: 32px 0 12px 0;
    font-weight: bold;
    color: #3f3f3f;
}

div.faq-a,
div.faq-a * {
    color: #3f3f3f;
    /*line-height:14px;*/
}

div.faq-q span.mark,
div.faq-a span.mark {
    color: #ff6c00;
    font-weight: bold;
}

div.faq-a span.mark {
    float: left;
    padding-right: 4px;
}


/*	-----------------	Хлебные крошки	----------------------	*/

div.bread {
    margin: 4px 16px 8px 16px;
    color: #8a8a8a;
    line-height: 13px;
}

div.bread a {
    color: #8a8a8a;
}


/*	-----------------	Социальные кнопки	----------------------	*/

table.social td {
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    padding: 2px 4px 2px 0;
}

table.social td.n {
    padding-right: 8px;
    color: #000;
}

table.social td img {
    height: 16px;
}


/*	-----------------	Постраничная навигация	-------------------	*/

div.pager a {
    color: #0289bd;
    text-decoration: none;
    font-size: 11px;
    font-family: Tahoma;
}

div.pager a:hover {
    text-decoration: underline;
}

div.pager td.prev a,
div.pager td.next a,
div.pager td.home a,
div.pager td.end a {
    text-decoration: none !important;
}

div.pager td.home a,
div.pager td.end a {
    font-size: 13px;
}

div.pager td.prev a,
div.pager td.next a {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/pager-arr.png) no-repeat 0 0;
}

div.pager td.prev a:hover {
    background-position: 0 -16px;
}

div.pager td.next a {
    background-position: -16px 0;
}

div.pager td.next a:hover {
    background-position: -16px -16px;
}

div.pager td {
    line-height: 17px;
    padding: 0 6px 8px 6px;
    color: #0289bd;
}

div.pager td.cur {
    background: url(../images/pager-cur-dot.png) no-repeat 50% 100%;
}

div.pager td.cur span {
    font-weight: bold;
    color: #0289bd;
}

div.pager td.name {
    padding-right: 30px;
}


/*	-----------------	Список рубрик	-------------------------	*/

table.simple-rubs {
    margin: 12px 0;
}

table.simple-rubs td {
    vertical-align: top;
    width: 110px;
    padding: 0 15px 20px 0;
}

table.simple-rubs td a.img {
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    text-align: center;
}

table.simple-rubs td a.img img {
    height: 90px;
}

table.simple-rubs td a.name {
    display: block;
    margin-top: 6px;
    text-align: center;
    color: #8A8A8A;
    text-decoration: none;
    width: 110px;
}

table.simple-rubs td a.name:hover {
    text-decoration: underline;
    color: #1792c1;
}

table.brand-rubs {
    margin: 12px 0;
    width: 100%;
}

table.brand-rubs td {
    vertical-align: top;
    text-align: left;
    padding: 0 15px 20px 0;
    width: 230px;
}

table.brand-rubs td a.image {
    display: block;
    width: 60px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

table.brand-rubs td a.image img {
    width: 60px;
}

table.brand-rubs td a.name {
    color: #8A8A8A;
    text-decoration: none;
}

table.brand-rubs td a.name:hover {
    text-decoration: underline;
    color: #1792c1;
}


/*	-----------------	Список товаров	-------------------------	*/

div.products-page {
    width: 520px;
}

div.rub-about {
    color: #3f3f3f;
    line-height: 14px;
}

div.rub-about div.hider {
    text-align: right;
    padding: 12px 0 30px 0;
}

div.rub-about div.hider a {
    text-decoration: none !important;
}

div.rub-about div.hider a.hide {
    display: none;
}

div.rub-about div.hided {
    display: none;
}

.products-list {
    width: 100%;
}

.products-list td {
    vertical-align: top;
}

.products-list .products-order {
    padding: 8px 0 20px 0;
}

.products-list div.prod-order {
    height: 18px;
    margin-bottom: 3px;
}

.products-list div.prod-order-container {
    float: left;
    color: #222;
    position: relative;
    font-size: 11px;
}

.products-list div.prod-order-container span {
    color: #0289bd;
    font-size: 11px;
    text-decoration: underline;
    height: 14px;
    line-height: 14px;
    padding: 2px 14px 6px 0;
    background: url(../images/order-arr.png) no-repeat 100% 7px;
    cursor: pointer;
}

.products-list div.prod-order-container span:hover {
    text-decoration: none;
}

.products-list div.prod-order-list {
    position: absolute;
    padding: 0 7px;
    background-color: #FFF;
    border: #3F3F3F 1px solid;
    z-index: 5;
    width: 160px;
    left: 70px;
    top: 19px;
    display: none;
    border-radius: 3px;
}

.products-list div.prod-order-list a {
    display: block;
    text-decoration: none;
    padding: 2px 0;
    color: #3F3F3F;
    font-size: 11px;
}

.products-list div.prod-order-list a:hover {
    color: #0289bd;
}

.products-list .hover div.prod-order-list {
    display: block;
}

.products-list div.prod-limit {
    float: right;
}

.products-list div.prod-limit div.prod-order-list {
    left: auto;
    right: 0;
    width: 60px;
}

.products-list div.prod-limit div.prod-order-list a {
    text-align: right;
}

.products-list .image {
    width: 152px;
    padding-bottom: 35px;
    float: left;
}

.products-list .image a.img {
    display: block;
    width: 150px;
    text-align: center;
    position: relative;
}

.products-list .image a.img img {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.products-list .image a.img img.v {
    height: 150px;
    width: auto;
}

.products-list .image a.img span.square {
    display: block;
    width: 150px;
    overflow: hidden;
    border: #d9d9d9 1px solid;
}

.products-list .image a.img span.mark {
    display: block;
    width: 154px;
    position: absolute;
    left: -4px;
    top: -4px;
    bottom: 0;
    background: transparent;
}

.products-list .image a.mark-newitem span.mark {
    background: url(../images/newitem.png) no-repeat 0 0;
}

.products-list .image a.mark-hit span.mark {
    background: url(../images/hit.png) no-repeat 0 0;
}

.products-list .image a.mark-sale span.mark {
    background: url(../images/sale.png) no-repeat 0 0;
}

.products-list .image a.mark-action span.mark {
    background: url(../images/action.png) no-repeat 0 0;
}

.products-list .descr {
    padding: 0 0 35px 18px;
    width: 340px;
    float: left;
}

.products-list .wide .descr {
    width: 560px;
}

.products-list .descr a.name {
    display: block;
    /*height:33px;*/
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding-bottom: 10px;
}

.products-list .descr a.name:hover {
    text-decoration: underline;
}

.products-list .descr div.price {
    float: left;
}

.products-list .descr div.price span.main-price {
    font-size: 18px;
    color: #ff872c;
}

.products-list .descr div.price span.grn {
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma;
}

.products-list .descr div.price span.price-in-usd {
    font-size: 14px;
    color: #ffb984;
    margin-left: 11px;
}

.products-list .descr div.old-price {
    color: #8a8a8a;
    font-weight: normal;
    font-size: 16px;
    text-decoration: line-through;
}

.products-list .descr div.old-price span.grn {
    color: #8a8a8a;
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma;
}

.products-list .descr div.avail span.in {
    color: #0289bd;
    font-size: 11px;
    font-family: Tahoma;
}

.products-list .descr div.avail span.out {
    color: #888;
    font-size: 11px;
    font-family: Tahoma;
    display: none;
}

.products-list .out div.avail span.in {
    display: none;
}

.products-list .out div.avail span.out {
    display: block;
}

.products-list .descr div.add {
    /*height:27px;*/
    line-height: 27px;
    float: right;
}

.products-list .descr div.add a.credit-button {
    margin-top: 4px;
}

.products-list .descr div.about {
    margin-top: 10px;
    border-top: #DDD 1px solid;
    padding: 10px 0;
}

.products-list .descr div.about,
.products-list .descr div.about * {
    color: #000;
    font-size: 12px;
    font-family: Tahoma;
    line-height: 14px;
}

.products-list .descr div.more {
    float: right;
}

.products-list .descr div.more a {
    color: #1792c1;
    font-size: 11px;
    text-decoration: underline;
    font-family: Tahoma;
    display: block;
    padding-right: 11px;
    background: url(../images/blue-arr.png) no-repeat 100% 50%;
}

.products-list .descr div.more a:hover {
    text-decoration: none;
}

.products-list .descr div.act {
    border: #0289bd 1px solid;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 8px;
    width: 260px;
}

.products-list .descr div.act p.title {
    color: #0289bd;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 4px;
}

.products-list .descr div.act a {
    color: #FF872C;
    font-size: 12px;
    text-decoration: underline;
    display: block;
    margin-bottom: 4px;
}

.products-list .descr div.act a:hover {
    text-decoration: none;
}

.products-list .sep {
    padding: 20px 0 0 0;
    height: 1px;
    line-height: 1px;
    clear: both;
    border-top: #cbcbcb 1px dotted;
}

a.buy-button {
    display: block;
    width: 111px;
    height: 27px;
    background: url(../images/add-to-cart-new.png) no-repeat 0 0;
    text-decoration: none !important;
    text-indent: -200px;
    overflow: hidden;
}

a.buy-button:hover {
    background-position: 0 -27px;
}

a.credit-button {
    display: block;
    width: 111px;
    height: 27px;
    background: url(../images/add-to-cart-new.png) no-repeat 0 -162px;
    text-decoration: none !important;
    text-indent: -200px;
    overflow: hidden;
}

a.credit-button:hover {
    background-position: 0 -189px;
}

a.credit-button.hide1 {
    display: none !important;
}

a.incart {
    background-position: 0 -54px;
}

a.incart:hover {
    background-position: 0 -81px;
}

a.out {
    background-position: 0 -108px;
    width: 147px;
}

a.out:hover {
    background-position: 0 -135px;
}

a.credit-button.out,
a.credit-button.incart {
    display: none;
}

a.buy-button-small {
    display: block;
    width: 132px;
    height: 29px;
    /*background:url(../images/add-to-cart-small.png) no-repeat 0 0;*/
    text-decoration: none !important;
    text-indent: -200px;
    overflow: hidden;
}

a.buy-button-small:hover {
    background-position: 0 -29px;
}

a.buy-button-small.out {
    background-position: 0 -58px;
}

a.buy-button-small.out:hover {
    background-position: 0 -87px;
}

a.buy-button-small.incart {
    background-position: 0 -116px;
}

a.buy-button-small.incart:hover {
    background-position: 0 -145px;
}

.products-list .descr div.text {
    margin-bottom: 10px;
    height: 90px;
    position: relative;
}

.products-list .descr div.text * {
    line-height: 15px;
    color: #333;
}

.products-list .descr div.text div.full-text {
    height: 90px;
}

.products-list .descr div.text div.full-text-content {
    overflow: hidden;
    height: 90px;
}

.products-list .descr div.text div.more {
    padding-top: 10px;
}

.products-list .descr div.text div.more a {
    color: #0289BD;
}

.products-list .descr div.hover {
    z-index: 10;
}

.products-list .descr div.hover div.full-text {
    position: absolute;
    z-index: 5;
    padding: 10px 6px;
    left: -7px;
    top: -11px;
    right: -7px;
    border: #b9b9b9 1px solid;
    border-radius: 5px;
    box-shadow: 4px 4px 5px #ccc;
    background-color: #FFF;
    height: auto;
    cursor: default;
}

.products-list .descr div.hover div.full-text-content {
    height: auto;
}

.products-list .descr div.text div.act,
.products-list .descr div.text div.act * {
    color: #FF6C00;
}

.products-list .descr div.text div.act a.action {
    font-weight: bold;
    display: block;
    text-decoration: underline;
}


/*	-----------------	Прайс-лист товаров	----------------------	*/

table.price-list {
    width: 100%;
    border-collapse: collapse;
}

table.price-list td {
    padding: 4px 10px;
    text-align: left;
    vertical-align: middle;
    border: #B9B9B9 1px solid;
}

table.price-list td a {
    text-decoration: none;
}

table.price-list td a:hover {
    text-decoration: underline;
}

table.price-list td.rub {
    background-color: #0289BD;
}

table.price-list td.rub * {
    color: #FFF !important;
    font-weight: bold;
}

table.price-list td.cat {
    padding-left: 25px;
    background-color: #328839;
}

table.price-list td.cat * {
    color: #FFF !important;
    font-weight: bold;
}

table.price-list td.name {
    padding-left: 50px;
}

table.price-list td.sklad {
    text-align: center;
    white-space: nowrap;
    color: #328839;
}

table.price-list td.sklad span {
    color: #A00;
}

table.price-list td.price {
    white-space: nowrap;
    text-align: right;
}


/*	-----------------	Статьи в рубриках	----------------------	*/

div.prod-arts {
    margin-bottom: 25px;
    padding: 0 20px 0 0;
}

div.prod-arts div.prod-arts-title {
    color: #f07c00;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 3px;
    padding: 5px 0 8px 0;
    text-align: center;
}

div.prod-arts a {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
    margin: 12px 0 0 0;
}


/*	-----------------	Фильтры	----------------------	*/

div.filter {
    width: 220px;
    margin-bottom: 35px;
}

div.filter div.filter-h {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 20px;
    text-align: left;
}

div.filter div.filter-param {
    color: #233545;
    font-size: 11px;
    font-weight: bold;
    padding: 9px 9px 9px 43px;
    clear: both;
    background: url(../images/filter-marker.png) no-repeat 20px 9px;
    line-height: 14px;
}

div.filter div.filter-price {
    padding: 5px 15px 15px 15px;
    height: 9px;
}

div.filter div.filter-price-vals {
    font-weight: normal;
    color: #233545;
    padding: 0 16px;
    font-size: 11px;
}

div.filter div.filter-price-vals input {
    width: 50px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #233545;
    margin: 0 7px;
    border: #b6b6b6 1px solid;
    font-size: 11px;
}

div.filter div.filter-price-vals span {
    display: block;
    padding-top: 8px;
}

div.filter div.filter-price-vals a.apply {
    color: #AAA !important;
    text-decoration: none !important;
}

div.filter div.filter-price-vals a.active {
    color: #0289BD !important;
    text-decoration: underline !important;
}

div.filter div.filter-price-vals a.reset {
    float: right;
    color: #233545;
    text-decoration: underline;
}

div.filter ul.filter-value {
    margin-left: 43px;
    list-style-type: none;
}

div.filter ul.filter-value li {
    display: block;
    padding: 4px 8px 4px 0;
}

div.filter ul.filter-value li input {
    float: left;
    margin: 0;
}

div.filter ul.filter-value li span {
    display: block;
    margin-left: 20px;
}

div.filter ul.filter-value li a {
    text-decoration: none;
    color: #233545;
    font-size: 11px;
}

div.filter ul.filter-value li a:hover {
    text-decoration: underline;
    color: #0289bd;
}

div.filter ul.filter-value li a.checked {
    font-weight: bold;
    color: #0289bd;
}

div.filter ul.filter-value li a.disabled {
    color: #807979 !important;
    text-decoration: none !important;
}

div.filter ul.filter-half-width li {
    width: 80px;
    float: left;
    height: 15px;
}

div.filter div.filter-drop a {
    display: block;
    height: 22px;
    border: #d9ddde 1px solid;
    border-right: none;
    line-height: 21px;
    padding-left: 42px;
    margin-top: 8px;
    background: #efeeee url(../images/filter-clear.png) no-repeat 19px 50%;
    color: #0289bd;
    font-size: 11px;
    text-decoration: underline;
}

div.filter div.filter-drop a:hover {
    text-decoration: none;
}


/*	-----------------	Топ продаж	----------------------	*/

div.top-sale-block {
    padding: 0 20px 30px 20px;
}

div.top-sale-block div.top-sale-block-h {
    color: #000;
    font-size: 16px;
    font-family: Arial;
    line-height: 18px;
    margin-bottom: 3px;
    padding: 0;
    text-align: left;
}


/*	-----------------	Сравнение	----------------------	*/

#compare-list {
    padding: 0 20px;
}

div.compare-header {
    color: #000;
    font-size: 16px;
    font-family: Arial;
    line-height: 18px;
    padding: 5px 0 8px 0;
    text-align: left;
}

ul.compare-list {
    list-style-type: none;
}

ul.compare-list li {
    padding: 5px;
}

ul.compare-list li a.compare {
    float: left;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/window-icons.jpg) no-repeat -53px -51px;
    margin-top: 3px;
    text-decoration: none;
}

ul.compare-list li:hover a,
ul.compare-list li a.compare:hover {
    background-position: -53px 0;
}

ul.compare-list li a.item {
    display: block;
    margin-left: 20px;
    text-decoration: none;
    color: #000;
}

ul.compare-list li a.item:hover {
    color: #0289BD;
    text-decoration: underline;
}

div.compare-go {
    padding: 10px 0 20px 25px;
}

p.compare-button {
    padding-top: 5px;
}

p.compare-button input {
    float: left;
    margin: 2px 9px 0 0;
}

p.compare-button a {
    color: #9c8a8a;
    text-decoration: underline;
    font-size: 11px;
}

p.compare-button a:hover {
    color: #1792c1;
    text-decoration: underline;
}

p.compare-button a.checked {
    color: #1792c1;
    font-weight: bold;
}

div.compare-view {
    width: 955px;
    overflow-x: auto;
    padding: 20px 0;
}

.compare-table td {
    vertical-align: top;
    text-align: left;
    padding: 10px 20px;
}

.compare-table .image td {
    width: 120px;
    padding: 0 20px;
}

.compare-table .image a {
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    border: #D9D9D9 1px solid;
}

.compare-table .image img {
    width: 120px;
}

.compare-table .image img.v {
    width: auto;
    height: 120px;
}

.compare-table .name td {}

.compare-table .name a {
    color: #0289BD;
    text-decoration: none;
    font-size: 12px;
}

.compare-table .name a:hover {
    text-decoration: underline;
}

.compare-table .price td {
    color: #ff6c00;
    font-size: 14px;
}

.compare-table .price td span.main-price {
    color: #ff872c;
    font-size: 18px;
}

.compare-table .price td span.main-price span.grn {
    color: #ff872c;
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;
    margin-left: 4px;
}

.compare-table .price td span.price-in-usd {
    color: #ff872c;
    font-size: 14px;
    margin-left: 11px;
}

.compare-table .remove td {}

.compare-table .remove td a {
    color: #8a8a8a;
    text-decoration: underline;
    line-height: 14px;
    height: 14px;
    padding: 0 0 1px 20px;
    background: url(../images/window-icons.jpg) no-repeat -53px -51px;
}

.compare-table .remove td a:hover {
    color: #0289BD !important;
    background-position: -53px 0;
}

.compare-table .param td {
    background-color: #F0EFEF;
}

.compare-table .param.odd td {
    background-color: #FFF;
}

.compare-table .param td.name p {
    width: 140px;
    color: #2D2D2D;
    font-weight: bold;
    font-size: 12px;
}

.compare-table .param td.value p {
    width: 120px;
    color: #000;
}

.compare-table .text div.text {
    padding: 10px;
    width: 160px;
}

.compare-table .backet td {
    padding: 8px 0 8px 15px;
}

.compare-table .backet a {
    margin: 0 auto;
}


/*	-----------------	Страница товара	----------------------	*/

div.product-id {
    white-space: nowrap;
    font-size: 11px;
    color: #999;
    margin: -10px 0 10px 0;
}

div.product-id span {
    color: #0289BD;
    font-size: 11px;
}

div.product-head {
    padding-bottom: 35px;
}

div.product-head div.main-image {
    width: 401px;
    height: 262px;
    overflow: hidden;
}

div.product-head div.main-image a {
    display: block;
    width: 399px;
    height: 260px;
    text-decoration: none !important;
    border: #d9d9d9 1px solid;
    overflow: hidden;
}

div.product-head div.main-image a:hover {
    border-color: #0289BD;
}

div.product-head div.main-image a span.square {
    display: block;
    width: 399px;
    height: 260px;
    text-align: center;
}

div.product-head div.main-image a span.square img {
    width: auto;
    height: 260px;
}

div.product-head div.other-images {
    margin-top: 7px;
    width: 401px;
    height: 66px;
    overflow: hidden;
    position: relative;
}

div.product-head div.other-images div.other-up {
    width: 9px;
    height: 66px;
    padding-right: 5px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

div.product-head div.other-images div.other-down {
    width: 9px;
    height: 66px;
    padding-left: 5px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

div.product-head div.other-images div.other-up span,
div.product-head div.other-images div.other-down span {
    display: block;
    width: 12px;
    height: 8px;
    background: url(../images/rotator-arr.png) 0 0 no-repeat;
}

div.product-head div.other-images div.other-up span:hover {
    background-position: -12px 0;
}

div.product-head div.other-images div.other-down span {
    background-position: 0 -8px;
}

div.product-head div.other-images div.other-down span:hover {
    background-position: -12px -8px;
}

div.product-head div.other-images div.other-scroll {
    width: 401px;
    overflow: hidden;
}

div.product-head div.other-images a {
    display: block;
    width: 84px;
    height: 54px;
    overflow: hidden;
    text-align: center;
    border: #d9d9d9 1px solid;
    margin-right: 19px;
}

div.product-head div.other-images a:hover {
    border-color: #0289BD;
}

div.product-head div.other-images a img {
    height: 54px;
    width: auto;
}

div.product-head div.prod-action {
    padding: 0 20px 10px 31px;
}

div.product-head div.prod-action a {
    color: #0289bd;
    font-size: 16px;
    text-decoration: underline;
    font-family: Tahoma;
}

div.product-head div.prod-action a:hover {
    text-decoration: none;
}

div.product-head div.other-info {
    padding: 0 0 13px 5px;
    margin-left: 26px;
    border-bottom: #cbcbcb 1px dotted;
    /*width:315px;*/
}

div.product-head div.other-info div.price {}

div.product-head div.other-info div.price span.main-price {
    color: #ff872c;
    font-size: 24px;
    display: block;
    float: left;
    margin-right: 10px;
}

div.product-head div.other-info div.price span.main-price span.grn {
    color: #ff872c;
    font-size: 12px;
    margin-left: 4px;
}

div.product-head div.other-info div.price span.sub-price {
    color: #8a8a8a;
    font-size: 24px;
    display: block;
    float: left;
    margin-right: 10px;
}

div.product-head div.other-info div.price span.sub-price span.grn {
    color: #8a8a8a;
    font-size: 12px;
    margin-left: 4px;
}

div.product-head div.other-info div.price span.price-in-usd {
    color: #333;
    font-size: 18px;
    display: block;
}

div.product-head div.other-info div.price span.old-price {
    color: #8a8a8a;
    font-size: 16px;
    padding-left: 10px;
    display: block;
    float: left;
}

div.product-head div.other-info div.price span.old-price span {
    font-size: 16px;
}

div.product-head div.other-info div.price span.old-price span.sub {
    font-size: 11px;
    padding-bottom: 7px;
}

div.product-head div.other-info div.price span.old-price span.lt {
    text-decoration: line-through;
}

div.product-head div.other-info div.price span.old-price span.grn {
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
}

div.product-head div.other-info div.price span.sub {
    display: block;
    font-size: 11px;
    padding-bottom: 3px;
}


/*div.product-head div.out div.price, div.product-head div.out div.price span {color:#8a8a8a;}*/

div.reg-discount {
    background-color: #E0F7FF;
    border: #1792C1 1px solid;
    border-radius: 3px;
    padding: 3px 6px;
    float: left;
    margin-top: 4px;
}

div.reg-discount a {
    border-bottom: #1792C1 1px dashed;
    text-decoration: none;
}

div.reg-discount a:hover {
    border: none;
}

div.product-head div.other-info div.stock {
    line-height: 12px;
    margin-top: 5px;
}

div.product-head div.other-info div.stock span.in {
    color: #0289bd;
    font-size: 11px;
}

div.product-head div.other-info div.stock span.out {
    color: #8a8a8a;
    font-size: 11px;
}

div.product-head div.in div.stock span.out {
    display: none;
}

div.product-head div.out div.stock span.in {
    display: none;
}

div.product-head div.other-info a.buy-button {
    float: left;
    margin: 13px 0 0 0;
}

div.product-head div.other-info a.credit-button {
    float: left;
    margin: 14px 0 0 12px;
}

div.product-head div.other-info a.click-buy-button {
    display: block;
    width: 185px;
    height: 31px;
    background: url(../images/one-click-add.png) no-repeat 0 0;
    text-decoration: none !important;
    text-indent: -200px;
    overflow: hidden;
    float: none;
    margin: 5px 0 0 -3px;
}

div.product-head div.other-info a.buy-credit {
    float: left;
    display: block;
    margin: 20px 0 0 15px;
    padding-right: 12px;
    height: 9px;
    line-height: 9px;
    text-decoration: underline;
    font-size: 11px;
    font-family: Tahoma;
    color: #0289bd;
    background: url(../images/blue-arr2.png) no-repeat 100% 50%;
}

div.product-head div.other-info a.buy-credit:hover {
    text-decoration: none;
}

div.product-head div.social {
    margin: 16px 0 0 31px;
}

div.product-head div.buy-info {
    padding: 12px 0;
    margin-left: 26px;
    border-bottom: #cbcbcb 1px dotted;
    width: 320px;
}

div.product-head div.buy-info div.social {
    margin-left: 15px;
    height: 16px;
    padding-bottom: 10px;
}

div.product-head div.buy-info div.info-block {
    padding: 0 10px 0 5px;
}

div.product-head div.buy-info div.info-block ul {
    margin-left: 12px;
}

div.product-head div.buy-info div.info-block div {
    padding: 3px 0;
    font-size: 11px;
    color: #000;
}

div.product-head div.buy-info div.info-block p {
    font-weight: bold;
    font-size: 11px;
    color: #000;
}

div.product-head div.buy-info div.info-block a.more {
    float: right;
}

div.product-head div.buy-info div.info-block a.more,
div.product-head div.buy-info div.info-block a.more u {
    text-decoration: none;
    color: #1792c1;
    font-size: 11px;
}

div.product-head div.buy-info div.info-block a.more u {
    text-decoration: underline;
}

div.product-head div.buy-info div.info-block a.more:hover u {
    text-decoration: none;
}

div.poduct-kit {
    padding: 18px 0 25px 0;
}

div.poduct-kit div.act {
    color: #0289bd;
    font-size: 16px;
    font-family: Arial;
}

div.poduct-kit div.kit-name {
    font-size: 15px;
    font-family: Arial;
    color: #111;
    padding: 4px 0 7px 0;
    display: none;
}

div.poduct-kit div.kit-name.sel {
    display: block;
}

div.poduct-kit table.kit-view {
    width: 100%;
    border: #0289bd 1px solid;
    border-radius: 5px;
}

div.poduct-kit table.kit-view td {
    text-align: left;
    vertical-align: middle;
    padding: 8px;
}

div.poduct-kit table.kit-view td.kit-products {
    text-align: center;
}

table.kit-view td.left,
table.kit-view td.right {
    width: 25px;
    padding: 0 !important;
}

table.kit-view td.left a,
table.kit-view td.right a {
    display: block;
    width: 25px;
    height: 100px;
    background: url(../images/rotator-kit-arr.png) no-repeat 0 50%;
}

table.kit-view td.right a {
    background-position: -25px 50%;
}

table.kit-view td.left a:hover {
    background-position: -50px 50%;
}

table.kit-view td.right a:hover {
    background-position: -75px 50%;
}

table.kit-view div.kit-block {
    display: none;
}

table.kit-view div.kit-block.sel {
    display: inline-block;
    margin: 0 auto;
}

table.kit-view div.kit-product {
    float: left;
    width: 120px;
    height: 200px;
    text-align: left;
    padding: 20px 15px 25px 35px;
    background: url(../images/kit-plus.png) no-repeat 0 105px;
}

table.kit-view div.kit-product.first {
    background: none;
    padding-left: 0;
}

table.kit-view div.kit-product a.image {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0;
}

table.kit-view div.kit-product a.image img {
    width: 100px;
}

table.kit-view div.kit-product a.image img.v {
    width: auto;
    height: 100px;
}

table.kit-view div.kit-product a.name {
    display: block;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
}

table.kit-view div.kit-product a.name:hover {
    color: #0289bd;
}

table.kit-view div.kit-product span.price {
    display: block;
    color: #ff872c;
    font-size: 18px;
    padding-top: 5px;
    font-family: Arial;
}

table.kit-view div.kit-product span.gift-price {
    display: none;
    font-size: 12px;
    font-weight: bold;
    color: #e00102;
}

table.kit-view div.kit-product.gift span.price {
    display: none;
}

table.kit-view div.kit-product.gift span.gift-price {
    display: block;
}

table.kit-view div.kit-product.gift a.image span {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    left: 0;
    bottom: 0;
    background: url(../images/gift.png) no-repeat 100% 0;
}

table.kit-view td.kit-equals {
    width: 180px;
}

table.kit-view div.kit-equal {
    display: none;
    width: 180px;
    text-align: left;
}

table.kit-view div.kit-equal.sel {
    display: block;
}

table.kit-view div.kit-price-full {
    padding: 0 0 0 36px;
    color: #7c7a7a;
    font-size: 19px;
    font-family: Arial;
    text-decoration: line-through;
}

table.kit-view div.kit-price-full span {
    color: #7c7a7a;
    font-size: 15px;
    font-family: Arial;
}

table.kit-view div.kit-price {
    font-size: 24px;
    font-family: Arial;
    color: #0289bd;
    background: url(../images/kit-equal.png) no-repeat 0 50%;
    padding: 0 0 0 36px;
    line-height: 27px;
}

table.kit-view div.kit-price span {
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    color: #0289bd;
}

table.kit-view a.buy-button {
    display: block;
    width: 147px;
    height: 27px;
    background: url(../images/add-to-cart.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -500px;
    margin-left: 32px;
}

table.kit-view a.buy-button:hover {
    background-position: 0 -27px;
}

div.prod-pads-container {
    height: 33px;
    border-bottom: #888 2px solid;
}

table.prod-pads {
    height: 33px;
    margin: 0 0 0 -2px;
}

table.prod-pads td {
    text-align: center;
    vertical-align: top;
    height: 31px;
    padding: 0 0 0 5px;
    background: url(../images/prod-pads-pad-left.png) no-repeat 0 0;
}

table.prod-pads td div {
    height: 31px;
    position: relative;
    padding-right: 5px;
    background: url(../images/prod-pads-pad-right.png) no-repeat 100% 0;
}

table.prod-pads td a {
    display: block;
    height: 31px;
    padding: 0 14px;
    font-weight: bold;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    line-height: 31px;
    font-family: Tahoma;
    background: url(../images/prod-pads-pad-center.png) repeat-x 0 0;
}

table.prod-pads td p {
    position: absolute;
    left: 0;
    top: 32px;
    z-index: 1;
    width: 100%;
    height: 11px;
    background: url(../images/prod-pads-arrow.png) no-repeat 50% 0;
    display: none;
}

table.prod-pads td.hover,
table.prod-pads td.sel {
    background-image: url(../images/prod-pads-pad-hover-left.png);
    border-bottom: #ff8325 2px solid;
}

table.prod-pads td.hover div,
table.prod-pads td.sel div {
    background-image: url(../images/prod-pads-pad-hover-right.png);
}

table.prod-pads td.hover a,
table.prod-pads td.sel a {
    background-image: url(../images/prod-pads-pad-hover-center.png);
    color: #FFF !important;
}


/*table.prod-pads td.sel p {display:block;}*/

div.prod-pads-content {
    padding-bottom: 25px;
}

div.prod-pad {
    display: none;
    padding: 25px 25px 0 10px;
    width: 705px;
}

div.prod-pad .txt,
div.prod-pad .txt * {
    font-size: 13px;
    color: #1a1a1a;
    line-height: 15px;
}

div.open,
div.all {
    display: block;
}

div.prod-pad p.pad-name {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 7px;
    margin: 0;
    display: none;
}

div.all p.pad-name {
    display: block;
}

.txt {
    font-size: 12px;
    color: #3F3F3F;
    /*line-height:15px;*/
    font-family: Tahoma;
}

.txt * {
    font-size: inherit;
    color: inherit;
    /*line-height:15px;*/
    font-family: inherit;
}

.txt a {
    color: #0289BD;
}

.txt p {
    padding: 5px 0 !important;
}

.txt li {
    margin-left: 30px;
    padding: 3px 0;
}

.txt div.image {
    float: left;
    width: 200px;
    margin: 0 12px 6px 0;
}

.txt div.image img {
    width: 200px;
}

.font-change {
    padding: 0 30px 0 0;
    float: right;
}

.font-change a {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #0289BD;
    text-decoration: none;
    text-indent: -100px;
    overflow: hidden;
    font-size: 13px;
    font-family: Arial;
    margin-left: 4px;
    border-radius: 4px;
    background: url(../images/font-size.png) no-repeat 0 0;
}

#jfontsize-plus {
    background-position: 0 0;
}

#jfontsize-default {
    background-position: 0 -22px;
}

#jfontsize-minus {
    background-position: 0 -44px;
}

table.prod-params {
    border-top: #a3a2a2 1px solid;
}

table.prod-params td {
    text-align: left;
    color: #000;
    padding: 5px 20px;
}

table.prod-params td.name {
    /*width:170px;*/
    background-color: #f0efef;
    padding: 0;
}

table.prod-params td.name p {
    padding: 7px 30px 7px 12px;
    color: #2d2d2d;
    font-weight: bold;
}

table.prod-params td.value {
    padding-right: 60px;
}

table.prod-params td.value li {
    list-style-type: circle;
    margin-left: 12px;
}

table.prod-params td.sep {
    height: 1px;
    line-height: 1px;
    padding: 0;
    background-color: #b3b1b1;
    border-top: #FFF 1px solid;
    border-bottom: #FFF 1px solid;
}

div.leave-comment {
    padding-bottom: 8px;
}

div.leave-comment a {
    display: block;
    width: 151px;
    height: 27px;
    background: url(../images/add-comment.jpg) no-repeat 0 0;
    text-indent: -200px;
    overflow: hidden;
}

div.leave-comment a:hover {
    background-position: 0 -27px;
}

table.comments {
    width: 100%;
    border-top: #a3a2a2 2px solid;
}

table.comments td {
    text-align: left;
    vertical-align: top;
    padding: 8px 8px 12px 8px;
}

table.comments td.name {
    background-color: #f5f5f5;
}

table.comments td.name div {
    color: #1792c1;
    font-size: 12px;
    font-weight: bold;
    width: 110px;
    overflow: hidden;
}

table.comments td.name p {
    color: #a3a2a2;
}

table.comments td.text {
    color: #000;
    line-height: 15px;
}

table.comments .sep td {
    padding: 0;
    height: 1px;
    line-height: 1px;
}

table.comments .sep td p {
    padding: 0;
    background-color: #a3a2a2;
    height: 1px;
    line-height: 1px;
    border: #FFF 1px solid;
    border-left: none;
    border-right: none;
}

div.leave-prod-comment td {
    padding: 0 18px 0 0;
    text-align: left;
    vertical-align: top;
}

div.leave-prod-comment td.message {
    font-weight: bold;
    color: #1792c1;
    font-size: 13px;
    font-family: Arial;
    padding-left: 4px;
}

div.leave-prod-comment td.h {
    color: #878787;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
}

div.leave-prod-comment td.h p {
    font-size: 11px;
    color: #878787;
    float: right;
}

div.leave-prod-comment input {
    width: 300px;
    height: 32px;
    padding: 0 4px;
    background: url(../images/input-bg.png) no-repeat 0 0;
    border: none;
}

div.leave-prod-comment textarea {
    width: 385px;
    height: 82px;
    padding: 3px;
    background: url(../images/textarea-bg.png) no-repeat 0 0;
    border: none;
}

div.leave-prod-comment td.send,
div.leave-prod-comment td.message {
    padding-top: 15px;
}

div.leave-prod-comment a {
    display: block;
    width: 147px;
    height: 27px;
    background: url(../images/add-comment.png) no-repeat 0 0;
}

div.leave-prod-comment a:hover {
    background-position: 0 -27px;
}


/*	-----------------	Оформление заказа	----------------------	*/

body.order .left-col {
    display: none;
}

body.order .center-content {
    float: none;
    width: auto;
}

body.order .center-col {
    float: none;
    width: auto;
}

body.order .center-col-bg {
    float: none;
    width: auto;
}

body.order h1 {
    margin-bottom: 12px;
}

div.backet-total {
    font-size: 18px;
    color: #ff6c00;
    height: 65px;
    line-height: 65px;
    background: url(../images/cart.png) no-repeat 0 0;
    padding: 0 0 0 95px;
    margin: 15px 0;
}

div.backet-total span.i-c,
div.backet-total span.on {
    color: #000;
    font-size: 18px;
    font-family: Arial;
}

div.backet-total span.i-p,
div.backet-total span.grn {
    color: #F07C00;
    font-size: 18px;
    font-family: Arial;
}

.backet-form {
    margin-left: -35px;
}

.backet-form-fields {
    width: 440px;
    padding: 15px 30px;
    vertical-align: top;
}

.backet-form-products {
    padding: 15px 0;
    width: 476px;
}

.backet-form .field-needed {
    float: right;
    width: 170px;
    font-size: 11px;
    color: #878787;
    margin-top: -4px;
}

.backet-form .field-needed span {
    color: #1792c1;
}

.backet-form input.field-text {
    width: 437px;
    height: 32px;
    padding: 0 5px;
    line-height: 32px;
    background: url(../images/cart-input-bg.png) no-repeat 0 0;
    border: none;
}

.backet-form input.field-email {
    width: 291px;
    height: 32px;
    padding: 0 5px;
    line-height: 32px;
    background: url(../images/cart-email-input-bg.png) no-repeat 0 0;
    border: none;
}

.backet-form .email-info {
    float: right;
    width: 130px;
    color: #878787;
    font-size: 11px;
}

.backet-form .field-news {
    clear: both;
    height: 25px;
    padding-top: 12px;
    color: #878787;
    font-size: 11px;
}

.backet-form .field-news p {
    color: #8a8a8a;
    margin-left: 20px;
    line-height: 14px;
    padding-top: 2px;
    font-size: 11px;
}

.backet-form .field-news input {
    width: auto;
    height: auto;
    float: left;
    margin: 3px 7px 0 0;
}

.backet-form .field-pay {
    float: right;
    width: 205px;
}

.backet-form .field-delivery {
    width: 205px;
}

.backet-form select {
    width: 100%;
    height: 24px;
}

.backet-form textarea {
    width: 440px;
    height: 62px;
    padding: 5px;
    background: url(../images/cart-textarea-bg.png) no-repeat 0 0;
    border: none;
    resize: none;
}

.backet-form .field-info {
    color: #8a8a8a;
    padding-top: 8px;
}

.backet-form .field-name,
.backet-form .field-name * {
    color: #3f3f3f;
    font-size: 12px;
    padding: 10px 0 5px 0;
    height: 15px;
    line-height: 15px;
}

.backet-form .field-name span {
    color: #878787;
    display: block;
    padding: 0;
    float: left;
    margin-right: 8px;
}

.backet-form .field-name sup {
    position: absolute;
    padding: 0;
    margin-top: -3px;
}

.backet-form .field-help {
    display: block;
    float: left;
    width: 21px;
    height: 20px;
    line-height: 21px;
    padding: 0;
    margin-top: -3px;
    font-size: 11px;
    font-weight: bold;
    text-indent: -50px;
    overflow: hidden;
    background: url(../images/cart-info.png) no-repeat 0 0;
}

.backet-form .submit-order {
    padding-top: 20px;
}

.backet-form .submit-order input {
    display: block;
    width: 147px;
    height: 27px;
    background: url(../images/make-order.png) no-repeat 0 0;
    border: none;
    cursor: pointer;
}

.backet-form .submit-order input:hover {
    background-position: 0 -27px;
}

.backet-form .submit-profile input {
    display: block;
    width: 101px;
    height: 27px;
    background: url(../images/save.png) no-repeat 0 0;
    border: none;
    cursor: pointer;
}

.backet-form .submit-profile input:hover {
    background-position: 0 -27px;
}

.am-w-help div.name {
    padding: 20px 0 3px 0;
    height: 16px;
}

.am-w-help div.name a {
    color: #0289BD;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
    line-height: 16px;
    padding-right: 11px;
    background: url(../images/link-arrow.jpg) 100% 5px no-repeat;
}

.am-w-help div.name a:hover {
    background-position: 100% -8px;
}

.am-w-help div.text {
    line-height: 15px;
    color: #000;
}

.backet-form-products {
    vertical-align: top;
}

.backet-form-products span.b-price {
    display: block;
    float: right;
    height: 24px;
    line-height: 24px;
    color: #878787;
    font-size: 11px;
    width: 92px;
}

.backet-form-products span.b-product {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #878787;
    font-size: 11px;
    margin-left: 42px;
}

.backet-form-products div.backet-form-procucts-top {
    background: url(../images/cart-items-top.png) no-repeat 0 0;
    padding-top: 5px;
    width: 476px;
}

.backet-form-products div.backet-form-procucts-bottom {
    background: url(../images/cart-items-bottom.png) no-repeat 0 100%;
    padding-bottom: 5px;
    width: 476px;
}

.backet-form-products table {
    background: url(../images/cart-items-center.png) repeat-y 0 0;
    width: 476px;
}

.backet-form-products td {
    vertical-align: middle;
    padding: 10px;
    text-align: left;
}

.backet-form-products .header td {
    font-size: 14px;
    font-weight: bold;
    color: #3f3f3f;
    padding: 0 10px 6px 10px;
    border: none;
}

.backet-form-products .img {
    width: 110px;
}

.backet-form-products .img img {
    width: 110px;
}

.backet-form-products .img img.v {
    width: auto;
    height: 110px;
}

.backet-form-products .name {
    background: url(../images/prod-list-descr-line.png) no-repeat 0 50%;
}

.backet-form-products .name a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
}

.backet-form-products .name a:hover {
    text-decoration: underline;
    color: #0289BD;
}

.backet-form-products .price {
    font-size: 16px;
    color: #F07C00;
    width: 100px;
    font-family: Arial;
}

.backet-form-products .price span.count {
    font-size: 12px;
    color: #0289BD;
}

.backet-form-products .price span.grn {
    font-size: 12px;
    font-family: Tahoma;
    color: #F07C00;
}

.backet-form-products .footer td {
    font-size: 14px;
    font-weight: bold;
    color: #3f3f3f;
}

.backet-form-products .footer span {
    color: #ff6c00;
    font-weight: bold;
    font-size: 11px;
}

.backet-form-products .total p {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding-right: 10px;
}

.backet-form-products .total span {
    color: #F07C00;
    font-size: 12px;
    font-weight: normal;
    font-family: Tahoma;
}

.backet-form-products .total span span {
    color: #F07C00;
    font-size: 16px;
    font-family: Arial;
    font-weight: normal;
}

.backet-form-products .total a {
    color: #0289BD;
    text-decoration: underline;
    font-size: 13px;
}

.backet-form-products .total a:hover {
    color: #FF872C;
    text-decoration: none;
}

.backet-form-products .kit .name {
    background: none;
}

.backet-form-products .kit div.w-item {
    padding: 0;
    margin-left: -120px;
}

.backet-form-products .kit div.w-item a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.backet-form-products .kit div.w-item a:hover {
    text-decoration: underline;
}

.backet-form-products .kit div.w-item p.price {
    color: #c91d34;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    padding-top: 5px;
}

.backet-form-products .kit div.w-item div.extended-param {
    padding-top: 8px;
}

.backet-form-products .kit div.w-item div.extended-param * {
    font-size: 12px;
}

.backet-form-products .kit div.w-item div.kit {
    margin: 7px 0 0 0;
    border: #0289bd 1px solid;
    padding: 5px;
    border-radius: 5px;
}

.backet-form-products .kit div.w-item div.kit a {
    font-size: 12px;
    margin-top: 4px;
    text-decoration: none;
    color: #0289bd;
}

.backet-form-products .kit div.w-item div.kit a:hover {
    text-decoration: underline;
}

div.message {
    padding: 6px;
    text-align: center;
    font-size: 16px;
    font-family: Arial;
    color: #FFF;
    display: none;
    border-radius: 5px;
    margin-bottom: 6px;
}

div.message.red {
    border: #F00 1px solid;
    background-color: #f15b5b;
    display: block;
}

div.message.blue {
    border: #DFF4FB 1px solid;
    background-color: #01578B;
    display: block;
}

div.message.green {
    border: #060 1px solid;
    background-color: #41A35A;
    display: block;
}

div.message.simple {
    border: none;
    background-color: #fff;
    display: block;
    font-size: 16px;
    padding: 6px;
    color: #F00;
}


/*	-----------------	Благодарность за заказ	----------------------	*/

body.thanks .left-col {
    display: none;
}

body.thanks .center-content {
    float: none;
    width: auto;
}

body.thanks .center-col {
    float: none;
    width: auto;
}

body.thanks .center-col-bg {
    float: none;
    width: auto;
}

div.thanks {
    padding: 50px 0 40px 200px;
}

div.thanks * {
    font-family: Arial;
}

div.thanks p.thank {
    font-size: 18px;
    color: #1792c1;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0;
}

div.thanks p.accept {
    font-size: 18px;
    color: #000;
    padding-bottom: 35px;
}

div.thanks p.trouble {
    font-size: 14px;
    padding-bottom: 17px;
}

div.thanks p.phones {
    font-size: 18px;
    padding-bottom: 35px;
    color: #f07c00;
}

div.thanks p span {
    color: #000;
    font-size: 18px;
}

div.thanks a {
    color: #9c8a8a;
    display: block;
    height: 19px;
    line-height: 19px;
    text-decoration: underline;
}

div.thanks a:hover {
    text-decoration: none;
}


/*	-----------------	Акции	----------------------	*/

div.action-list {
    padding: 25px 0;
}

div.action-list div.image {
    width: 152px;
}

div.action-list div.image img {
    width: 150px;
    border: #dfdde0 1px solid;
}

div.action-list div.name {
    padding-bottom: 10px;
}

div.action-list div.name a {
    color: #1792c1;
    font-size: 18px;
    text-decoration: none;
}

div.action-list div.name a:hover {
    text-decoration: underline;
}

div.action-list div.dt {
    color: #ff6c00;
    font-size: 12px;
}

div.action-list div.about {
    padding: 10px 0 0 0;
    /*height:96px;*/
    overflow: auto;
}

div.action-list div.about {
    color: #3f3f3f;
    line-height: 19px;
    font-size: 12px;
}

div.action-list div.about * {
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}

div.action-list div.more {
    padding-top: 10px;
}

div.action-list div.more a {
    color: #1792c1;
    text-decoration: none;
}

div.action-list div.more a span {
    border-bottom: #1792c1 1px dashed;
}

div.action-list div.more a:hover {
    text-decoration: none !important;
}

div.action-list div.more a:hover span {
    border: none;
    text-decoration: none;
}

div.action-products {
    margin-left: -5px;
    width: 750px;
}

.win-action div.action-products {
    margin: 0;
    width: 500px;
}

div.action-product {
    float: left;
    width: 240px;
    height: 90px;
    padding: 5px;
    overflow: hidden;
}

div.action-product:hover {
    background-color: #EEE;
}

div.action-product div.image {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    overflow: hidden;
}

div.action-product div.image img {
    width: 60px;
}

div.action-product div.image img.v {
    width: auto;
    height: 60px;
}

div.action-product div.name {
    float: left;
    width: 170px;
    height: 90px;
    overflow: hidden;
    margin-left: 10px;
}

div.action-product div.name a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

div.action-product div.name a:hover {
    color: #1792c1;
}

div.action-product div.price {
    color: #ff6c00;
    font-size: 13px;
    font-weight: bold;
    padding-top: 3px;
}

div.win-action div.action-list {
    padding: 10px 0;
    margin: 0;
    border-top: #b9b9b9 1px dotted;
}

div.win-action div.action-list div.image {
    width: 102px;
}

div.win-action div.action-list div.image img {
    width: 100px;
    border: #dfdde0 1px solid;
}

div.win-action div.action-list div.dt {
    font-weight: bold;
}

div.win-action div.action-products {
    height: 70px;
    overflow: hidden;
}

div.win-action div.action-product,
div.win-action div.name {
    height: auto;
}

div.win-action div.header {
    font-size: 13px;
    font-weight: bold;
    color: #1792c1;
    margin: 0;
    padding: 8px 0;
}

div.win-action div.about {
    padding-top: 12px;
}

div.win-action div.about,
div.win-action div.about * {
    color: #3f3f3f;
    padding-right: 3px;
}

div.win-action div.about li {
    margin-left: 25px;
    padding: 3px;
}

div.win-action div.more {
    text-align: right;
    padding-top: 10px;
}

div.win-action div.more a {
    color: #1792c1;
    text-decoration: none;
    padding-right: 12px;
}

div.win-action div.more a span {
    border-bottom: #1792c1 1px dashed;
}

div.win-action div.more a:hover {
    text-decoration: none !important;
    background-position: 100% -8px;
}

div.win-action div.more a:hover span {
    border: none;
    text-decoration: none;
}


/*	-----------------	Поиск	----------------------	*/

body.search td.left-col {
    display: none;
}

.search-res {
    padding-bottom: 18px;
    margin-bottom: 4px;
}

.search-res .request {
    font-size: 18px;
    color: #1792c1;
}

.search-res .request span {
    font-size: 18px;
    color: #F07C00;
}

.search-res .founded {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

table.search-list td.sep {
    background: url(../images/body-sep.png) no-repeat 50% 0;
    padding: 35px 0 0 0;
    height: 1px;
    line-height: 1px;
}


/*	-----------------	Магазины	----------------------	*/

div.shops div.header {
    padding-top: 15px;
}

div.shops table.shop-info {
    margin-bottom: 12px;
}

div.shops table.shop-info td {
    padding: 3px 12px 3px 0;
    font-size: 13px;
    color: #3F3F3F;
    text-align: left;
}

div.shops table.shop-info td span {
    font-size: 13px;
    color: #3F3F3F;
    text-align: left;
}

div.shops table.shop-info td.name {
    font-weight: bold;
    width: 120px;
}

div.map {
    width: 690px;
    height: 450px;
    margin: 15px 0;
}

div.property-info {
    width: 350px;
}

div.property-info div.img {
    float: left;
    margin-right: 8px;
    width: 100px;
    overflow: hidden;
}

div.property-info a {
    color: #184B86;
    font-size: 11px;
    font-family: Tahoma;
}

div.property-info ul li {
    list-style-type: none;
    margin: 0;
    padding: 2px 6px;
    font-size: 11px;
    font-family: Tahoma;
}

div.property-info p {
    margin: 0;
    padding: 2px 0;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #184B86;
}


/*	-----------------	Профиль пользователя	----------------------	*/

div.order-arj {
    padding: 0 0 20px 35px;
}

div.order-arj div.name {
    color: #0289BD;
    font-size: 13px;
    font-weight: bold;
}

div.order-arj div.name span {
    font-weight: normal;
    font-size: 13px;
}

div.order-arj div.cost {
    font-size: 12px;
    width: 350px;
    padding-top: 5px;
}

div.order-arj div.cost span {
    color: #ff6c00;
    font-size: 12px;
}

div.order-arj div.cost a {
    float: right;
    text-decoration: underline;
    display: block;
    padding-right: 14px;
    background: url(../images/arj-arrow.jpg) no-repeat 100% 3px;
}

div.order-arj div.cost a:hover {
    background-position: 100% -7px;
    color: #5aa5dd !important;
}

div.order-arj div.cost a.open {
    background-position: 100% -17px;
}

div.order-arj div.cost a.open:hover {
    background-position: 100% -28px;
}

div.order-arj div.products {
    padding: 12px 0 0 0;
    width: 580px;
    display: none;
}

div.order-arj div.products table {
    border: #b9d3e1 1px solid;
    border-radius: 4px 4px 0 0;
    width: 100%;
    border-collapse: collapse;
}

div.order-arj div.products td {
    padding: 12px 8px;
    border-bottom: #b9d3e1 1px dotted;
    border-right: #b9d3e1 1px dotted;
    text-align: left;
    vertical-align: top;
}

div.order-arj div.products .head td {
    background-color: #BEE5F4;
    border: none;
    border-bottom: #b9d3e1 1px solid;
    color: #000;
    font-weight: bold;
    padding: 6px 8px;
    text-align: center;
}

div.order-arj div.products .head td.name {
    text-align: left;
}

div.order-arj div.products td.image {
    width: 75px;
    padding: 8px;
    border-right: none;
}

div.order-arj div.products td.image img {
    width: 75px;
}

div.order-arj div.products td.name {
    width: 230px;
}

div.order-arj div.products td.name a {
    color: #0289BD;
    font-weight: bold;
    text-decoration: underline;
    line-height: 15px;
    font-size: 12px;
}

div.order-arj div.products td.name a:hover {
    color: #FF872C;
    text-decoration: none;
}

div.order-arj div.products td.count,
div.order-arj div.products td.price {
    width: 90px;
    color: #ff6c00;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}


/*	-----------------	Левая колонка	----------------------	*/

div.rubrikator {
    width: 176px;
    padding: 0 22px;
    overflow: hidden;
    margin-bottom: 30px;
}

div.rubrikator p.rb-name {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 17px;
    text-align: left;
    font-family: Arial;
}

div.rubrikator span.dt {
    display: block;
    font-size: 11px;
    color: #333;
    text-decoration: none;
}

ul.rb-rubs {
    display: block;
    list-style-type: none;
    margin: 6px 0;
}

ul.rb-rubs li {
    padding: 4px 0 4px 12px;
    color: #000;
}

ul.rb-rubs li a {
    color: #000;
    text-decoration: none;
    line-height: 14px;
    display: block;
    padding-left: 17px;
    font-size: 11px;
}

ul.rb-rubs li a:hover {
    text-decoration: underline;
}

ul.rb-rubs li a.not-u {
    text-decoration: none !important;
}

ul.rb-rubs li.l1 {
    padding: 9px 0;
}

ul.rb-rubs li.l1 a {
    font-size: 12px;
    color: #000;
    background: url(../images/rubrikator-dot.png) no-repeat 0 2px;
}

ul.rb-rubs li.l3 {
    padding-left: 36px;
}

ul.rb-rubs li.l4 {
    padding-left: 42px;
}

ul.rb-rubs li a.sel,
ul.rb-rubs li a:hover {
    color: #0289bd;
}

div.l-banner {
    width: 220px;
    position: relative;
    /*height:320px;*/
    margin-bottom: 20px;
}

div.l-banner div.l-banner-one {
    /*position:absolute; right:0; bottom:0; z-index:1; opacity:0;*/
    margin-bottom: 12px;
}

div.l-banner div.sel {
    opacity: 1;
    z-index: 2;
}

div.l-banner div.l-banner-pager {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 13px;
    padding: 4px 10px;
    z-index: 7;
    display: none;
}

div.l-banner div.l-banner-pager a {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    background: url(../images/banner-dot.png) no-repeat 0 -26px;
    margin-right: 5px;
}

div.l-banner div.l-banner-pager a:hover {
    background-position: 0 0;
}

div.l-banner div.l-banner-pager a.sel {
    background-position: 0 -13px;
}

div.l-banner div.l-banner-pager-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 220px;
    height: 21px;
    background-color: #000;
    opacity: 0.25;
    z-index: 6;
    display: none;
}

div.start-banner {
    float: right;
}

div.start-banner div.l-banner {
    margin: 2px 0;
    height: 350px;
    width: 240px;
}

div.c-banner {
    width: 490px;
    position: relative;
    height: 120px;
    margin: 10px 0;
}

div.c-banner div.c-banner-one {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
}

div.c-banner div.sel {
    opacity: 1;
    z-index: 2;
}

div.c-banner div.c-banner-pager {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 13px;
    padding: 4px 10px;
    z-index: 7;
}

div.c-banner div.c-banner-pager a {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    background: url(../images/banner-dot.png) no-repeat 0 -26px;
    margin-right: 5px;
}

div.c-banner div.c-banner-pager a:hover {
    background-position: 0 0;
}

div.c-banner div.c-banner-pager a.sel {
    background-position: 0 -13px;
}

div.c-banner div.c-banner-pager-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 490px;
    height: 21px;
    background-color: #000;
    opacity: 0.15;
    z-index: 6;
}


/*	Рекомендуемые и акционные товары	*/

div.prod-block {
    width: 360px;
    height: 200px;
    overflow: hidden;
    margin: 15px 15px 0 0;
}

div.prod-block-title {
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding-left: 12px;
    color: #000;
    font-size: 15px;
}

div.prod-block-content {
    height: 161px;
    overflow: hidden;
    background: url(../images/small-block-bg.png) no-repeat 0 0;
}

div.prod-block-content td div.prod-block-product {
    width: 110px;
    height: 176px;
    padding: 10px 5px;
}

div.prod-block-content a.image {
    display: block;
    width: 80px;
    height: 75px;
    overflow: hidden;
    margin: 0 auto;
}

div.prod-block-content a.image img {
    width: 80px;
}

div.prod-block-content a.image img.v {
    width: auto;
    height: 75px;
}

div.prod-block-content a.name,
div.prod-block-content a.name-long {
    color: #606060;
    text-decoration: none;
    font-size: 11px;
    line-height: 12px;
    margin: 8px 8px 0 8px;
    display: block;
}

div.prod-block-content a.name:hover,
div.prod-block-content a.name-long:hover {
    text-decoration: underline;
    color: #1792c1;
}

div.prod-block-content .price {
    color: #ff6c00;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-top: 7px;
}

div.prod-block-wide {
    width: 766px;
}

div.prod-block-wide div.prod-block-content td div.prod-block-product {
    width: 117px;
}

div.prod-block-wide div.prod-block-header {
    background-position: 0 -24px;
}

div.prod-block-wide.prod-light div.prod-block-header {
    background-position: 0 -16px;
}

div.products-block-wide {
    padding: 15px 0 30px 0;
}

div.products-block-wide.box {
    border: #CCC 1px solid;
    border-radius: 8px;
    padding: 15px 15px 30px 15px;
    margin: 12px 0;
    box-shadow: 2px 2px 5px #CCC;
    overflow: hidden;
}

div.products-block-wide div {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    margin-bottom: 10px;
    padding: 0;
    color: #f58220;
}

div.products-block-wide table {
    width: 100%;
}

div.products-block-wide td {
    vertical-align: top;
    padding: 0 28px 0 0;
}

div.products-block-wide td a.image {
    display: block;
    width: 95px;
    height: 95px;
    overflow: hidden;
    text-align: center;
}

div.products-block-wide td a.image img {
    width: 95px;
}

div.products-block-wide td a.image img.v {
    width: auto;
    height: 95px;
}

div.products-block-wide td a.name {
    display: block;
    text-align: left;
    color: #3f3f3f;
    text-decoration: none;
    padding: 22px 0 5px 0;
    width: 95px;
}

div.products-block-wide td a.name:hover {
    color: #BB0824;
    text-decoration: underline;
}

div.products-block-wide td span {
    display: block;
    width: 95px;
    text-align: left;
    color: #ff6c00;
    font-weight: bold;
    font-size: 12px;
}

div.products-block-wide td a.b-b {
    display: block;
    width: 95px;
    text-align: left;
    margin-top: 5px;
    font-size: 12px;
    text-decoration: underline;
}

div.products-block-wide td a.b-b:hover {
    text-decoration: none;
}


/*	Просмотренные товары	*/

div.prod-seen {
    width: 220px;
    overflow: hidden;
    margin: 30px 0 0 0;
}

div.prod-seen div.prod-seen-title {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    font-family: Arial;
    margin-bottom: 3px;
    padding: 5px 0 8px 25px;
    text-align: left;
}

div.prod-seen .seen-header {
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
}

div.prod-seen .seen-header a {
    float: right;
    color: #666;
    display: block;
    width: 61px;
    height: 7px;
    background: url(../images/seen-clear.png) no-repeat 0 0;
    text-indent: -200px;
    overflow: hidden;
    margin-top: 9px;
}

div.prod-seen td {
    padding: 10px 5px;
}

div.prod-seen div.prod-seen-content {
    width: 220px;
    overflow: hidden;
}

div.prod-seen div.prod-seen-product {
    width: 100px;
}

div.prod-seen div.prod-seen-product a.image {
    display: block;
    width: 85px;
    height: 85px;
    overflow: hidden;
    text-align: center;
}

div.prod-seen div.prod-seen-product a.image img {
    width: 85px;
}

div.prod-seen div.prod-seen-product a.image img.v {
    width: auto;
    height: 85px;
}

div.prod-seen div.prod-seen-product a.name {
    font-size: 11px;
    text-decoration: none;
    color: #939393;
}

div.prod-seen div.prod-seen-product a.name:hover {
    color: #1792c1;
}

div.prod-seen .seen-footer {
    height: 29px;
    line-height: 29px;
}

a.seen-left {
    display: block;
    width: 8px;
    height: 12px;
    line-height: 12px;
    background: url(../images/seen-arr.png) no-repeat 0 0;
    float: left;
    margin: 7px 10px;
    text-decoration: none !important;
}

a.seen-right {
    display: block;
    width: 8px;
    height: 12px;
    line-height: 12px;
    background: url(../images/seen-arr.png) no-repeat -8px 0;
    float: right;
    margin: 7px 10px;
    text-decoration: none !important;
}

a.seen-left:hover {
    background-position: 0 -12px;
}

a.seen-right:hover {
    background-position: -8px -12px;
}

.seen-all {
    display: block;
    text-align: center;
    line-height: 27px;
    height: 27px;
}

.seen-all a.more {
    text-decoration: none;
}

.seen-all a.more:hover {
    color: #1792c1;
    border-bottom: #1792c1 1px dashed;
    text-decoration: none !important;
}


/*	Ротатор акционных товаров	*/

.rotator {
    margin: 30px 0 0 0;
    width: 220px;
    height: 637px;
}

.rotator-header {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding-top: 1px;
    background: url(../images/rotator-head.png) no-repeat 0 0;
}

.rotator-body {
    border: #c8969e 1px solid;
    border-top: none;
}

.rotator-scroll {
    height: 566px;
    border: #bd102b 1px solid;
    overflow: hidden;
    border-bottom: none;
}

.rotator-scroll table {
    width: 100%;
}

.rotator-scroll td.rotator-product-cont {
    padding: 12px 14px;
    vertical-align: top;
    background: url(../images/col-sep.png) no-repeat 50% 100%;
}

.rotator-product {
    height: 260px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.rotator-action {
    color: #FF6C00;
    font-size: 12px;
    margin-bottom: 7px;
}

.rotator-image {
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 10px auto;
    text-align: center;
}

.rotator-image img {
    width: 120px;
}

.rotator-image img.v {
    height: 120px;
    width: auto;
}

.rotator-name {
    display: block;
    margin: 0 0 10px 0;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
}

.rotator-name:hover {
    color: #bd102b;
    text-decoration: underline;
}

table.rotator-prices td {
    vertical-align: middle;
}

.rotator-price {
    text-align: left;
    line-height: 28px;
    padding: 0;
    color: #F07C00;
    font-size: 16px;
    font-weight: bold;
}

.rotator-old-price {
    text-align: center;
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    padding-left: 12px;
}

.rotator-footer {
    border: #bd102b 1px solid;
    border-top: none;
    height: 29px;
    line-height: 29px;
}

a.rotator-up {
    display: block;
    width: 12px;
    height: 8px;
    line-height: 8px;
    background: url(../images/rotator-arr.png) no-repeat 0 0;
    float: right;
    margin: 10px;
    text-decoration: none !important;
}

a.rotator-down {
    display: block;
    width: 12px;
    height: 8px;
    line-height: 8px;
    background: url(../images/rotator-arr.png) no-repeat 0 -8px;
    float: left;
    margin: 10px;
    text-decoration: none !important;
}

a.rotator-up:hover {
    background-position: -12px 0;
}

a.rotator-down:hover {
    background-position: -12px -8px;
}

.rotator-all {
    display: block;
    text-align: center;
    line-height: 29px;
    height: 29px;
    border-top: #bd102b 1px solid;
}

.rotator-all a.more {
    text-decoration: none;
    color: #bd102b;
}

.rotator-all a.more:hover {
    border-bottom: #bd102b 1px dashed;
    text-decoration: none !important;
}


/* Ротатор акций в левой колонке */

div.action-left-rotator {
    width: 220px;
    margin: 0 auto 30px auto;
}

div.action-left-rotator div.h {
    float: left;
    padding: 0 10px 6px 20px;
    background: url(../images/black-arr.png) no-repeat 100% 50%;
}

div.action-left-rotator div.h,
div.action-left-rotator div.h a {
    font-size: 16px;
    height: 19px;
    line-height: 19px;
    color: #000;
    text-decoration: none;
}

div.action-left-rotator div.h a:hover {
    text-decoration: underline;
    color: #1792C1;
}

div.action-left-rotator div.container {
    clear: left;
    border: #ff8325 1px solid;
    border-radius: 5px;
    position: relative;
}

div.action-left-rotator div.scroll {
    width: 206px;
    height: 260px;
    overflow: hidden;
    margin: 24px 6px 30px 6px;
}

div.action-left-rotator div.scroll div.o {
    padding: 10px;
    /*height:53px;*/
    border-bottom: #cbcbcb 1px dotted;
}

div.action-left-rotator div.scroll div.o a.name {
    color: #444;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

div.action-left-rotator div.scroll div.o a.name:hover {
    color: #1792c1;
    text-decoration: underline;
}

div.action-left-rotator div.scroll div.o a.more {
    color: #1792c1;
    font-size: 11px;
    text-decoration: none;
    margin-top: 4px;
}

div.action-left-rotator div.scroll div.o a.more:hover {
    text-decoration: underline;
}

div.action-left-rotator div.scroll div.o p {
    color: #8B8787;
    font-size: 11px;
    padding-top: 4px;
}

div.action-left-rotator div.scroll div.o div {
    padding-top: 5px;
}

div.action-left-rotator div.scroll div.o div,
div.action-left-rotator div.scroll div.o div {
    font-size: 11px;
    color: #666;
    line-height: 14px;
}

div.action-left-rotator a.up {
    display: block;
    width: 50px;
    height: 25px;
    background: url(../images/action-list-arr.png) no-repeat 50% 0;
    position: absolute;
    left: 85px;
    top: -1px;
}

div.action-left-rotator a.down {
    display: block;
    width: 50px;
    height: 25px;
    background: url(../images/action-list-arr.png) no-repeat 50% 100%;
    position: absolute;
    left: 85px;
    bottom: -1px;
}

div.short div.scroll {
    height: auto;
    margin: 6px;
}

div.short a.up,
div.short a.down {
    display: none;
}


/* Ротатор акций под шапкой */


/*	Блок товаров в колонке	*/

table.prod-block-vert {
    margin-top: 12px;
}

table.prod-block-vert td {
    vertical-align: top;
    text-align: left;
    padding: 7px 0;
}

table.prod-block-vert td.image {
    width: 75px;
    padding-right: 10px;
}

table.prod-block-vert td.image img {
    width: 75px;
}

table.prod-block-vert td.name a {
    width: 100px;
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #333;
}

table.prod-block-vert td.name a:hover {
    color: #1792c1;
}

table.prod-block-vert td.name span.price {
    display: block;
    padding-top: 6px;
    font-size: 12px;
    color: #FF6C00;
    font-weight: bold;
}


/*	-----------------------------------------------------	*/


/*							ПОДВАЛ							*/


/*	-----------------------------------------------------	*/

div.main-footer {
    padding-top: 40px;
}

div.footer-rubs {
    width: 995px;
    margin-bottom: 20px;
    overflow: hidden;
    border: #d9d9d9 1px solid;
    border-radius: 4px;
    background-color: #FFF;
}

div.footer-rubs table {
    width: 100%;
}

div.footer-rubs table td a {
    font-size: 12px;
    font-family: Tahoma;
    color: #666;
    text-decoration: none;
    font-weight: bold;
}

div.footer-rubs table td a:hover {
    color: #ff8325;
}

div.footer-rubs .docs td {
    vertical-align: middle;
    padding: 0 39px 0 24px;
    height: 28px;
}

div.footer-rubs .docs td.mstore {
    width: 60px;
    background: url(../images/footer-mstore-arr.png) no-repeat 100% 0;
}

div.footer-rubs .docs td.mstore a {
    text-transform: uppercase;
}

div.footer-rubs .docs td.docs-menu {
    padding-left: 35px;
}

div.footer-rubs .docs td.docs-menu a {
    margin-left: 31px;
    font-weight: normal;
}

div.footer-rubs .rubs td {
    vertical-align: middle;
    text-align: center;
    padding: 10px 7px;
    border-top: #d9d9d9 1px solid;
    border-left: #d9d9d9 1px solid;
}

div.footer-rubs .rubs tr td:first-child {
    border-left: none;
}

div.footer-rubs .rubs td a {
    color: #666;
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;
    text-decoration: none;
}

div.footer-info {
    width: 995px;
    height: 65px;
    margin: 0 auto 4px auto;
    position: relative;
}

div.footer-info * {
    color: #555;
    font-size: 12px;
    font-family: Tahoma;
    line-height: 16px;
}

div.footer-info div.phone {
    position: absolute;
    left: 0;
    top: 0;
}

div.footer-info div.contacts {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

div.footer-info div.copy {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #888;
    font-size: 11px;
}

div.footer-info div.copy img {
    margin-left: 10px;
}

div.footer-info div.dev {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #888;
    font-size: 11px;
}

div.footer-info div.dev * {
    color: #888;
    font-size: 11px;
}


/*	-----------------------------------------------------	*/


/*						FANCYBOX							*/


/*	-----------------------------------------------------	*/

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    z-index: 1104;
    display: none;
}


/* IE6 */

* html #fancybox-loading {
    position: absolute;
    margin-top: 0;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('../images/fancybox_img/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none;
}

* html #fancybox-overlay {
    /* IE6 */
    position: absolute;
    width: 100%;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 1101;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}

#fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    background: url('../images/fancybox_img/fancy_close.png') top left no-repeat;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox_error {
    color: #444;
    font: normal 12px/20px Arial;
}

#fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

#fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333;
}

.fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.fancybox-title-over {
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background: url('../images/fancybox_img/fancy_title_over.png');
    display: block;
}

#fancybox-title-wrap {
    display: inline-block;
}

#fancybox-title-wrap span {
    height: 32px;
    float: left;
}

#fancybox-title-left {
    padding-left: 15px;
    background: transparent url('../images/fancybox_img/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
    font-weight: bold;
    line-height: 29px;
    background: transparent url('../images/fancybox_img/fancy_title_main.png') repeat-x;
    color: #FFF;
}

#fancybox-title-right {
    padding-left: 15px;
    background: transparent url('../images/fancybox_img/fancy_title_right.png') repeat-x;
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background-image: url('../images/fancybox_img/blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background: transparent url('../images/fancybox_img/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
    background: transparent url('../images/fancybox_img/fancy_nav_right.png') no-repeat;
}


/* IE6 */

#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible;
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

div.fancy-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 1001;
}

div#fancy-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('../images/fancybox_img/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
    top: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancybox_img/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('../images/fancybox_img/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
    bottom: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancybox_img/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('../images/fancybox_img/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
    bottom: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancybox_img/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('../images/fancybox_img/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
    top: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancybox_img/fancy_shadow_nw.png') no-repeat;
}


/*	jQuery slider	*/

.ui-slider {
    position: relative;
    text-align: left;
    background: url(../images/slider-bg.png) no-repeat 0 0;
    width: 188px;
    height: 9px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 15px;
    cursor: pointer;
    background: url(../images/slider-handle.png) no-repeat 0 0;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    height: 5px;
    display: block;
    border: 0;
    background: url(../images/slider-range.png) repeat-x 0 0;
}

.ui-slider-horizontal {
    height: 9px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -3px;
    margin-left: -5px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}


/*	Кредитный калькулятор	*/

.parent-content {
    width: 431px;
}

.calculator-otpcredit {
    margin: 0px auto;
    width: 431px;
}

.calc-container {
    background-color: #E6F2D6;
    clear: both;
    float: none;
    height: 21px;
    line-height: 23px;
    padding: 4px 7px;
    text-align: right;
    width: 100%;
}

.calc-container a {
    font-size: 16px;
    border-bottom: 1px dotted;
    cursor: pointer;
    text-decoration: none;
    float: left;
    line-height: 18px;
    margin: 0px 20px 0px 7px;
    text-align: left;
    color: #232323;
}

.calc-container a:hover {
    color: #89AB00;
}

.calc-container span {
    line-height: 23px;
    text-align: right;
    color: #232323;
}

.calc-box {
    font-size: 0;
    display: block;
    width: 431px;
}

.calc-box .part-top {
    background: url(../images/otp_credit/calc-top-part.png) no-repeat scroll 0 0;
    height: 26px;
}

.calc-box .part-central {
    background: url(../images/otp_credit/calc-central-part.png) repeat-y scroll 0 0;
}

.calc-box .part-bottom {
    background: url(../images/otp_credit/calc-bottom-part.png) no-repeat scroll 0 0;
    height: 20px;
}

.calc-central-box {
    clear: both;
    padding: 0px 20px;
}

.calc-clearfix {
    clear: both;
    display: block;
}

.calc-otpcredit {
    background: url(../images/otp_credit/logo_otp_credit-small.png ) no-repeat scroll center center;
    width: 200px;
    height: 60px;
}

.calc-close {
    background: url(../images/otp_credit/calc-close.png ) no-repeat scroll center center;
    cursor: pointer;
    display: block;
    float: right;
    margin-top: 24px;
    height: 13px;
    width: 13px;
}

.calc-pumbcredit {
    background: url(../images/pumb_credit/logo-pumb.gif) no-repeat scroll center center;
    width: 200px;
    height: 84px;
}

.calc-clear {
    clear: both;
}

.calc-frm-calc,
.calc-frm-send {
    display: block;
    overflow: auto;
    border-style: none;
    border-collapse: collapse;
    text-align: right;
    margin-top: 10px;
}

.calc-frm-calc fieldset,
.calc-frm-send fieldset {
    border: 1px solid #d82f3e;
    padding: 10px;
    text-align: right;
}

.calc-frm-calc fieldset legend,
.calc-frm-calc fieldset legend {
    color: #000000;
    padding: 0 4px;
}

.calc-frm-calc fieldset hr {
    margin: 6px 0;
}

.calc-frm-calc fieldset .calc-form-item,
.calc-frm-calc fieldset .calc-form-item-result,
.calc-frm-send fieldset .calc-form-item {
    text-align: left;
    clear: both;
    padding: 3px 0;
}

.calc-frm-calc fieldset label,
.calc-frm-send fieldset label {
    color: #232323;
    font-size: 12px;
    display: inline;
    float: left;
    padding: 5px 10px 0 0;
    text-align: right;
    width: 160px;
    line-height: normal;
}

.calc-frm-calc fieldset .calc-form-item-result label,
.calc-frm-send fieldset .calc-form-item-result label {
    color: #000000;
    font-weight: bold;
    line-height: 22px;
}

.calc-frm-calc fieldset input,
.calc-frm-send fieldset input {
    color: #232323;
    margin-top: 1px;
    width: 174px;
    padding: 2px;
    border: #AAA 1px solid;
}

.calc-frm-calc fieldset input.calc-product-price {
    color: #d82f3e;
    font-size: 16px;
    border: none;
}

.calc-frm-calc fieldset .calc-form-item-result input,
.calc-frm-send fieldset .calc-form-item-result input {
    color: #d82f3e;
    font-size: 18px;
    font-weight: bold;
    border: none;
    margin-top: 3px;
}

.calc-frm-calc fieldset select,
.calc-frm-send fieldset select {
    color: #232323;
    margin-top: 0;
    width: 180px;
    height: 22px;
}

.calc-frm-calc fieldset select,
.calc-frm-send fieldset input.calc-product-advance {}

.calc-frm-calc fieldset .calc-form-item-button input,
.calc-frm-send fieldset .calc-form-item-button input {
    border-style: none;
    float: left;
    line-height: normal;
    width: 18px;
    margin: 2px 0 0;
}

.calc-frm-calc fieldset .calc-form-item-button label,
.calc-frm-send fieldset .calc-form-item-button label {
    color: #000000;
    font-weight: normal;
    padding-top: 0;
    padding-left: 4px;
    width: 330px;
    text-align: left;
}

.calc-frm-calc fieldset .calc-form-item-button button,
.calc-frm-send fieldset .calc-form-item-button button {
    color: #d82f3e;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 114px;
    cursor: pointer;
}

.calc-frm-send fieldset .calc-form-item .item-red {
    color: #990000;
}

.calc-frm-send fieldset .calc-form-item .item-italic {
    font-style: italic;
}

.calc-message-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 120px;
    text-align: center;
    padding: 20px;
    background-color: #F0F0FF;
    border: 1px solid #009900;
    z-index: 5005;
}

.calc-message-box .calc-message-text {
    font-size: 18px;
    text-decoration: none;
    line-height: 18px;
    margin: 0 auto;
    text-align: center;
    color: #333399;
}

.calc-message-box .calc-message-button {
    padding-top: 20px;
    text-align: center;
}

.calc-message-box .calc-message-button button {
    width: 80px;
    cursor: pointer;
}


/* Новый год */


/*
table.h-blocks td.h-logo {width:260px;}
table.h-blocks div.h-logo  a {display:block; height:80px; background:url(../images/celebrate/h-logo-ny.png) no-repeat 0 0;}
table.h-blocks div.h-logo  a img {display:none;}
*/


/* Мобильная версия  */

.headerburger,
.h-searchMobile,
.h-logoMobile,
.basketMobile {
    display: none !important;
}


/* .first-page {
    width: 100% !important;
} */

@media screen and (max-width: 768px) {
    body.lock {
        overflow: hidden
    }
    html,
    head,
    body,
    .first-page,
    .top,
    .bottom,
    .two-col,
    .body-bottom,
    .main-container,
    .body-container,
    .products-page,
    .center-col,
    .center-content,
    .body-top,
    .two-col,
    .h-top-block,
    .h-blocks,
    .advert-bottom,
    .am-window-container,
    .prod-pads-content,
    .backet-form-fields,
    .compare-view {
        width: 100vw !important;
    }
    .start-advert,
    .start-advert>.container,
    .advert-images,
    .advert-one,
    .advert-one>a>img {
        width: 100vw !important;
        height: 40vw !important;
        z-index: 0 !important;
    }
    .start-advert {
        margin-top: 75px !important;
    }
    .center-col-bg,
    .descr,
    .products-order,
    .prod-pads-container,
    .prod-pads,
    .prod-pad.all,
    .prod-pad,
    .request,
    .backet-form-products,
    .backet-form-procucts-bottom {
        width: 90vw !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .prod-pads>tbody>tr,
    .prod-pads-content>.prod-pad.open>table>tbody>tr,
    .prod-pads-content>.prod-pad.open>table>tbody>tr>td>form,
    .center-content {
        display: flex !important;
        flex-direction: column !important;
    }
    .backet-form-procucts-bottom>table>tbody>.product>td {
        width: 0 !important;
    }
    .prod-pads-content {
        margin-top: 100px !important;
    }
    .right-col {
        align-self: center;
        order: -1 !important;
    }
    .body-bottom,
    .body-top,
    .search-loader,
    div.txt,
    .left-col,
    .advert-nav,
    .h-search {
        display: none !important;
    }
    .advert-nav-next,
    .advert-nav-prev {
        top: 25px !important;
    }
    .h-searchMobile {
        display: flex !important;
        /* position: relative !important; */
        margin: 0 !important;
        top: 0 !important;

        justify-content: center !important;
        padding-top: 7px !important;
        /* margin: 10px 30vw 10px 30vw; */
        align-items: center !important;
        /* width: 40vw !important;
        left: 25% !important;
        padding: 10px !important; */
    }
     ::-webkit-input-placeholder {
        text-align: center;
    }
     :-moz-placeholder {
        /* Firefox 18- */
        text-align: center;
    }
     ::-moz-placeholder {
        /* Firefox 19+ */
        text-align: center;
    }
     :-ms-input-placeholder {
        text-align: center;
    }
    .basketMobile {
        display: flex !important;
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
    }
    .basketMobile>a {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
    .basketMobile>a>svg {
        height: 30px !important;
        margin: 5px 10px 0 10px !important;
        fill: #d9d9d9;
    }
    a.buy {
        color: #d9d9d9 !important;
    }
    /* .basketMobile>span{
        text-align: center;
    } */
    .h-logoMobile {
        /* background-color: #acacac !important; */
        display: flex !important;
        /* position: fixed !important; */
        top: 0 !important;
        justify-content: center !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .h-logoMobile>a>img {
        height: 35px !important;
    }
    .product-head>table>tbody>tr {
        width: 90vw !important;
    }
    .product-head>table>tbody>tr>td,
    .leave-prod-comment>form>table>tbody>tr>td>textarea {
        width: 90vw !important;
    }
    .product-head>table>tbody>tr,
    .center-col-bg,
    .leave-prod-comment>form>table>tbody>tr,
    .docs-menu {
        display: flex !important;
        justify-self: center !important;
        flex-direction: column !important;
    }
    td.docs-menu {
        padding-top: 7px !important;
        height: auto !important;
    }
    td.docs-menu>a {
        margin: 5px;
    }
    td.mstore {
        background: none !important;
    }
    /* .main-image>.preview, */
    .main-image {
        width: 95vw !important;
    }
    .square {
        width: auto !important;
    }
    /* .square, */
    .other-images,
    .other-scroll,
    .products-block-wide,
    .prod-block-content {
        width: 90vw !important;
        overflow-x: auto !important;
    }
    div.main-image>a {
        width: 90vw !important;
    }
    .product-head>table>tbody>tr>td>table>tbody>tr>td>.separator {
        width: 80vw !important;
    }
    /* div.main-image>a {
        width: 100vw !important;
    } */
    .other-images>.other-scroll>div>table>tbody>tr {
        /* display: flex !important;
        flex-direction: row !important;
        /* justify-content: center !important; */
        /* flex-wrap: wrap !important; */
        overflow-x: auto !important;
    }
    .other-images> {
        overflow: visible !important;
    }
    #fancybox-overlay,
    #fancybox-wrap {
        display: none !important;
    }
    .main-container.body-container {
        padding: 0 20px 0 20px !important;
        background: white !important;
        width: 90vw !important;
    }
    .site-head,
    .main-container.mm,
    .head-info,
    table.h-blocks>tbody>tr {
        height: 45px !important;
    }
    .site-body {
        margin-top: 75px !important;
    }
    .image {
        margin: auto !important;
    }
    /* .image>img {
        width: 120px !important;
    } */
    .top,
    .products-page {
        background: white !important;
    }
    .bread {
        margin: 10px 0 10px 0 !important;
    }
    /* .start-advert {
        display: none;
    } */
    #seo-text {
        display: none !important;
    }
    .start-products {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100vw !important;
        margin: auto;
        background: white !important;
    }
    .actions {
        order: 3 !important;
    }
    .main-footer,
    .footer-info,
    .footer-rubs {
        width: 100vw !important;
    }
    .h-menu,
    .head-info,
    .h-phones,
    .main-container.mm {
        position: fixed !important;
        top: -100% !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        overflow: auto !important;
        background-color: #2E2E2E !important;
        /* opacity: .3 !important; */
        transition: all .3s ease 0s;
        z-index: -1 !important;
    }
    div.h-search,
    .block.first {
        width: inherit !important;
        background: none !important;
    }
    .prod-block-content {
        background: none !important;
    }
    .head-info,
    .h-blocks,
    .main-container,
    .head-info.active {
        display: flex !important;
        flex-direction: column !important;
        z-index: -1;
    }
    div.h-backet {
        background: none !important;
        height: 45px !important;
    }
    input.q {
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        border: none !important;
        cursor: pointer !important;
        height: 30px !important;
        width: 60vw !important;
        font-size: 13pt !important;
        /* color: white !important;
        border-bottom: 2px solid white !important; */
        /* z-index: 9999 !important; */
    }
    .e-b,
    td.h-backet,
    input.s {
        display: none !important;
    }
    div.h-backet {
        width: inherit !important;
    }
    .main-message,
    .h-logo,
    .h-consult {
        display: none !important;
    }
    .h-menu.active>tbody>tr {
        margin-top: 80px !important;
        display: flex !important;
        flex-direction: column !important;
    }
    .main-rubs>tbody>tr {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    .main-rubs>tbody>tr>td {
        width: 150px;
    }
    .h-menu.active,
    .head-info.active,
    .main-container,
    .main-container.mm.active {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        /* z-index: 999 !important; */
    }
    .h-blocks {
        z-index: -9999 !important;
    }
    div.main-container,
    .rubs>tbody>tr,
    .footer-info>.phone,
    .footer-info,
    .main-head {
        display: flex !important;
        flex-direction: column !important;
        width: 100vw !important;
    }
    /* .main-head{
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        width: 100vw !important;
    } */
    .footer-info {
        width: 90vw !important;
    }
    .footer-info>.phone>strong {
        width: 70vw;
    }
    .about,
    .info>a.name {
        width: 100% !important;
    }
    .h-phones {
        display: none !important;
    }
    .imageInfo {
        display: flex !important;
        flex-direction: column !important;
    }
    .main-head {
        position: fixed !important;
        background: none !important;
        background-color: #2E2E2E !important;
        opacity: 0.9;
        /* background: url(../images/main-bg.png) repeat 100% 100%; */
        z-index: 0;
        height: 75px !important;
        width: 100vw !important;
    }
    .menuMobTop{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .prod-block-product> {}
    div.block.first,
    .block,
    .actions {
        /* background: none !important; */
        border: none !important;
        width: 80vw !important;
    }
    table {
        border: none !important;
    }
    .headerburger {
        display: flex !important;
        position: absolute !important;
        overflow: hidden !important;
        /* left: 0 !important; */
        top: 0 !important;
        margin: 9px 10px 0 10px !important;
        /* padding: 20px 0 0 0; */
        width: 35px !important;
        height: 25px !important;
        z-index: 9999 !important;
    }
    .headerburger span,
    .headerburger:after,
    .headerburger:before {
        position: absolute;
        /* background-color: rgb(83, 83, 83); */
        background-color: #d9d9d9;
        width: 100%;
        height: 2px;
        transition: all .3s ease 0s;
        left: 0;
    }
    .headerburger span {
        top: 11px;
    }
    .headerburger:after,
    .headerburger:before {
        content: '';
    }
    .headerburger:after {
        top: 0;
    }
    .headerburger:before {
        bottom: 0;
    }
    .headerburger.active:after {
        transform: rotate(45deg);
        top: 11px;
    }
    .headerburger.active:before {
        transform: rotate(-45deg);
        bottom: 11px;
    }
    .headerburger.active span {
        transform: scale(0);
    }
}