html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0
}

html,
body,
#container {
    height: 100%
}

body > #container {
    height: auto !important;
    min-height: 100%
}

body {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
  /*  background: url(../image/header-main-bg.jpg) repeat-x left top*/
}

body,
td,
th,
input,
textarea,
select,
a {
    font-size: 12px
}

h1,
.welcome {
    padding: 0 0 22px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 14px;
    color: #a20004;
    background: url(../image/borderbg.jpg) no-repeat center bottom;
    margin: 10px 0 5px 0
}

h2 {
    color: #a20004;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px
}

p {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #444
}

a,
a:visited,
a b {
    color: #A20004;
    text-decoration: underline;
    cursor: pointer
}

a:hover {
    text-decoration: none
}

a img {
    border: none
}

form {
    padding: 0;
    margin: 0;
    display: inline
}

input[type='text'],
input[type='password'],
textarea {
    margin: 0px;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 5px;
    border-bottom: 0px solid #ededed;
    border-right: 0px solid #ededed;
    color: #595959
}

select {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 2px
}

label {
    cursor: pointer
}

.height145 {
    height: 136px
}

.containerfix {
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}

#container {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: auto
}

#column-left {
    float: left;
    width: 200px
}

#column-right {
    float: right;
    width: 180px
}

#content {
    min-height: 400px;
    margin-bottom: 25px
}

#column-left + #column-right + #content,
#column-left + #content {
    margin-left: 215px
}

#column-right + #content {
    margin-right: 195px
}

#header {
    
    height: 213px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 99;
}

#header #logo {
    margin: 7px 0 0 0;
    float: left;
    padding: 0px;
    height: 130px
}

#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 {
    position: absolute;
    top: 0px;
    right: 145px;
    z-index: 9;
    min-width: 300px
}

#header #cart .heading {
    float: right;
    margin-right: 172px;
    margin-top: 15px;
    padding-left: 14px;
    padding-right: 14px;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #EEEEEE;
    background: #FFF;
    position: relative;
    z-index: 1
}

#header #cart .heading h4 {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 3px
}

#header #cart .heading a {
    color: #38B0E3;
    text-decoration: none
}

#header #cart .heading a span {
    background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
    padding-right: 15px
}

#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 {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 6px;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px
}

#header #cart.active .content {
    display: block
}

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px
}

.mini-cart-info td {
    color: #000;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #EEEEEE
}

.mini-cart-info .image {
    width: 1px
}

.mini-cart-info .image img {
    border: 1px solid #EEEEEE;
    text-align: left
}

.mini-cart-info .name small {
    color: #666
}

.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: #000;
    padding: 4px
}

#header #cart .checkout {
    text-align: right;
    clear: both
}

#header #cart .empty {
    padding-top: 50px;
    text-align: center
}

#header #search {
    width: 345px;
    background: url(../image/searchBoxBg.png) no-repeat left top;
    clear: both;
    float: right;
}

#header .button-search {
    right: 5px;
    top: 5px;
    background: url('../image/searchBtn.png') #e60611 100%;
    width: 102px;
    height: 30px;
    cursor: pointer;
    clear: both;
    float: right;
    border-radius: 20px;
}

#header #search input {
    background: none;
    padding: 0px;
    width: 220px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border: 0px;
    margin: 0 0 0 13px
}

#header #welcome {
    text-align: right;
    color: #000;
    padding: 8px 0 0 0;
    font-weight: bold;
    float: right;
    font-size: 12px;
    clear: both;
}

#header #welcome a {
    color: #A20004;
    text-decoration: none
}

#header #welcome a:hover {
    color: #000
}

#header .links {
    font-size: 10px;
    padding-right: 0px;
    float: right;
    position: absolute;
    right: 0px
}

#header .links .linksbg {

float: left;

height: 30px;

padding: 0px;
}

#header .links a {
    float: left;
    display: block;
    padding: 5px 10px 0 10px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#header .links a + a {
    padding: 5px 10px 0 15px;
    background: url(../image/bulletFooter.png) no-repeat left 11px
}

#header .links a:hover {
    color: #ccc
}

.menuwrap {
    background: url(../image/menubg.jpg) repeat-x left top;
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 8px
}

#menu {
    height: 41px;
    padding: 0px;
    float: left;
    clear: left
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../image/divider.jpg) no-repeat right top;
    display: inline-block
}

#menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
    height: 41px;
    background: url(../image/divider.jpg) no-repeat left top;
    padding: 0px
}

#menu > ul > li > a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0 #620309;
    margin-left: 2px;
    text-decoration: none;
    display: block;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    z-index: 6;
    position: relative
}

#menu > ul > li > a:hover {
    background: url(../image/navHoverBtn.jpg) repeat-x 0px top;
    margin-left: 2px
}

#menu > ul > li > div {
    display: none;
    background: #FFFFFF;
    position: absolute;
    z-index: 5;
    padding: 5px;
    background: url('../image/menu.png');
    -webkit-box-shadow: 0px 0px 8px #404040;
    -moz-box-shadow: 0px 0px 8px #404040;
    box-shadow: 0px 0px 8px #404040
}

#menu > ul > li:hover > div {
    display: table
}

#menu > ul > li > div > ul {
    display: table-cell;
    background: none
}

#menu > ul > li ul + ul {
    padding-left: 20px
}

#menu > ul > li ul > li > a {
    text-decoration: none;
    padding: 4px;
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
    min-width: 120px
}

#menu > ul > li ul > li > a:hover {
    background: #404040
}

#menu > ul > li > div > ul > li > a {
    color: f6f6f6;
    font-size: 13px
}

.breadcrumb {
    color: #333;
    margin-bottom: 15px
}

.breadcrumb a {
    color: #333;
    text-decoration: none
}

.breadcrumb a:hover {
    color: #a20004
}

.success,
.warning,
.attention,
.information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 15px
}

.success a,
.warning a,
.attention a,
.information a {
    font-size: 15px
}

.success {
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    width: 895px;
    margin: 0 auto 20px auto
}

.success a {
    color: #000
}

.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.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 {
    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;
    color: #444
}

input.large-field,
select.large-field {
    margin: 0px;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 5px;
    border-bottom: 0px solid #ededed;
    border-right: 0px solid #ededed;
    color: #595959;
    width: 290px
}

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 {
    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
}

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: #ddd;
    cursor: pointer
}

table.radio label {
    width: 100%;
    height: 15px;
    display: inline-block
}

.pagination {
    padding-top: 8px;
    display: inline-block;
    margin-bottom: 10px;
    display: block;
    border-top: 1px solid #DDDDDD;
    padding-bottom: 5px
}

.top-paging .pagination {
    float: right;
    margin-top: -52px
}

.pagination .links {
    float: left
}

.pagination .links a {
    padding: 4px 10px;
    text-decoration: none;
    color: #222;
    background: #ddd;
    margin: 0 2px
}

.pagination .links a:hover {
    background: #df0106;
    color: #fff
}

.pagination .links b {
    padding: 4px 10px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    background: #df0106;
    margin: 0 2px
}

.pagination .results {
    float: right
}

.cutom_pagi {
    display: inline-block;
    width: 100%
}

.cutom_pagi .pagination {
    display: inline-block;
    float: right;
    margin-top: 0px
}

.cutom_pagi .pagination,
.top-paging .pagination {
    border-top: none
}

h1 .pagination {
    border-top: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
    width: 395px
}

h1 .pagination .links,
.cutom_pagi .links {
    margin-left: 8px
}

h1 .pagination .links a,
.cutom_pagi .links a {
    font-weight: normal;
    padding: 4px 8px
}

h1 .pagination .links b,
.cutom_pagi .links b {
    font-size: 14px;
    padding: 4px 8px;
    font-weight: normal
}

.product-filter h1 span {
    line-height: normal;
    display: inline-block;
    width: 330px
}

a.button,
input.button {
    cursor: pointer;
    color: #FFFFFF;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: url('../image/addcartbtn.png') top left repeat-x;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -khtml-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    text-decoration: none
}

.featured-products input.button {
    -webkit-border-radius: 0px;
    width:100%;
    background: #e60611;
    padding: 15px;
}

.featured-products input.button:hover {
    -webkit-border-radius: 0px;
    width:100%;
    background: #e60611;
    padding: 15px;
}

.featured-products {background:#f0f0f0;padding:10px;}

.featured-category {
    background: #f0f0f0;
    padding: 10px;
}

.featured-category .name a {
    color: #a20004 !important;
    font-size: 16px !important;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.homeleft img {width:100%;}

.homeleft {
    width: 75%;
    float: left;
    display: inline-block;
}

.homeright {width:25%;float: right;}

.homeright .homeone {display:inline-block;float:right;padding-bottom: 18px;border-bottom: 4px solid #cccccc;}
.homeright .hometwo {display:inline-block;float:right;margin-top: 17px;}

a.button {
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    padding: 4px 12px 4px 12px
}

input.button {
    margin: 0px;
    border: 0;
    padding: 4px 18px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif
}

a.button:hover,
input.button:hover {
    background: url('../image/addcartbtn-active.png') repeat-x;
    margin: 0px
}

.buttons {
    border-top: 1px solid #ddd;
    overflow: auto;
    padding: 10px 6px 6px 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 {
    height: 30px;
    line-height: 16px;
    border-bottom: 1px solid #ccc
}

.htabs a {
    background: #FFFFFF url('../image/tab.png') repeat-x;
    padding: 7px 15px 6px 15px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #333;
    margin-right: 2px;
    display: none
}

.htabs a.selected {
    padding-bottom: 7px;
    background: #ddd
}

.tab-content {
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
    overflow: auto;
    color: #444;
    line-height: 18px
}

@-moz-document url-prefix() {
    input.button {
        padding: 1px 18px
    }
}

.box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.box {
    margin-bottom: 20px;
    display: inline-block
}

.box .box-heading {
    padding: 15px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 14px;
    color: #a20004;
    background: #f0f0f0;
}

.box .box-content {
    padding: 0px
}

#column-left .box {
    background: url(../image/bottom-shadow-small.jpg) no-repeat left bottom;
    padding-bottom: 10px;
    float: left;
    width: 100%
}

#column-left .box .box-heading {
    padding: 9px 0 9px 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    background: url(../image/category-title-bg.png) no-repeat left top;
    text-shadow: 1px 1px 0 #620309;
    margin-bottom: 0px
}

#column-left .box .box-content {
    border: solid 1px #b1b1b1;
    margin: 1px 0 0 0
}

#column-left .box .box-category {
    margin: 0px
}

#column-left .box .box-category > ul > li {
    padding: 0px;
    border: 0px;
    margin: 3px
}

#column-left .box .box-category > ul > li > a {
    padding: 6px 10px 3px 10px;
    display: block;
    background: #c6c6c6;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold
}

#column-left .box .box-category > ul > li a:hover {
    background: #c6c6c6
}

#column-left .box .box-category > ul > li ul > li {
    background: #f0f0f0;
    margin: 3px 0;
    padding: 0px
}

#column-left .box .box-category > ul > li ul > li > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #333333;
    background: #f0f0f0 url(../image/bullet_arrow.png) no-repeat 0 0;
    padding: 6px 10px 3px 28px
}

#column-left .box .box-category > ul > li ul > li > a:hover {
    background: #c6c6c6
}

#column-left .box .box-category > ul > li a.active {
    display: block;
    background: #c6c6c6 url(../image/bullet_arrow.png) no-repeat 0 0;
    font-size: 14px;
    color: #A20004
}

#column-left .box .box-category > ul > li ul > li > a.active {
    display: block;
    background: #f0f0f0 url(../image/bullet_arrow.png) no-repeat 0 0;
    font-weight: normal;
    font-size: 14px;
    color: #A20004
}

.box-product {
    width: 100%;
    overflow: auto
}

.box-product > div {
    width: 210px;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    margin-bottom: 20px;
}

#column-left + #column-right + #content .box-product > div {
    width: 119px
}

.box-product .image {
    display: block;
    margin-bottom: 9px;
    width: 200px;
    height: 200px;
    text-align: center;
    border: solid 1px #b3b3b3;
    background: #FFFFFF;
    padding: 4px;
}

.box-product .image img {
    padding: 0px
}

.box-product .name {
    color: #000000;
    line-height: 18px;
    margin-bottom: 6px;
    height: 35px
}

.box-product .name a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-bottom: 4px
}

.box-product .price {
    display: block;
    font-weight: bold;
    color: #a20004;
    margin-bottom: 6px;
    font-size: 14px
}

.box-product .price-old {
    color: #F00;
    float: right;
    text-decoration: line-through
}

.box-product .price-new {
    font-weight: bold
}

.box-product .rating {
    display: block;
    margin-bottom: 4px
}

.box-category {
    margin-top: -5px
}

.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.box-category > ul > li {
    padding: 8px 8px 8px 0px
}

.box-category > ul > li + li {
    border-top: 1px solid #EEEEEE
}

.box-category > ul > li > a {
    text-decoration: none;
    color: #333
}

.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: 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 {
    padding: 10px 0;
    overflow: auto;
    margin-bottom: 20px;
    color: #444
}

#content .content .left {
    float: left;
    width: 49%
}

#content .content .right {
    float: right;
    width: 49%
}

.category-info {
    overflow: auto;
    margin-bottom: 20px;
    font-size: 13px;
    color: #444;
    line-height: 18px
}

.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #B3B3B3;
    background: #FFFFFF
}

.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-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-filter {
    overflow: auto;
    position: relative;
    margin-bottom: 15px
}

.product-filter .results {
    font-size: 12px;
    color: #333;
    font-weight: normal;
    float: right
}

.product-filter .display {
    margin-right: 15px;
    float: left;
    padding-top: 4px;
    color: #333;
    font-size: 13px
}

.product-filter .display a {
    font-weight: bold;
    color: #A20004
}

.product-filter .sort {
    float: right;
    color: #333
}

.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #333
}

.product-compare {
    padding-top: 4px;
    margin-bottom: 0px;
    font-weight: bold;
    width: 35%
}

.product-compare a {
    text-decoration: none;
    font-weight: bold;
    color: #333
}

.product-compare a:hover {
    color: #A20004
}

.product-list > div {
    overflow: auto;
    margin-bottom: 15px;
    border-top: 1px solid #ddd
}

.product-list .left {
    padding: 10px 10px 10px 0
}

.product-list .right {
    float: right;
    margin-left: 15px;
    background: #eee;
    padding: 10px
}

.product-list > div + div {
    border-top: 1px solid #ddd;
    padding-top: 0px
}

.product-list .image {
    float: left;
    margin-right: 15px;
    background: #fff;
    border: 1px solid #B3B3B3;
    padding: 4px
}

.product-list .name {
    margin-bottom: 3px
}

.product-list .name a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none
}

.product-list .description {
    line-height: 15px;
    margin-bottom: 5px;
    color: #444
}

.product-list .rating {
    color: #7B7B7B
}

.product-list .price {
    float: right;
    height: 50px;
    margin-left: 8px;
    font-weight: bold;
    text-align: right;
    color: #A20004;
    font-size: 14px
}

.product-list .price-old {
    color: #F00;
    text-decoration: line-through
}

.product-list .price-new {
    font-weight: normal;
    color: #A20004;
    font-size: 24px
}

.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #BBBBBB
}

.product-list .cart {
    margin-bottom: 6px
}

.product-list .wishlist,
.product-list .compare {
    margin-bottom: 6px
}

.product-list .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') 6px center no-repeat
}

.product-list .wishlist a:hover {
    color: #A20004
}

.product-list .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left 60% no-repeat
}

.product-grid {
    width: 100%;
    overflow: auto
}

.product-grid > div {
    width: 172px;
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    margin-bottom: 15px
}

#column-left + #column-right + #content .product-grid > div {
    width: 125px
}

.product-grid .image {
    display: block;
    text-align: center;
    background: #FFFFFF;
    margin-bottom: 9px;
    border: solid 1px #b3b3b3;
    padding: 4px;
    line-height: 0px
}

.product-grid .image a {
    font-size: 0px;
    line-height: 0px
}

.product-grid .image img {
    padding: 0px;
    border: 0px solid #E7E7E7
}

.product-grid .name {
    margin-bottom: 6px;
    line-height: 18px;
    height: 35px
}

.product-grid .name a {
    color: #000 !important;
    font-size: 14px;
    text-decoration: none;
    display: block
}

.product-grid .description {
    display: none
}

.product-grid .rating {
    display: block;
    margin-bottom: 4px
}

.product-grid .price {
    display: block;
    font-weight: bold;
    color: #A20004;
    margin-bottom: 6px;
    font-size: 14px
}

.product-grid .price-old {
    color: #F00;
    text-decoration: line-through;
    float: right
}

.product-grid .price-new {
    font-weight: bold
}

.product-grid .price .price-tax {
    display: none
}

.product-grid .cart {
    margin-bottom: 6px
}

.product-grid .wishlist,
.product-grid .compare {
    margin-bottom: 6px
}

.product-grid .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 15px;
    display: block;
    background: url('../image/add.png') left center no-repeat
}

.product-grid .wishlist a:hover {
    color: #A20004
}

.product-grid .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 15px;
    display: block;
    background: url('../image/add.png') left center no-repeat
}

.product-grid .compare a:hover {
    color: #A20004
}

.product-info {
    overflow: auto;
    margin-bottom: 20px;
    margin-top: 10px
}

.product-info > .left {
    float: left;
    margin-right: 15px
}

.product-info > .left + .right {
    margin-left: 265px
}

.product-info .image {
    border: 1px solid #B1B1B1;
    background: #FFFFFF;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center
}

.product-info .image-additional {
    width: 260px;
    margin-left: -10px;
    clear: both;
    overflow: hidden
}

.product-info .image-additional img {
    border: 1px solid #B1B1B1
}

.product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px
}

.product-info .description {
    border-top: 0px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #000
}

.product-info .description span {
    color: #4D4D4D
}

.product-info .description a {
    color: #000;
    text-decoration: none
}

.product-info .price {
    overflow: auto;
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #4d4d4d
}

.product-info .price-old {
    color: #F00;
    text-decoration: line-through;
    font-size: 16px
}

.product-info .price-new {
    color: #A20004;
    font-size: 24px
}

.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #777
}

.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #777
}

.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D
}

.product-info .options {
    padding: 0px 5px 15px 5px;
    margin-bottom: 0px;
    color: #333
}

.product-info .options .divs {
    padding-bottom: 10px
}

.product-info .options select {
    margin-top: 5px;
    margin-right: 10px;
    padding: 5px
}

.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 #ccc;
    background: #eee;
    padding: 10px;
    margin-bottom: 20px;
    color: #4D4D4D;
    overflow: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

.product-info .cart a {
    color: #333;
    padding-top: 6px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold
}

.product-info .cart input[type="text"] {
    margin: 0px;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 5px;
    border-bottom: 0px solid #ededed;
    border-right: 0px solid #ededed;
    color: #595959
}

.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 {
    color: #4D4D4D;
    margin-bottom: 10px
}

.product-info .review > div {
    padding: 0 8px;
    line-height: 20px
}

.product-info .review > div > span {
    color: #38B0E3
}

.product-info .review .share {
    overflow: auto;
    line-height: normal
}

.product-info .review .share a {
    text-decoration: none;
    color: #333
}

.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: #444;
    font-size: 14px;
    font-weight: bold;
    background: #ddd;
    text-align: left
}

.compare-info tr td:first-child {
    color: #444;
    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;
    color: #A20004
}

.compare-info .price-old {
    font-weight: bold;
    color: #F00;
    text-decoration: line-through
}

.compare-info .price-new {
    font-weight: bold;
    color: #A20004
}

.custom_discount {
    width: 35%;
    display: inline-block
}

.custom_discount > div {
    padding-top: 20px;
    vertical-align: top
}

.custom_discount p {
    padding-bottom: 5px;
    margin: 0px
}

.custom_discount input[type="radio"] {
    vertical-align: top;
    margin: 0 3px 0 0
}

.custom_discount span {
    margin-top: 3px\9;
    margin-top: 4px\0/ !important
}

@media all and (min-width:0) {
    .custom_discount span {
        margin-top: 3px\0/
    }
}

.or {
    background: url(../image/or-bg.png) no-repeat center -5px;
    width: 40px;
    height: 115px;
    font-size: 11px;
    line-height: 100px;
    text-align: center;
    display: inline-block;
    vertical-align: top
}

.qty {
    width: 30%;
    display: inline-block;
    padding: 35px 0 0 20px;
    vertical-align: top
}

.qty input[type="text"] {
    margin-left: 5px
}

.options h2 {
    background: url(../image/borderbg.jpg) no-repeat center bottom;
    padding: 0 0 21px 0;
    margin: 0px
}

.wishlist-info 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-info td {
    padding: 7px
}

.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    background: #DDDDDD
}

.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 {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD
}

.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD
}

.wishlist-info tbody .image {
    text-align: center
}

.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
    text-align: left;
    color: #444
}

.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
    text-align: right
}

.wishlist-info tbody .price s {
    color: #F00
}

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

.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: 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: 31%;
    margin-right: 15px
}

.return-opened {
    float: left;
    width: 31%;
    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 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-info table {
    width: 100%;
    margin-bottom: 15px;
    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: #444;
    font-weight: bold;
    background-color: #ddd;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #ccc
}

.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 #DDDDDD;
    border-right: 1px solid #DDDDDD;
    color: #444
}

.cart-info tbody .image img {
    border: 1px solid #DDDDDD
}

.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'] {
    position: relative;
    top: 4px;
    cursor: pointer
}

.cart-info tbody .quantity img {
    position: relative;
    top: 1px;
    left: 4px;
    cursor: pointer
}

.cart-info tbody .price,
.cart-info tbody .total {
    text-align: right
}

.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold
}

.cart-module > div {
    display: none
}

.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-heading {
    background: #eee;
    border: 0px 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 .left ul {
    padding: 0px;
    margin: 0px
}

.sitemap-info .left li {
    margin: 0px;
    list-style: none;
    background: url(../image/bullet-2.png) no-repeat left 10px;
    padding: 5px 0 5px 15px
}

.sitemap-info .left li a {
    font-weight: bold;
    font-size: 13px;
    color: #A20004;
    text-decoration: none
}

.sitemap-info .left li a:hover {
    color: #444
}

.sitemap-info .left li ul {
    padding: 0px;
    margin: 0 0 0 0px
}

.sitemap-info .left li ul a {
    color: #444;
    font-weight: normal
}

.sitemap-info .left li ul a:hover {
    color: #A20004
}

.sitemap-info .right {
    float: left;
    width: 48%
}

.sitemap-info .right ul {
    padding: 0px;
    margin: 0px
}

.sitemap-info .right li {
    margin: 0px;
    list-style: none;
    background: url(../image/bullet-2.png) no-repeat left 10px;
    padding: 5px 0 5px 15px
}

.sitemap-info .right li {
    font-weight: bold;
    font-size: 13px;
    color: #A20004
}

.sitemap-info .right li a {
    font-weight: bold;
    font-size: 13px;
    color: #A20004;
    text-decoration: none
}

.sitemap-info .right li a:hover {
    color: #444
}

.sitemap-info .right li ul {
    padding: 0px;
    margin: 0 0 0 0px
}

.sitemap-info .right li ul a {
    color: #444;
    font-weight: normal
}

.sitemap-info .right li ul a:hover {
    color: #A20004
}

#footer {
    clear: both;
    overflow: auto;
    padding: 0px;
    background: #e60611;
}

#footer .containerfix {margin-top:20px;}

#footer p {color: #ffffff;}

#footer h2 {
    color: #ffffff;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 8px
}

#powered {
    text-align: left;
    clear: both;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    display: inline-block;
    background: #000000;
    height: 50px;
    color:#ffffff;
}

#powered a {
    color: #ffffff;
    text-decoration: none
}

#powered a:hover {
    color: #fff
}

#powered .containerfix {padding:20px;}

.banner div {
    text-align: center;
    width: 100%;
    display: none
}

.banner div img {
    margin-bottom: 20px
}

#footer .column {
    float: left;
    width: 22%;
    padding: 1%;
}

#footer .column ul {
    margin: 0px;
    padding: 8px 0 0 0
}

#footer .column ul li {
    line-height: 22px;
    list-style-type: none;
    margin: 0;
}

#footer .column ul li:first-child {
    background: none;
}

#footer .column a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #5f0007;
    text-decoration: none
}

#footer .column a:hover {
    color: #ccc
}

.socialLinks {
}

.socialLinks ul {
    padding: 0px;
    margin: 0px
}

.socialLinks li {
    padding: 0px 0 0 10px;
    margin: 0px;
    float: left;
    list-style: none;
}

.socialLinks li a {
    display: inline-block;
    background: url(../image/socialIcon.png) no-repeat left top;
    width: 30px;
    height: 31px;
    text-decoration: none
}

.socialLinks li a:hover {
    background-position: 0 -42px
}

.socialLinks li a.twitter {
    background-position: 0 -84px;
}

.socialLinks li a.twitter:hover {
    background-position: 0 -125px
}

.socialLinks li a.googlePlus {
    background-position: 0 -166px
}

.socialLinks li a.googlePlus:hover {
    background-position: 0 -209px
}

.fl {
    float: left
}

.fr {
}

.wd100 {
    width: 100%
}

.mt5 {
    margin-top: 5px
}

.mr15 {
    margin-right: 15px
}

.pb40 {
    padding-bottom: 65px
}

.lh13 {
    line-height: 23px;
    line-height: 14px\9
}

#powered a,
.socialLinks a,
#footer .column a,
#header .links a,
#header #welcome a,
breadcrumb a,
.box-category > ul > li a,
.box-category > ul > li ul > li > a,
.content ul li a,
.sitemap-info .left li a,
.sitemap-info .left li ul a,
.sitemap-info .right li a,
.sitemap-info .right li ul a {
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.cashback {
}

.cashback div {
    width: 49%;
    float: left
}

.divider {
    background: url(../image/divider-1.jpg) no-repeat center center;
    float: right;
    height: 44px;
    padding: 0 34px
}

.order {
    font-size: 15px;
    color: #333333;
    margin-top: 8px;
    float: left
}

.links .socks {float:right;margin-bottom:10px;}

.socks {
    font-size: 20px;
    color: #a20004;
    font-weight: bold;
    text-transform: uppercase
}

.socks a {
    font-size: 20px !important;
    color: #a20004 !important;
    font-weight: bold !important;
    text-transform: uppercase !important
}

.num {
    float: right;
    font-size: 11px;
    color: #010101;
    letter-spacing: 5px
}

.subcontent {
    font-size: 17px;
    color: #444444;
    padding: 5px 0 0 0;
    line-height: 24px
}

.subcontent strong {
    color: #000
}

.red {
    color: #FF0000
}

.right .content a {
    text-decoration: none;
    color: #A20004
}

.right form .content input[type="text"],
input[type="password"] {
    margin: 5px 0 !important;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 3px;
    border-bottom: 0px solid #ededed;
    border-right: 0px solid #ededed;
    color: #595959
}

#content form h2 {
    color: #A20004;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd
}

#content form input[type="text"],
input[type="password"],
select,
textarea {
    margin: 0px;
    background: #fff;
    border: 1px solid #cccccc;
    border-bottom: 0px solid #ededed;
    border-right: 0px solid #ededed;
    color: #595959
}

.colorbox b {
    color: #A20004
}

#content h2 {
    color: #333;
    font-weight: bold
}

.content ul {
    padding: 0px;
    margin: 0 0 0 25px
}

.content ul li {
    padding: 5px 0px 5px 15px;
    margin: 0px;
    list-style: none;
    background: url(../image/bullet-2.png) no-repeat left 10px
}

.content ul li a {
    color: #444;
    text-decoration: none;
    font-size: 13px
}

.content ul li a:hover {
    color: #A20004
}

.error1 {
    color: #FF0000;
    margin: 5px 0 0 0
}

.wishlist-info .name a:hover {
    color: #444
}

#wishlist-row43 .price {
    color: #A20004
}

#wishlist-row42 .price b {
    color: #A20004
}

.action a {
    display: inline-block;
    padding: 3px 0 0 5px;
    vertical-align: top
}

#option-217 select {
    margin: 5px 0 0 0
}

.contact-form input[type="text"],
input[type="password"],
textarea {
    margin-top: 5px !important
}

.content input[type="text"] {
    margin: 0 5px 0 0;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 5px;
    border-bottom: 0px solid #ededed;
    border-right: 0px solid #ededed;
    color: #595959
}

.wishlist-info .price .price {
    color: #A20004;
    font-weight: bold
}

.loginPage a {
    color: #A20004
}

.cart-info a {
    color: #A20004
}

.addbanner {
    float: left;
    width: 99.7%;
    margin-bottom: 20px
}

.advertise-box {
    background: #fff;
    border: solid 1px #b0b0b0;
    float: left;
    width: 99.7%
}

.advertise-box div + div {
    border-left: solid 1px #b0b0b0
}

.advertise-box div {
    float: left;
    padding: 17px 15px;
    padding: 17px 11px\9
}

.imgsize {
    width: 100%;
    height: auto;
    vertical-align: top
}

.box-add {
    text-align: center;
    padding: 20px 0;
    border: solid 1px #afafaf;
    background: #FFFFFF
}

#cse-search-box input[type="submit"] {
    background: url(../image/search-btn.jpg) no-repeat left top;
    border: 0px;
    width: 69px;
    height: 27px;
    font-size: 0px;
    vertical-align: top;
    margin-left: 11px;
    cursor: pointer
}

.googlesearch {
    border: solid 1px #d9d9d9 !important;
    background: url(../image/google_custom_search_watermark.png) no-repeat 5px 5px #fff !important;
    padding-left: 0px\9 !important;
    padding-right: 0px\9 !important
}

.googlesearch1 {
    border: solid 1px #d9d9d9 !important
}

#featured {
    width: 928px;
    padding: 5px;
    position: relative;
    border: 1px solid #b3b3b3;
    height: 390px;
    background: #fff;
    margin-bottom: 30px
}

#featured ul.ui-tabs-nav {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 208px;
    float: left
}

#featured ul.ui-tabs-nav li {
    padding: 0px;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px
}

#featured ul.ui-tabs-nav li img {
    float: left;
    margin: 2px 5px;
    background: #fff;
    padding: 2px;
    border: 1px solid #eee
}

#featured ul.ui-tabs-nav li span {
    font-size: 16px;
    line-height: 18px
}

#featured li.ui-tabs-nav-item a {
    display: block;
    height: 57px;
    color: #333;
    text-decoration: none;
    background: #f0f0f0;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 17px 0 0 15px
}

#featured li.ui-tabs-nav-item a:hover {
    background: #f2f2f2
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a {
    background: url(../image/right-arrow.png) no-repeat 188px center #c6c6c6
}

#featured .ui-tabs-panel {
    width: 715px;
    height: 390px;
    background: #999;
    position: relative;
    float: right
}

#featured .ui-tabs-panel .info {
    position: absolute;
    top: 180px;
    left: 0;
    height: 70px
}

#featured .info h2 {
    font-size: 18px;
    font-family: Georgia, serif;
    color: #fff;
    padding: 5px;
    margin: 0;
    overflow: hidden
}

#featured .info p {
    margin: 0 5px;
    font-family: Verdana;
    font-size: 11px;
    line-height: 15px;
    color: #f0f0f0
}

#featured .info a {
    text-decoration: none;
    color: #fff
}

#featured .info a:hover {
    text-decoration: underline
}

#featured .ui-tabs-hide {
    display: none
}

#featured {display:inline-table;}

#sidebanners {display:inline-table;float:right;}

#sidebanners img {margin-bottom:10px;}

table.radio {
    line-height: 20px
}

#mobilemenu {
    display: none
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #featured li.ui-tabs-nav-item a {
        width: 100%;
        max-width: 265px
    }
    .addbanner {
        display: none
    }
    .box-product .name,
    .box-product .price {
        margin-bottom: 15px
    }
    .wd100 img {
        width: 100%;
        max-width: 280px
    }
    .containerfix {
        width: 100%;
        max-width: 414px;
    }
    .pb40 {
        width: 100%;
        max-width: 280px;
        margin-top: 100px;
    }
    .cashback {
        display: none
    }
    #header {
        height: 200px;
        background: url(../image/headerBg.jpg) no-repeat center bottom;
    }
    #header .links {
        /* display:none */
        width: 100%;
        max-width: 414px;
    }
    #header .links img {
        display: none;
    }
    #header .links .linksbg {
        /* display:none */
        width: 100%;
        max-width: 414px;
    }
    #header .links .linksbg a {
        font-size: 12px;
    }
    #header .links .linksbg #wishlist-total {
        display: none;
    }
    #header #welcome {
        display: none
    }
    #header #logo {
        margin: 0 15%;
        margin-top: 65px;
    }
    .menuwrap {
        width: 100%;
        float: left;
        margin-top: 8px;
        background: #e40611
    }
    #featured {
        width: 100%;
        height: 700px
    }
    #featured ul.ui-tabs-nav {
        width: 100%
    }
    #featured .ui-tabs-panel {
        width: 100%;
        background: #ffffff;
        height: 57px
    }
    #featured .ui-tabs-panel img {
        width: 100%
    }
    #featured ul.ui-tabs-nav li.ui-tabs-selected a {
        background: url(../image/right-arrow.png) no-repeat 270px center #c6c6c6
    }
    .subcontent {
        padding: 20px
    }
    .box-product > div {
        margin: 0 20%;
        margin-bottom: 20px
    }
    .advertise-box div {
        float: left;
        padding: 0px
    }
    #footer {
        clear: both;
        overflow: auto;
        min-height: 65px;
        padding: 0px;
        background: #e40611
    }
    #footer .column {
        width: 60%;
        height: auto
    }
    #footer .column a {
        text-decoration: none;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        text-shadow: 1px 1px 0px #5f0007;
        text-decoration: none
    }
    #powered {
        display: none
    }
    #column-left {
        width: 100%;
        margin-top: 10px
    }
    #column-left + #column-right + #content,
    #column-left + #content {
        margin: 0px 10px
    }
    .product-info > .left + .right {
        margin: 0px 10px
    }
    h1,
    .welcome {
        padding: 0 0 22px 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        color: #a20004;
        background: url(../image/borderbg.jpg) no-repeat center bottom;
        margin: 10px 0 5px 0
    }
    .product-filter {
        overflow: hidden
    }
    .product-grid > div {
        margin: 0 20%;
        margin-bottom: 15px
    }
    #menu {
        display: none
    }
    #mobilemenu {
        display: block
    }
    #mobilemenu ul {
        position: static;
        display: none
    }
    #mobilemenu li {
        margin-bottom: 1px
    }
    #mobilemenu ul li,
    li a {
        width: 100%
    }
    #mobilemenu .show-menu {
        display: block
    }
    #mobilemenu li {
        display: inline-block;
        float: left;
        margin: 0
    }
    #mobilemenu li a {
        display: block;
        min-width: 140px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #fff;
        background: #2f3036;
        text-decoration: none
    }
    #mobilemenu li:hover a {
        background: #2f3036
    }
    #mobilemenu li:hover ul a {
        background: #2f3036;
        color: #ffffff;
        height: 40px;
        line-height: 40px
    }
    #mobilemenu li:hover ul a:hover {
        background: #e40611;
        color: #fff
    }
    #mobilemenu li ul {
        display: none
    }
    #mobilemenu li ul li {
        display: block;
        float: none
    }
    #mobilemenu li ul li a {
        width: auto;
        min-width: 100px;
        padding: 0 20px
    }
    #mobilemenu ul li a:hover + .hidden,
    #mobilemenu ul.hidden:hover {
        display: block
    }
    .show-menu {
        text-decoration: none;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        font-size: 20px
    }
    #mobilemenu input[type=checkbox] {
        display: none;
        -webkit-appearance: none
    }
    #mobilemenu input[type=checkbox]:checked ~ #mmenu {
        display: block;
        margin: 0px;
        padding: 0px
    }
    #colorbox {
        width: 320px !important;
    }
    #colorbox #cboxWrapper {
        /* width:300px !important; */
    }
    #colorbox #cboxContent {
        width: 300px !important;
    }
    #colorbox #cboxLoadedContent {
        width: 300px !important;
    }
    #cboxTopCenter {
        width: 300px !important;
    }
    #cboxTitle {
        position: relative !important;
        bottom: 0px !important;
    }
    #colorbox #cboxLoadedContent h1 {
        font-size: 15px;
    }
    #colorbox #cboxLoadedContent img {
        width: 100px;
    }
}