html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}
body {
    background: none repeat scroll 0 0 #f4f4f4;
    color: #333333;
    font-family: arial;
    font-size: 14px;
    /*line-height: 21px;*/
    margin: 0;
    padding: 0;
    /*min-width: 1250px;*/
    min-width: 640px;
}
body, td, th, input, textarea, select, a {
}

h1, .welcome {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 20px;
}
h2 {
    color: #000000;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
}
p {
    margin: 0;
}
a, a:visited, a b {
    color: #0580E9;
    /*cursor: pointer;*/
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}
input[type='text'], input[type='password'], textarea {
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
}
select {
    background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 53%, #f9f9f9 63%, #dbdbdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(53%,#ffffff), color-stop(63%,#f9f9f9), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 53%,#f9f9f9 63%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 53%,#f9f9f9 63%,#dbdbdb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 53%,#f9f9f9 63%,#dbdbdb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 53%,#f9f9f9 63%,#dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-8 */
    border: 1px solid #B2B2B2;
    border-radius: 3px 3px 3px 3px;
    padding: 2px;
}
label {
    cursor: pointer;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* layout */
#container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*min-height: 500px;*/
    padding: 0;
    position: relative;
    text-align: left;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
     /*
#container #content {
	width: 960px;
	min-height: 500px;
    margin-left: auto;
    margin-right: auto;
}      */

#column-left {
    float: left;
    width: 210px;
}
#column-right {
    float: right;
    width: 225px;
}
#content.main_page {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
#content {
    background: none repeat scroll 0 0 #FFFFFF;
    /*margin-bottom: 20px;*/
    min-height: 400px;
    min-width: 640px;
    padding: 0;
    padding-bottom: 20px;
}
#content.main_page{
    box-shadow:none;
}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 235px;
}
#column-right + #content {
    margin-right: 235px;
}
/* header */

#header {
    background: none repeat scroll 0 0 transparent;
    margin: auto;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 960px;
    z-index: 99;
}
#header #logo {
    left: 0;
    position: absolute;
    top: 15px;
}
#language {
    position: absolute;
    top: 15px;
    left: 335px;
    width: 75px;
    color: #999;
    line-height: 17px;
}
#language img {
    cursor: pointer;
}
#currency {
    width: 75px;
    position: absolute;
    top: 15px;
    left: 425px;
    color: #999;
    line-height: 17px;
}
#currency a {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #CCC;
    color: #999;
    text-decoration: none;
    margin-right: 2px;
    margin-bottom: 2px;
}
#currency a b {
    color: #000;
    text-decoration: none;
}
#header #cart {
    min-width: 300px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 44px;
    z-index: 9;
}
#header #cart .heading h4 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    height: 21px;
    left: 60px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 12px;
}
#header #cart .heading a {
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    left: 60px;
    line-height: 32px;
    padding: 0 !important;
    position: absolute;
    text-decoration: none;
    text-shadow: none;
    top: 4px;
    width: auto !important;
}
#header #cart .heading a:hover {
    text-decoration: underline;
}
#contact-form {
    cursor: pointer;
}
#contact-form:hover {
}
#header #cart .heading a span {
    background: url("../image/arrow_down.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: table-cell;
    height: 52px;
    margin: 0;
    text-align: left;
    vertical-align: bottom;
    width: 150px;
}
#header #cart .heading {
    float: right;
    margin-left: 155px;
    position: relative;
    z-index: 1;
}
#header #cart .content {
    clear: both;
    display: none;
    position: relative;
    top: -1px;
    padding: 8px;
    min-height: 150px;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    -webkit-border-radius: 0px 7px 7px 7px;
    -moz-border-radius: 0px 7px 7px 7px;
    -khtml-border-radius: 0px 7px 7px 7px;
    border-radius: 0px 7px 7px 7px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    background: #FFF;
}

#header #cart.active .heading {
    padding-bottom: 6px;
    border-radius: 0px;
}
#header #cart.active .content {
    display: block;
}
#header #cart .cart {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
#header #cart .cart td {
    color: #000;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
    width: 1px;
}
#header #cart .cart .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}
#header #cart .cart .name small {
    color: #666;
}
#header #cart .cart .quantity {
    text-align: right;
}
#header #cart .cart td.total {
    text-align: right;
}
#header #cart .cart .remove {
    text-align: right;
}
#header #cart .cart .remove img {
    cursor: pointer;
}
#header #cart table.total {
    border-collapse: collapse;
    padding: 5px;
    float: right;
    clear: left;
    margin-bottom: 5px;
}
#header #cart table.total td {
    color: #000;
}
#header #cart .content .checkout {
    text-align: right;
    clear: both;
}
#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}
/*#header #search {
    left: 250px;
    position: absolute;
    top: 70px;
    z-index: 30;
}
#header #search input {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #427107 !important;
    border-radius: 3px;
    color: #717171;
    height: 31px;
    line-height: 31px;
    padding: 0 42px 0 10px;
    width: 393px;
}*/
#header #welcome {
    border-left: 1px solid #B2B2B2;
    color: #000000;
    font-size: 13px;
    min-height: 100px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 20px;
    width: 145px;
    z-index: 10;
}
#header #cart.active {
    z-index: 25;
}
#header .links {
    position: absolute;
    right: 0px;
    bottom: 3px;
    font-size: 10px;
    padding-right: 10px;
}
#header .links a {
    color: #B0B0B0;
    display: block;
    float: left;
    font-size: 12px;
    padding: 0 0 0 7px;
    text-decoration: none;
}
#header .links a + a {
    margin-left: 8px;
    border-left: 1px solid #CCC;
}
/* menu */

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
}
#menu > ul > li:hover {
    background: none repeat scroll 0 0 transparent;
}
#menu > ul > li a:hover a {
    color: #000;
}
#menu > ul > li > a:hover {
    text-decoration: none;
}
#menu > ul > li > div {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #30931B;
    border-radius: 2px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    display: none;
    padding: 20px;
    position: absolute;
    text-align: left;
    z-index: 5;
}
#menu > ul > li:hover > div {
    display: table;
}
#menu > ul > li > div > ul {
    display: table-cell;
}
#menu > ul > li ul + ul {
    padding-left: 20px;
}
#menu > ul > li ul > li > a {
    background: url("../image/header-menu-marker.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    min-width: 204px;
    padding: 4px;
    text-align: left;
    text-decoration: none;
}
#menu > ul > li ul > li > a:hover {
    color: #0580E9;
}
#menu > ul > li ul > li {
}
#menu > ul > li > div > ul > li > a {
    color: #667280;
}

.breadcrumb {
    color: #8D8D8D;
    margin-bottom: 15px;
    margin-top: -5px;
    font-size: 11px;
}
.breadcrumb a {
	color: #8D8D8D;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb > span {
    padding: 0 3px;
}

.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
}
.success {
    background: url("../image/success.png") no-repeat scroll 10px center #FFFFFF;
    border: 7px solid rgba(0, 0, 0, 0.69);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0.2em 0.2em 0.2em 3px rgba(122, 122, 122, 0.5);
    display: none;
    font-size: 25px;
    left: 50%;
    line-height: 41px;
    margin-left: -482px;
    margin-top: -70px;
    padding: 55px 35px 60px 45px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 870px;
    z-index: 9999 !important;
}
.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
}
.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
    cursor: pointer;
    height: 7px;
    opacity: 1 !important;
    padding-right: 4px;
    padding-top: 4px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 7px;
}
.required {
    color: #FF0000;
    font-weight: bold;
}
.error {
    display: block;
    color: #FF0000;
}
.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
}
table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form tr td:first-child {
    width: 150px;
}
table.form > * > * > td {
    color: #000000;
}
table.form td {
    padding: 4px;
}
input.large-field, select.large-field {
    width: 300px;
}
table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
    background-color: #EFEFEF;
    padding: 0px 5px;
}
table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}
table.list tbody td a {
    text-decoration: underline;
}
table.list tbody td {
    vertical-align: top;
    padding: 0px 5px;
}
table.list .left {
    text-align: left;
    padding: 7px;
}
table.list .right {
    text-align: right;
    padding: 7px;
}
table.list .center {
    text-align: center;
    padding: 7px;
}
.pagination {
    display: inline-block;
    margin: 5px 0 0;
    padding-top: 8px;
    width: 100%;
}
.pagination .links {
    float: left;
}
.pagination .links a {
    border: 1px solid transparent;
    color: #000000;
    display: inline-block;
    padding: 1px 6px;
    text-decoration: none;
}
.pagination .links b, .pagination .links a:hover {
    background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 53%, #f9f9f9 63%, #dbdbdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(53%,#ffffff), color-stop(63%,#f9f9f9), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 53%,#f9f9f9 63%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 53%,#f9f9f9 63%,#dbdbdb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 53%,#f9f9f9 63%,#dbdbdb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 53%,#f9f9f9 63%,#dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-8 */
    border: 1px solid #B2B2B2;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    display: inline-block;
    font-weight: normal;
    padding: 1px 6px;
    text-decoration: none;
}
.pagination .results {
    float: right;
    padding-top: 0;
}
/* button */
.btn-primary, .product-list a.button span, .checkout .button span, #buttons #simplecheckout_button_confirm span, div.buttons a span, .liq_pay input[type="submit"], #ajaxcartmodal .button, #button-search, .login-content .button {
    background: url("../image/btn_bg.png") repeat-x scroll center center transparent;
    border: 1px solid #EDA06D;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #FFD934 inset;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(156, 83, 1, 0.8);
    cursor:pointer;
}
#ajaxcartmodal .carousel-block .block2 {
    margin-bottom: 2px;
    margin-top: 4px;
    min-height: 16px;
    display: none;
}


.btn-primary:hover, .product-list a.button span:hover, .checkout .button span:hover, #buttons #simplecheckout_button_confirm span:hover, div.buttons a span:hover, .liq_pay input[type="submit"]:hover, #ajaxcartmodal .button:hover, #button-search:hover, .login-content .button:hover  {
background: url("../image/btn_bg_h.png") repeat-x scroll 0 0 transparent;
}
#simplecheckout_button_cart > span {
    background: none repeat scroll 0 0 #8B8B8B;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px;
    text-shadow: none;
}
.button {
    border: medium none !important;
    text-decoration: none;
}
.liq_pay input[type="submit"] {
    margin: 10px 0 0 0;
}
.buttons {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
}
.buttons .left {
    float: left;
    text-align: left;
}
.buttons .right {
    float: right;
    text-align: right;
}
.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.htabs {
    /*float: left;*/
    height: 90px;
    line-height: 16px;
    margin: 0 auto;
    max-width: 1180px;
    /*margin: 20px auto 0;*/
}
.htabs a {
    color: #242424;
    display: none;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    height: 85px;
    line-height: 85px;
    overflow: hidden;
    margin-right: 30px;
}
.htabs a.selected {
	border-bottom: 5px solid #42BC5C;
}
.tab-content {
    /*border-top: 2px solid #329A1C;*/
    margin: 20px auto;
    padding: 20px;
    overflow: auto;
    position: relative;
    /*width: 100%;*/
    z-index: 2;
    background: #fff;
    max-width: 1180px;
}
/* box */
.box {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 30px;
}
.box.recently_viewed {
    position: relative;
}
.box.recently_viewed.related-carousel_vert .box-content {
    padding: 50px 0 20px;
}
.box.recently_viewed .jcarousel-prev-vertical {
    background: url("../image/prev-vertical.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 32px;
    left: 83px;
    position: absolute;
    top: 5px;
    width: 32px;
}
.box.recently_viewed .jcarousel-prev-vertical {
    background: url("../image/prev-vertical.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 32px;
    left: 83px;
    position: absolute;
    top: -30px;
    width: 32px;
}
.box.recently_viewed .jcarousel-next-vertical {
    background: url("../image/next-vertical.png") no-repeat scroll 0 0 transparent;
    bottom: -30px;
    cursor: pointer;
    height: 32px;
    left: 83px;
    position: absolute;
    width: 32px;
}
.box.recently_viewed .jcarousel-next-vertical:hover {
    background: url("../image/next-vertical_h.png") no-repeat scroll 0 0 transparent;
}
.recently_viewed .image {
    float: left;
    margin: 0 10px 0 0 !important;
    width: 70px !important;
}
.recently_viewed .box-product .name {
    float: left;
    width: 140px;
}
.recently_viewed .box-product .name a {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-align: left;
    width: 140px;
}
#content .box .box-content {
    padding: 0;
}
#column-left .box-product > div, #column-right .box-product > div, #column-left .product-grid > div, #column-right .product-grid > div {
    margin-right: 0;
}
/* box products */
#content .box-product {
}
.box-product > div, .related-info {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    vertical-align: top;
}
.box-product > div:nth-child(3n) {
    margin: 0 0 20px;
}
#column-left + #column-right + #content .box-product > div, .related-info {
    width: 190px;
}
.box-product .image {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
}
.box-product .image img {

}
.box-product .name a {
    color: #0580E9;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 4px;
    text-align: center;
}
.box-product .price-old {
    color: #000000;
    display: block;
    font-size: 15px;
    text-decoration: line-through;
}

.box-product .rating {
    display: block;
    margin-bottom: 4px;
}
/* box category */
.box-category {
    margin: 0 0 0 -15px;
    width: 225px;
}
.box-category ul li.parent > a {
    background: url("../image/parent.png") no-repeat scroll 5px center transparent;
    margin: 0 0 0 -15px;
    padding-left: 25px;
}
li.parent a.active {
    background: url(../image/parent_open.png) no-repeat 7px center !important;
}
.box-category ul {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 15px !important;
}
.box-category > ul > li {
    background: url("../image/catagories-bg-a.gif") no-repeat scroll left 12px transparent;
    border: medium none !important;
    font: 15px/26px Arial,Helvetica,sans-serif;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 14px;
    vertical-align: top;
}
.box-category > ul > li + li {
    border-top: 1px solid #B2B2B2;
}
.box-category > ul > li > a {
    color: #000000;
    text-decoration: none;
}
.box-category > ul > li ul {
    display: none;
}
.box-category > ul > li a.active {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.box-category > ul > li a.active + ul {
    display: block;
}
.box-category > ul > li ul > li {
    padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
    text-decoration: none;
    display: block;
}
.box-category > ul > li ul > li > a.active {
    font-weight: bold;
}
/* content */
/*#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}*/
#content .content .left {
    float: left;
    width: 49%;
}
#content .content .right {
    float: right;
    width: 49%;
}
/* category */

.category-info {
    color: #727981;
    overflow: hidden;
}
.category-info .image {
    float: left;
    margin-right: 15px;
    padding: 0;
}
.category-list {
    overflow: auto;
    margin-bottom: 20px;
}
.category-list ul {
    float: left;
    width: 18%;
}
.category-list .div a {
    text-decoration: underline;
    font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}
.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
/* product */
.product-filter {
    border-bottom: 1px solid #98C28E;
    font-size: 12px !important;
    overflow: auto;
    padding: 0 0 15px;
}
.product-filter select {
    font-size: 12px!important;
}
.product-filter .display {
    color: #000;
    float: right;
    margin-right: 0;
    padding-top: 4px;
}
.product-filter .display a {
    font-weight: bold;
}
.product-filter .sort {
    color: #000000;
    float: left;
}
.product-filter .limit {
    color: #333333;
    float: right;
}
.product-compare {
    float: left;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding-top: 7px;
    font-size: 11px;
}
.product-compare a {
    font-weight: normal;
}
.product-list > div {
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
    max-width: 700px;
    overflow: auto;
    padding: 5px;
    position: relative;
}
.product-list .right {
    border-left: 1px dashed #333333;
    float: right;
    margin-left: 15px;
    min-height: 190px;
    padding: 0 5px 0 10px;
    width: 165px;
}
.product-list > div + div {
    border-top: 1px solid #EEEEEE;
    padding-top: 16px;
}
.product-list .image {
    float: left;
    margin-right: 10px;
}
.product-list .image img {
    padding: 3px;
}
.product-list .name {
width: 255px;
float: left;
}
.product-list .name a {
    color: #4E4F36;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-family: arial;
    line-height: 20px;
}
.product-list .description {
    background: url("../image/content_f.png") repeat scroll 0 0 transparent;
    border: 1px solid #BABABA;
    border-radius: 0 10px 0 10px;
    color: #7F7F7F;
    float: left;
    line-height: 15px;
    margin-bottom: 5px;
    padding: 10px;
    width: 200px;
}
.product-list > div:hover {
    box-shadow: 3px 5px 10px #CFCECE;
    transition: all 0.4s ease 0s;
}
.product-list > div:hover .description {
border: 1px solid #000000;
    transition: all 2s ease 0s;
}
.product-list .rating {
    color: #7B7B7B;
}

.product-list .price-old {
    color: #B7B7B7;
    display: block;
    text-decoration: line-through;
}
.product-list .price-new {
    display: block;
}
.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #BBBBBB;
}
.product-list .cart {
    clear: both;
}
.product-grid {

}
#column-right + #content .product-grid > div {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-right: 15px \0/;
    vertical-align: top;
    width: 190px;
}
#column-right + #content .product-grid > div:nth-child(3n) {
    margin: 0 !important;
}

#column-left + #column-right + #content .product-grid > div {
    border: 1px solid transparent;
    padding: 0 5px;
    position: relative;
    text-align: left;
    width: 178px;
}
.product-grid .pr_title {
    min-height: 35px;
}
#column-left + #column-right + #content .product-grid > div:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px #DDDDDD;
    padding-top: 20px;
    position: relative;
    top: -20px;
    z-index: 2147483647;
}
#column-left + #column-right + #content .product-grid > div:hover .description {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #DDDDDD;
    box-shadow: 0 3px 5px #DDDDDD;
    display: block;
    float: left;
    height: auto;
    left: -1px;
    margin: 0 auto !important;
    max-height: 555px;
    padding: 0 5px 10px;
    position: absolute;
    width: 178px;
    z-index: 10;
}
#column-left + #column-right + #content .product-grid > div:hover .trans {
display: none;
}
.product-grid .image {
    display: block;
    text-align: center;
}
.product-grid .image img {
    padding: 0;
}
.product-grid .name a {
    color: #0580E9;
    display: block;
    font-size: 16px;
    font-weight: normal !important;
    line-height: 22px;
    text-align: center;
}
.product-grid .name a:hover {
}

.product-grid .rating {
    display: block;
    margin-bottom: 4px;
}
.product-grid .price {
    color: #333333;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 8px 0 0 !important;
    position: relative;
    text-align: left;
}
.product-grid .price-old {
    color: #7D7D7D;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-decoration: line-through;
    top: 0;
    width: auto;
}
.product-grid .price-new {
    color: #333333;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 0 !important;
}
.product-grid .price .price-tax {
    display: none;
}
.product-grid .cart {
    float: right;
    margin: 4px 0 0;
}
.product-grid .stock {
    background: url("../image/nal.png") no-repeat scroll left center transparent;
    color: #4DA000;
    font-size: 14px;
    font-weight: normal;
    margin: -2px 0 0;
    padding: 0 0 0 20px;
}
.product-info .stock {
    color: #4DA000;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin: 0 !important;
    padding: 0 37px 2px 0;
}
.product-grid .co_wish_wrapp {
    display: none;
}
/* Product */
.product-info {
    /*float: left;*/
    margin: 0 auto;
    /*margin-bottom: 5px;*/
    max-width: 1180px;
}
.product-info-cont {
	width: 100%;
	background: #fff;
}
.product-info > .left {
    float: left;
    margin-right: 15px;
}
.product-info > .left + .right {
    /*margin-left: 840px;*/
    float: right;
    margin-top: 0;
    /*overflow: hidden;*/
}

.product-info .image {
    float: left;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    text-align: center;
    /*margin-top: 30px;*/
}
.product-info .image-additional {
    clear: both;
    margin-left: -10px;
    overflow: hidden;
    width: 460px;
}
.product-info .image-additional img {
    border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-left: 10px;
}
.product-info .description {
    color: #888888;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 0;
}
/*.product-info .description span, .ex_fil_pro {
    color: #333333;
    font-weight: bold;
}
.product-info .description a {
    color: #4D4D4D;
    text-decoration: none;
} */
/*.product-info .price {
    background: url("../image/price_bg.png") no-repeat scroll right center transparent;
    border-left: 1px solid #E7E7E7;
    border-radius: 17px 0 0 15px;
    color: #333333;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 84px;
    margin-bottom: 1px;
    padding: 0 41px 0 20px;
    position: relative;
} */
.big_cart {
    float: right;
    width: 152px;
}
/*.product-info .price-old {
    color: #676666;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 7px 0 0;
    text-decoration: line-through;
}
.product-info .price-new {
    color: #000000;
    display: block;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1px;
}

.product-info .price-nativ {
    color: #000000;
    display: block;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 16px 0 0;
}
.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}      */
.price {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
}
.product-info .options {
    color: #000000;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}
.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

.product-info .cart div {
    float: left;
    vertical-align: middle;
}
.product-info .cart div > span {
    padding-top: 7px;
    display: block;
    color: #999;
}
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
    clear: both;
}
.product-info .review {
    border: 1px solid #E7E7E7;
    color: #4D4D4D;
    margin-bottom: 10px;
}
.product-info .review > div {
    padding: 8px;
    border-bottom: 1px solid #E7E7E7;
    line-height: 20px;
}
.product-info .review > div > span {
    color: #38B0E3;
}
.product-info .review .share {
    line-height: normal;
    overflow: auto;
    border: none;
}
.product-info .review .share a {
    text-decoration: none;
}
.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}
.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}
.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
    font-weight: bold;
}
.compare-info .price-old {
    font-weight: bold;
    color: #F00;
    text-decoration: line-through;
}
.compare-info .price-new {
    font-weight: bold;
}
/* wishlist */
.wishlist-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.wishlist-product td {
    padding: 7px;
}
.wishlist-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
    text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
    text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
    text-align: right;
}
.wishlist-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
    vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
    text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
    text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
    text-align: right;
}
.wishlist-product tbody .price {
    color: #F00;
}
.login-content {
    margin-bottom: 20px;
    overflow: auto;
}
.login-content .left {
    float: left;
    width: 48%;
}
.login-content .right {
    float: right;
    width: 48%
}
.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}
/* orders */
.order-list {
    margin-bottom: 10px;
}
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info {
    text-align: right;
}
.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}
/* returns */
.return-list {
    margin-bottom: 10px;
}
.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
    float: left;
    width: 33.3%;
}
.return-list .return-info {
    text-align: right;
}
.return-product {
    overflow: auto;
    margin-bottom: 20px;
}
.return-name {
    float: left;
    width: 33.3%;
}
.return-model {
    float: left;
    width: 33.3%;
}
.return-quantity {
    float: left;
    width: 33.3%;
}
.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}
.return-reason {
    float: left;
    width: 33.3%;
}
.return-opened {
    float: left;
    width: 33.3%;
}
.return-opened textarea {
    width: 98%;
    vertical-align: top;
}
.return-remove {
    float: left;
    width: 33.3%;
    padding-top: 90px;
    text-align: center;
    vertical-align: middle;
}
.return-additional {
    overflow: auto;
    margin-bottom: 20px;
}
.return-comment {
    float: left;
    width: 49%;
}
.return-captcha {
    float: right;
    width: 49%;
}
.download-list {
    margin-bottom: 10px;
}
.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
    float: left;
    width: 33.3%;
}
.download-list .download-info {
    text-align: right;
}
/* cart */
.cart-info table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.cart-info td {
    padding: 7px;
}
.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .remove, .cart-info thead .image {
    text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
    text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
    text-align: right;
}
.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {
    vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
    text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
    text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}
.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}
.cart-module .cart-heading {
    border: 1px solid #DBDEE1;
    padding: 8px 8px 8px 22px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
    cursor: pointer;
    background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
    background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}
.cart-total {
    border-top: 1px solid #DDDDDD;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
}
.cart-total table {
    float: right;
}
.cart-total td {
    padding: 3px;
    text-align: right;
}
/* checkout */
.checkout-heading {
    background: #F8F8F8;
    border: 1px solid #DBDEE1;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}
.checkout-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}
.checkout-content .left {
    float: left;
    width: 48%;
}
.checkout-content .right {
    float: right;
    width: 48%;
}
.checkout-content .buttons {
    clear: both;
}
.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.checkout-product td {
    padding: 7px;
}
.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}
.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}
.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #DDDDDD;
}
.contact-info {
    overflow: auto;
}
.contact-info .left {
    float: left;
    width: 48%;
}
.contact-info .right {
    float: left;
    width: 48%;
}
.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}
.sitemap-info .left {
    float: left;
    width: 48%;
}
.sitemap-info .right {
    float: left;
    width: 48%;
}
/* footer *
#footer {
    background: none repeat scroll 0 0 #F8F8F8;
    border-top: 3px solid #67A31B;
    clear: both;
    margin: 50px 0 0;
    min-height: 160px;
    padding: 25px 0 0;
    position: relative;
    width: 100%;
}
.foot_inner {
    margin: auto;
    min-height: 100px;
    padding: 0 0 36px;
    position: relative;
    width: 960px;
}
#footer h3 {
    color: #000000;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 8px;
}
#footer .column {
    float: left;
    width: 25%;
    min-height: 100px;
}
#footer .column ul {
    margin-top: 0px;
    margin-left: 8px;
    padding-left: 12px;
}
#footer .column ul li {
    margin-bottom: 3px;
}
#footer .column a {
    text-decoration: none;
    color: #000;
}
#footer .column a:hover {
    text-decoration: underline;
}
#powered {
    margin-top: 5px;
    text-align: right;
    clear: both;
}
/* banner */
.banner div {
    text-align: center;
    width: 100%;
}
.banner div img {
    margin-bottom: 20px;
}
.tab_cont {
    float: left;
}
.mini-cart-info table {
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%;
}
.mini-cart-info td {
    border-bottom: 1px solid #EEEEEE;
    color: #000000;
    padding: 10px 5px;
    vertical-align: top;
}
.mini-cart-info .image {
    width: 1px;
}
.mini-cart-info .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}
.mini-cart-info .name small {
    color: #666666;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info td.total {
    text-align: right;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-total {
    text-align: right;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    color: #000000;
    padding: 4px;
}

/*удаляем не работающий крестик для удаления*/
.mini-cart-info td.remove {
}
.tabs_wrapp {
    float: left;
    width: 100%;
}
.tab_cont > div {
    float: left;
}
#column-right + #content .tab-content {
    width: 96%!important;
}
#welcome a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
}
.cont_right_slide {
    float: right;
    text-align: left;
    width: 245px;
}
.cont_right_slide .product-grid.randprod > div {
    margin: 0 15px 25px 0;
    text-align: left;
    width: 105px;
}
.cont_right_slide .product-grid > div:nth-child(2n) {
    margin: 0 !important;
}
.cont_right_slide .product-grid.randprod {
    margin: auto;
    padding: 0 6px;
    text-align: left;
    width: 231px;
}
.cont_right_slide .box-content {
    background: none repeat scroll 0 0 #F6F6F6 !important;
    height: 395px;
}
.cont_right_slide .product-grid .image img {
    border: none;
}
.cont_right_slide .box {
    background: none repeat scroll 0 0 #F6F6F6 !important;
    border: 1px solid #DDDDDD;
}
.cont_right_slide .box .box-heading {
    padding: 15px 0 10px 10px;
}
.cont_right_slide + .slideshow {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding: 0 0 20px;
}
#filter-price .option_box {
    border: medium none !important;
    border-radius: 7px 7px 7px 7px;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    vertical-align: top;
    width: 185px !important;
}

#filter-price .option_name, #filter-price .attribute_group_name {
    background: url("../image/filter-bullet-down.png") no-repeat scroll right center transparent !important;
    color: #7E0000 !important;
    cursor: pointer !important;
    font-size: 18px !important;
    padding: 5px !important;
    text-decoration: underline !important;
}
#filter-price .ui-widget-content {
    background: none repeat scroll 0 0 #B2B2B2 !important;
    border: medium none !important;
    color: #333333 !important;
}

#slider-range {
    width: 180px !important;
}
#filter-price .price_slider {
    padding: 5px;
    padding-top: 0;
    margin-top: -20px;
    margin-bottom: 0px;
}
.box-content.filterpro {
    padding: 0 10px 5px;
}
.product-grid.randprod > div {
    float: left;
    margin: 0 72px 15px 0;
    width: 200px;
}

.product-grid.randprod > div:nth-child(4n) {
    margin: 0;
}
.cont_right_slide .product-grid .name a {
    height: 20px;
    overflow: hidden;
}
.cart a:hover {
    text-decoration: underline;
}
.cart a {
    text-decoration: none;
}
.contacts_wrapper {
    left: 250px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 470px;
}
#filterpro .attribute_group_name {
    color: #000000;
    font-weight: bold;
    padding-left: 0;
}
.option_name {
    color: #000;
}
#list_a {
    background: url("../image/list_a.png") no-repeat scroll 0 bottom transparent;
    display: inline-block;
    float: left;
    height: 24px;
    margin-left: 8px;
    margin-right: 5px;
    text-indent: -9999px;
    width: 25px;
}
#grid_b {
    background: url("../image/grid_a.png") no-repeat scroll 0 top transparent;
    display: inline-block;
    height: 24px;
    width: 25px;
}
#list_b {
    background: url("../image/list_a.png") no-repeat scroll 0 top transparent;
    display: inline-block;
    float: left;
    height: 24px;
    margin-left: 8px;
    margin-right: 5px;
    width: 25px;
}
#grid_a {
    background: url("../image/grid_a.png") no-repeat scroll 0 bottom transparent;
    display: inline-block;
    height: 24px;
    text-indent: -9999px;
    width: 25px;
}
.product-filter .display b {
    float: left;
    font-size: 13px;
    font-weight: normal;
    padding-top: 3px;
}
.wishlist a:hover {
    background: url("../image/iconimage.png") no-repeat scroll 0 -24px transparent;
}
.addtowishlist, div.wishlist > a {
    background: url("../image/iconimage.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 24px;
    margin: 4px 5px 0 3px;
    overflow: hidden;
    text-indent: -9999px;
    width: 25px;
}
.compare a:hover {
    background: url("../image/iconimage.png") no-repeat scroll -29px -24px transparent;
}
.addtocompare, div.compare > a {
    background: url("../image/iconimage.png") no-repeat scroll -29px 0 transparent;
    float: left;
    height: 24px;
    margin: 4px 0 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 25px;
}
.product-list .addtocompare, div.compare > a {
    background: url("../image/iconimage.png") no-repeat scroll -29px 0 transparent;
    float: right;
    height: 24px;
    margin: 4px 0 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 25px;
}

.product-list .addtowishlist, div.wishlist > a {
    background: url("../image/iconimage.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 24px;
    margin: 4px 5px 0 3px;
    overflow: hidden;
    text-indent: -9999px;
    width: 25px;
}

.compare a:hover + .tooltip2 {
    display: block;
}
.tooltip2 {
    display: none;
}
.tooltip2 {
    background-color: #FFFFFF;
    border: 1px solid #DFE1E4;
    bottom: 1px;
    color: #414141;
    font-family: 'Open Sans',sans-serif;
    margin-left: 0;
    opacity: 0.85;
    padding: 4px 10px;
    position: absolute;
    right: 5px;
    text-decoration: none;
    z-index: 10;
}
.product-list .tooltip2 {
    background-color: #FFFFFF;
    border: 1px solid #DFE1E4;
    bottom: -60px;
    color: #414141;
    font-family: 'Open Sans',sans-serif;
    margin-left: 35px;
    opacity: 0.85;
    padding: 4px 10px;
    position: absolute;
    right: 33px;
    text-decoration: none;
    width: 76px;
    z-index: 10;
}
.product-list .tooltip {
    background-color: #FFFFFF;
    border: 1px solid #DFE1E4;
    bottom: -60px;
    color: #414141;
    font-family: 'Open Sans',sans-serif;
    margin-left: 5px;
    opacity: 0.85;
    padding: 4px 10px;
    position: absolute;
    text-decoration: none;
    z-index: 10;
}
.cart .tooltip2 {
    background-color: #FFFFFF;
    border: 1px solid #DFE1E4;
    bottom: -32px;
    color: #414141;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px !important;
    margin-left: 0;
    opacity: 0.85;
    padding: 4px 10px !important;
    position: absolute;
    text-decoration: none;
    z-index: 10;
}
.cart .tooltip {
    background-color: #FFFFFF;
    border: 1px solid #DFE1E4;
    bottom: -32px;
    color: #414141;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px !important;
    margin-left: 5px;
    opacity: 0.85;
    padding: 4px 10px !important;
    position: absolute;
    text-decoration: none;
    z-index: 10;
}
.wishlist a:hover + .tooltip {
    display: block;
}
.tooltip {
    display: none;
}
.tooltip {
    background-color: #FFFFFF;
    border: 1px solid #DFE1E4;
    bottom: 1px;
    color: #414141;
    font-family: 'Open Sans',sans-serif;
    margin-left: 5px;
    opacity: 0.85;
    padding: 4px 10px;
    position: absolute;
    right: 5px;
    text-decoration: none;
    z-index: 10;
}
.co_wish_wrapp {
    position: relative;
    top: -58px;
}
.cont_right_slide .cart {
    display: none!important;
}
#top-link a {
    font-size: 17px !important;
}
#slmenu {
    background: none repeat scroll 0 0 #787878;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 4px 4px #C1BBBB !important;
    height: 35px;
    list-style: none outside none;
    margin: 35px auto 25px;
    padding: 0 0 0 20px;
    width: 960px;
}

.header_wrapper {
    width: 100%;
}
#content .box-heading, .content_bottom .box-heading {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 20px;
}
.content_bottom {
    margin: 0 auto;
    width: 960px;
}
.box-category ul li a {
        color: #565656;
    font-size: 15px;
    text-decoration: underline;
    border: medium none;
}

.box-category ul li a:hover {
    text-decoration: none;
}
.featured_list .box-product > div:nth-child(1) .image a div.numbers {
    background: url("../image/num/1.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 99;
}

.featured_list .box-product > div:nth-child(2) .image a div.numbers {
    background: url("../image/num/2.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 99;
}

.featured_list .box-product > div:nth-child(3) .image a div.numbers {
    background: url("../image/num/3.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 99;
}

.featured_list .box-product > div:nth-child(4) .image a div.numbers {
    background: url("../image/num/4.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 99;
}

.featured_list .box-product > div:nth-child(5) .image a div.numbers {
    background: url("../image/num/5.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 99;
}

.featured_list .box-product > div:nth-child(6) .image a div.numbers {
    background: url("../image/num/6.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 99;
}

.featured_list .box-product > div:nth-child(7) .image a div.numbers {
    background: url("../image/num/7.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 99;
}

.featured_list .box-product > div:nth-child(8) .image a div.numbers {
    background: url("../image/num/8.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 99;
}

.featured_list .box-product > div:nth-child(9) .image a div.numbers {
    background: url("../image/num/9.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 99;
}
#out{text-align:center;margin:0 auto;display:table;}
#in{display:table-cell;}
#in ul{float:left;margin:0;padding:0;}

#in li {
    float: left;
    list-style: none outside none;
}
.main_header {
    height: 150px;
    position: relative;
    width: 960px;
}
.box-heading.super {
    background: url("../image/super.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF !important;
    height: 27px;
    letter-spacing: 0 !important;
    padding: 3px 0 0 15px !important;
}
.timer_wrap {
    bottom: 20px;
    position: absolute;
    right: 35px;
    width: 137px;
}
.deadline {
    color: #000000 !important;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 4px;
}
.box.manufacturer .box-heading {
    margin: 0 0 0px 0;
}
.box-heading.super + .box-content {
    text-align: center;
}
.red.big_red {
    color: #990000;
    font-weight: bold;
    font-size: 22px;
}
#newyear span span {
    color: #000;
}
.box-heading.super + .box-content a {
    display: block;
    margin: 10px 0 0;
    text-decoration: underline;
}
.box-heading.super + .box-content a:hover {
    text-decoration: none;
}

.box-heading.super + .box-content .red.big {
    display: block;
    margin: 15px 0 10px;
}
.red {
    color: #9a0000;
}
.red.big {
    font-weight: bold;
    font-size: 18px;
}
.rating {
    font: 0/0 a;
    color: transparent;
    display: none!important;
}
.box-heading.seo_text {
    display: none;
}

.seo_box {
    background: none repeat scroll 0 0 transparent !important;
    box-shadow: none;
}
.seo_box .box-content {
    color: #818181;
    padding: 0 !important;
}
.box-heading.vkvidget {
    display: none;
}

.box.vkvidget_box {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    padding: 0 !important;
}
.vkvidget_box .box-content {
    padding: 0!important;
}

.vkvidget_box .box-content iframe {
    background: #fff;
}

.otzivi img {
    border-radius: 70px;
    border: 1px solid #b2b2b2;
    padding: 5px;
    float: left;
}

.ot_name {
    border: 1px solid #B2B2B2;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 0 7px;
    padding: 0 0 0 80px;
}
.img_wrapp {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 46px 0 0;
    float: left;
    height: 82px;
    margin: 0 6px 0 0;
    width: 82px;
}

.ot_title {
    font-style: italic;
}

.title_wrapper {
    margin: 0 0 5px 0;
}
.otzivi {
    margin: 0 0 10px 0;
}
.otzivi.last {
    margin: 0;
}
.last_li {
    margin: 0 !important;
    padding-bottom: 0 !important;
}
.product-list .pr_title filter
.class3 {
    margin-right: 0!important;
}

.product-grid .trans {
    background: url("../image/trans.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    height: 5px;
    position: absolute;
    width: 190px;
}
.more_href {
    color: #333333 !important;
}

.content_bottom_wrapp {
    width: 660px;
    margin: 0 0 0 245px;
}
#filter-price .price_limit {
    border: 1px solid #B2B2B2 !important;
    border-radius: 5px 5px 5px 5px !important;
    color: #800000 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    width: 50px !important;
    margin: 10px auto;
}
#filter-price .ui-widget-header {
    background: none repeat scroll 0 0 #FF8A13 !important;
    border: 0 none !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    padding: 0 !important;
}

#filter-price .ui-slider-horizontal {
    border: medium none;
    height: 5px !important;
}
#filter-price .ui-slider-handle {
    background: url("../image/fil_sli.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none !important;
    display: block;
    height: 13px !important;
    width: 11px !important;
}
#filter-price .ui-slider .ui-slider-handle {
    cursor: default;
    height: 15px;
    position: absolute;
    width: 5px;
    z-index: 2;
}
#filter-price .ui-slider-horizontal .ui-slider-handle {
    cursor: pointer;
    margin-left: -3px;
    top: -5px;
}

.iframe_style {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    height: 62px;
    height: 82px\0/;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width: 155px;
    width: 175px\0/;
}
.list .iframe_style {
    margin: -15px 0 10px -10px !important;
    margin: -15px 0 15px 0px\0/ !important;

}
.product-list > div.iframe_has .price, .product-grid > div.iframe_has .price {
    height: 120px !important;
    //height: 130px\0/ !important;
}
.netu .cart, .netu .co_wish_wrapp, .netu .iframe_style {
    display: none!important;
    font: 0/0 a;
    color: transparent !important;
}
.logo {
    text-decoration: none !important;
}
a.logo .slogan {
    color: #636363;
    font-size: 13px;
    margin: 0 0 0 19px !important;
    padding: 0;
    text-align: left;
    text-decoration: none !important;
}
.name_zvon {
    font-size: 16px;
    left: 428px;
    position: absolute;
    text-shadow: 1px 1px 1px #FFFFFF;
    top: 17px;
}
.zakajite {
    font-family: arial;
    font-size: 17px;
    text-decoration: underline;
    color: #CF0303;
    cursor: pointer;
}
.zakajite:hover {
    text-decoration: none;
}
.cont_num ul li {
    color: #000000;
    float: left;
    font-family: Arial;
    font-size: 16px;
    list-style: none outside none;
    position: relative;
    text-align: right;
    font-weight: bold;
}
.cont_num ul li span {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}
.big_text_phone {
    padding: 0 0 0 60px;
}
.small_text {
    color: #565656;
    position: absolute;
    top: 0;
}
.phone_up.first_phone {
    margin-right: 35px;
}
.avatar img {
    border-radius: 30px 30px 30px 30px;
    position: relative;
}
.author .author-info .title {
    color: #D13233;
    font-size: 13px;
}

.author .author-info .position {
    color: #8A8A8A;
    font-style: italic;
}

.author {
    float: left;
    margin: 0 0 23px;
    width: 180px;
}
.items_otzivi .comment {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 0 10px 0 10px;
    box-shadow: 0 0 3px #9A9A9A;
    color: #474747;
    float: left;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 20px;
    min-height: 37px;
    padding: 10px;
    position: relative;
}

.author .avatar {
    float: left;
    margin: 0 10px 0 0;
    width: 55px;
}
.arrow_c, .arrow {
    background: url("../image/corner.png") no-repeat scroll left top transparent;
    height: 20px;
    left: 15px;
    position: absolute;
    top: -19px;
    width: 21px;
}
#column-left .box, #column-right .box {
    box-shadow: none;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0;
}
#column-left .box .box-heading, #column-right .box .box-heading {
    border: medium none;
    color: #2C2C2C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px !important;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 auto 20px;
}
.recently_viewed .jcarousel-clip-vertical {
    height: 255px;
}
.recently_viewed .box-product .price-new {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 5px;
}
.recently_viewed .box-product .price-old {
    color: #7D7D7D;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
}

.recently_viewed .box-product li {
    float: left;
    list-style: none outside none;
}

.recently_viewed .jcarousel-item-vertical {
    margin: 0 0 10px;
}
#content .cart input[type="text"] {
    width: 10px;
       background: url("../image/backgrounds.png") repeat-x scroll center top #E8E8E8;
    border: 1px solid #CAC9C9;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    padding: 5px 5px 4px;
    text-decoration: none;
}
#content .cart input[type="text"], .ui-autocomplete-input {
       background: url("../image/backgrounds.png") repeat-x scroll center top #E8E8E8;
    border: 1px solid #CAC9C9;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    padding: 5px 5px 4px;
    text-decoration: none;
}
#content .cart input[type="text"]:hover, .ui-autocomplete-input:hover {

    background: url("../images/vmgeneral/backgrounds.png") repeat-x scroll 0 -40px #E8E8E8;
    color: #000000;
    text-decoration: none;
}
#content .product-info .cart a.fast_by:hover{
    background: none;
    text-decoration: none !important;
}
.fast_by{
    background: none repeat scroll 0 0 transparent !important;

}
#content .product-info .cart a.fast_by span {
    background: none repeat scroll 0 0 transparent !important;
    color: #2861B0;
    padding: 0;
    text-decoration: underline;
}
#content .product-info .cart a.fast_by {
    background: none repeat scroll 0 0 transparent !important;
}
#content .cart a.fast_by span:hover {
    text-decoration: none;
}
.oror {
    color: #7B7B7B;
    display: inline-block;
    margin: 0 -3px 0 9px;
}

.foot_inner a.logo .slogan {
    position: absolute;
    top: 60px;
    left: 10px;
}
.foot_inner .contacts_wrapper {
    top: 0;
}
.foot_inner .name_zvon {
    top: 31px;
}
#footer p.copyright {
    font-family: Arial;
    font-size: 16px;
    margin: auto;
    padding: 10px 0 0;
    width: 1150px;
    border-top: 1px solid #FFFFFF;
}
#footer span.design {
    float: right;
}
.design a {
    text-decoration: underline;
}

.custom.osobennosti {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 10px 0 10px;
    box-shadow: 0 0 3px #9A9A9A;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    margin: 0 0 10px;
    padding: 13px;
}
#content.content_information{
    overflow: hidden;
}

.why_we ul li {
    background: url("../image/galochki.png") no-repeat scroll 0 0 transparent;
    color: #222222;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    margin-bottom: 4px;
    min-height: 26px;
    padding: 3px 19px 0 35px;
    list-style: none;
}
ul {
    padding: 0;
}

.soputstvu_title {
    display: block;
}
.tover_name {
    margin-top: 5px;
}
.extra {
    margin: 5px 0;
}
.net_v_img {
    background: url("../image/saled.png") no-repeat scroll 0 0 transparent;
    height: 180px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 180px;
    z-index: 2;
}
#column-left + #column-right + #content .product-grid > div:hover .net_v_img {
    top: 25px;
}
.akciya_tolko {
    background: url("../image/content_f.png") repeat scroll 0 0 transparent;
    border: 1px solid #B8B8B8;
    border-radius: 0 0 0 0;
    box-shadow: none;
    float: left;
    font-size: 13px;
    margin: 0 10px 20px 0;
    padding: 10px;
    position: relative;
    width: 250px;
}
.zagol {
    font-size: 18px;
    font-weight: bold;
}
.gar_png {
    float: right;
    margin: -5px 0 0;
}
.soputstvu .button {
    display: none;
}
.box-product.soputstvu > div {
    width: 178px\0/ !important;
}

.foot_inner .cont_num {
    margin: -10px 0 0 0;
}
.phone_up > img {
    vertical-align: middle;
}
.button[onclick*="jv_qiuckorder"] > span {
    color: #000000;
    display: inline;
    text-decoration: underline;
}
.button[onclick*="jv_qiuckorder"] > span:hover {
    text-decoration: none !important;
}

.button[onclick*="jv_qiuckorder"] {
    text-decoration: none !important;
}

.tyajelo {
    border: 3px solid rgba(255, 0, 0, 0.27);
    border-radius: 0 15px 0 15px;
    font-size: 16px;
    left: 438px;
    line-height: 19px;
    padding: 4px 37px;
    position: absolute;
    text-align: center;
    top: 71px;
}
.cont_numbers ul li {
    list-style: none;
}

.cont_numbers img {
    width: 23px!important;
    margin: 0 2px 0 0;
    vertical-align: middle;
}

.cont_numbers {
    position: relative;
}

.le_phone {
    margin: 0;
    padding: 0;
}
.ri_phone {
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
}
.tyaje {
    background: url("../image/content_f.png") repeat scroll 0 0 transparent;
    border: 1px solid #B8B8B8;
    float: left;
    font-size: 13px;
    height: 120px;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 10px;
    text-align: center;
    width: 138px;
}
.tyaj_image {
    bottom: 3px;
    position: absolute;
    right: 51px;
    width: 40px;
}

.box-category > ul > li.parent {
    background: none repeat scroll 0 0 transparent;
}
[class^="category-"] a span, [class*=" category-"] a span {
    background-image: url("image/icon.png");
    background-position: 0 0 !important;
    background-repeat: no-repeat;
    float: left;
    height: 15px;
    margin: 0 7px 0 -5px;
    position: relative;
    text-align: center;
    width: 15px;
}
.block1 {
    float: left;
    margin: 0;
    text-align: center;
    width: 215px;
}
.block1_wrapper {
    margin: 0 auto 15px;
    overflow: hidden;
    width: 100%;
}

.normal{
    font-weight: normal !important;
}

.normal .big_bold {
    font-size: 18px;
    line-height: 23px;
}

.product-list .button.fast_by > span {
    display: block;
    margin: 5px 0 0 !important;
    text-decoration: none;
}

.box-product .your_economy {
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 5px auto 0;
}
.product-list .your_economy {
    display: block;
    font-size: 11px;
    margin: 5px auto 10px;
    text-align: right;
}
.product-info .your_economy {
    color: #777777;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0 auto;
    padding: 0 0 0 5px;
}
.product-grid .your_economy {
    display: block;
    font-size: 12px;
    font-weight: normal;
}


.dost_1 {
    border-right: 1px solid #B4B1B1;
    float: left;
    padding: 0 10px 0 0;
    width: 185px;
}
.dost_2 {
    float: left;
    width: 150px;
    border-left: 1px solid #fff;
    padding: 0 0 0 10px;
}

.odostavke {
    background: url("../image/content_f.png") repeat scroll 0 0 transparent;
    border: 1px solid #B8B8B8;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin: 0 10px 20px 0;
    padding: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 180px;
}
.zvon.akc_order {
    display: block;
    margin: 10px 0 0 0;
}
.strong {
    font-weight: bold;
}
.red_r{
    color: #ff0000;
}

.red_r.strong {
    display: block;
    margin: 0 0 10px;
}
.lightbox {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
.lightbox > div {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 6px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 5px #FFFFFF;
    color: #000000;
    display: inline-block;
    margin-top: 82px;
    overflow-y: scroll;
    padding: 20px;
    text-align: left;
    width: 709px;
}
.lightbox img {
    padding: 0;
}
.lightbox > div > a {
    color: #000000 !important;
    display: block;
    text-align: right;
    text-decoration: none;
}

.callback {
    text-align: center;
    margin: -10px auto 15px;
    display: block;
}

.zvon.akc_order {
    color: #2861B0;
}
.vis_mas_web {
position: absolute;
top: 155px;
left: 284px;
}
.vis_mas_web img {
    height: 28px;
    text-align: center;
}
.dost_phon {
    margin: 0 0 -5px 0!important;
    float: left;
}

ul.accordion-menu li, ul.accordion-menu li a {
    font-size: 14px;
}
.nivoSlider {
    margin: auto;
}

.simplecheckout-customer-same-address {
    display: none;
}

#simplecheckout_customer > .simplecheckout-block-heading {
    display: none;
}

#subscribe_row {
    display: none;
}

.simplecheckout-left-column {
    float: left;
    margin-right: 10px;
    max-width: 545px!important;
    min-width: 280px;
    width: 50%;
}
.bt_modal-body {
    overflow-x: hidden;
}
.detalnee {
    display: block;
    font-size: 14px;
    margin: 5px 0 0;
    text-align: right;
}

.besp_dost {
    margin: 10px 0;
}
.marka.block1 {
    margin: 20px 0 0;
}
.yellow.red {
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin: 5px 0 0 0;
}
.b-promo-tizer-item-h {
    border: 2px solid rgba(255, 0, 0, 0.27);
    border-radius: 0 10px 0 10px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75);
    position: relative;
}
.b-promo-tizer-item.mod_qpost .b-promo-tizer-body {
    padding-right: 80px;
}
.b-promo-tizer-body {
    height: 45px;
    padding: 5px;
    position: relative;
}
.b-promo-tizer-item.mod_qpost .b-promo-tizer-image {
    right: 15px;
    top: 8px;
}
.b-promo-tizer-image {
    bottom: 0;
    position: absolute;
    right: 0;
}

.b-promo-tizer-body p {
    position: relative;
}
.b-promo-tizer-foot {
    background: none repeat scroll 0 0 #E0E0E0;
    border-radius: 0 10px 0 0;
    color: #000000;
    font-weight: bold;
    margin: -1px 0px 0;
    padding: 6px 10px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.53);
    transition: background 0.2s linear 0s, color 0.15s linear 0s;
}
.b-promo-tizer-anchor {
    background: url("about:blank") repeat scroll 0 0 transparent;
    bottom: -1px;
    font: 0px/0 sans-serif;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 20;
}


.b-promo-tizer-item-h:hover .b-promo-tizer-foot {
    background: url("../image/topmenu-active.png") repeat-x scroll left top #960411;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
    color: #fff;
    transition: background 0.05s ease 0s, color 0.05s linear 0s;
}
.gara {
    font-weight: bold;
    margin: 10px 0 0 0;
    display: block;
    letter-spacing: 1px;
    font-size: 15px;
}

.breadcrumb > a {
    color: #0580E9;
    font-size: 12px;
}
ul.accordion-menu > li ul > li > a {
    font-size: 13px!important;
}
ul.accordion-menu > li ul li a.toggle-btn, ul.accordion-menu li ul li a.toggle-link {
    top: 3px !important;
}
ul.accordion-menu li ul ul {
    padding: 0 0 0 20px;
}
ul.accordion-menu li ul ul a {
    font-size: 12px!important;
}
.over_hid {
    height: 147px;
    overflow: hidden;
    position: relative;
    top: -15px;
    width: 100%;
}
.vnutri .box-content {
padding: 0 !important;
}
.top6 {
padding: 4px 0 0 0;
text-align: center;
font-weight: bold;
margin: 0 0 17px 0;
line-height: 21px;
}
.visilemail {
text-align: center;
font-size: 11px;
}
.detfan {
text-align: center;
}
.heig {
min-height: 124px;
}
.gar_blo {
    background: url("../image/content_f.png") repeat scroll 0 0 transparent;
    border: 1px solid #B8B8B8;
    margin: -10px auto 5px;
    padding: 10px;
}
.vkonta {
    float: left;
    margin: -71px 0 20px;
}
.vkonta .box-heading {
    margin: 0 0 25px !important;
}
.myconta .block1_wrapper {
margin: 0;
}

.simplecheckout-customer-one-column tr:nth-child(1) {
    display: none;
}

#simplecheckout_button_cart > span:hover {
    background: none repeat scroll 0 0 #636363;
}
.suda {
    margin: 0 0 0 10px;
    color: #737272;
    font-size: 11px;
}

.foot_inner .tyajelo {
    top: 38px;
    left: 342px;
}
.box-product.soputstvu {
    width: 100%!important;
}
.related-carousel {
    margin: 0 auto;
    overflow: hidden;
    width: auto !important;
}
.related-carousel li.related-info {
    margin: 0 11px;
    width: 190px;
}
.jcarousel-clip {
    overflow: hidden;
}
.jcarousel-prev, .jcarousel-next {
    cursor: pointer;
    display: block;
    height: 30px;
    width: 32px;
}
.jcarousel-prev {
    background: url("../image/prev-horizontal.png") no-repeat scroll 0 0 transparent;
    float: left;
}
.jcarousel-next {
    background: url("../image/next-horizontal.png") no-repeat scroll 0 0 transparent;
    float: right;
}
.jcarousel-prev:hover, .jcarousel-next:hover, .jcarousel-prev-disabled, .jcarousel-next-disabled {
    background-position: 100% 0;
}
#content .soputstvu .jcarousel-container {
    width: auto !important;
}
.soputstvu {
    width: auto !important;
}
.jcarousel-container {
    width: auto !important;
}
.fixeddiv {
    background: url("../image/fixeddiv.png") repeat scroll 0 0 transparent;
    float: left;
    height: 1px;
    width: 100%;
}
.jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-clip {
    overflow: hidden;
}
.jcarousel-clip-vertical {
    height: 530px;
}
.jcarousel-item {
}
.jcarousel-item-horizontal {

    margin-left: 0;
    margin-right: 10px;

}
.jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-item-placeholder {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
}
.jcarousel-next-vertical {
    background: url("../image/next-vertical.png") no-repeat scroll 0 0 transparent;
    bottom: 5px;
    cursor: pointer;
    height: 32px;
    left: 83px;
    position: absolute;
    width: 32px;
}
.jcarousel-next-vertical:hover, .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}
.jcarousel-next-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-next-disabled-vertical, .jcarousel-next-disabled-vertical:hover, .jcarousel-next-disabled-vertical:focus, .jcarousel-next-disabled-vertical:active {
    background-position: 0 -96px;
    cursor: default;
}
.jcarousel-prev-vertical {
    background: url("../image/prev-vertical.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 32px;
    left: 83px;
    position: absolute;
    top: 5px;
    width: 32px;
}
.jcarousel-prev-vertical:hover, .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}
.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-prev-disabled-vertical, .jcarousel-prev-disabled-vertical:hover, .jcarousel-prev-disabled-vertical:focus, .jcarousel-prev-disabled-vertical:active {
    background-position: 0 -96px;
    cursor: default;
}
.cover .homepagecategorywall {
    height: 210px !important;
    margin: 0 20px 20px 10px !important;
    overflow: hidden !important;
    position: relative !important;
    width: 190px !important;
}

.cover .homepagecategorywall:nth-child(3n) {
    margin-right: 0 !important;
}
.caption {
    float: left;
    height: 200px;
    margin-left: 3px;
    margin-top: 3px;
    padding: 5px;
    position: absolute;
    width: 170px !important;
}

#column-right .block1_wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px;
}

#column-right .block1 {
    width: 190px;
}

#column-right .block1 > img {
    width: 190px;
    margin: 0 auto 10px!important;
}

.center {
    text-align: center;
}
.bl1 {
    border: 1px solid #DDDDDD;
    float: left;
    height: 162px;
    margin: 0 15px 0 20px;
    padding: 10px;
    width: 379px;
}
.bl1.blo2 {
    margin: 0 0 0 15px;
}
.plus {
    color: #FF0000;
    float: left;
    font-size: 37px;
    padding: 85px 0 0;
}
.bl_wrap {
    float: left;
    margin: 10px auto 20px;
    width: 880px;
}
.biggera {
    clear: both;
    color: #FF0000 !important;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    font-size: 20px;
}
.now_po img {
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 20px;
}
.do_konc {
    text-align: center;
    margin: 0 0 5px 0;
}

.center.vash {
    float: left;
    margin: 0 0 10px;
    width: 283px;
}

.small {
    text-align: center;
    font-size: 11px;
    padding: 0 0 0 45px;
}

.now_po {
    margin: 5px 0 2px 0;
}

.center.akc2 {
    color: #FF6F6F;
    font-size: 29px;
    margin: 0 auto 10px;
}

.very_top_ul {
    margin: 0 auto;
    padding: 0;
}
.very_top_ul > li {
    float: left;
    height: 30px;
    list-style: none outside none;
}
.very_top_nav {
    background: url("../image/top_bg.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.very_top_ul a {
    background: url("../image/vtbg.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}
.very_top_ul li:last-child a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-right: 0;
}

.very_top_ul li:first-child a {
    padding: 0 10px 0 0;
}
.very_top_ul a:hover {
    text-decoration: underline;
}
.rejim_wrapp {
    font-size: 13px;
    left: 250px;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 115px;
    width: 460px;
}
.modal_href {
    border-bottom: 1px dashed #4D7CE6;
    position: relative;
    text-decoration: none;
    z-index: 0;
}
.modal_href:hover {
    border-bottom: none;
}
.rejim {
    color: #636363;
    margin: 0 40px 0 0;
}
.modal_href:after {
    background: url("../image/modal_href.png") no-repeat scroll right center transparent;
    content: "";
    height: 9px;
    position: absolute;
    right: -15px;
    top: 4px;
    width: 11px;
}

.blocks_wrapper .modal_href {
	color: #BB3534;
	border-color: #BB3534;
}

.blocks_wrapper .modal_href:after {
	display: none;
}

.top_nav {
    background: url("../image/cat_menu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none !important;
    border-radius: 4px !important;
    height: 46px;
    margin: 0 auto 20px;
    padding: 2px;
    width: 956px;
}
.banner_wrap {
    margin: 10px auto;
    position: relative;
    width: 982px;
}
.timer_banner div {
    color: #FFFFFF;
    display: inline-block;
    font-size: 28px;
    letter-spacing: 5px;
}
.timer_banner {
    left: 763px;
    position: absolute;
    top: 18px;
    font-weight: normal!important;
}
.dn {
    font-size: 14px !important;
    margin: 0 0 0 5px;
    letter-spacing: 0!important;
    font-weight: normal!important;
    font-family: arial!important;
}
.days_wrap div {
    letter-spacing: 0!important;
    font-family: arial!important;
}
.hours {
    font-weight: normal !important;
    margin: 0 0px 0 4px;
    text-align: center !important;
    width: 41px;
    font-family: arial!important;
}
.toch {
    font-weight: bold;
    width: 15px;
    font-family: arial!important;
}
.seconds {
    font-weight: normal !important;
    margin: 0 0 0 -2px;
    width: 42px;
    text-align: center;
    font-family: arial!important;
}
.minutes {
    font-weight: normal !important;
    margin: 0 -1px;
    text-align: center;
    width: 40px;
    font-family: arial!important;
}
.featured .box-content, .latest .box-content {
    margin: 0 auto -20px;
    padding: 0 105px !important;
}
.featured .jcarousel-next {
    background: url("../image/right.png") no-repeat scroll 0 0 transparent;
    float: right;
    position: absolute;
    right: -105px;
    top: 100px;
}
.featured .jcarousel-next:hover {
    background: url("../image/right.png") no-repeat scroll 0 0 transparent;
    float: right;
}
.featured .jcarousel-prev, .featured .jcarousel-next {
    cursor: pointer;
    display: block;
    height: 43px;
    width: 24px;
}
.featured .jcarousel-prev {
    background: url("../image/left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    left: -105px;
    position: absolute;
    top: 100px;
}
.featured .jcarousel-prev:hover {
    background: url("../image/left_h.png") no-repeat scroll 0 0 transparent;
    float: left;
}
.featured .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}
.featured .cart {
    float: right;
    margin: 16px 0 0;
    overflow: visible;
    width: 67px;
}
.featured .name {
    margin: 5px auto 10px;
}
.cart > a {
    background: url("../image/buy.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 18px !important;
    font-weight: bold;
    height: 32px;
    padding: 7px 0 0;
    text-align: center;
    text-decoration: none;
    width: 92px;
}
.cart > a:hover {
    background: url("../image/buy_h.png") no-repeat scroll 0 0 transparent;
    text-decoration: none;
}





a.button span, .cart > a span {
    color: #FFFFFF;
    display: inline-block;
    text-shadow: 0 1px 1px rgba(156, 83, 1, 0.8);
}








.latest .jcarousel-next {
    background: url("../image/right.png") no-repeat scroll 0 0 transparent;
    float: right;
    position: absolute;
    right: -35px;
    top: 100px;
}
.latest .jcarousel-next:hover {
    background: url("../image/right.png") no-repeat scroll 0 0 transparent;
    float: right;
}
.latest .jcarousel-prev, .latest .jcarousel-next {
    cursor: pointer;
    display: block;
    height: 43px;
    width: 24px;
}


.latest .jcarousel-prev {
    background: url("../image/left.png") no-repeat scroll 0 0 transparent;
    float: left;
    left: -35px;
    position: absolute;
    top: 100px;
}
.latest .jcarousel-prev:hover {
    background: url("../image/left_h.png") no-repeat scroll 0 0 transparent;
    float: left;
}
.latest .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
    width: 210px;
}
.featured .box-product .price-old {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}
.featured .box-product .price-new {
    color: #333333;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 0 !important;
}
.latest .box-product .price {
    color: #333333;
    font-size: 24px;
    display: block;
    float: left;
    font-weight: bold;
    margin: 8px 0 0 !important;
    position: relative;
    text-align: left;
}
.featured .box-product .price-old {
    color: #7D7D7D;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-decoration: line-through;
    top: 0;
    width: auto;
}
.latest .cart {
    float: right;
    margin: 4px 0 0;
}
.latest .name {
    margin: 0 auto 15px;
    min-height: 42px;
}
.latest .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 15px;
    width: 210px;
}


.footer_nav li {

    list-style: none;
}
.left_side_li {
    float: left;
    width: 130px;
}
.right_side_li {
    float: right;
    width: 130px;
}
.cont_num_footer li {
    font-size: 14px;
    line-height: 26px;
    list-style: none outside none;
}
.phone_up_footer > img {
    vertical-align: middle;
}

#footer ul{
    padding: 0 !important;
    margin: 0 !important;
}
.contacts_wrapper_footer {
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.footer_nav {
    left: 240px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    z-index: 10;
}
.foot_inner > div#search {
    position: absolute;
    right: 157px;
    top: 0;
}/*
#search input[type="text"] {
    background: url("../image/lupa.png") no-repeat scroll 97% center #F1F1F1;
    border: 1px solid #C1C1C1;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px #D5D5D5 inset;
    height: 35px;
    line-height: 35px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 35px 0 75px;
}
#search .button-search {
    background: url("../image/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 29px;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 62px;
}
#search .button-search:hover {
    background: url("../image/search_h.png") no-repeat scroll 0 0 transparent;
} */

.scial_list > li {
    float: left;
    list-style: none outside none;
    margin: 0 15px 0 0;
}

.scial_list {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}

li.marg_right_none {
    margin-right: 0;
}
#footer div.copyright {
    font-family: Arial;
    font-size: 10px;
    left: 0;
    margin: auto;
    padding: 10px 0 0;
    position: absolute;
    top: 92px;
}
.blog-record-list-small > div {
    float: left;
    margin: 0 25px 0 0;
    width: 220px;
}
.blog-record-list-small a {
    font-size: 18px!important;
    line-height: 23px!important;
}
.blog-child_divider {
    border-bottom: medium none!important;
    line-height: 1px;
    margin-bottom: 2px;
    overflow: hidden;
}

.box.latest {
    margin: 0 0 40px;
}
.seo_text {
    clear: both;
    /*float: left;*/
    margin: 0 auto 20px !important;
}
.seo_text p, .seo_text h1 {
    color: #767676 !important;
}

.slmenu ul li.tlli a.active:hover, .slmenu ul li.tlli:hover a.active {
    color: #114989;
}
.product-grid > div {
    float: left;
    height: 355px;
    margin-bottom: 30px;
    position: relative;
    width: 240px;
}
.product-grid .name {
    clear: both;
    height: 43px;
    margin: 10px auto 5px;
    overflow: hidden;
}
.product-grid > div:hover {
z-index: 99;
}
.product-grid .description {
    clear: both;
    float: none !important;
    font-size: 13px !important;
    line-height: 19px;
    padding: 10px 0 !important;
}
.product-grid > div:nth-child(3n) {
    margin-right: 0 !important;
}

.product-grid > div:hover .name {
    height: auto;
}
.inner_grid {
    height: 355px;
    overflow: hidden;
    padding: 15px 5px;
    position: relative;
}
.inner_grid:hover {
    background-color: #FFFFFF;
    border: 2px solid #FFAE20;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 13px 0 rgba(54, 69, 102, 0.5);
    height: auto;
    margin: -2px;
    overflow: visible;
    z-index: 99;
}
.pcd {
    margin: auto;
    width: 220px;
}
.need_help_wrapper {
    background: url("../image/help.png") no-repeat scroll right bottom transparent;
    height: 190px;
    margin: auto;
    position: relative;
    width: 960px;
}
.yellow_lines {
    border-bottom: 3px solid #67A31B;
    border-top: 3px solid #67A31B;
    height: 190px;
    margin: 30px 0;
}
.title_help {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 20px;
}
.galo > li {
    background: url("../image/galo.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 16px;
    line-height: 24px;
    list-style: none outside none;
    padding: 0 0 0 25px;
}
.help_image {
    float: left;
    margin: 0 10px 0 0;
}
.need_help {
    left: 0;
    position: absolute;
    top: 15px;
}

.call_now {
    left: 320px;
    position: absolute;
    top: 15px;
}
.tkani_mater {
    position: absolute;
    right: 230px;
    top: 40px;
}
.call_title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}
.call_now_list > li {
    font-size: 13px;
    list-style: none outside none;
    margin: 0 0 4px;
    text-align: right;
}
.call_now_list {
	float: right;
	margin: 0px;
	font-size: 13px;
}
.call_now_list .modal_href {
    margin: 0 15px 0 0;
}
.tkani_mater li {
    font-size: 16px;
    line-height: 24px;
    list-style: none outside none;
}
.tkani_mater a {
    font-size: 16px;
}

.yellow_line {
    background: none repeat scroll 0 0 #FFA500;
    height: 3px;
    margin: 0 0 30px;
    width: 100%;
}
.right .cart #button-cart {
    background: #BB3534; /*url("../image/buy_big.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 20px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    border-radius: 3px;
    width: 340px;
    margin-bottom: 20px;
}   /*
.right .cart #button-cart:hover {
    background: url("../image/buy_big.png") no-repeat scroll 0 -54px rgba(0, 0, 0, 0);
}
.big_cart .button.active:hover {
    background: url("../image/buy_big_h.png") no-repeat scroll 0 0 transparent;
}     */

.peice_economy {
    float: left;
}

.big_cart .stock > img {
    margin: 0 5px 0 0;
}

.top_tex {
    color: #888888;
    margin: 0 0 10px;
}

.top_tex > span {
    padding: 0 8px 0 0;
    font-size: 12px;
}

.price_cart_wrapper {
    overflow: hidden;
}
.blocks_wrapper {
    /*border-bottom: 2px solid #EAEAEA;*/
    color: #515151;
    font-size: 12px;
    line-height: 18px;
    margin: 40px 0 0px;
    overflow: hidden;
    padding: 0 0 20px;
    width: 100%;
}
.bloks_n {
    /*float: left;*/
    margin: 0;
    border-top: 1px solid #EAEAEA;
    padding-top: 10px;
    padding-bottom: 10px;
}       /*
.bloks_n.third {
float: right;
margin-right: 0;
width: 130px;
}         */
.bloks_n_title {
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    margin: 0 0 2px;
    padding: 3px 0 0;
}
.bloks_n_title > img {
    margin: 0 7px 4px 0;
    vertical-align: middle;
}
.one .bloks_n_title > img {
    margin: -6px 7px 0 0;
}

.bloks_n.one {
    position: relative;
}

.akc {
    color: #FF0000;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    top: -20px;
}

.help_prod .title_help {
    font-size: 18px;
    margin: 0px;
    color: #6E6E6E;
}

.help_prod .help_image {
    margin-right: 6px;
}

.help_prod .galo > li {
    background: url("../image/galo_prod.png") no-repeat scroll left center transparent;
    font-size: 13px;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 18px;
}


.help_prod {
    float: left;
    color: #6E6E6E;
    font-size: 11px;
}
.call_now_list img {
    margin: 0 2px 0 0;
    vertical-align: middle;
}
.product_bottom .recently_viewed .box-content {
    width: 225px;
}

.product_bottom .recently_viewed {
}

.blog-record-list .image.blog-image {
    margin: 0 15px 0 0;
}

.blog-heading_title {
    border-bottom: medium none !important;
    height: auto !important;
    line-height: 21px !important;
    margin-bottom: auto !important;
    width: 100% !important;
}

#myModalCall .modal-dialog {
    width: 280px;
}
.one_click_order {
    /*background: none repeat scroll 0 0 #F3F4F5;
    border: 1px solid #E6E6E7;
    border-radius: 4px;*/
    /*float: left;*/
    margin: 0px auto;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    /*width: 433px;*/
}
.one_click_order_inner {
    height: 40px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    width: auto;
}

#one_click_phone {
    /*background: url("../image/one_cl.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);*/
    background: #F9F9F9;
    /*border-radius: 3px;*/
    color: #9A9A9A;
    height: 16px;
    padding: 10px;
    width: 300px;
}
.one_click_order_inner > input:active, .one_click_order_inner > input:focus {
    color: #333333 !important;
}
#button-oneclick {
    /*background: url("../image/one_cl_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background: #FEE31A;
    border: medium none !important;
    color: #000;
    display: block;
    font-size: 15px !important;
    height: 38px;
    letter-spacing: 0 !important;
    line-height: 38px;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    top: 0px;
    width: 127px;
    cursor: pointer;
}
#button-oneclick:hover {
    background-position: 0 -34px;
}
.phone_error {
    color: #E11414;
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
    max-width: 340px;
}

.prod_carus_wrapp {
    /*overflow: hidden;*/
}

.prod_carus_wrapp .box.latest.latest-carousel.prod_rel {
    float: left;
    margin: 0 10px 0 0;
    width: 730px;
}
.prod_carus_wrapp .box.recently_viewed {
    float: left;
    width: 220px;
}
.prod_carus_wrapp .box.recently_viewed .box-heading {
    font-size: 27px !important;
    margin: 0 0 40px !important;
}

.slmenu ul li.tlli > a.active, .slmenu ul li.tlli > a:hover, #menu > ul > li:hover > a {
    background: url("../image/active_bg.png") repeat-x scroll center bottom rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    border-radius: 0 0 0 0 !important;
    color: #FFFFFF !important;
}
.slmenu ul li.tlli {
    background: url("../image/sepa.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    margin: 0 auto;
    position: relative;
    text-align: left;
}
.slmenu ul li.tlli:last-child {
    background: none;
}
.slmenu ul li a.tll {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #114989;
    display: table-cell;
    font-family: arial;
    font-size: 14px;
    height: 46px;
    line-height: 16px;
    margin: 0 auto !important;
    padding: 0 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 96px;
    z-index: 6;
}
#menu > ul#topnav {
    padding: 0 0 0 5px;
}
#header #cart .heading {
    background: url("../image/cart_ba.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 59px;
    margin-left: 155px;
    position: relative;
    width: 216px;
    z-index: 1;
    text-shadow: none;
}

.pod_image {
    vertical-align: middle;
}

.title_help.center > span {
    padding: 0 10px;
}
#total_total + .simplecheckout-cart-total, #total_total + .simplecheckout-cart-total + .simplecheckout-cart-total {
    display: none !important;
}
.modal-dialog.load_dislog {
    width: 800px;
}

#more_products{
    text-align: center;
}
#more_products a{
    display: inline-block;
    padding: 15px 30px;
    margin: 20px 0px;
    color: #fff;
    border-radius: 5px;
    font-size: 26px;

    background: #329a1c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzMyOWExYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzNmYTgxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzMyOWExYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MmE4MWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #329a1c 1%, #3fa81f 50%, #329a1c 52%, #42a81f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#329a1c), color-stop(50%,#3fa81f), color-stop(52%,#329a1c), color-stop(100%,#42a81f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #329a1c 1%,#3fa81f 50%,#329a1c 52%,#42a81f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #329a1c 1%,#3fa81f 50%,#329a1c 52%,#42a81f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #329a1c 1%,#3fa81f 50%,#329a1c 52%,#42a81f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #329a1c 1%,#3fa81f 50%,#329a1c 52%,#42a81f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#329a1c', endColorstr='#42a81f',GradientType=0 ); /* IE6-8 */


}

.title_help > span {
    font-size: 18px;
}

.simplecheckout-cart-total.simplecheckout-cart-buttons {
    display: none;
}

.title_help.nad_nij {
    margin: 55px 0 0 !important;
}

.title_help.nad_nij > span {
    float: left;
}
.wtroba {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 50px;
}

#min_price, #max_price {
    width: 30px;
}

.akcii_hr {
    display: block;
    margin: auto;
    width: 982px;
}

.logo.active {
    text-decoration: none;
}
.pic_div > img {
    float: left;
    margin: 0 10px 0 0;
    max-width: 38px;
}
.pic_div {
    float: left;
    margin: 0 60px 0 0;
    width: 200px;
}
.pic_div.time.no_mar_right {
    float: right;
    margin-right: 0;
    width: 180px;
}
.pic_div > div {
    float: left;
    width: 150px;
}
.picto {
    border-bottom: 3px solid #67A31B;
    border-top: 3px solid #67A31B;
    margin: 20px auto 30px;
    overflow: hidden;
    padding: 25px 0;
}
.pic_div.time.no_mar_right > div {
    width: 115px;
}
#filter label {
    color: #0580E9;
    font-weight: normal;
    text-decoration: underline;
}

#filter input {
    margin: 0;
    vertical-align: middle;
}

input[disabled=""] + label {
    color: #CCCCCC !important;
}

.sog_zu {
    overflow: hidden;
    width: 100%;
}
.very_top_nav div#welcome {
    background: none repeat scroll 0 0 #0F4E94;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}
.very_top_nav_inner {
    width: 960px;
    margin: 0 auto;
}
.zvonok_hr {
    border-bottom: 1px dashed #0580E9;
    position: relative;
    text-decoration: none;
    z-index: 10;
}
.zvonok_hr:hover {
    border-bottom: none;
}

.zvonok_hr:before {
    background: url("../image/zvonok_bg.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    content: "";
    height: 14px;
    left: -15px;
    position: absolute;
    top: 1px;
    width: 14px;
}
.phone_num1 {
    background: url("../image/head_life.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 0 0 0 35px;
}
.phone_num2 {
    background: url("../image/head_star.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin: 0 10px;
    padding: 0 0 0 20px;
}
.phone_num3 {
    background: url("../image/head_mts.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 0 0 0 36px;
}

.box.homepagecategorywall_wrapper {
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3)inset ;
    padding: 25px 30px;
}

.cat_late .homepagecategorywall span {
    text-transform: lowercase;
}
.homepagecategorywall_title {
    color: #333333 !important;
    font-size: 18px !important;
    text-decoration: none;
}
.homepagecategorywall a {
    color: #333333;
    font-size: 14px;
    line-height: 21px;
}

.box-homepagecategorywall ul li {
    margin: 0 !important;
    padding: 0 !important;
}

.box-homepagecategorywall img {
    border: medium none !important;
    margin: 15px auto;
    padding: 0 !important;
}

.homepagecategorywall .li_cat_late {
    color: #0580E9;
    text-decoration: underline;
}

.homepagecategorywall .li_cat_late:hover {
    text-decoration: none;
}

.box-homepagecategorywall ul a:hover {
    text-decoration: none;
}
.box-homepagecategorywall .latest_div {
    margin-right: 0 !important;
}

.cat_late > span {
    text-transform: lowercase;
}

.featured ul > li {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 240px;
    list-style: none
}
.button-block .button {
    display: block;
    margin: 0 auto;
}
#content .product-grid .cart .button, #content.content_con .box.featured .cart .button, #content .box.featured .cart .button, .content_bottom .cart .button, .button-block .button {
    background: url("../image/buy_cat.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px !important;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 67px;
}
#content .product-grid .cart .button:hover, #content.content_con .set_cart .cart .button:hover, #content.content_con .box.featured .cart .button:hover, #content .box.featured .cart .button:hover, .content_bottom .cart .button:hover, .button-block .button:hover {
    background-position: 0 -34px;
}
.name {
    height: 43px;
    margin: 10px 0 0;
    overflow: hidden;
}
.box.featured {
    overflow: hidden;
    background: url(../image/lates.png) no-repeat bottom center;
}
.price_nal {
    float: left;
    position: relative;
}
.box-product .price, .product-grid .price {
    color: #333333;
    display: table-cell;
    font-size: 24px;
    font-weight: bold;
    height: 45px;
    vertical-align: bottom;
}
#content .in_stock, .content_bottom .in_stock {
    background: url("../image/in_stock.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #4DA000;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 20px;
}
#content .cart {
    float: right;
    margin: 16px 0 0;
    overflow: visible;
    width: 67px;
}
.box-product .image {
    display: block;
    margin-bottom: 0;
}
.jcarousel-prev-disabled.jcarousel-prev-disabled-horizontal {
    background: url("../image/left_dis.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.seo_text h2 {
    color: #767676;
    font-weight: bold;
}

.contacts_wrapper_footer .phone_num2 {
    margin: 0;
    background: url("../image/head_star.png") no-repeat scroll 15px center rgba(0, 0, 0, 0);
}
.contacts_wrapper_footer .phone_num0 {
    margin: 0;
    background: url("../image/phone_home.png") no-repeat scroll 15px center rgba(0, 0, 0, 0);
}

#logo_foot .logo > img {
    width: 150px;
}
.slogan_foot {
    color: #555555;
    font-size: 14px;
    margin: 5px 0 0;
    text-decoration: none;
}
.left_side_li > a {
    font-size: 14px;
    line-height: 24px;
}

#footer .footer_nav > ul {
    float: left;
}
#footer .footer_nav > ul.class0 {
    float: left;
    margin: 0 50px 0 0 !important;
}

.design > a:hover {
    text-decoration: none;
}

.zvo_foot {
    border-bottom: 1px dashed #1996C4;
    text-decoration: none;
}
.zvo_foot:hover {
    border-bottom: none;
    text-decoration: none;
}

.zvonok_foot {
    background: none repeat scroll 0 0 #EDEDED;
    border-radius: 5px;
    display: block;
    float: right;
    font-size: 12px;
    padding: 5px 10px;
    right: 0;
    text-decoration: none;
    margin: 10px 0 0 0;
}
.viewed .image {
    float: left;
    margin: 0 10px 0 0;
}
.viewed .name > a {
    color: #4D7CE6;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}
.viewed .name {
    height: 35px;
    margin: 0;
}

.viewed .price-old {
    color: #7D7D7D;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    margin: 0 5px 0 0;
}
.viewed .price-new, .viewed .price {
    color: #333333;
    font-size: 14px;
}
.viewed .price-new {
    color: #333333;
    font-size: 14px;
}
.viewed .price {
    height: auto;
}
#column-left .viewed .box-product > div {
    min-height: 85px;
    width: 220px;
}
#column-left li {
    list-style: none outside none;
}
.related-carousel_vert .jcarousel-item.jcarousel-item-vertical, #column-left .viewed ul > li {
    min-height: 85px;
    width: 220px;
}
.jcarousel-prev.jcarousel-prev-vertical {
    background: url("../image/vert_up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 14px;
    left: 83px;
    position: absolute;
    top: -30px;
    width: 24px;
}
.jcarousel-next.jcarousel-next-vertical {
    background: url("../image/vert_down.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -20px;
    cursor: pointer;
    height: 14px;
    left: 83px;
    position: absolute;
    width: 24px;
}
.related-carousel_vert .jcarousel-clip-vertical {
    height: 255px;
    margin: 45px 0 0;
}
.jcarousel-prev.jcarousel-prev-vertical {
    background: url("../image/vert_up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 14px;
    left: 83px;
    position: absolute;
    top: -30px;
    width: 24px;
}
.content_bottom .box.featured {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto -30px !important;
}
#filterpro .price_slider input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #E6E6E7;
    border-radius: 5px;
    color: #676767;
    font-weight: normal;
    min-width: 40px;
    padding: 4px 5px;
    width: 40px;
}
.price_slider.collapsible label {
    color: #676767;
    cursor: auto;
}
.option_box table label {
    color: #0580E9;
    font-size: 13px;
    text-decoration: underline;
}
#filterpro_box .clear_filter {
    border-bottom: 1px dashed;
    float: right;
    font-size: 12px;
    line-height: 14px;
    margin: 4px 0 0;
    text-decoration: none;
}
#filterpro .option_name, #filterpro .attribute_group_name {
    border-bottom: 1px dashed #676767 !important;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 !important;
    position: relative;
}
#filterpro .hided {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
}
.corn_er {
    background: url("../image/filter-bullet-down.png") no-repeat scroll right center rgba(0, 0, 0, 0) !important;
    display: block;
    height: 6px;
    position: absolute;
    right: -15px;
    top: 9px;
    width: 11px;
}
.hided .corn_er {
    background: url("../image/filter-bullet-up.png") no-repeat scroll right center rgba(0, 0, 0, 0) !important;
    display: block;
    height: 6px;
    position: absolute;
    right: -15px;
    top: 7px;
    width: 11px;
}
#filterpro .collapsible {
    height: auto !important;
    overflow: visible !important;
    padding-left: 0 !important;
}
#filterpro input {
    margin: 0 4px 0 0 !important;
    padding: 0;
}
#filterpro .option_name:hover, #filterpro .attribute_group_name:hover {
    border: medium none !important;
    margin: 0 0 6px;
}
.option_box table label {
    color: #0580E9;
    font-size: 13px;
}
#filter_categories tr > td {
    vertical-align: top;
}
.ui-slider-horizontal {
    height: 5px !important;
    padding: 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url("../image/slid.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    color: #1C94C4;
    font-weight: bold;
    height: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 11px !important;
}
.ui-widget-content {
    border: medium none !important;
    border-radius: 0 !important;
    color: #333333;
}
.option_box tr > td:first-child {
    float: left;
    margin: 2px 0 0 !important;
    padding: 0 !important;
}
#filterpro .option_box {
    border-radius: 0 !important;
    display: block;
    margin: 0 0 10px;
    padding: 0 !important;
    vertical-align: top;
    width: 220px;
}
#filterpro #slider-range {
    margin-left: 0 !important;
    margin-right: 11px !important;
    margin-top: 10px !important;
}
#filterpro_box .clear_filter:hover {
    border: medium none;
}
#filterpro_box .box-content {
    margin: -7px 0 0 !important;
    padding: 0;
}
.price_slider.collapsible label {
    color: #676767;
    cursor: auto;
}
.option_box table label span {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #7D7D7D;
    display: inline-block;
    font-size: 13px !important;
    margin: 0 0 0 -4px;
    padding: 0 0 0 4px;
}
.option_box table label:hover{
    text-decoration:none;
}
.price_slider.collapsible label {
    text-decoration: none;
}

.colorbox.button_pop.cboxElement {
    background: url("../image/plus.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.colorbox.button_pop.cboxElement {
    background: url("../image/plus.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    display: block;
    font: 0px/0 a;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    z-index: 10;
}
#content .product-info .cart {
    color: #4D4D4D;
    float: right;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: auto;
}
.none {
    display: none;
}
.manufacturer_opis > span {
	color: #000;
    padding: 0 10px 0 0;
}
.manufacturer_opis .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.manufacturer_opis .tab-description a {
	border-bottom: 1px dotted #555;
}
.manufacturer_opis {
    font-size: 14px;
    /*margin: -5px 0 5px;*/
    /*float: left;*/
    margin-top: 10px;
    margin-bottom: 0px;
}
.manufacturer_opis a {
	color: #555;
	text-decoration: none;
}
.prod-left {
	float: left;
	width: 205px;
	margin-right: 10px;
}                      /
.product-info .cart_sto_inf {
    /*border: 1px solid #E6E6E7;
    border-radius: 3px;
    padding: 13px 17px 13px 15px;*/
    position: relative;
}
.stock_inf {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: -10px;
    float: none !important;
    left: 40px;
    margin: auto;
    padding: 0 5px;
    position: absolute;
    text-align: center;
}
/*
.bloks_n.two {
    margin: 0 0 0 25px;
} */

#content .viewed .box-product ul > li {
    float: left;
    margin: 0 45px 0 0;
    width: 220px;
    list-style: none;
}

#content .viewed .name > a {
    color: #0580E9;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
}

#content .viewed .name {
    height: 45px;
    margin: 0;
}
#content .viewed .price-new {
    color: #272b32;
    font-size: 18px;
}

#content .viewed .price-old {
    color: #7D7D7D;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

#content .viewed .price {
    height: 35px;
}
#content .viewed.related-carousel_vert .box-product {
    padding: 0 90px;
    position: relative;
}
#content .viewed.related-carousel_vert .jcarousel-prev.jcarousel-prev-disabled-horizontal {
    background: url("../image/prev-horizontal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    left: -90px;
    position: absolute;
    top: 17px;
}
#content .viewed.related-carousel_vert .jcarousel-prev {
    background: url("../image/left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 43px;
    left: -90px;
    position: absolute;
    top: 17px;
    width: 19px;
}
#content .viewed.related-carousel_vert .jcarousel-prev-disabled.jcarousel-prev-disabled-horizontal {
    background: url("../image/left_dis.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 43px;
    width: 19px;
}
#content .viewed.related-carousel_vert .jcarousel-next {
    background: url("../image/right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 43px;
    position: absolute;
    right: -40px;
    top: 17px;
    width: 20px;
}

li {
    list-style: none outside none;
}

.product-grid {
    float: left;
}

.cl_ajax.cl_ajax_disabled {
    display: none;
}
.cl_ajax_wrapper {
    margin: 25px 0;
    text-align: center;
}
.cl_ajax {
    background: url("../image/active_bg.png") repeat-x scroll center bottom rgba(0, 0, 0, 0) !important;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    text-align: center;
}

.subcat .box-product > div {
    border: 1px solid #E6E6E7;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 5px;
    min-height: 200px;
    padding: 20px 15px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 140px;
}
.subcat .box-product > div.last_cat_egory {
    margin-right: 0;
}

.subcat .box-product > div:hover a {
    text-decoration: none;
}

.all_href {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.novossti-i-obzori .box-heading > a {
    display: inline-block;
    font-size: 15px;
}
.modal-content .breadcrumb {
    display: none;
}
.simplemodal-wrap {
    height: auto !important;
}
.social {
    left: 505px;
    position: absolute;
    top: 0;
}
.faceb {
    margin: 5px 0 0;
}
.product-info .out_stock.ojidan {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 0 0 -17px;
    padding: 0 0 0 5px !important;
}

.pri {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 15px;
}

span.modal-title {
	font-weight: bold;
}

#header #cart .heading > span {
	display: block;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    height: 21px;
    left: 60px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 12px;
}

#cartpopup_title {
	display: block;
	margin-bottom: 10px;
    margin-top: 10px;
	color: #00a930;
    font-size: 18px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

.product-head .prd-head {
	float: left;
	max-width: 840px;
	width: 65%;
	margin-bottom: 20px;
}

.product-head h1 {
	padding: 0px;
	margin: 0px;
}

.product-head .price {
	float: right;
	text-align: left;
	width: 300px;
}

.clear {
	clear: both;
}

.product-head .prd-rating {
	font-size: 12px;
	color: #A4A4A4;
	padding-top: 5px;
}

.product-info .price-new, .product-info .price-nativ {
	color: #1A5294;
	font-size: 34px;
}

.product-info .price-old {
 	color: #A4A4A4;
 	text-decoration: line-through;
 	font-size: 24px;
 	padding-left: 10px;
}

.title-stock_inf {
    margin: auto;
    padding: 0 5px;
    text-align: left;
}
      /*
#content-prd {
	width: 100%;
	margin: 0 auto;
}    */

.prd-header {
	max-width: 1180px;
	margin: 0 auto;
}

.tabs-cont {
	width: 100%;
	background: #fff;
	border-top: 1px solid #eee;
}

.prod-r-top {
	background: #fff;
	border: 1px solid #E6E6E7;
	position: absolute;
	top: 20px;
}

.product-info .price {	margin-bottom: 20px;
}

.prod-r-top .text {
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

.prod-r-top .text img {
vertical-align: middle;
padding-bottom: 3px;
padding-right: 10px;
}

@media (max-width: 875px) {
	.product-info > .left + .right {
		float: left;
		width: 100%;
	}
	.right .cart #button-cart {
		width: 300px;
		margin-left: 10px;
	}
	.htabs a {
		font-size: 16px;
	}
	.prod-r-top {		position: relative;
		top: 0px;
	}
	.product-head .prd-head {		width: 100%;
	}
}

.product-head {	min-height: 100px;
}