html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font-family: arial;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding: 0;
}
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: #12075e;
    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; }
.clearfix {
    height: 0;
}
/* layout */
#container {
    background: none repeat scroll 0 0 transparent;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    text-align: left;
    width: 960px;
}
#column-left {
    float: left;
    width: 225px;
}
#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: 660px;
    padding: 0;
}
#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: 27px;
}
#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: 21px;
    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("../images/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: 246px;
    position: absolute;
    top: 48px;
    width: 400px;
    z-index: 15;
}
#header .button-search {
    background: url("../images/buttons.png") no-repeat scroll 0 0 transparent;
    border-color: #B5B5B5 #BEBEBE #6D6D6D #989898;
    border-radius: 5px 0 0 5px;
    border-style: solid;
    border-width: 1px;
    color: transparent;
    cursor: pointer;
    font: 0px/0 a;
    height: 45px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    width: 50px;
}

#header #search input {
    background: url("../images/lupa.png") no-repeat scroll 98% center #F1F1F1;
    border: 1px solid #C1C1C1;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    height: 45px;
    line-height: 45px;
    padding: 0 40px 0 90px;
    width: 267px;
}
#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: 11;
}
#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 {
    border-bottom: 1px solid #CCCCCC;
    height: 37px;
    margin-bottom: 15px;
    padding: 0 5px 15px;
}
#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.active {
    color: #000000;
    text-decoration: underline;
}
#menu > ul > li > a {
    color: #7F7F7F;
    display: block;
    font-size: 16px;
    line-height: 14px;
    padding: 12px 11px 11px;
    position: relative;
    text-decoration: none;
    z-index: 6;
}
#menu > ul > li > a:hover {
    text-decoration: underline;
}
#menu > ul > li > div {
    background: none repeat scroll 0 0 #2E2E2E;
    border: 1px solid #000000;
    display: none;
    padding: 5px;
    position: absolute;
    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("../images/header-menu-marker.png") no-repeat scroll right center transparent;
    color: #FFFFFF;
    display: block;
    min-width: 120px;
    padding: 4px;
    text-align: left;
    text-decoration: none;

}
#menu > ul > li ul > li > a:hover {
    background-color: #F7571F;
}
#menu > ul > li ul > li {
    background: url("../images/menu-li-bg.gif") repeat-x scroll center bottom transparent;
}
#menu > ul > li > div > ul > li > a {
    color: #FFFFFF;
}
.breadcrumb {
    color: #000000;
    margin-bottom: 10px;
}
.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
}
.success {
    background: url("../images/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%;
    transition: all 0.3s ease-in-out 0s;
    width: 870px;
    z-index: 9999 !important;
}
.warning {
    background: #FFD1D1 url("../images/warning.png") 10px center no-repeat;
    border: 1px solid #F8ACAC;
}
.attention {
    background: #FFF5CC url("../images/attention.png") 10px center no-repeat;
    border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
    cursor: pointer;
    height: 24px;
    opacity: 1 !important;
    padding-right: 4px;
    padding-top: 4px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
}
.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 25px;
    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 {
    background: url("../images/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  {
background: url("../images/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: 30px;
    line-height: 16px;
}
.htabs a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #C2CFE0;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #C2CFE0;
    border-top: 1px solid #C2CFE0;
    box-shadow: 0 -2px 10px rgba(186, 204, 230, 0.1);
    color: #114989;
    display: none;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-right: 3px;
    padding: 7px 15px 6px;
    text-align: center;
    text-decoration: none;
}
.htabs a.selected {
    background: none repeat scroll 0 0 #329A1C;
    border-left: 1px solid #329A1C;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #329A1C;
    border-top: 1px solid #329A1C;
    color: #FFFFFF;
    padding-bottom: 7px;
    position: relative;
}
.tab-content {
    border-top: 2px solid #329A1C;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px 0 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
/* box */
.box {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 40px;
}

.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("../images/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("../images/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("../images/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("../images/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-products .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;
    height: 200px;
    line-height: 200px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}


.box-product .image a img {
    max-width: 200px;
    vertical-align: middle;
}


.box-product .image img {

}
.box-product .name a {
    color: #0580E9;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 4px;
    text-align: center;
}

.box-product .price-old {
    color: #000000;
    display: block;
    font-size: 15px;
    text-decoration: line-through;
}
.box-product .price-new {
    color: #9A0000;
    font-size: 18px;
    font-weight: bold;
}
.box-product .rating {
    display: block;
    margin-bottom: 4px;
}

.box-products .image {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
}




/* box category */
.box-category {
    margin: 0 0 0 -15px;
    width: 225px;
}
.box-category ul li.parent > a {
    background: url("../images/parent.png") no-repeat scroll 5px center transparent;
    margin: 0 0 0 -15px;
    padding-left: 25px;
}
li.parent a.active {
    background: url("../images/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("../images/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 {

}
.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #E7E7E7;
}
.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("../images/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 {
    color: #A71114;
    float: right;
    font-size: 18px;
    font-weight: normal;
    margin-left: 8px;
    text-align: right;
}
.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;
	height: 200px;
    line-height: 200px;
    margin-bottom: 10px;
    padding: 5px;
    vertical-align: middle;
    width: 200px;
}
.product-grid .image img {
    padding: 0;
	 max-width: 200px;
    vertical-align: middle;
}
.product-grid .name a {
    color: #0580E9;
    display: block;
    font-size: 18px;
    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;
    float: left;
    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: -13px;
    width: auto;
}
.product-grid .price-new {
    color: #333333;
    display: block;
    font-size: 22px;
    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("../images/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-bottom: 5px;
    width: 100%;
}
.product-info > .left {
    float: left;
    margin-right: 15px;
}
.product-info > .left + .right {
    margin-left: 550px;
    margin-top: 0px;
}
.product-info .image {
    float: left;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}
.product-info .image-additional {
    width: 260px;
    margin-left: -10px;
    clear: both;
    overflow: hidden;
}
.product-info .image-additional img {
    border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.product-info .description {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #4D4D4D;
}
.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("../images/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 {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    color: #000000;
}
.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 {
    border-bottom: 1px solid #E7E7E7;
    color: #4D4D4D;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 5px 10px;
    position: relative;
}
.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("../images/arrow-right.png") 10px 50% no-repeat;
}
.cart-module .active {
    background: #F8F8F8 url("../images/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 #FFFFFF;
    border-top: 2px solid #329A1C;
    clear: both;
    margin: 50px 0 0;
    min-height: 100px;
    padding: 30px 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 {
    display: none;
}
.tabs_wrapp {
    float: left;
    width: 100%;
}
.tab_cont > div {
    float: left;
}
#column-right + #content .tab-content {
    width: 96%!important;
}
#welcome a {
    color: #990000;
    font-size: 13px;
    font-weight: bold;
}
.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("../images/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: 240px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 470px;
}
#filterpro .attribute_group_name {
    color: #000000;
    font-weight: bold;
    padding-left: 0;
}
.option_name {
    color: #000;
}
#list_a {
    background: url("../images/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("../images/grid_a.png") no-repeat scroll 0 top transparent;
    display: inline-block;
    height: 24px;
    width: 25px;
}
#list_b {
    background: url("../images/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("../images/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("../images/iconimage.png") no-repeat scroll 0 -24px transparent;
}
.addtowishlist, div.wishlist > a {
    background: url("../images/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("../images/iconimage.png") no-repeat scroll -29px -24px transparent;
}
.addtocompare, div.compare > a {
    background: url("../images/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("../images/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("../images/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;
}

.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;
}
.nivoSlider {
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}
.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 20px;
    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;
}
.most_popular_list .box-product > div:nth-child(1) .image a div.numbers {
    background: url("../images/num/1.png") no-repeat scroll 0 0 transparent;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 99;
}

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

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

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

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

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

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

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

.most_popular_list .box-product > div:nth-child(9) .image a div.numbers {
    background: url("../images/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: 105px;
    position: relative;
    width: 960px;
}
.box-heading.super {
    background: url("../images/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;
}
.nivo-controlNav {
    bottom: 13px;
    height: 22px;
    position: absolute;
    text-align: center;
    z-index: 99;
}
.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("../images/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("../images/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;
}
a.logo .slogan {
    color: #565656;
    font-size: 11px;
    margin: -4px 0 0 !important;
    padding: 0;
    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: #329A1C;
    float: left;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    list-style: none outside none;
    position: relative;
    text-align: right;
}
.big_text_phone {
    padding: 0 0 0 60px;
}
.small_text {
    color: #12075e;
    font-weight: bold;
    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("../images/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;
}
.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 .box-products 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("../images/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("../images/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;
}

.button-search {
    background: url("../images/topmenu-active.png") repeat-x scroll left top #960411;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: left;
    margin: -1px 4px 0 0;
    padding: 4px 7px;
}
.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("../images/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("../images/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("../images/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("../images/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("../images/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("../images/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("../images/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("../images/prev-horizontal.png") no-repeat scroll 0 0 transparent;
    float: left;
}
.jcarousel-next {
    background: url("../images/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("../images/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("../images/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("../images/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;
    width: 960px;
}
.very_top_ul > li {
    float: left;
    height: 30px;
    list-style: none outside none;
}
.very_top_nav {
    background: url("../images/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("../images/vtbg.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-weight: bold;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-decoration: none;
}
.very_top_ul li:last-child a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 0 0 20px;
}
.very_top_ul li:first-child a{
   padding: 0 20px 0 0;
}
.very_top_ul a:hover {
    text-decoration: underline;
}
.rejim_wrapp {
    float: left;
    margin: 10px 0 0;
    text-align: left;
    width: 460px;
}
.modal_href {
    border-bottom: 1px dashed #0580E9;
    position: relative;
    text-decoration: none;
}
.modal_href {
    border-bottom: 1px dashed #0580E9;
    position: relative;
    text-decoration: none;
    z-index: 10;
}
.modal_href:hover {
    border-bottom: none;
}

.rejim {
    color: #12075e;
    font-weight: bold;
    font-size: 14px;
    margin: 0 5px 0 0;
    top: -10px;
    position: relative;
}

.modal_href:after {
    background: url("../images/modal_href.png") no-repeat scroll right center transparent;
    content: "";
    height: 9px;
    position: absolute;
    right: -15px;
    top: 4px;
    width: 11px;
}
.top_nav {
    background: url("../images/cat_menu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none !important;
    border-radius: 4px 4px 4px 4px !important;
    height: 46px;
    margin: auto;
    padding: 2px;
    width: 956px;
}
.banner_wrap {
    margin: 10px auto;
    position: relative;
    width: 982px;
}

.search_wrap {
    margin: 10px auto;
    position: relative;
    width: 962px;
}

.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;
}
.most_popular .box-content, .latest .box-content {
    padding: 0 35px !important;
}
.most_popular .jcarousel-next {
    background: url("../images/right.png") no-repeat scroll 0 0 transparent;
    float: right;
    position: absolute;
    right: -35px;
    top: 100px;
}
.most_popular .jcarousel-next:hover {
    background: url("../images/right.png") no-repeat scroll 0 0 transparent;
    float: right;
}
.most_popular .jcarousel-prev, .most_popular .jcarousel-next {
    cursor: pointer;
    display: block;
    height: 43px;
    width: 24px;
}


.most_popular .jcarousel-prev {
    background: url("../images/left.png") no-repeat scroll 0 0 transparent;
    float: left;
    left: -35px;
    position: absolute;
    top: 100px;
}
.most_popular .jcarousel-prev:hover {
    background: url("../images/left_h.png") no-repeat scroll 0 0 transparent;
    float: left;
}
.most_popular .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}
.most_popular .box-product .price-old {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}

.most_popular .box-product .price-new {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}
.most_popular .box-product .price {
    color: #9A0000;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 0;
    text-align: left;
}
.most_popular .box-product .price-old {
   color: #7d7d7d;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-decoration: line-through;
    top: -10px;
    width: auto;
}
.most_popular .cart {
    float: right;
    margin: 4px 0 0;
}
.most_popular .name {
    margin: 0 auto 10px;
	min-height: 42px;
}
.most_popular .jcarousel-item-horizontal {
    border: 1px solid #BFBFBF;
    margin-left: 0;
    margin-right: 14px;
    padding: 10px 5px 20px;
	width: 260px;
	height: 340px;
	
}
.cart > a {
    background: url("../images/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("../images/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("../images/right.png") no-repeat scroll 0 0 transparent;
    float: right;
    position: absolute;
    right: -35px;
    top: 100px;
}
.latest .jcarousel-next:hover {
    background: url("../images/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("../images/left.png") no-repeat scroll 0 0 transparent;
    float: left;
    left: -35px;
    position: absolute;
    top: 100px;
}
.latest .jcarousel-prev:hover {
    background: url("../images/left_h.png") no-repeat scroll 0 0 transparent;
    float: left;
}
.latest .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
    width: 210px;
}
.latest .box-product .price-old {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}
.latest .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;
}
.box-product .price {
    display: block;
    float: left;
    font-weight: bold;
    margin: 6px 0 0 !important;
    position: relative;
    text-align: left;
}
.latest .box-product .price-old {
    color: #7D7D7D;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-decoration: line-through;
    top: -10px;
    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 {
    width: 250px;
}
.footer_nav li {

    list-style: none;
}
.left_side_li {
    float: left;
    width: 125px;
}

.right_side_li {
    float: right;
    width: 125px;
}
.cont_num_footer li {
    font-size: 18px;
    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 {
    left: 0;
    position: absolute;
    text-align: right;
    top: 0;
}
.footer_nav {
    left: 230px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    width: 250px;
}
.foot_inner > div#search {
    position: absolute;
    right: 157px;
    top: 0;
}
#search input[type="text"] {
    background: url("../images/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("../images/search.png") no-repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 14px !important;
    height: 38px;
    left: 0;
    line-height: 38px;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 1px rgba(156, 83, 1, 0.8);
    top: 1px;
    width: 67px;
}
#search .button-search:hover {
    background: url("../images/search_h.png") no-repeat scroll 0 0 transparent;
}

#search_header input[type="text"] {
    background: url("../images/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;
	width: 855px;
}

#search_header .button-search {
    background: url("../images/search.png") no-repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 14px !important;
    height: 38px;
    left: 0;
    line-height: 38px;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 1px rgba(156, 83, 1, 0.8);
    top: 1px;
    width: 67px;
}
#search_header .button-search:hover {
    background: url("../images/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 {
    bottom: 28px;
    font-family: Arial;
    font-size: 14px;
    margin: auto;
    padding: 10px 0 0;
    position: absolute;
    right: 0;
}

.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: 40px 0 0 !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: 335px;
    margin-bottom: 20px;
    position: relative;
    width: 240px;
}
.product-grid .name {
    clear: both;
    height: 43px;
    margin: 10px auto 15px;
    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;
}
.inner_grid {
    height: 315px;
    overflow: hidden;
    padding: 15px 10px;
    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: 210px;
}
.need_help_wrapper {
    background: url("../images/help.png") no-repeat scroll right bottom transparent;
    height: 190px;
    margin: auto;
    position: relative;
    width: 960px;
}
.yellow_lines {
    border-bottom: 3px solid #FFA500;
    border-top: 3px solid #FFA500;
    height: 190px;
    margin: 30px 0;
}
.title_help {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 20px;
}
.galo > li {
    background: url("../images/galo.png") no-repeat scroll left center transparent;
    font-size: 16px;
    list-style: none outside none;
    margin: 0 0 2px;
    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: 16px;
    list-style: none outside none;
    margin: 0 0 4px;
    text-align: right;
}
.call_now_list .modal_href {
    margin: 0 15px 0 0;
}
.tkani_mater li {
    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%;
}
.big_cart .button.active {
    background: url("../images/buy_big.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    font-size: 25px;
    font-weight: bold;
    height: 40px;
    padding: 14px 0 0;
    text-align: center;
    width: 152px;
}
.big_cart .button.active:hover {
    background: url("../images/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;
}

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

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

.price_cart_wrapper {
    overflow: hidden;
}
.blocks_wrapper {
    border-bottom: 2px solid #EAEAEA;
    font-size: 13px;
    height: 105px;
    line-height: 18px;
    margin: 40px 0 20px;
    padding: 0 0 20px;
}
.bloks_n {
    float: left;
    margin: 0 22px 0 0;
}
.bloks_n.third {
    margin-right: 0;
}
.bloks_n_title {
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    margin: 0 0 2px;
}
.bloks_n_title > img {
    margin: 0 7px 0 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: 20px;
}

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

.help_prod .galo > li {
    background: url("../images/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;
}
.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 #EAEAEA;
    border-radius: 4px 4px 4px 4px;
    margin: 15px auto;
    overflow: hidden;
    padding: 15px 20px;
}
.one_click_order_inner {
    height: 40px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    width: 390px;
}
#one_click_phone {
    background: url("../images/one_cl.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px 3px 3px 3px;
    color: #9A9A9A;
    height: 16px;
    min-width: 350px;
    padding: 10px;
}
.one_click_order_inner > input:active, .one_click_order_inner > input:focus {
    color: #333333 !important;
}
#button-oneclick {
    background: url("../images/one_cl_btn.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 30px;
    margin: 0 !important;
    padding: 7px 0 0;
    position: absolute;
    right: 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(156, 83, 1, 0.8);
    top: 1px;
    width: 127px;
}
#button-oneclick:hover {
    background: url("../images/one_cl_btn_h.png") no-repeat scroll center center transparent;
}

.phone_error {
    color: #E11414;
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.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;
}

.tlli > a.active, .tlli > a:hover {
    background: url("../images/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;
	height: 22px;
}
.tlli {
    background: url("../images/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: 18px;
    margin: 0 !important;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    z-index: 6;
}
#header #cart .heading {
    background: url("../images/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 {
    margin: 20px auto 30px;
    overflow: hidden;
}
.pic_div.time.no_mar_right > div {
    width: 115px;
}
#filter label {
   
    font-weight: normal;
    text-decoration: inherit;
}

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

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

.sog_zu {
    overflow: hidden;
    width: 100%;
}

.button_search {
    background: url("../images/search.png") no-repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 14px !important;
    height: 38px;
    left: 0;
    line-height: 38px;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 1px rgba(156, 83, 1, 0.8);
    top: 0px;
    width: 67px;
	border: none;
	
}
.button_search:hover {
    background: url("../images/search_h.png") no-repeat scroll 0 0 transparent;
}
