.checkout-content select#adres_id{
width: 300px;
}

.mini-cart-info tdhtml {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
}
body, td, th, input, textarea, select, a {

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}
h1 {
    font-size: 24px;
    margin-bottom: 14px;
}
h2 {
    font-size: 20px;
    margin-bottom: 12px;
}
h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
h4 {
    font-size: 14px;
    margin-bottom: 8px;
}
h5 {
    font-size: 12px;
    margin-bottom: 6px;
}
h6 {
    font-size: 11px;
    margin-bottom: 4px;
}
p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
}
a, a:visited, a b {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
ol {
    counter-reset: item;
    list-style-type: none;
    margin: 0 0 0 15px;
}
ol li:before {
    content: counter(item) "  ";
    counter-increment: item;
}


form {
    padding: 0;
    margin: 0;
    display: inline;
}
input, textarea {
    box-shadow: none;
    border-radius: 0px 0px 0px 0px;
}
input[type='text'], input[type='email'], input[type='password'], textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DFDFDF #EFEFEF #EFEFEF #DFDFDF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    padding: 6px 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
}
input:focus, textarea:focus {
    box-shadow: none;
}
select {
    padding: 3px;
    border-style: solid;
    border-color: #DFDFDF #EFEFEF #EFEFEF #DFDFDF;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    background: none repeat scroll 0 0 #FFFFFF;
    width: auto;
    height: auto;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
}
label, input {
    cursor: pointer;
    display: inline!important;
}
input, textarea, select, .uneditable-input {
    margin-bottom: 10;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: 5px;
}
pre {
    background: none;
    border: none;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    font-family: inherit;
    color: inherit;
}

.success-notification {
    padding: 15px 40px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #555555;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 60px;
    right: 20px;
    max-width: 300px;
    z-index: 999999;
}
.success-notification {
    background: #fdfdfd url('../images/success.png') 10px center no-repeat;
border: 1px solid #ECE8E8;
}



.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin: 10px auto;
    color: #555555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    max-width: 900px;
}
.success {
    background: #EAF7D9 url('../images/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
}
.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 {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}
.required {
    color: #FF0000;
    font-weight: bold;
}
.error {
    display: block;
    color: #FF0000;
}
.help {
    font-size: 10px;
    font-weight: normal;
    display: block;
}


table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form tr td:first-child {
    width: auto;
}
table.form td {
    padding: 4px;
}
input.large-field, select.large-field {
    width: 300px;
}
table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    margin-bottom: 20px;
}
table.list td {
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
table.list thead td {
    background-color: #F7F7F7;
    padding: 0 5px;
}
table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}
table.list tbody td {
    vertical-align: top;
    padding: 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;
}
table.radio {
    width: 100%;
    border-collapse: collapse;
}
table.radio td {
    padding: 5px;
    vertical-align: middle;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr.highlight:hover td {
    background: #F3F3F3;
    cursor: pointer;
}
table.radio label {
    width: 100%;
    height: 15px;
    display: inline-block;
}




a.button, input.button {
    border: 1px solid;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
a.button {
    padding: 4px 8px;
}
input.button {
    margin: 0;
    padding: 4px 8px;
}
a.button:hover, input.button:hover, .ei-title h4 a.button:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
a.button-exclusive, input.button-exclusive {
    border: 1px solid;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
a.button-exclusive {
    text-decoration: none;
    padding: 5px 5px;
}
input.button-exclusive {
    margin: 0;
    padding: 10px 20px;
}
a.button-exclusive:hover, input.button-exclusive:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.buttons {
    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 { width:100%;

         line-height: 8px;
}
.htabs a { outline: none;
           background: #FFFFFF;
           padding: 12px 15px;
           float: left;
           font-size: 13px;
           font-weight: bold;
           text-align: center;
           margin-right: 8px;
           display: none;
}
.htabs a.selected {
    padding-bottom: 12px;
    font-weight: bold;
}
.tab-content article {  padding: 15px;  border-bottom: 1px solid #F3F3F3;
                       border-left: 1px solid #F3F3F3;
                       border-right: 1px solid #F3F3F3; }


.wrapper {
    min-width: 298px; background-color: #fff!important;
    background-image: none;
    background-position: top center!important;
    background-repeat: repeat!important;
    background-attachment: scroll!important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    
}
#container {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#header {
    padding: 0px;
    overflow: visible;
}
#midsection {
    margin: 27px auto 10px;
    overflow: visible;
}
#column-left {
    float: left;
    width: 219px!important;
    margin-left: 0px;
    margin-bottom: 0px;
}
#column-right {
    float: right;
    width: 216px!important;
    margin-left: 20px;
    margin-bottom: 25px;
}

textarea#content { padding: 10px;    margin:0px;}

#lrc + #content {
    width: 740px;
}

#content {
    margin-bottom: 20px;
    padding: 15px 0;
}
#content-home {
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
}
#content-home .span {
    margin-left: 0;
    width: 100%;
}
#column-left + #column-right + #content, #column-left + #content {
    padding: 20px;
}
#column-right + #content {
    margin-right: 235px;
    padding: 20px;
}
#footer {
    margin-top: 15px;
}
#ccp {
    margin: 0 auto;
}
.span-first-child {
    margin-left: 0!important;
    clear: left!important;
}
.span3 {
    clear: none;
}
.span9 .row-fluid, .span10 .row-fluid, .span11 .row-fluid, .span12 .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

#t-header {
    min-height: 150px;
    padding-bottom: 22px;
    position: relative;
    z-index: 99;
    clear: both;
}

#t-header #logo {
    position: relative;
    padding: 30px 5px 15px;
    width: 350px;
}


#lc_dropdown {
    position: absolute;
    top: 42px;
    right: 0;
}
#currency .arrow, #language .arrow {
    background: url(../images/arrow-down-gray.png) no-repeat 100% 50%;
    padding: 7px 0 7px 7px;
    width: 8px;
    height: 8px;
    position: relative;
    float: right;
    cursor: default;
}
#language.dropdown_l {
    right: 125px;
    padding: 1px 0 1px;
    position: absolute;
    z-index: 1000;
    font-size: 11px;
    min-width: 117px;
    text-align: right;
}
#currency.dropdown_l {
    right: 0;
    padding: 20px 20px 1px 0px;
    position: absolute;
    z-index: 1000;
    font-size: 11px;
    min-width: 117px;
    text-align: right;
}
.dropdown_l ul {
    display: none;
    margin: 3px 0 0;
    padding: 2px 10px 5px;
    list-style-type: disc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    width: 95px;
}
.dropdown_l .selected_l, .dropdown_l li, .dropdown_l li a {
    display: block;
    padding-bottom: 0;
    text-decoration: none;
    text-align: left;
}
.dropdown_l li a {
    padding: 5px 0 0;
    font-size: 11px;
}
.dropdown_l .selected_l {
    line-height: 21px;
    float: right;
    cursor: default;
}
.dropdown_l .options_l {
    cursor: pointer;
    left: 0;
    line-height: 11px;
    display: none;
    clear: both;
}
#language img {
    cursor: pointer;
    display: inline-block;
    padding: 5px 4px 3px 0;
    margin-right: 0;
    vertical-align: top;
}


#t-header #cart {
    position: absolute;
    top: 72px;
    right: 15px;
    z-index: 9;
    min-width: 180px;
}
#t-header #cart .heading {
    float: right;
    margin-right: 0;
    margin-top: 0;
    padding: 25px 0 3px 30px;
    position: relative;
    z-index: 100;
}
#t-header #cart .heading h5 {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}
#t-header #cart .heading a span {
    padding: 10px 0;
    height: 24px;
    line-height: 24px;
}
#visualcart_order {
    padding-top: 4px;
}

#t-header #cart .content {
    clear: both;
    display: none;
    position: relative;
    top: 0;
    padding: 8px;
    padding-bottom: 2px;
    min-height: 96px;
    min-width: 350px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
#t-header #cart.active .heading {
    margin-top: 0;
    padding-bottom: 10px;
}
#t-header #cart.active .content {
    display: block;
}
.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
.mini-cart-info .name {
    padding-top: 11px;
}
.mini-cart-info td {
    color: #000000;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #F1F1F1;
    margin-top:10px;
}
.mini-cart-info .image {
    width: 1px;
}
.mini-cart-info .image img {
    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;
    border-bottom: 1px solid #F1F1F1;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    color: #000000;
    padding: 4px;
}
#t-header #cart .checkout {
    text-align: center;
    clear: both;
    margin: 15px auto 10px;
}
#t-header #cart .checkout a:hover {
    color: #FFFFFF!important;
}
#t-header #cart .empty {
    padding-top: 50px;
    text-align: center;
}


#t-header #search {
    position: absolute;
    float: right;
    clear: both;
}
#t-header .button-search input { background:transparent!important; border:0px!important;}
#t-header .button-search {
    position: absolute;
    right: 5px;
    top: 3px;
    background: url('../images/button-search.png') center center no-repeat;
    width: 28px;
    height: 24px;
    cursor: pointer;
}
#t-header #search input.search {
    width: 96%;
    text-shadow: 0 1px 0 #FFFFFF;
    background: none repeat scroll 0 0 #FAFAFA;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    margin: 0 24px 0 0;
    padding: 5px 0 5px 10px;
    font-size: 13px;
    font-style: italic;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
}
#t-header #search input:focus {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#t-header .links {
    position: absolute;
    top: 18px;
    right: 0px;
    font-size: 10px;
    padding-right: 20px;
    float: right;
    clear: both;

}
#t-header .links a {
    float: left;
    display: block;
    padding: 0;
    font-size: 12px;
    /*padding-right: 20px;;*/
    line-height: 12px;
}
#t-header .links a + a {
    margin-left: 14px;
    padding-left: 14px;
}


#menu {
    margin: 0;
    padding-right: 7px;
    margin-top:27px;
}
#menu h1 {
    text-transform: none;
}
#menu #homepage {
    display: block;
    float: left;
    height: 38px;
    min-width: 44px;
    margin-bottom: 0;
    padding: 0px 0px;
    position: relative;
}
#menu #homepage a {
    line-height: 38px;
}
#menu #homepage img {
    position: absolute;
    top: 12px;
    left: 15px;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
    padding-right: 10px;
}
#menu > ul > li > span, #menu > ul > li > a {
    line-height: 38px;
    background: url(../images/arrow-down-gray.png) no-repeat scroll 100% 50% transparent;
    display: block;
    padding: 0px 15px 0px 10px;
    margin-bottom: 0;
    height: 38px;
    z-index: 6;
    position: relative;
    cursor: pointer;
}
#menu > ul > li > div {
    display: none;
    position: absolute;
    z-index: 5;
    padding: 10px 5px 5px;
}
#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 {
    padding: 7px 9px;
    display: block;
    white-space: nowrap;
    min-width: 150px;
}
#menu > ul > li > div > ul > li > div {
    display: none;
    position: absolute;
    left: 170px;
    margin-top: -37px;
    z-index: 5;
    padding: 5px;
}
#menu > ul > li > div > ul > li:hover > div {
    display: table;
}
#menu > ul > li > div > ul > li > div > ul {
    display: table-cell;
}
#menu > ul > li > div > ul > li ul + ul {
    padding-left: 20px;
}
#menu > ul > li > div > ul > li ul > li > a {
    padding: 7px 9px;
    display: block;
    white-space: nowrap;
    min-width: 120px;
}


#menu-category-wall ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu-category-wall > ul > li {
    position: relative;
    float: left;
    z-index: 20;
    padding-right: 10px;
}
#menu-category-wall > ul > li > a {
    line-height: 38px;
    background: url(../images/arrow-down-gray.png) no-repeat scroll 100% 50% transparent;
    display: block;
    padding: 0px 15px 0px 10px;
    margin-bottom: 0;
    height: 38px;
    z-index: 6;
    position: relative;
    cursor: pointer;
}
#menu-category-wall > ul > li > div {
    display: none;
    position: absolute;
    z-index: 5;
    padding: 10px 25px 10px;
    margin-left: 0;
}
#menu-category-wall > ul > li > div > div {
    margin-left: 12px;
    margin-bottom: 20px;
    width: 220px;
}
#menu-category-wall > ul > li > div > div > div.image {
    text-align: center;
}
#menu-category-wall > ul > li > div > div > div.image img {
    max-width: 80px;
}
#menu-category-wall > ul > li:hover > div {
    display: block;
}
#menu-category-wall > ul > li > div > ul {
    display: table-cell;
}
div.menu-category-wall-sub-name {
    padding-left: 7px;
    margin-bottom: 1px;
}
div.menu-category-wall-sub-name a {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 30px;
    padding-bottom: 8px;
}
div.menu-category-wall-sub-name + div > ul > li {
    padding: 4px 0;
}
div.menu-category-wall-sub-name + div > ul > li a {
    padding: 0px 0px 0px 7px ; display:block;
}


#menu_brands ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu_brands > ul > li {
    position: relative;
    float: left;
    z-index: 19;
    padding-right: 10px;
}
#menu_brands > ul > li > a {
    line-height: 38px;
    background: url(../images/arrow-down-gray.png) no-repeat scroll 100% 50% transparent;
    display: block;
    padding: 0px 15px 0px 10px;
    margin-bottom: 0;
    z-index: 6;
    position: relative;
    cursor: pointer;
}
#menu_brands > ul > li > div {
    display: none;
    position: absolute;
    z-index: 5;
    padding: 15px 5px 0px 10px;
    margin-left: 0;
}
#menu_brands > ul > li:hover > div {
    display: table;
}
#menu_brands > ul > li > div > div {
    display: inline-block;
    padding: 0 7px;
    margin: 0 0 15px 0;
    text-align: center;
}


.menu_links {
    display: block;
    float: left;
    height: 38px;
    margin-bottom: 0;
    padding: 0px 10px;
}
.menu_links a {
    line-height: 38px;
}


#menu_informations ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu_informations > ul > li {
    position: relative;
    float: left;
    z-index: 18;
    padding-right: 10px;
}
#menu_informations > ul > li > a {
    line-height: 38px;
    background: url(../images/arrow-down-gray.png) no-repeat scroll 100% 50% transparent;
    display: block;
    padding: 0px 15px 0px 10px;
    margin-bottom: 0;
    z-index: 5456456456;
    position: relative;
    cursor: pointer;
}
#menu_informations > ul > li > div {
    display: none;
    position: absolute;
    z-index: 5456456456;
    padding: 10px 25px 20px 5px;
}
#menu_informations > ul > li:hover > div {
    display: table;
}
#menu_informations > ul > li > div > ul {
    display: table-cell;
    vertical-align: top!important;
}
#menu_informations h1 {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 30px;
    margin-bottom: 6px;
    padding-left: 7px;
}
#menu_informations > ul > li ul > li > a {
    padding: 7px;
    display: block;
    white-space: nowrap;
    min-width: 150px;
}


#menu_your_account ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu_your_account > ul > li {
    position: relative;
    float: left;
    z-index: 17;
    padding-right: 10px;
}
#menu_your_account > ul > li > span {
    line-height: 38px;
    background: url(../images/arrow-down-gray.png) no-repeat scroll 100% 50% transparent;
    display: block;
    padding: 0px 15px 0px 10px;
    margin-bottom: 0;
    z-index: 6;
    position: relative;
    cursor: pointer;
}
#menu_your_account > ul > li > div {
    display: none;
    position: absolute;
    z-index: 5;
    padding: 10px 5px 5px;
}
#menu_your_account > ul > li:hover > div {
    display: table;
}
#menu_your_account > ul > li > div > ul {
    display: table-cell;
}
#menu_your_account > ul > li ul + ul {
    padding-left: 20px;
}
#menu_your_account > ul > li ul > li > a {
    padding: 7px 9px;
    display: block;
    white-space: nowrap;
    min-width: 150px;
}


#menu_custom_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu_custom_block > ul > li {
    position: relative;
    float: left;
    z-index: 16;
    padding-right: 10px;
}
#menu_custom_block > ul > li > a {
    line-height: 38px;
    background: url(../images/arrow-down-gray.png) no-repeat scroll 100% 50% transparent;
    display: block;
    padding: 0px 15px 0px 10px;
    margin-bottom: 0;
    z-index: 6;
    position: relative;
}
#menu_custom_block > ul > li > div {
    display: none;
    position: absolute;
    z-index: 5;
    padding: 5px 25px 10px;
}
#menu_custom_block > ul > li:hover > div {
    display: table;
}
#menu_custom_block > ul > li > div > ul {
    display: table-cell;
    vertical-align: top;
}
#menu_custom_block > ul > li ul + ul {
    padding-left: 20px;
}
#menu_custom_block > ul > li ul > li > a {
    padding: 7px 9px;
    display: block;
    white-space: nowrap;
    min-width: 150px;
}
#menu_custom_block h1 {
    font-size:13px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 30px;
    margin-bottom: 6px;
    padding-left: 7px;
}


#menu_contacts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu_contacts > ul > li {
    position: relative;
    float: left;
    z-index: 15;
    padding-right: 10px;
}
#menu_contacts > ul > li > a {
    line-height: 38px;
    background: url(../images/arrow-down-gray.png) no-repeat scroll 100% 50% transparent;
    display: block;
    padding: 0px 15px 0px 10px;
    margin-bottom: 0;
    z-index: 6;
    position: relative;
}
#menu_contacts > ul > li > div {
    display: none;
    position: absolute;
    z-index: 5;
    padding: 10px 20px 5px 5px;
}
#menu_contacts > ul > li:hover > div {
    display: table;
}
#menu_contacts > ul > li > div > ul {
    display: table-cell;
    vertical-align: top;
}
#menu_contacts > ul > li ul + ul {
    padding: 0 10px;
}
#menu_contacts > ul > li ul > li > a {
    padding: 7px 9px;
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
    min-width: 150px;
    text-shadow: 0 1px 0 #7D9E9C;
}
#menu_contacts > ul > li ul > li > a:hover {
    background: #7D9E9C;
    color: #FFFFFF!important;
}
#menu_contacts .span3 {
    margin-top: 0;
}
#menu_contacts h1 {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 30px;
    margin-bottom: 12px;
    padding-left: 7px;
}
#menu_contacts h2 {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    margin-top: 5px;
}
#menu_contacts span {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}
#menu_contacts span.mm_icon {
    display: block;
    float: left;
    margin-right: 10px;
}
#menu_contacts .buttons {
    background: none;
    margin-bottom: 15px;
    overflow: auto;
    padding: 15px 0 5px;
}


#menu_oc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu_oc > ul > li {
    position: relative;
    float: left;
    z-index: 20;
}
#menu_oc > ul > li > a {
    line-height: 38px;
    display: block;
    padding: 4px 10px;
    margin-bottom: 0;
    z-index: 6;
    position: relative;
}
#menu_oc > ul > li > div {
    display: none;
    background: #FFFFFF;
    position: absolute;
    z-index: 5;
    padding: 5px;
}
#menu_oc > ul > li:hover > div {
    display: table;
}
#menu_oc > ul > li > div > ul {
    display: table-cell;
}
#menu_oc > ul > li ul + ul {
    padding-left: 20px;
}
#menu_oc > ul > li ul > li > a {
    padding: 7px 9px;
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
    min-width: 120px;
}

.box {
    margin-bottom: 15px;
}
.box .box-heading {
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
}
.box .box-heading h2 {
    font-size: 16px;
}
#content .box .box-heading {
    padding: 5;
}
.box .box-content {
    padding: 0 0 10px 0;
}


.box .box-content .box-content-information ul {
    padding: 0 15px;
    margin: 0;
    list-style: none;
}
.box .box-content .box-content-information ul li {
    padding: 3px 0;
}


.box .box-content .box-content-account ul {
    padding: 0 15px;
    margin: 0;
    list-style: none;
}
.box .box-content .box-content-account ul li {
    padding: 3px 0;
}


.box-product {
    width: 100%!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
.box-product > div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 5px;
    position: relative;
    width: 210px!important;
}
.box-product > div > div.pbox {
    padding: 5px 9px 10px;
    background-color: #FFFFFF;
    text-align: center;
}
#column-left + #column-right + #content .box-product > div {
    width: 119px;
}
.box-product .image {
    display: block;
    margin-bottom: 0;
    position: absolute;
    z-index: 3;
}
.box-product .image img {
    background-color: #FFFFFF;
    padding: 0;
    text-align: center;
    max-width: 100%;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
.box-product .image img:hover {
    opacity: 0.1;
}
.box-product .description {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 80px;
    margin-bottom: 0;
    padding: 55px 7px 10px;
    position: relative;
    width: 176px;
    z-index: 1;
}
.box-product .rating {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 55px;
    margin-bottom: 0;
    padding: 0 7px;
    position: relative;
    width: 176px;
    z-index: 1;
}
.box-product .name {
    padding-left: 5px;
    padding-right: 5px;
}
.box-product .name a {
    display: block;
    margin-bottom: 7px;
    margin-top: 10px;
}
.box-product .price {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}
.box-product .price-old {
    font-weight: normal;
    font-size: 12px;
}
.box-product .cart {
    margin-bottom: 12px;
    margin-top: 10px;
}
.box-product ol li {
    width: 190px!important;
}
.box-product ol li .l_column {
    margin: 0 0 0 5px;
    width: 175px!important;
}
.box-product .l_column {
    width: 190px!important;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 0 0 15px;
    padding: 3px 0;
    box-shadow: none;
    clear: both;
}
.box-product .l_column:hover {
    box-shadow: none;
    background: none!important;
    opacity: 0.9;
}
#content .l_column {
    width: 217px!important;
    margin: 0;
    padding: 10px 0;
}
#content .l_column + .l_column {
    border-top: none!important;
}
#column-left + #column-right + #content .box-product .l_column {
    width: 119px;
}
.box-product .l_column .image {
    float: left;
    margin-right: 12px;
    position: inherit;
    z-index: inherit;
}
.box-product .l_column .image img {
    padding: 3px;
    background-color: #FFFFFF;
}
.box-product .l_column .image img:hover {
    opacity: 1;
}
.box-product .l_column .name a {
    display: block;
    margin-bottom: 2px;
    margin-top: 5px;
}
.box-product .l_column .price {
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 6px;
}
.box-product .l_column .price-old {
    text-decoration: line-through;
    font-size: 11px;
    font-weight: normal;
}
.box-product .l_column .price-new {
    font-size: 11px;
    font-weight: normal;
}
.box-product .l_column .rating {
    display: block;
    margin-bottom: 4px;
}




.box-category {
    margin-top: -5px;
    padding-left: 15px;
    padding-right: 15px;
}
.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-category > ul > li {
    padding: 8px 24px 8px 0;
}
.box-category > ul > li ul {
    display: none;
}
.box-category > ul > li a.active {
    font-weight: bold;
}
.box-category > ul > li a.active + ul {
    display: block;
}
.box-category > ul > li ul > li {
    padding: 7px 5px 0 10px;
}

/*.box-category > ul > li ul > li ul > li {
    padding-left: 20px;
}
.box-category > ul > li ul > li ul > li > a{
    color: green;
}
.box-category > ul > li ul > li ul > li > a.active{
    color: green;
}*/

.box-category > ul > li ul > li > a {
    display: block;
}
.box-category > ul > li ul > li > a.active {
    font-weight: bold;
}


ul.box-filter {
    list-style: none;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
ul.box-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.box-filter span {
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
}
ul.box-filter > li ul {
    padding-bottom: 10px;
}
a#button-filter {
    margin: 5px 15px 10px;
}


.box-category-home {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.box-category-home > div.span2,
.box-category-home > div.span3 {
    display: inline-block;
    margin: 10px 0 15px;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
    min-height: 300px;
}
.box-category-home > div.span2 {
    width: 132px;
}
.box-category-home > div.span3 {
    width: 208px;
}
.box-category-home > div.span2 a,
.box-category-home > div.span3 a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}
.box-category-home > div.span2 > div.image,
.box-category-home > div.span3 > div.image {
    margin-bottom: 5px;
}
.box-category-home > div.span2 > div.all {
    text-align: left;
    margin: 5px 0 10px;
}
.box-category-home > div.span3 > div.all {
    text-align: left;
    margin: 5px 15px 10px;
}
.box-category-home > div.span2 > div.all a,
.box-category-home > div.span3 > div.all a {
    font-size: 11px;
    font-weight: normal;
}
.box-category-home > div.span2 > div > ul,
.box-category-home > div.span3 > div > ul {
    margin: 0 0 5px;
    text-align: left;
}
.box-category-home > div.span2 > div > ul {
    padding: 0;
}
.box-category-home > div.span3 > div > ul {
    padding: 0 15px;
}
.box-category-home > div.span2 > div > ul > li,
.box-category-home > div.span3 > div > ul > li {
    list-style: none;
    line-height: 26px;
}
.box-category-home > div.span2 > div > ul > li > a,
.box-category-home > div.span3 > div > ul > li > a {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
}


.box-manufacturers-home {
    padding-left: 20px!important;
    padding-right: 20px!important;
    margin: 10px 0 15px;
}
.box-manufacturers-home > div.span2,
.box-manufacturers-home > div.span3 {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    margin: 0 0 -1px 0;
    padding: 0 10px;
    text-align: center;
    min-height: 80px;
}
.box-manufacturers-home > div.span2 {
    width: 128px;
}
.box-manufacturers-home > div.span3 {
    width: 203px;
}
.box-manufacturers-home > div.span2 a,
.box-manufacturers-home > div.span3 a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
}
.box-manufacturers-home > div.span2 > div.name_s,
.box-manufacturers-home > div.span3 > div.name_s {
    line-height: 80px;
}
.box-manufacturers-home > div.span2 > div.image,
.box-manufacturers-home > div.span3 > div.image {
    margin-bottom: 0;
}
.box-manufacturers-home > div.span2 > div.all {
    text-align: left;
    margin: 5px 0 10px 5px;
}
.box-manufacturers-home > div.span3 > div.all {
    text-align: left;
    margin: 5px 0 10px 15px;
}
.box-manufacturers-home > div.span2 > div.all a,

.box-manufacturers-home > div.span3 > div.all a {
    font-size: 11px;
    color: #999999;
}
.box-manufacturers-home > div.span2 > div > ul,
.box-manufacturers-home > div.span3 > div > ul {
    margin: 0 0 5px;
    text-align: left;
}
.box-manufacturers-home > div.span2 > div > ul {
    padding: 0 5px;
}
.box-manufacturers-home > div.span3 > div > ul {
    padding: 0 15px;
}
.box-manufacturers-home > div.span2 > div > ul > li,
.box-manufacturers-home > div.span3 > div > ul > li {
    list-style: none;
    line-height: 26px;
}
.box-manufacturers-home > div.span2 > div > ul > li > a,
.box-manufacturers-home > div.span3 > div > ul > li > a {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
}

#content .content {
    padding: 20px 10px 10px;
    overflow: auto;
    margin-bottom: 20px;
}
#content .content .left {
    float: left;
    width: 49%;
}
#content .content .right {
    float: right;
    width: 49%;
}
#review .content {
    background: #FFFFFF;
}
.bestseller h3, .featured h3, .latest h3, .special h3 {
    padding-bottom: 7px;
}
.welcome {
    width: 100%;
    font-size: 24px;
    padding: 10px 0 15px;
}
.welcome, .welcome-content {
    margin: 0 20px;
    float: left;
}


.breadcrumb {
    font-size: 11px;
    margin-bottom: 10px;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}
.breadcrumb-pp {
    max-width: 700px;
    float: left;
    margin-bottom: 10px;
}


.pagination {
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}
.pagination .links {
    float: left;
}
.pagination .links a {
    display: inline-block;
    border: 1px solid #EEEEEE;
    padding: 4px 10px;
    color: #A3A3A3;
    line-height: inherit;
    float: none;
    background: #FFFFFF;
}
.pagination .links a:hover {
    background: #F5F5F5;
}
.pagination .links b {
    display: inline-block;
    border: 1px solid #EEEEEE;
    padding: 4px 10px;
    font-weight: normal;
    background: #F5F5F5;
}
.pagination .results {
    float: right;
    padding-top: 3px;
}


.category-info {
    overflow: auto;
    margin-bottom: 20px;
}
.category-info .image {
    float: left;
    padding: 0;
    margin-right: 15px;
}
.category-info img {
}
.category-list {
    overflow: auto;
    margin-bottom: 15px;
}
.category-list > div {
    text-align: center;
    margin-left: 11px;
    min-height: 130px;
    max-width: 100px;
}
.category-list ul {
    float: left;
    width: 18%;
    list-style: none;
    margin-left: 0;
}
.category-list ul li {
    margin: 5px 10px 5px 0;
}
.category-list .div a {
    text-decoration: underline;
    font-weight: bold;
}
.product-filter {
    padding: 10px 0;
    margin-bottom: 15px;
    overflow: auto;
}
.product-filter .display {
    margin-right: 15px;
    float: left;
    font-weight: normal;
}
.product-filter .display a {
    font-weight: normal;
}
.product-filter .sort {
    float: right;
    margin-top: 2px;
}
.product-filter .limit {
    margin-left: 15px;
    margin-top: 2px;
    float: right;
}
.product-filter .display img {
    cursor: pointer;
}
.product-compare {
    float: left;
    padding-left: 15px;
    margin-top: 4px;
    font-weight: bold;
}
.product-compare a {
    font-weight: normal;
}
.product-list {
    margin-top: 25px;
}
.product-list > div {
    overflow: auto;
    margin-bottom: 15px;
    margin-right: 20px;
    margin-left: 0;
    width: 100%;
    position: relative;
}
.span.span-first-child { width:100%;  border-top: 1px solid #F6F6F6!important; padding-top:20px!important; }
.product-grid > div {
    overflow: auto;
    margin-bottom: 15px;
    margin-right: 20px;
    margin-left: 0;
    width: 100%;
    position: relative;
}
.product-list .right {
    float: right;
    margin-left: 15px;
}
.product-list > div + div,
.product-list > div + div.span-first-child {
    padding-top: 16px;
}
.product-list .span4 {
    width: 330px;
}
.product-grid .span4 { float:left!important;

                       margin-left: 20px!important;
                       width: 330px;
}
.product-list .image {
    float: left!important;
    margin-right: 10px!important;
    margin-left: 0!important;
}
.product-list .image img {
    padding: 0;
    background-color: #FFFFFF;
    text-align: center;
    max-width: 145px;
}
.product-list .image img:hover {
    opacity: 0.7;
}
.product-grid .image2 { position:relative;}
.product-grid .image2 img {
    padding: 0;
    background-color: #FFFFFF;
    text-align: center;
    max-width: 145px;
}
.product-grid .image2 img:hover {
    opacity: 0.7;
}


.product-list .name {
    margin-bottom: 3px;
}
.product-list .name a {
    font-size: 14px;
}
.product-list .description {
    line-height: 15px;
    margin-bottom: 15px;
}
.product-grid .description2 {
    line-height: 15px;
    margin-bottom: 15px;
}
.product-list .rating {
    color: #7B7B7B;
    margin-bottom: 10px;
}
.product-list .price {
    float: right;
    margin-left: 8px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
}
.product-grid .price.fixp {
    float: right;
    margin-left: 8px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
}
.product-list .price-old {
    font-weight: normal;
    font-size: 12px;
    text-decoration: line-through;
}
.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
}
.product-list .cart {
    margin-bottom: 15px;
    text-align: center;
}
.product-list .cart input {
    max-width: 140px;
}
.product-list .wishlist, .product-list .compare {
    margin-bottom: 5px;
    margin-right: 15px;
    padding-left: 20px;
    display: inline-block;
    text-align: center;
}
.product-list .compare {
    clear: both;
}
.product-list .wishlist a, .product-list .compare a {
    font-size: 11px;
    display: block;
}
span.wishlist {
    height: 15px;
    padding: 0 15px 0 5px;
}
span.compare {
    height: 15px;
    padding: 0 15px 0 7px;
}
.product-grid {
    width: 100%;
    overflow: auto;
}
.product-grid > div {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 10px 0 5px 15px;
    padding: 5px;
    position: relative;
}
.product-grid > div > div.pbox {
    padding: 5px 4px 10px;
    background-color: #FFFFFF;
    text-align: center;
}

.product-grid div.pbox {
    padding: 5px 4px 10px;
    background-color: #FFFFFF;
    text-align: center;

    border:1px solid #dfdfdf !important;

    background-color: #FFFFFF;

    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;

}
.product-grid div.pbox:hover {border:1px solid #dfdfdf !important;}
#column-left + #column-right + #content .product-grid > div {
    width: 125px;
}
.product-grid .cart.center2  { text-align:center}
.product-grid .left  { float:left;}
.product-grid .image2 {float: left!important;
                       margin-right: 10px!important;
                       margin-left: 0!important;
                       width:140px; text-align:center;


}
.product-grid description2 {}


.product-grid table .span2 {
    float: left;
    margin-left: 20px; text-align:center;
    width: 124px;
}



/*.product-grid .image {
        display: block;
        margin-bottom: 0;
        position: absolute;
        z-index: 3;
}
.product-grid .image img {
        padding: 0;
        background-color: #FFFFFF;
        text-align: center;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
        transition: all 0.2s ease-in 0s;
}
.product-grid .image img:hover {
        opacity: 0.05;
}*/

.product-grid .panel_2_1 .description , .product-grid .panel_2_2 .description { width:98%; padding:0px 0px; margin-left:4px;}

.product-grid .image {
    height:150px;
    width: 98%;
    display: block;
    margin-bottom: 0;
    position: absolute;
    z-index: 3;
    background-color: #FFFFFF;

    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
.product-grid .image:hover {opacity: 0.1;}

.product-grid .name a {
    display: block;
    margin-top: 10px;
    margin-bottom: 7px;
    font-size: 13px;
}
.product-grid .description {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 110px; overflow:hidden;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0px 7px 0px;
    position: relative;
    width: 176px;
    z-index: 1;
}

.product-grid .description_4grid {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 110px; width: 110px; overflow:hidden;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0px 7px 0px;
    position: relative;
    width: 135px;
    z-index: 1;
}


.product-grid .rating {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    height: 58px; margin:0px 0px;
    /*width: 176px;*/
    margin-bottom: 0;
    padding: 0 7px;
}
.product-grid .price {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
}
.product-grid .price-old {
    font-weight: normal;
    font-size: 12px;
    /*text-decoration: line-through;*/
}
.product-grid .price .price-tax {
    display: none;
}
.product-grid .cart {
    margin-top: 10px;
    margin-bottom: 12px;
}
.product-grid .wishlist, .product-grid .compare {
    margin-bottom: 5px;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
}
.product-grid .compare {
    margin-left: 15px;
}
.product-grid .wishlist a, .product-grid .compare a {
    font-size: 11px;
    display: block;
}
.product-grid > div.span-related {
    margin-left: 20px;
}


span.sale-icon {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    padding: 3px 7px 4px;
    margin: 2px 2px 2px 2px;
    /* position: absolute; */
    /* z-index: 5; */
    /* top: 3px; */
    /* left: 3px; */
    font-size: 12px;
    width: inherit;
    display: inline;
    float: left;
    clear:both;
}
span.sale-iconBl{
    position: absolute;
    z-index: 5;
    top: 3px;
    left: 3px;
}

#prev-next {
    float: right;
}
.product-name {
    overflow: auto;
    padding: 5px;
    text-align: center;
}
.product-name h1 {
    padding: 0;
    margin-bottom: 0;
    line-height: normal;
}
.product-info {
    overflow: auto;
    clear: both;
    margin-bottom: 20px;
}
.product-info > .left {
    float: left;
    margin-right: 12px;

}
.product-info > .left + .right {
    margin-right: 13px;
    width: 378px;

}
.product-info > .right {
    float: left;
}
.product-info .image a{
    width:300px;}
.product-info .image .zoom-b {
    position: absolute;
    right: 15px;
    bottom: 15px;
    height: 12px;
    width: auto;
    z-index: 5;
}
.product-info .image .zoom-b a {
    background: url(../images/button-search.png) no-repeat scroll;
    color: #A3A3A3;
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 18px;
}
.product-info .image #wrap #cloud-zoom-big {
    left: 340px!important;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.product-info .image-additional {
    width: 342px;
    margin-left: -10px;
    clear: both;
    overflow: hidden;
}
.product-info .image-additional img {
    padding: 0;
    background-color: #FFFFFF;
    margin-top: 2px;
    margin-left: 2px;
    width: 92px;
}
.product-info .image-additional a {
    float: left;
    display: block;
    margin: 0 4px 9px 8px;
}
.product-info .description {
    padding: 0px 5px 5px;
    line-height: 20px;
    font-weight: bold;
}
.product-info .options {
    padding: 10px 5px;
    line-height: 20px;
    font-weight: bold;
}
.product-info .description span {
    font-weight: normal;
}
.product-info .buy {
    padding: 10px;
    margin-bottom: 20px;
}
.product-info .price {
    overflow: auto;
    padding: 15px 5px 10px;
    margin-bottom: 5px;
    font-size: 24px;
    text-align: center;
}
.product-info .price-old {
    font-weight: normal;
    font-size: 12px;
    text-decoration: line-through;
}
.product-info .cart .i-d-quantity { width:30px;}
.product-info .cart .dec, .product-info .cart .inc {
    background-color: rgba(0, 0, 0, 0.1);
    border: medium none;
    border-radius: 0px 0px 0px 0px;
    height: 28px;
    width: 28px;
}
.product-info .cart .dec {
    background-image: url(../images/quantity-minus.png);
}
.product-info .cart .inc {
    background-image: url(../images/quantity-plus.png);
}
.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
}
.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
}
.product-info .price .discount {
    font-size: 12px;
    font-weight: normal;
}
.product-info span.stock {
    font-weight: bold;
}
.product-info .option {
    margin-bottom: 15px;
    clear: none;
}
.product-info .option-l {
    float: left;
    clear: both;
    width: 30%;
}
.product-info .option-r {
    margin-left: 35%;
}
.product-info .options h4 {
    padding: 0;
    margin-bottom: 20px;
    line-height: normal;
}
.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 {
    padding: 20px 5px 20px;
    overflow: auto;
    text-align: center;
}
.product-info .add-to-cart {
    clear: both;
    float: left;
    width: 100%;
}
.product-info .wishlist-compare {
    margin-top: 5px;
    width: 100%;
    text-align: center;
}
.product-info .wishlist-compare a {
    margin-top: 15px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
}
.product-info .cart div {
    float: left;
    vertical-align: middle;
}
.product-info .cart div > span {
    padding-top: 7px;
    display: block;
}
.product-info .cart .minimum {
    padding-top: 10px;
    font-size: 11px;
    clear: both;
    width: 100%;
    text-align: center;
}
.product-info .review {
    color: #4D4D4D;
    text-align: center;
    margin: 5px 5px 5px;
    padding-top: 0px;
}
.product-info .review > div {
    padding: 2px 8px 2px;
    line-height: 20px;
}
.product-info .review > div > span {
    color: #2596D2;
}
.product-info .share {
    overflow: auto;
    line-height: normal;
}
div#right-sm { float:right; width: 165px;
               overflow: hidden;
}
.right-sm-related {
    float: right;
    clear: right;
    text-align: center;
    overflow: hidden;
    background-color: #FFFFFF;
    max-width: 165px;
}
.right-sm-related .image img {
    float: left;
}
.product-related {
    float: right;
    padding: 15px 10px 10px;
    text-align: left;
}
.product-related > div {
    display: block;
    float: left;
    clear: both;
    margin-left: 0;
    padding: 40px 0 0;
    width: 145px;
    text-align: center;
}
.product-related ul {
    margin-left: 0;
}
.product-related ul li {
    list-style: none!important;
    background-color: #FFFFFF;
}
.product-related .image {
    display: block;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    z-index: 3;
    background: none;
    float: inherit;
}
.product-related .image img {
    padding: 0;
    background-color: #FFFFFF;
    text-align: center;
    max-width: 145px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
.product-related .image img:hover {
    opacity: 0.1;
}
.product-related .description-r {
    position: relative;
    z-index: 1;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    height: 85px;
    width: 131px;
    border-top: none!important;
    line-height: inherit;
    margin-bottom: 0;
    padding: 40px 7px 30px;
    font-size: 11px;
    font-weight: normal;
}
.product-related .name a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 4px;
}
.product-related .price {
    display: block;
    font-size: 12px;
    margin: 0 0 4px;
    padding: 0;
    border: none;
}
.product-related .price-old {
    font-weight: normal;
    font-size: 11px;
    text-decoration: line-through;
}
.product-related .rating {
    display: block;
    margin-bottom: 10px;
}
.product-related .bx-wrapper div.bx-next {
    background: url(images/nav-v.png) no-repeat scroll 0 0 #EFEFEF!important;
    display: block;
    float: right;
    margin-right: 41px;
    position: relative;
    bottom: 230px;
    width: 30px;
    height: 19px;
    text-indent: -10000px;
    cursor: pointer;
}
.product-related .bx-wrapper div.bx-prev {
    background: url(images/nav-v.png) no-repeat scroll 0 -19px #EFEFEF!important;
    display: block;
    float: left;
    margin-left: 41px;
    position: relative;
    bottom: 230px;
    width: 30px;
    height: 19px;
    text-indent: -10000px;
    cursor: pointer;
}
.right-sm-manufacturer-logo {
    float: right;
    clear: right;
    text-align: center;
    overflow: hidden;
    background-color: #FFFFFF;
}
.product-manufacturer-logo-block {
    padding: 5px 15px!important;
    text-align: center!important;
    width: 135px;
}
.right-sm-custom {
    float: right;
    clear: right;
    text-align: center;
    overflow: hidden;
    background-color: #FFFFFF;
}
.product-custom-block {
    padding: 15px 10px!important;
    text-align: left!important;
    width: 145px;
}
.product-custom-block ul li {
    background: none;
    list-style: inherit!important;
}
.right-sm-share {
    float: right;
    clear: right;
    text-align: center;
    overflow: hidden;
    background-color: #FFFFFF;
}
.product-share {
    padding: 15px 10px!important;
    text-align: left!important;
    width: 145px;
}
.right-sm-tags {
    float: right;
    clear: right;
    text-align: center;
    overflow: hidden;
    padding-bottom: 12px;
    background-color: #FFFFFF;
}

#content .content .reviews-left {
    float: left;
    width: 170px;
    padding: 70px 10px 10px;
    text-align: center;
    background: url(images/mw_1.png) no-repeat scroll 0 0 #FFFFFF;
    background-position: center top;
}
#content .content .reviews-left span {
    font-size: 11px;
    display: block;
    margin-top: 5px;
}
#content .content .reviews-right {
    float: left;
    max-width: 53%;
    margin-top: 10px;
    padding: 30px 40px;
    background-color: #F3F3F3;
    border: 1px solid #E9E9E9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
}
#content .content .review-arrow {
    position: absolute;
    margin-top: -18px;
    margin-left: -66px;
    width: 26px;
    height: 55px;
    background: url(images/review-arrow.png) no-repeat;
}
.tags {
    margin-top: 30px;
}
.tags a {
    background: #F7F7F7;
    padding: 3px 6px;
    margin-left: 5px;
}
.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;
}

/*  Manufacturer Page  */

.manufacturer-list {
    border: none;
    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;
    font-weight: bold;
}

/*  Compare  */

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    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:hover {
    background-color:#F7F7F7;
}
.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 #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.compare-info .name a {
    font-weight: bold;
}
.compare-info .price-old {
    text-decoration: line-through;
}
.compare-info .price-new {
    font-weight: bold;
}

/*  Wish List  */

.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.wishlist-info td {
    padding: 7px;
}
.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #EEEEEE;
}
.wishlist-info thead .image {
    text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right;
}
.wishlist-info tbody td {

    border-bottom: 1px solid #EEEEEE;
}
.wishlist-info tbody .image img {
    border: 0px solid #EEEEEE;
}
.wishlist-info tbody .image {
    text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right;
}
.wishlist-info tbody .action img {
    cursor: pointer;
}


.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;
}


.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 0;
    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;
}


.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 0;
    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: 31%;
    margin-right: 15px;
}
.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-quantity {
    float: left;
    width: 31%;
}
.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}
.return-reason {
    float: left;
    width: 45%;
    margin-right: 15px;
}
.return-opened {
    float: left;
    width: 50%;
    margin-right: 15px;
}
.return-opened textarea {
    width: 98%;
    vertical-align: top;
}
.return-captcha {
    float: left;
}


.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 0;
    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-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}
.cart-info td {
    padding: 7px;
}
.cart-info thead td {
    color: #4D4D4D!important;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #EEEEEE;
}
.cart-info thead .image {
    text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
    text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
    text-align: right;
}
.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #EEEEEE;
}
.cart-info tbody .image img {
    border: none;
}
.cart-info tbody .image {
    text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
    position: relative;
    top: 4px;
    cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}
.cart-info tbody span.stock {
    color: #FF0000;
    font-weight: bold;
}
.cart-module > div {
    display: none;
}
.cart-total {
    border-top: 1px solid #EEEEEE;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
}
.cart-total table {
    float: right;
}
.cart-total td {
    padding: 3px;
    text-align: right;
}


.checkout-heading {
    background: #F8F8F8;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 0;
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
}
.checkout-content {
    display: block;
    overflow: auto;
    margin: 0;
}
.checkout-content h2 {
    margin: 15px 0 10px;
}
.checkout-content .left {
    float: left;

}

.auth-hint {
    padding-left:20px;
    display:block;
    float:left;
    margin-top:38px;
    width:40%;

}

.checkout-content .right {
    float: right;
    width: 48%;
}
.checkout-content .buttons {
    clear: both;
}
.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.checkout-product td {
    padding: 7px;
}
.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #EEEEEE;
}
.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 #EEEEEE;
}
.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 #EEEEEE;
}


.contact-info {
    overflow: auto;
    float: left;
    margin-left: 0;
    width: 47%;
}
.contact-info .left {
    float: left;
    width: 48%;
}
.contact-info .right {
    float: left;
    width: 48%;
}
.contact-custom {
    margin-top: 20px;
    padding: 20px 0 10px;
}
.contact-form {
    float: right;
    margin-left: 0;
    padding: 0;
    width: 49%;
}


.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}
.sitemap-info .left {
    float: left;
    width: 48%;
}
.sitemap-info .right {
    float: left;
    width: 48%;
}


#footer_cnc {
    clear: both;
    overflow: auto;
    padding: 20px 0;
}
#footer_cnc .container {
    width: 1000px;
}
#footer_cnc .span4 {
    margin-left: 10px;
    margin-right: 10px;
}
#footer_cnc .span6,
#footer_cnc .span12 {
    margin-left: 10px;
    margin-right: 10px;
}
#footer_cnc .span4 > div,
#footer_cnc .span6 > div,
#footer_cnc .span12 > div {
    margin-bottom: 15px;
}
#footer_cnc .span4 > div > span.c_icon,
#footer_cnc .span6 > div > span.c_icon,
#footer_cnc .span12 > div > span.c_icon {
    display: block;
    float: left;
    margin-right: 10px;
}
#footer_cnc .span4 ul,
#footer_cnc .span6 ul,
#footer_cnc .span12 ul {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
}
#footer_cnc .span4 ul li,
#footer_cnc .span6 ul li,
#footer_cnc .span12 ul li {
    list-style: none;
    margin-bottom: 7px;
}
#footer_cnc .twitter ul li {
    padding-left: 0;
    padding-right: 50px;
    margin-bottom: 20px;
}
#footer_cnc .twitter ul li a {
    display: block;
}
#footer_cnc .twitter ul li span a {
    display: inline-block;
}
#footer_cnc h3 {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
#footer_cnc_content {
    margin: 0 auto;
}


#footer_info {
    clear: both;
    overflow: auto;
    padding: 20px 0;
}
#footer_info .container {
    width: 960px;
}
#footer_info .span3 {
    margin-left: 10px;
    margin-right: 10px;
}
#footer_info .span3 a {
    font-size: 13px;
}
#footer_info .span3 ul {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
}
#footer_info .span3 ul li {
    list-style: none;
    margin-bottom: 7px;
}
#footer_info h3 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#footer_info_content {
    margin: 0 auto;
}


#footer_cr {
    clear: both;
    overflow: auto;
    padding: 20px 0;
}
#footer_cr .container {
    width: 960px;
}
#footer_cr .span4 {
    margin-left: 10px;
    margin-right: 10px;
}
#footer_cr .span6,
#footer_cr .span12 {
    margin-left: 10px;
    margin-right: 10px;
}
#footer_cr p {
    margin-bottom: 0;
}
#footer_cr_content {
    margin: 0 auto;
}
#footer_cr_content #payment_logos {
    float: left;
}
#footer_cr_content #payment_logos img {
    padding-top: 2px;
}
#footer_cr_content #powered_content {
    margin: auto 0;
}
#footer_cr_content #follow_us {
    float: right;
    text-align: right;
}
#footer_cr_content #follow_us img {
    margin-left: -3px;
}
#footer_cr_content #follow_us img:hover {
    opacity: 0.8;
}


#footer_about {
    clear: both;
    overflow: auto;
    margin-top: 0;
    padding: 20px;
}
#footer_about p {
    margin: 0 auto;
}
#footer_about_content {
    margin: 0 auto;
    max-width: 940px;
}


.banner div {
    text-align: center;
    width: 100%;
    display: none;
}
.banner div img {
    margin-bottom: 20px;
}
#column-left .banner div, #column-right .banner div  {
    text-align: center;
    width: 100%;
    display: none;
}
#column-left .banner div img, #column-right .banner div img {
    margin-bottom: 20px;
}



#product-slider {
    clear: both;
}


.es-carousel-wrapper {
    background: none;
    padding: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.es-carousel { width:100%;
               overflow: hidden;
               background: none;
}
.es-carousel ul {
    display: none;
}
.es-carousel ul li {
    height: 100%;
    float: left;
    display: block;
    margin: 5px 18px 20px 1px !important;
    padding: 0px;
    text-align: center;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.es-carousel ul li div.pbox {
    padding: 5px 9px 10px;
    background-color: #FFFFFF;
    text-align: center;
}
.es-carousel ul li a.button { display:inline-block}
.es-carousel ul li a {
    display: block;
}
.OdnotipList .es-carousel ul li .image { height:150px;  width: 95%;}
#carousel-latest-0 .es-carousel ul li .image { height:150px;    width: 98%;}
.es-carousel ul li .image { height:150px;   width: 98%;
                            display: block;
                            margin-bottom: 0;
                            position: absolute;
                            z-index: 3;
                            background-color: #FFFFFF;

                            -webkit-transition: all 0.2s ease-in 0s;
                            -moz-transition: all 0.2s ease-in 0s;
                            -o-transition: all 0.2s ease-in 0s;
                            transition: all 0.2s ease-in 0s;
}
.es-carousel ul li a img {

    padding: 0;
    text-align: center;
    max-width: 100%;

}
.es-carousel ul li .image:hover {
    opacity: 0.1;
}

.es-carousel .description {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 110px; overflow:hidden;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0px 7px 0px;
    position: relative;
    width: 176px;
    z-index: 1;
    color:#333;
}
.es-carousel .rating {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 58px;
    margin-bottom: 0;
    padding: 0 7px;
    position: relative;
    width: 176px;
    z-index: 1;
}
.es-carousel .name {
    max-width: 190px;
}
.es-carousel .name a {
    display: block;
    margin-bottom: 4px;
    margin-top: 10px;
}
.es-carousel .price {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}
.es-carousel .price-old {
    font-weight: normal;
    font-size: 12px;
}
.es-carousel .cart {
    margin-bottom: 12px;
    margin-top: 10px;
    max-width: 190px;
}
.es-nav span {
    background: url(../images/nav.png) no-repeat scroll 0 0 #F1F1F1;
    width: 34px;
    height: 60px;
    position: absolute;
    top: 38%;
    left: -20px;
    right: auto;
    text-indent: -10000px;
    cursor: pointer;
    z-index: 999;
}
.es-nav span.es-nav-next {
    right: -20px;
    left: auto;
    background-position: 0 -60px;
}
.es-carousel-banners-wrapper {
    background: none;
    padding: 0;
    position: relative;
    margin-top: 0!important;
}
.es-carousel-banners {
    overflow: hidden;
    background: none;
}
.es-carousel-banners ul {
    display: none;
}
.es-carousel-banners ul li {
    height: 100%;
    float: left;
    display: block;
    background-color: #FFFFFF;
    margin: 5px 20px 20px 0!important;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    vertical-align: top;
    position: relative;
}
.es-carousel-banners ul li a {
    display: block;
}
.es-carousel-banners ul li a img {
    display: block;
    border: none;
}
.es-carousel-banners-wrapper .es-nav span {
    background: url(../images/nav.png) no-repeat scroll 0 0 #F1F1F1;
    width: 34px;
    height: 60px;
    position: absolute;
    top: 35%;
    left: -20px;
    right: auto;
    margin-top: -15px;
    text-indent: -10000px;
    cursor: pointer;
}
.es-carousel-banners-wrapper .es-nav span.es-nav-next {
    right: -20px;
    left: auto;
    background-position: 0 -60px;
}
.es-carousel-related-wrapper {
    background: none;
    padding: 10px 0;
    margin-top: 35px;
    position: relative;
}
.es-carousel-related {
    overflow: hidden;
    background: none;
}
.es-carousel-related ul {
    display: none;
}
.es-carousel-related ul li {
    height: 100%;
    float: left;
    display: block;
    margin: 5px 20px 5px 0!important;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    vertical-align: top;
}
.es-carousel-related .span2 {
    margin-left: -1px;
}
.es-carousel-related-wrapper .es-nav span {
    background: url(../images/nav.png) no-repeat scroll 0 0 #E5E5E5;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 75px;
    left: auto;
    margin-top: -25px;
    text-indent: -10000px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.es-carousel-related-wrapper .es-nav span.es-nav-next {
    right: 50px;
    left: auto;
    background-position: 0 -20px;
}
.es-carousel-related-wrapper .es-nav span:hover {
    background-color: #DF442C;
}
.pager a {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
}


.facebook_left {
    width: 245px;
    height: 389px;
    position: fixed;
    left: -245px;
    top: 220px;
    z-index: 99997;
}
.facebook_right {
    width: 245px;
    height: 389px;
    position: fixed;
    right: -245px;
    top: 220px;
    z-index: 99997;
}
.facebook_left #facebook_icon {
    float: right;
    height: 60px;
    width: 34px;
    right: -34px;
    background: url(images/facebook_lb_l.png) no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 99998;
}
.facebook_right #facebook_icon {
    float: left;
    height: 60px;
    width: 34px;
    left: -34px;
    background: url(images/facebook_lb_r.png) no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 99998;
}
.facebook_right .facebook_box {
    background-color: #FFFFFF;
    border: 4px solid #3B5998;
    float: right;
    top: -60px;
    position: relative;
    z-index: 99999;
}
.facebook_left .facebook_box {
    background-color: #FFFFFF;
    border: 4px solid #3B5998;
    float: left;
    top: -60px;
    position: relative;
    z-index: 99999;
}


.custom_box_left {
    width: 245px;
    height: 399px;
    position: fixed;
    left: -245px;
    top: 300px;
    z-index: 99991;
}
.custom_box_right {
    width: 245px;
    height: 399px;
    position: fixed;
    right: -245px;
    top: 300px;
    z-index: 99991;
}
.custom_box_left #custom_box_icon {
    float: right;
    height: 60px;
    width: 34px;
    right: -34px;
    background: url(images/custom_box_l.png) no-repeat;
    position: relative;
    z-index: 99992;
}
.custom_box_right #custom_box_icon {
    float: left;
    height: 60px;
    width: 34px;
    left: -34px;
    background: url(images/custom_box_r.png) no-repeat;
    position: relative;
    z-index: 99992;
}
.custom_box_right .custom_box {
    background-color: #FFFFFF;
    float: right;
    width: 217px;
    height: auto;
    top: -60px;
    position: relative;
    z-index: 99993;
    padding: 10px;
}
.custom_box_left .custom_box {
    background-color: #FFFFFF;
    float: left;
    width: 217px;
    height: auto;
    top: -60px;
    position: relative;
    z-index: 99993;
    padding: 10px;
}

textarea#message {
    margin:10px 0px 10px 0px;
}

input[name="Subject"] {
    margin:10px 0px 10px 0px;
}

#p12 table {margin:10px 0px 10px 0px;}

#p12 td#allspecwhite {
    height:30px;
    border-bottom:1px solid #d0dfec;
}

div#allspec {padding-top:15px;}


.row-fluid input, .row-fluid select  {
    margin-bottom:5px;
    margin-top:5px;
    padding-left:10px;
    padding-right:10px;

}

.sort_table td.sort_table {
    border-bottom:1px solid #979797;

}


#.row-fluid table tr {border-bottom:1px solid #979797;}

table.sort_table tr:first-child {
    border-top:1px solid #979797;
}

table.sort_table td {
    padding:5px;
}

.mini-new {
    width:280px;
    padding-left:40px;
    display:block;
    float:left;
}

.header_rel + .mini-new  {
    padding-left:0px!important;
}

.line {border-bottom:1px solid #979797;padding-bottom:10px;}

.user-forma {
    display:none;
    width:200px;
    height:155px;
    line-height:24px;
    padding:0;
    margin:0;
    border-top:3px solid #000;
    top:20px;left:0px;
    position:absolute;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    clear: both;
    z-index:9999999999;
    background-color:#fff;
}

.user-forma a {
    line-height:18px!important;
    padding:0px 0px 0px 10px!important;
    margin:0px!important;
    margin:10px 0px 0px 0px!important;
    width: 100%;
    border-left: none !important;
}

/*.links:hover .user-forma, .user-forma:hover {display:block;}*/

.grid4 .image img{
    max-width: 135px;
}

.grid4 .compare{
    margin-left:0px;
}
.grid4 .image {
    height:150px;
    width: 95%;