﻿/*do not delete this file*/

.tree-parent:after {
    display: none;
}

.container {
    width: 952px;
}

.main-menu a {
    color: #000000;
}

    .main-menu a:hover {
        color: #686868;
    }

.tree .right, .tree .left, .tree .center {
    background: none;
    height: 47px;
    padding-left: 0px;
}

.tree a, .tree a:hover {
    color: #666666;
}

.tree .tree-item-selected a {
    color: white;
}



.tree .tree-submenu {
    margin-left: -23px;
}

.tree .tree-item,
.tree .tree-item-inside,
.tree .tree-item-link,
.tree .tree-item-selected {
    background-image: url("../images/menu.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 47px;
}

.tree .tree-item, .tree .tree-item-selected {
    padding-left: 23px;
}

.tree .tree-item-inside {
    margin-right: -13px;
}

.tree .tree-item-inside {
    background-position: right -97px;
    padding-right: 21px;
}

.tree .tree-item-link {
    background-position: left -47px;
    background-repeat: repeat-x;
}

.tree .tree-item-selected,
.tree .tree-item-selected .tree-item-link,
.tree .tree-item-selected .tree-item-inside {
    background-image: url("../images/menu_active.png");
    background-color: transparent;
}

    .tree .tree-item:hover, .tree .tree-item-selected:hover {
        z-index: 100;
    }

.tree .tree-item-selected {
    z-index: 90;
}

.tree .tree-item:nth-child(1) {
    z-index: 10;
}

.tree .tree-item:nth-child(2) {
    z-index: 9;
}

.tree .tree-item:nth-child(3) {
    z-index: 8;
}

.tree .tree-item:nth-child(4) {
    z-index: 7;
}

.tree .tree-item:nth-child(5) {
    z-index: 6;
}

.tree .tree-item:nth-child(6) {
    z-index: 5;
}

.tree .tree-item:nth-child(7) {
    z-index: 4;
}

.tree .tree-item:nth-child(8) {
    z-index: 3;
}

.tree .tree-item:nth-child(9) {
    z-index: 2;
}

.tree .tree-item:nth-child(10) {
    z-index: 1;
}

.tree .tree-item-split {
    background: none;
    display: table-cell;
    font-size: 0;
    height: 47px;
    width: 0px;
}

.tree-submenu-column a {
    color: #666;
}

    .tree-submenu-column a:hover, .title-column {
        color: #666666;
    }

.tabs-vr .tabs-headers div.selected span.right, .steps span.selected span.right {
    border-left-color: #353535;
}

.tabs-vr .tabs-headers div.selected, .steps span.selected {
    background: #353535;
}

.tabs-vr .tabs-headers span.tab-inside {
    color: #353535;
}

.steps span.selected span.left {
    border-left-color: #edeeef;
}

a {
    color: #666666;
}

    a:hover {
        color: #666666;
    }

.btn-confirm, .btn-add, .btn-submit, #btnAdd.btn-buy, .btn-action {
    color: white;
    background: #787878;
    background: -moz-linear-gradient(top, #787878 0%, #666666 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#787878), color-stop(100%,#666666));
    background: -webkit-linear-gradient(top, #787878 0%,#666666 100%);
    background: -o-linear-gradient(top, #787878 0%,#666666 100%);
    background: -ms-linear-gradient(top, #787878 0%,#666666 100%);
    background: linear-gradient(to bottom, #787878 0%,#666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#666666',GradientType=0 );
}

    .btn-confirm:hover, .btn-add:hover, .btn-submit:hover, #btnAdd.btn-buy:hover, .btn-action:hover {
        color: white;
        background: #666666;
        background: -moz-linear-gradient(top, #666666 0%, #787878 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#787878));
        background: -webkit-linear-gradient(top, #666666 0%,#787878 100%);
        background: -o-linear-gradient(top, #666666 0%,#787878 100%);
        background: -ms-linear-gradient(top, #666666 0%,#787878 100%);
        background: linear-gradient(to bottom, #666666 0%,#787878 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#787878',GradientType=0 );
    }

.btn-buy {
    border-bottom: 1px solid #e5b8e5;
    box-shadow: 0px 1px 2px #f6e3f6;
    color: #666666;
    background: #e3e4e4;
    background: -moz-linear-gradient(top, #e3e4e4 0%, #ffffff 36%, #c7c7c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e4e4), color-stop(36%,#ffffff), color-stop(100%,#c7c7c8));
    background: -webkit-linear-gradient(top, #e3e4e4 0%,#ffffff 36%,#c7c7c8 100%);
    background: -o-linear-gradient(top, #e3e4e4 0%,#ffffff 36%,#c7c7c8 100%);
    background: -ms-linear-gradient(top, #e3e4e4 0%,#ffffff 36%,#c7c7c8 100%);
    background: linear-gradient(to bottom, #e3e4e4 0%,#ffffff 36%,#c7c7c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e4e4', endColorstr='#c7c7c8',GradientType=0 );
}

    .btn-buy:hover {
        color: #666666;
        background: #c7c7c8;
        background: -moz-linear-gradient(top, #c7c7c8 0%, #ffffff 64%, #e3e4e4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7c7c8), color-stop(64%,#ffffff), color-stop(100%,#e3e4e4));
        background: -webkit-linear-gradient(top, #c7c7c8 0%,#ffffff 64%,#e3e4e4 100%);
        background: -o-linear-gradient(top, #c7c7c8 0%,#ffffff 64%,#e3e4e4 100%);
        background: -ms-linear-gradient(top, #c7c7c8 0%,#ffffff 64%,#e3e4e4 100%);
        background: linear-gradient(to bottom, #c7c7c8 0%,#ffffff 64%,#e3e4e4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c8', endColorstr='#e3e4e4',GradientType=0 );
    }

.brands-symbol a {
    color: #017bc1;
}

.brands-symbol .selected, .brands-symbol .selected:hover {
    background-color: #017bc1;
}

.brands-symbol a:hover {
    background-color: #017bc1;
}

.table-emul .catalog-menu-root {
    z-index: 10;
}

.catalog-menu-root .categories-root,
.col-left .block-uc > .title {
    display: block;
    background: #6a6a6a;
    background: -moz-linear-gradient(top, #6a6a6a 0%, #353535 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a6a6a), color-stop(100%,#353535));
    background: -webkit-linear-gradient(top, #6a6a6a 0%,#353535 100%);
    background: -o-linear-gradient(top, #6a6a6a 0%,#353535 100%);
    background: -ms-linear-gradient(top, #6a6a6a 0%,#353535 100%);
    background: linear-gradient(to bottom, #6a6a6a 0%,#353535 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#353535',GradientType=0 );
    color: #fff;
    height: 43px;
    line-height: 44px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #e4dee4 #e5d1e5 #e6e6e6 #e5d1e5;
    text-transform: none;
    font-size: 18px;
}

.catalog-menu-root > li {
    border-bottom: 3px solid #787878;
}

.catalog-menu-root .categories-root {
    height: 45px;
    margin-bottom: -4px;
    margin-top: -1px;
}

.catalog-menu-items > .item .lnk-item {
    border-top-color: #B6B6B6;
}

.catalog-menu-items > .item .lnk-item {
    color: #666666;
    margin: 0 18px 0 28px;
    padding: 10px 0;
    text-decoration: underline;
}

    .catalog-menu-items > .item .lnk-item:hover, .catalog-menu-items > .item:hover .lnk-item {
        /*    color: #fff;
     background: #1f8aea;*/
        background: transparent;
    }

.catalog-menu-items .parent:before {
    border-bottom: 3px solid transparent;
    border-left: 3px solid #666666;
    border-top: 3px solid transparent;
    color: #FFFFFF;
    content: "";
    left: 20px;
    position: absolute;
    top: 15px;
}

.catalog-menu-items .parent:after {
    border-left-color: transparent;
}

.catalog-menu-items .parent:hover:after {
    border-left-color: #666666;
}

.catalog-menu-items .tree-submenu, .table-emul .catalog-menu-items {
    background: rgba(240, 240, 240, 0.90);
}

    .catalog-menu-items .tree-submenu .title-column {
        /*color: #666666;*/
    }

    .catalog-menu-items .tree-submenu a {
        color: #666666;
    }

        .catalog-menu-items .tree-submenu a:hover {
            color: #666666;
        }

.col-right > .flexslider .flex-viewport {
    border: 3px solid #787878;
    border-radius: 3px;
    box-sizing: border-box;
}

.flexslider:after {
    background: none;
}

/*.flex-control-paging li .flex-active {
  background: none repeat scroll 0 0 black;
}*/
.flex-control-paging li a {
    border: none;
    height: 6px;
    width: 6px;
}

.flex-control-nav li {
    background: white;
    border: 1px solid #878787;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    height: 10px;
    margin: 0 13px 0 0;
    padding: 0;
    text-align: center;
    width: 10px;
}

.search .btn-search, .search .btn-search:hover {
    background: url("../images/ico-search.png") no-repeat;
    color: transparent;
    width: 25px;
    height: 26px;
    padding: 0 1px 0 0;
}

.center-cell .search {
    background: none repeat scroll 0 0 white;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #C8C8C8 inset;
}

    .center-cell .search .input-wrap {
        background: none;
        border: 1px solid transparent;
        border-radius: 3px 3px 3px 3px;
        height: 25px;
        padding-right: 25px;
        width: 308px;
    }

#header .search .btn-c {
    right: 0;
    top: 0;
}

.logo-cell {
    padding: 10px 0;
    width: 340px;
}

#header .phone {
    color: #333333;
}

.stroke {
    border: medium none;
    background-color: transparent;
    padding: 0 0 40px;
}

.col-left {
    display: table-cell;
    vertical-align: top;
    padding: 0;
    width: 215px;
}

.col-right {
    padding-left: 20px;
    width: 711px;
    min-width: 711px;
}

.stroke .col-left {
    background: #fff;
    border: 3px solid #787878;
    border-radius: 3px;
    width: 215px;
    border-top: none;
}

    .stroke .col-left > * {
        margin: 0;
        padding-bottom: 20px;
    }

.expander-enable .expander-expanded:before, .expander-enable .expander-collapse:before {
    background: none;
}

.stroke .col-left .block-uc > .title {
    line-height: 1;
    margin: -10px -13px 10px;
    padding: 10px 15px;
    height: auto;
}

.stroke .col-left .block-uc:first-child > .title {
    margin-top: 0;
}

.stroke .col-left > *:after {
    background: none repeat scroll 0 0 transparent;
}

.stroke .col-left .title.expander-collapse {
    margin-bottom: -16px;
}

.stroke .col-left .news-item .news-date {
    padding-bottom: 0.5em;
}

.block-certificate {
    padding: 0 10px 10px;
}

.social-big {
    padding: 0 10px 10px;
}

.block-best {
    border: 3px solid #787878;
    border-radius: 5px;
    margin-top: 38px;
}

    .block-best .discount-title,
    .block-best .best-title {
        border: 2px solid #787878;
        border-radius: 5px 5px 0 0;
        box-shadow: 0.3px 1px 2px rgba(120, 120, 120, 0.5);
        color: #333333;
        margin: -2px -2px 0;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #bbbcbc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bbbcbc));
        background: -webkit-linear-gradient(top, #ffffff 0%, #bbbcbc 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#bbbcbc 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#bbbcbc 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#bbbcbc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbcbc',GradientType=0 );
        padding: 11px 23px;
        z-index: 1;
        position: relative;
    }

    .block-best:before {
        background: url("../images/ornament.png") no-repeat scroll center center transparent;
        content: "";
        display: block;
        height: 38px;
        margin-top: -38px;
    }

    .block-best .discount-title > a,
    .block-best .best-title > a {
        display: block;
        margin-top: -0.7em;
        position: absolute;
        right: 18px;
        top: 50%;
    }

    .block-best .pv-tile {
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 70%, #bbbcbc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(70%,#ffffff), color-stop(100%,#bbbcbc));
        background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 70%,#bbbcbc 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#ffffff 70%,#bbbcbc 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 70%,#bbbcbc 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 70%,#bbbcbc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbcbc',GradientType=0 );
        margin-bottom: 0;
    }

.pv-tile .label-p {
    right: 0;
    text-align: right;
}

    .pv-tile .label-p span {
        margin: 1px 1em;
        padding: 3px 1em;
    }

.pv-btns .btn-c {
    display: block;
    padding: 2px;
}

.pv-list .pv-btns .btn-c {
    display: inline-block;
}

.pv-btns .btn {
    width: 80px;
    font-size: 10px;
    text-align: center;
}

footer {
    border-top: 5px solid #bcbcbc;
}


.tabs-hr .tabs-headers:after {
    background: none;
}

.tabs-hr .tabs-headers div.tab-header {
    box-shadow: none;
    margin: 0;
}

.tabs-hr .tabs-headers {
    font-size: 0;
    padding: 0;
    height: auto;
}

    .tabs-hr .tabs-headers > * {
        font-size: 12px;
    }

    .tabs-hr .tabs-headers .tab-header span.tab-inside {
        border: none;
    }

    .tabs-hr .tabs-headers div span.tab-inside, .tabs-hr .tabs-headers div.selected:hover span.tab-inside {
        background: none;
    }

    .tabs-hr .tabs-headers div.tab-header span.tab-inside {
        border-radius: 5px 5px 0 0;
        border-right: 1px solid #e5b8e5;
        color: #666666;
        background: #e3e4e4;
        background: -moz-linear-gradient(top, #e3e4e4 0%, #ffffff 36%, #c7c7c8 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e4e4), color-stop(36%,#ffffff), color-stop(100%,#c7c7c8));
        background: -webkit-linear-gradient(top, #e3e4e4 0%,#ffffff 36%,#c7c7c8 100%);
        background: -o-linear-gradient(top, #e3e4e4 0%,#ffffff 36%,#c7c7c8 100%);
        background: -ms-linear-gradient(top, #e3e4e4 0%,#ffffff 36%,#c7c7c8 100%);
        background: linear-gradient(to bottom, #e3e4e4 0%,#ffffff 36%,#c7c7c8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e4e4', endColorstr='#c7c7c8',GradientType=0 );
        line-height: 31px;
        height: 31px;
        display: block;
    }

    .tabs-hr .tabs-headers div.selected span.tab-inside,
    .tabs-hr .tabs-headers div.selected:hover span.tab-inside {
        color: white;
        background: #6a6a6a;
        background: -moz-linear-gradient(top, #6a6a6a 0%, #353535 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a6a6a), color-stop(100%,#353535));
        background: -webkit-linear-gradient(top, #6a6a6a 0%,#353535 100%);
        background: -o-linear-gradient(top, #6a6a6a 0%,#353535 100%);
        background: -ms-linear-gradient(top, #6a6a6a 0%,#353535 100%);
        background: linear-gradient(to bottom, #6a6a6a 0%,#353535 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#353535',GradientType=0 );
    }


.error-message {
    background: red;
    color: white;
}

.input-wrap, .textarea-wrap {
    /* border-color: #E4C5E4;*/
    height: auto;
}

    .input-wrap input, .input-wrap textarea, .textarea-wrap textarea {
        padding: 2px;
    }

.reviews-form label {
    color: #574c5e;
    font-weight: bold;
}

.reviews-form .header {
    color: #666666;
}

.available {
    color: #EF2061;
}

.price {
    color: #FF568B;
    font-size: 20px;
}

.btn-big {
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
}

.block-uc-inside .title {
    color: #666666;
}

.link-pv-name, .link-pv-name:hover {
    color: #333333;
}

.treeview li a, .treeview li a:hover {
    color: #666666;
}

.ui-widget-content {
    background-color: #B4AEB4;
    border: medium none;
}

.ui-widget-header {
    background-color: #787878;
}



.block-uc-alt {
    background-color: transparent;
}

    .block-uc-alt .title {
        color: #666666;
        padding: 0 0 10px;
        text-transform: none;
    }

    .block-uc-alt .row {
        margin: 0;
    }

        .link-light,
        .link-light:hover,
        .block-uc-alt .row:hover,
        .block-uc-alt .row {
            color: #646468;
            text-decoration: none;
        }

            .link-light:hover,
            .block-uc-alt .row:hover {
                text-decoration: underline;
            }

.pv-list .pv-item {
    margin-bottom: 28px;
}

    .pv-list .pv-item:after {
        background: url("../images/ornament.png") no-repeat scroll center center transparent;
        content: "";
        display: block;
        height: 45px;
        position: absolute;
        width: 100%;
    }


table.pv-table .head {
    background: #6a6a6a;
    background: -moz-linear-gradient(top, #6a6a6a 0%, #353535 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a6a6a), color-stop(100%,#353535));
    background: -webkit-linear-gradient(top, #6a6a6a 0%,#353535 100%);
    background: -o-linear-gradient(top, #6a6a6a 0%,#353535 100%);
    background: -ms-linear-gradient(top, #6a6a6a 0%,#353535 100%);
    background: linear-gradient(to bottom, #6a6a6a 0%,#353535 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#353535',GradientType=0 );
    color: #fff;
    height: 43px;
    line-height: 44px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #e4dee4 #e5d1e5 #e6e6e6 #e5d1e5;
    text-transform: none;
    font-size: 18px;
}

table.pv-table th {
    color: white;
    font-size: 18px;
    padding: 0 10px;
}

table.pv-table .btn-c {
    display: block;
    padding: 2px;
}

    table.pv-table .btn-c a {
        text-align: center;
        width: 80px;
    }

.views li a, .views li span {
    background: url("../images/pv-icons.gif") no-repeat scroll left top transparent;
    display: inline-block;
    height: 25px;
    width: 25px;
}

    .views li .vtiles, .views li span.vtiles {
        background-position: right top;
    }

    .views li .vlist, .views li span.vlist {
        background-position: right -30px;
    }

    .views li .vtable, .views li span.vtable {
        background-position: right -60px;
    }

ul.views li.selected {
    background: none;
}

.views li.selected .vtiles, .views li.selected span.vtiles {
    background-position: left top;
}

.views li.selected .vlist, .views li.selected span.vlist {
    background-position: left -30px;
}

.views li.selected .vtable, .views li.selected span.vtable {
    background-position: left -60px;
}

.link-recal {
    color: #0f5aa4;
    background: transparent url('../images/refresh.png') no-repeat scroll left top;
}

.catalog-menu-root .categories-root {
    font-size: 17px !important;
}

.flexslider-main {
    width: 707px;
}

.pv-tile {
    margin-left: 0;
}

.categories td:not(.cat-split) {
    background: #fff;
}

.catalog-menu-items {
    width: 209px;
}
