html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
body {
    background-color: #eaeaea;
    color: #393939;
    font-family: Open Sans Condensed;
    margin: 0px;
    padding: 0px;
    border-top: 5px #457097 solid;
}
body, td, th, input, textarea, select, a {
    font-size: 13px;
}
h1, .welcome {
    color: #393939;
    font: Verdana;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
    color: #000000;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
}
p {
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
    font-family: arial;
}
a, a:visited, a b {
    color: #457097;
    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 {
    background: #fff;
    border: 1px solid #cac8c8;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    background: #fff;
    border: 1px solid #CCCCCC;
    padding: 6px 0px; 
}
label {
    cursor: pointer;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
/* layout */
#container-home{
    width: 1024px;
    background: #fff;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 20px;
}

#container {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #fff;
}
.container{
    width: 1024px;
    margin: 0 auto;
}
#column-left, #column-right {
    float: left;
    width: 245px;
    background: #f4f3f3;
    padding: 15px 15px 0px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#column-right {
    float: right;
}
#column-left {
    float: left;
}
#content {
    min-height: 420px;
    margin-bottom: 25px;
    padding: 20px;
}
#container-home #content{
    padding: 20px 5px 0px 24px
}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 245px;
    padding: 20px;
}
#column-right + #content {
    margin-right: 245px;
    padding: 20px;
}
#content > .box .box-product > div, .product-grid > div{
    width: 233px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #f4f3f3;
    border-left: 1px solid #f4f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*overflow: hidden; */
}
#content > .box .box-product .name, .product-grid .name {
    background: #f4f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 5px;
    width: 100%;
    display: block;
    float: left;
    font-weight: bold;
}
#content > .box .box-product .name a, .product-grid .name a{
    color: #457097;
    font-size: 15px;
    font-weight: bold;
}
#content > .box .box-product .name a:hover, .product-grid .name a:hover {
    color: #339cfe;
    text-decoration: underline;
}
#content > .box .box-product .price, .product-grid .price {
    width: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 5px;
    height: 40px;
    background: #f4f3f3;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    margin: 0px;
}
#content > .box .box-product .price .price-old, .product-grid .price-old{
    line-height: 12px;
    font-size: 12px;
    margin: 0px;
    position: absolute;
    top: 5px;
}
#content > .box .box-product .price .price-new, .product-grid .price-new{
    line-height: 16px;
    position: absolute;
    top: 19px;
}
#content > .box .box-product .price, .product-grid .price{
    width: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 5px;
    height: 40px;
    background: #f4f3f3;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    margin: 0px;
    float: left;
}
#content > .box .cart, .product-grid .cart {
    display: block;
    float: left;
}
#content > .box .box-product .cart .button, .product-grid .cart .button{
    height: 38px;
    margin-top: 1px;
    width: 87px;
    display: block;
    float: left;
    text-align: center;
}
#content > .box .box-product .cart .button:hover, .product-grid .cart .button:hover {
    text-decoration: underline;
}
#content .details {
    display: block;
    float: right;
    height: 40px;
    width: 74px;
    background: #f4f3f3;
}
#content .details a {
    display: block;
    float: left;
    width: 100%;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
#content .details a:hover {
    text-decoration: underline;
}
/* header */
#header {
    height: 150px;
    margin-bottom: 7px;
    padding-bottom: 4px;
    position: relative;
    z-index: 99;
}
#header #logo {
    position: absolute;
    top: 30px;
}
#language {
    position: absolute;
    top: 15px;
    left: 320px;
    width: 80px;
    color: #999;
    line-height: 17px;
}
#language img {
    cursor: pointer;
    margin-right: 5px;
}
#currency {
    width: 240px;
    height: 35px;
    position: absolute;
    top: 43px;
    right: 0px;
    line-height: 17px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f3f3;
    outline: 1px solid #cac8c8;
}
#currency h4 {
    font-size: 18px;
    display: block;
    line-height: 32px;
    float: left;
    width: auto;
    margin: 0px 0px 0px 10px;
    color: #393939;
    padding-right: 10px;
}
#currency a {
    display: inline-block;
    padding: 7px 4px;
    text-decoration: none;
    margin-right: 4px;
    margin-bottom: 2px;
    font-size: 20px;
    color: #393939;
}
#currency a b {
    color: #457097;
    text-decoration: none;
}
#header #cart {
    position: absolute;
    top: 79px;
    right: 0px;
    z-index: 9;
    width: 240px;
    height: 60px;
    outline: 1px solid #cac8c8;
    padding: 0px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e5e5',GradientType=0 );
    border: #fff solid 1px;
}
#header #cart .heading {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 1;
}
#header #cart .heading h4 {
    color: #393939;
    font-size: 18px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 0px;
    float: left;
    width: 175px;
}
#header #cart .heading a {
    color: #457097;
    text-decoration: none;
    width: 175px;
    display: block;
    float: left;
}
#header #cart .heading a span {
    background: url('../image/arrow-down.png') 88% 0% no-repeat;
    font-size: 16px;
    width: 100%;
    display: block;
    float: left;
    height: 30px;
}
#header #cart .heading img {
    display: block;
    float: left;
    margin: 12px 15px 0px 15px;
}
#header #cart.active .heading a span {
    background-position: 88% 85%;
}
#header #cart .content {
    clear: both;
    display: none;
    position: relative;
    float: left;
    top: -1px;
    padding: 8px;
    min-height: 150px;
    background: #FFF;
    outline: 1px solid #cac8c8;
    font-weight: bold;
    width: 222px;
}
#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;
    font-size: 14px;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    color: #393939;
    padding: 4px;
    font-size: 14px;
}
#header #cart .checkout {
    text-align: right;
    clear: both;
}
#header #cart .checkout a {
    font-size: 14px;
    width: 80px;
    float: right;
    margin-left: 10px;
    text-decoration: none;
    line-height: 23px;
    height: 25px;
    margin-top: 1px;
    display: block;
    -webkit-box-shadow: inset 0 10px 10px #339cfe;
    box-shadow: inset 0 10px 10px #339cfe;
    background: #457097;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: #339cfe 1px solid;
    outline: 1px solid #457097;
    cursor: pointer;
    font-family: Open Sans Condensed;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
#header #cart .checkout a:hover {
    text-decoration: underline;
}
#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}
#header #search {
    position: absolute;
    top: 100px;
    left: 320px;
    width: 370px;
    height: 40px;
    z-index: 15;
    display: block;
}
#header .button-search {
    width: 104px;
    text-align: center;
    padding-top: 5px;
} 
#header .button-search {
    height: 38px;
    margin-top: 1px;
    display: block;
    float: left;
    -webkit-box-shadow: inset 0 20px 10px #339cfe;
    box-shadow: inset 0 20px 10px #339cfe;
    background: #457097;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: #339cfe 1px solid;
    outline: 1px solid #457097;
    cursor: pointer;
    font-family: Open Sans Condensed;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

#header #search input {
    background: #FFF;
    padding: 0px 5px;
    width: 262px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cac8c8;
    display: block;
    float: left;
}
#header #search .button-search:hover:after {
    width: 30%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#header #search .button-search:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
#header #welcome {
    position: absolute;
    left: 0px;
    z-index: 5;
    font-size: 20px;
    font-weight: normal;
}
#header #welcome a {
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}
#header .links {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
}
#header .links a {
    float: left;
    display: block;
    color: #457097;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 18px;
    padding: 0px 5px 3px 5px;
}
#header .links a:hover {
    color: #fff;
    background: #457097;
    border-radius: 0px 0px 5px 5px;
}
#header .links a.active {
    color: #fff;
    background: #457097;
    border-radius: 0px 0px 5px 5px;
}
#header .links a + a {
    margin-left: 8px;
}
/* menu */
#menu {
    margin-bottom: 20px;
    background: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e5e5',GradientType=0 );
    border: 1px solid #cac8c8;
    height: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
    box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}
#menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
    padding: 0px;
    border-right: 1px solid #cac8c8;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
    color: #457097;
    font-weight: bold;
    line-height: 58px;
    text-decoration: none;
    display: block;
    padding: 0px 20px;
    margin-bottom: 5px;
    z-index: 6;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 5px solid #cac8c8;
}
#menu > ul > li:hover > a {
    border-color: #457097;
    background: #fff;
}
#menu a.active {
    border-color: #457097;
    background: #fff;
}
#menu > ul > li > div {
    display: none;
    background: #FFFFFF;
    position: absolute;
    z-index: 5;
    border: 1px solid #cfcece;
}
#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 {
    text-decoration: none;
    padding: 4px;
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
    min-width: 120px;
}
#menu > ul > li > div > ul > li > a {
    color: #457097;
    font-size: 14px;
    line-height: 26px;
    padding-left: 15px;
    font-weight: bold;
}
#menu > ul > li ul > li > a:hover {
    background: rgba(69, 112, 155, 0.1);
}

#menu > ul > li > div > ul li {
    border-bottom: 1px solid #cfcece;
}
.breadcrumb {
    color: #CCCCCC;
    margin-bottom: 10px;
}
.breadcrumb a {
    font-size: 10px;
    font-family: arial;
}
.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
}
.success {
    background: #aadd00 url('../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
    color: #147f00;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
}
.warning {
    background: #fe6d4c url('../image/warning.png') 10px center no-repeat;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    color: #fff;
}
.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
}
.success .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}
.warning .close{
    float: right;
    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;
}
input.large-field, select.large-field {
    width: 300px;
}
table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
    font-weight: bold;
}
table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
    background: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e5e5',GradientType=0 );
    border: 1px solid #cac8c8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
    box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: bold;
}
table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}
table.list tbody td {
    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;
}
table.radio td label {
    display: block;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr td:first-child input {
    margin-top: 1px;
}
table.radio tr.highlight:hover td {
    background: #EEEEEE;
    cursor: pointer;
}
.pagination {
    border-top: 1px solid #EEEEEE;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.pagination .links {
    float: left;
}
.pagination .links a {
    display: inline-block;
    border: 1px solid #EEEEEE;
    padding: 4px 10px;
    text-decoration: none;
    color: #A3A3A3;
}
.pagination .links b {
    display: inline-block;
    border: 1px solid #269BC6;
    padding: 4px 10px;
    font-weight: normal;
    text-decoration: none;
    color: #269BC6;
    background: #FFFFFF;
}
.pagination .results {
    float: right;
    padding-top: 3px;
}
/* button */
input.button, .button {
    margin: 0;
    border: 0;
    height: 38px;
    padding: 0px;
    -webkit-box-shadow: inset 0 12px 10px #339cfe;
    box-shadow: inset 0 12px 10px #339cfe;
    background: #457097;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: #339cfe 1px solid;
    outline: 1px solid #457097;
    cursor: pointer;
    font-family: Open Sans Condensed;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
a.button {
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px 6px 12px;
}
a.button, input.button {
    cursor: pointer;
    color: #FFFFFF;
    line-height: 24px;
    font-size: 16px;
}
a.button:hover, input.button:hover {
    background-position: 0px -24px;
    text-decoration: underline;
}
.buttons {
    background: #FFFFFF;
    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 {
    height: 30px;
    line-height: 16px;
    border-bottom: 1px solid #DDDDDD;
}
.htabs a {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    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: #000000;
    margin-right: 2px;
    display: none;
}
.htabs a.selected {
    padding-bottom: 7px;
    background: #FFFFFF;
}
.tab-content {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
    overflow: auto;
}
/* box */
.box {
    margin-bottom: 15px;
}
.box .box-heading {
    font-size: 25px;
    font-weight: bold;
    color: #393939;
}
.box .box-content {
    padding: 10px 0px 0px 0px;
    float: left;
    width: 100%;
}
.box .box-description{
     font-family: arial;
}
/* box products */
.box-product {
    width: 100%;
    overflow: auto;
}
.box-product > div{
    width: 231px;
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
    margin-bottom: 20px;
}
.product-grid > div{
    width: 233px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px 20px 5px;
}
#column-left .box-product, #column-right .box-product {
    display: block;
    float: left;
    width: 100%;
}
#column-left + #column-right + #content {
    padding: 15px 5px 20px 26px;
}
#column-left + #content, #column-right + #content {
    padding: 15px 20px 20px 22px;
}
#column-left + #column-right + #content .box-product > div {
    width: 233px;
    margin-right: 14px;
}

#column-left .box-product > div, #column-right .box-product > div {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
    border-bottom: 1px dashed #cfcece;
    padding-bottom: 10px;
    position: relative;
}
#column-left .box-product > div:last-child, #column-right .box-product > div:last-child {
    margin-bottom: 10px;
    border-bottom: none;
}
#column-left .box-product .name, #column-right .box-product .name {
    display: block;
    float: right;
    width: 100px;
    font-size: 12px;
    line-height: 14px;
}
#column-left .box-product .details, #column-right .box-product .details {
    display: none;
}
#column-left .box-product .image, #column-right .box-product .image {
    float: left;
    margin-right: 10px;
}
#column-left .box-product .price, #column-right .box-product .price {
    display: block;
    float: left;
    width: 90px;
    margin-bottom: 30px;
    position: absolute;
    bottom: 10px;
    right: 0px;
    font-size: 16px;
    line-height: 15px;
    color: #457097;
}
#column-left .box-product .price .price-new, #column-right .box-product .price .price-new {
    float: left;
    display: block;
}
#column-left .box-product .price , #column-right .box-product .price {
    float: left;
    display: block;
}
#column-left .box-product .price .price-old, #column-right .box-product .price .price-old {
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    clear: both;
    float: left;
}
#column-left .box-product .image img, #column-right .box-product .image img {
    border: 0px;
    padding: 0px;
}
#column-left .box-product .cart, #column-right .box-product .cart {
    display: block;
    float: right;
    position: absolute;
    bottom: 10px;
    right: 0px;
}
#column-left .box-product .cart input.button, #column-right .box-product .cart input.button {
    display: block;
    font-weight: bold;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    width: 80px;
}
#column-left .box-product .cart .button:hover, #column-right .box-product .cart .button:hover  {
    text-decoration: underline;
}
#column-left + #content .box-product > div, #column-right + #content .box-product > div  {
    width: 233px;
    margin-right: 9px;
}
.box-product .image {
    display: block;
    margin-bottom: 0px;
}
.box-product .image img {

}
.box-product .name a, .product-grid .name a {
    color: #457097;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}
.box-product .price, .product-grid .price {
    display: block;
    font-weight: bold;
    color: #333333;
    margin-bottom: 4px;
}
.box-product .price-old, .product-grid .price-old {
    color: #F00;
    text-decoration: line-through;
}
.box-product .price-new, .product-grid .price-new {
    font-weight: bold;
}
#column-left + #content .product-grid > div{
    width: 233px;
    margin: 0px 5px 20px 5px;
}
.box-product .rating {
    display: none;
}
/* box category */
ul.box-category, ul.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.box-category > li:first-child {
    border-bottom: 1px solid #cac8c8;
    display: block;
    float: left;
    width: 100%;
}
ul.box-category > li > a {
    text-decoration: none;
    color: #457097;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 15px;
    width: 100%;
    display: block;
    line-height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #eaeaea;
    background: url('../image/left-menu-marker.png') left center no-repeat;
}

ul.box-category > li ul {
    display: none;
}
ul.box-category > li a.active {
    font-weight: bold;
    background: url('../image/left-menu-marker-open.png') left center no-repeat;

}
ul.box-category > li a.active + ul {
    display: block;
    float: left;
    width: 100%;
    background: #f4f3f3;
}
ul.box-category > li + li, ul.box-category > li ul > li {
    border-bottom: 1px solid #cac8c8;
    width: 100%;
    float: left;
    display: block;
}
ul.box-category > li ul > li > a {
    text-decoration: none;
    display: block;
    font-weight: bold;
    padding-left: 25px;
    line-height: 35px;
    background: url('../image/left-menu-marker.png') left center no-repeat;
    background-position: 16px 14px;
}
ul.box-category > li ul > li > a.active {
    font-weight: bold;
    background-color: #fff;
}
ul.box-category > li ul > li:last-child {
    border-bottom: 0px;
}
ul.box-category > li > a:hover, ul.box-category > li ul > li:hover {
    background-color: #eaeaea;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.box-filter span {
    font-weight: bold;
    border-bottom: 1px solid #EEEEEE;	
    display: block;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
ul.box-filter > li ul {
    padding-bottom: 10px;
}
/* content */
#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
}
#content .content .left {
    float: left;
    width: 49%;
}
#content .content .right {
    float: right;
    width: 49%;
}
/* category */
.category-info {
    overflow: auto;
    margin-bottom: 20px;
}
.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #E7E7E7;
}
.category-list {
    overflow: auto;
    margin-bottom: 20px;
}
.category-list ul {
    float: left;
    width: 18%;
}
/* manufacturer */
.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}
.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
/* product */
.product-filter {
    margin-bottom: 20px;
    background: #fefefe; /* Old browsers */
    background: -webkit-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: linear-gradient(top, #fefefe 0%, #e6e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e5e5',GradientType=0 ); /* IE6-9 */
    border: 1px solid #cac8c8;
    height: 45px;
    line-height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.product-filter .display {
    float: right;
    padding-right: 10px;
    color: #393939;
}

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

.product-filter .sort {
    float: left;
    color: #393939;
    padding-left: 10px;
}

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

.product-compare {
    font-weight: bold;
    display: block;
    float: right;
    margin-right: 35px;
}

.product-compare a {
    text-decoration: none;
    font-weight: bold;
}
.product-list > div {
    overflow: auto;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.product-list .right {
    float: right;
    width: 86%;
}
.product-list .left {
    float: left;
}
#column-left + #content .product-list .right{
    float: right;
    width: 81%;
}
.product-list > div + div {
    border-top: 1px dashed #cac8c8;
    padding-top: 16px;
}
.product-list .image img {
    width: 120px;
}
.product-list .name {
    min-height: 30px;
    line-height: 22px;
    padding: 5px;
    display: block;
    background: #f4f3f3;

    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.product-list .name a {
    color: #457097;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.product-list .name a:hover {
    color: #339cfe;
    text-decoration: underline;
}
.product-list .promotion {
    font-weight: bold;
    color:#f00;
}
.product-list .description {
    line-height: 15px;
    margin: 10px 0px;
    display: block;
    width: 75%;
    min-height: 30px;
    font-family: arial;
    color: #393939;
}
.product-list .rating {
    color: #7B7B7B;
}
.product-list .price {
    float: right;
    text-align: right;
    color: #393939;
    clear: right;
    font-size: 20px;
    font-weight: bold;
}
.product-list .price-old {
    font-size: 15px;
    color: #F00;
    text-decoration: line-through;
}
.product-list .price-new {
    font-weight: bold;
}
.product-list .price-tax {
    font-size: 14px;
    color: #999;
    display: block;
    float: right;
    text-align: center;
    margin-right: 5px;
}
.product-list .cart {
    float: right;
}
.product-list .cart .button {
    height: 38px;
    font-size: 14px;
    margin-right: 1px;
    padding: 0 10px;
}
.product-list .cart .button:hover {
    text-decoration: underline;
}
.product-list .wishlist, .product-list .compare {
    float: left;
    display: inline;
    margin-right: 20px;
}
.product-list .wishlist a {
    color: #457097;
    text-decoration: none;
    padding-left: 30px;
    display: block;
    background: url('../image/wishlist.png') left no-repeat;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}
.product-list .wishlist a:hover {
    color: #393939;
    background: url('../image/wishlist-event.png') left no-repeat;
}
.product-list .compare a {
    color: #457097;
    text-decoration: none;
    padding-left: 30px;
    display: block;
    background: url('../image/compare.png') left no-repeat;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}
.product-list .compare a:hover {
    color: #393939;
    background: url('../image/compare-event.png') left no-repeat;
}
.product-list .rating{
    display: none;
}
.product-grid {
    width: 100%;
    overflow: auto;
}
.product-grid .image {
    display: block;
    margin-bottom: 0px;
}
.product-grid .description {
    display: none;
}
.product-grid .rating {
    display: none;
}
.product-grid .price .price-tax {
    display: none;
}
.product-grid .wishlist, .product-grid .compare {
    display: block;
    float: left;
    width: 37px;
    background: #f4f3f3;
    font-size: 0px;
}
.product-grid .wishlist a {
    width: 100%;
    height: 40px;
    float: left;
    font-size: 0px;
    display: block;
    background: url('../image/wishlist.png') center no-repeat;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px dotted #cac8c8;
}

.product-grid .wishlist a:hover {
    background: url('../image/wishlist-event.png') center no-repeat;
}

.product-grid .compare a {
    width: 100%;
    height: 40px;
    float: left;
    font-size: 0px;
    display: block;
    background: url('../image/compare.png') center no-repeat;
}

.product-grid .compare a:hover {
    background: url('../image/compare-event.png') center no-repeat;
}
/* Product */
.product-info {
    overflow: auto;
    margin-bottom: 20px;
}
.product-info > .left {
    float: left;
    margin-right: 15px;
}
.product-info > .right {
    float: right;
    width: 350px;
}
.product-info .image {
    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 #E7E7E7;
}
.product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.product-info .description {
    display: none;
}
.product-info .description span {
    color: #38B0E3;
}
.product-info .description a {
    color: #4D4D4D;
    text-decoration: none;
}
.product-info .price {
    overflow: auto;
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 15px 5px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 25px;
    line-height: 20px;
}
.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
#product-page .product-info .price .price-new {
    font-size: 25px;
    margin-top: 10px;
}
.product-info .price-old {
    color: #F00;
    text-decoration: line-through;
    font-size: 16px;
}
.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}
.product-info .options {
    border-bottom: 1px solid #E7E7E7;
    padding: 5px 5px 0px 5px;
    margin-bottom: 10px;
    color: #000000;
}
.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}
.product-info .option-image img {
    margin-right: 5px;

    cursor: pointer;
}
.product-info .cart {
    border-bottom: 1px solid #E7E7E7;
    padding: 10px 5px 20px 5px;
    margin-bottom: 5px;
    color: #4D4D4D;

}
.product-info .cart div > span {
    color: #999;
}
.product-info .cart .links {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 5px;
}
.product-info .cart{
    position: relative;
}
.product-info .cart span.or-cart{
    margin: 0 15px;
    font-weight: bold;
}
.product-info .cart .button{
    padding: 0 10px;
    margin: 0 10px 0 15px;
}
.product-info .cart .button:hover{
    text-decoration: underline;
}
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
}
.product-info .review a, .product-info .links {
    font-weight: bold;
}
.product-info .review {
    color: #4D4D4D;
    margin-bottom: 10px;
}
.product-info .review > div {
    padding: 20px 0px 20px 5px;
    line-height: 20px;
    border-bottom: 1px solid #E7E7E7;
}
.product-info .review > div:first-child img {
    margin-right: 30px;
}
.product-info .review > div:first-child {
    vertical-align: middle;
}
.product-info .review > div:first-child a {
    vertical-align: middle;
}
.product-info .review > div:last-child {
    border-bottom: none;
}
.product-info .review > div > span {
    color: #38B0E3;
}
.product-info .review .share {
    text-align: left;
    overflow: auto;
    line-height: normal;
}
.product-info .review .share a {
    text-decoration: none;
}
.addthis_button_tweet{
    margin-left: -26px;
}
.addthis_button_google_plusone{
    margin-left: 7px;
}
.addthis_button_facebook_like{
    margin-left: 5px;
}
.addthis_button_compact{
    margin-top: 2px;
}
.review-list {
    padding: 10px;
    overflow: auto;
    margin-bottom: 10px;
    border-bottom: 1px solid #E7E7E7;
}
.review-list .author {
    float: left;
    margin-bottom: 20px;
}
.review-list .rating {
    float: right;
    margin-bottom: 20px;
}
.review-list .text {
    clear: both;
}
#review{
    font-size: 14px;
}
#review .content{
    border: none;
    border-bottom: 1px solid #E7E7E7;
}
#review .pagination{
    border: none;
}
#tab-review .button:hover{
    text-decoration: underline;
}
.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;

    margin-bottom: 20px;
    margin-top: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    background: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e5e5',GradientType=0 );
    border: 1px solid #cac8c8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
    box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
    text-align: left;

}
.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #DDDDDD;
}
.compare-info tr td:last-child {
    border-left: none;
}
.compare-info .price-compare{
    font-weight: bold;
}
.compare-info input.button{
    padding: 0 10px;
    float: left;
    margin-left: 20px;
}
.compare-info td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    font-size: 14px;
}
.compare-info .name a {
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
.compare-info .name a:hover {
    color: #339cfe;
    text-decoration: underline;
}
.compare-info a.remove img {
    width: 38px;
}
.compare-info a.remove {
    margin-right: 20px;
    float: right;
}
.compare-info a.remove:hover {
    opacity: 0.7;
}
.compare-info input.add-to-cart{
    float: left;
}
.compare-info .price-old {
    font-weight: bold;
    color: #F00;
    text-decoration: line-through;
}
.compare-info .price-new {
    font-weight: bold;
}
.compare-info tr td.last-td{
    border: none;
}
/* wishlist */
.wishlist-info{
    margin-top: 20px;
}
.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;
    font-weight: bold;
}
.wishlist-info td {
    padding: 7px;
}
.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background: -webkit-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e5e5',GradientType=0 );
    border: 1px solid #cac8c8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
    box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
    font-size: 14px;
}
.wishlist-info thead .image {
    text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}
.wishlist-info .name a{
    text-decoration: none;
}
.wishlist-info .name a:hover{
    text-decoration: underline;
    color: #339cfe;
}
.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 {

}
.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 .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%;
    margin: 0px 20px 0px 0px;
    border: 1px solid #cac8c8;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f3f3;
    position: relative;
}
.login-content .right {
    float: left;
    width: 48%;
    border: 1px solid #cac8c8;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f3f3;
    position: relative;
}
.login-content .left .content, .login-content .right .content {
    min-height: 150px;
}
.login-content input[type="submit"]{
    padding: 0px 10px;
}
.login-pass {
    font-size: 12px;
    display: block;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -10px;
    margin-right: 10px;
}
.login-pass input{
    width: 90%;
}
.login-pass a {
    font-family: arial;
    font-size: 10px;
    text-decoration: none;
    color: #457097;
}
.login-pass a:hover {
    text-decoration: underline;
}
.login-content .button{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.login-content .button:hover{
    text-decoration: underline;
}
/* orders */
.order-list {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}
.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 dashed #000;
    border-bottom: 1px dashed #000;
    font-size: 14px;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info {
    text-align: right;
}
.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}
/* returns */
.return-list {
    margin-bottom: 10px;
}
.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
    float: left;
    width: 33.3%;
}
.return-list .return-info {
    text-align: right;
}
.return-product {
    overflow: auto;
    margin-bottom: 20px;
}
.return-name {
    float: left;
    width: 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 */
.cart-info{
    font-weight: bold;
}
.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: #4D4D4D;
    font-weight: bold;
    background: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e5e5',GradientType=0 );
    border: 1px solid #cac8c8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
    box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
}
.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;
}
.cart-info tbody .image img {
}
.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 .name a{
    text-decoration: none;
}
.cart-info tbody .name a:hover{
    text-decoration: underline;
    color: #339cfe;
}
.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: #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 */
.new-customer{
    float: left;
    width: 45%;
}
.login-pass-checkout{
    float: left;
    width: 50%;
}
.login-pass-checkout input{
    width: 96%;
}
#checkout input.button{
    padding: 0 10px;
}
.checkout-heading {
    background: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e5e5',GradientType=0 );
    border: 1px solid #cac8c8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
    box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: bold;
    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{
    font-weight: bold;
}
.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: #fefefe;
background: -webkit-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
background: -moz-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
background: -o-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
background: -ms-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
background: linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e5e5',GradientType=0 );
border: 1px solid #cac8c8;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
font-size: 14px;
}
.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 .name a{
    text-decoration: none;
}
.checkout-product tbody .name a:hover{
    text-decoration: underline;
    color: #339cfe;
}
.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;
}
.checkout-product td.total{
    color: #457097;
}
#checkout .checkout-content .left {
    float: left;
    font-weight: bold;
    height: 250px;
}
#checkout .checkout-content .right {
    float: right;
    font-weight: bold;
    height: 250px;
}
#checkout .checkout-content .left, #checkout .checkout-content .right {
    width: 49%;
    border: 1px solid #cac8c8;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f3f3;
    position: relative;
}
input#button-account{
    float: right;
}
input#button-login{
    float: right;
    margin-top: 32px;
}
#content .contact-info .content{
    padding: 0;
    margin: 10px 0 0 0;
}
.contact-info {
    overflow: auto;
}
#content .contact-info .left {
    float: left;
    width: 47%;
    background: #f4f3f3;
    padding: 10px 0 0 10px;
    margin-right: 25px;
}
#content .contact-info .right {
    float: left;
    width: 48%;
    background: #f4f3f3;
    padding: 10px 0 0 12px;
}
.contact-name-pass{
    float: left;
    width: 50%;
    margin-bottom: 15px;
}
.contact-name-pass input{
    width: 95%;
}
.contact-info .buttons {
    float: right;
    margin-top: -20px;
    margin-right: 8px;
    background: #f4f3f3;
}
#content .contact-info h2{
    margin-bottom: 10px;
    font-size: 20px;
}
#content .contact-info h3{
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #457097;
}
.adress-tel{
    float: left;
    width: 32%;
    margin-bottom: 10px;
    text-align: center;
}
.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
    font-weight: bold;
}
.sitemap-info .left {
    float: left;
    width: 48%;
}
.sitemap-info .right {
    float: left;
    width: 48%;
}
.sitemap-info a{
    font-weight: bold;
    text-decoration: none;
}
.sitemap-info a:hover{
    text-decoration: underline;
}
/* footer */ 
#footer {
    clear: both;
    overflow: auto;
    min-height: 100px;
    padding: 20px;
    background: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    background: linear-gradient(top, #fefefe 0%, #e6e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e5e5',GradientType=0 );
    border: 1px solid #fff;
    outline: 1px solid #cac8c8;
}
#footer img {
	float: right;
	margin-top: 15px;
}


#footer h3 {
    color: #393939;
    font-size: 25px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #cac8c8;
}
#footer .column {
    float: left;
    width: 25%;
    min-height: 100px;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .column ul {
    margin-top: 0px;
    margin-left: 0px;
    border-top: 2px solid #fff;
    padding: 10px 0px 0px 0px;
    list-style: none;
}
#footer .column ul li {
    width: 100%;
    display: block;
    float: left;
}

#footer .column a {
    text-decoration: none;
    color: #457097;
    font-size: 18px;
    padding: 0px 20px;
    line-height: 28px;
    width: 100%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
}

#footer .column a:hover {
    color: #457097;
    background: rgba(255, 255, 255, 0.6);
}

#powered {
    margin-top: 5px;
    text-align: right;
    clear: both;
    font-size: 16px;
}

#powered a {
    color: #457097;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
/* banner */
.banner {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    padding-bottom: 20px;
    background: url('../image/banner-shadow.png') no-repeat bottom center;
}
.banner div {
    text-align: center;
    width: 100%;
    display: none;
    border: 10px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
}
.banner div img {
    display: block;
    float: left;
}

#powered .container {
    background: url('../image/payments.png') 80% 50% no-repeat;
}
#powered .container b{
    float: left;
    font-size: 18px;
    line-height: 38px;
    color: #457097;
    letter-spacing: 1px;
    padding-right: 10px;
    margin-left: 20px;
}
#social ul {
    margin: 0;
    padding: 0;

}
#social ul li {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    list-style: none;
}
#social ul li a{
    opacity:0.7;
    filter:alpha(opacity=70);
}
#social ul li a:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}


/* spotlight */
.spotlight {
    display: block;
    width: 100%;
    text-align: center;
}
.spotlight div {
    text-align: center;
    margin: 0px 8px 0px 8px;
    display: inline-block;
    background: url('../image/3-up-shadow.png') no-repeat bottom center;
    padding-bottom: 20px;
}
.spotlight div img {
    display: inline;
    float: left;
    border: 10px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#back-top {
    position: fixed;
    bottom: 30px;
    z-index: 9999;
    left: 50%;
    margin-left: 600px;
}
#back-top span {
    width: 42px;
    height: 26px;
    display: block;
    margin-bottom: 7px;
    background: url(../image/up-arrow.png) no-repeat left 0px;
}
#back-top a:hover span {
    background-position: left bottom;
}
.top-color.bottom {
    margin-top: 2px;
}
.top-color {
    border: 0px;
    border-bottom: 5px #457097 solid;
    margin: 0px 0px 0px 0px;
}
.account-box .box{
    background: #457097;
}
.account-box .box-heading{
    color: #fff;
}
.account-box .box-content {
    margin-left: 10px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.account-box ul {
    list-style: none;
    display: block;
    float: left;
    width: 95%;
    padding: 0px;
    margin: 0px;
}
.account-box ul li {
    display: block;
    float: left;
    width: 100%;
    border-bottom: #339cfe 1px solid;
}
.account-box a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 28px;
    display: block;
    width: 100%;
}
.account-box a:hover {
    text-decoration: underline;
}
#column-left .box{
    clear: both;
}
#column-right .box{
    clear: both;
}
#content h1 {
    display: block;
    min-width: 600px;
    margin: 0px;
    font-weight: bold;
    font-size: 25px;
}
#content .content p{
    padding: 0;
    margin-left: -10px;
}
.product-filter .border-indented {
    padding: 5px;
}
.border-indented {
    border: 2px solid #fff;
    display: block;
}
/* tab-related */
#column-left + #content  #tab-related .box-product > div {
    width: 223px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #f4f3f3;
    border-left: 1px solid #f4f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 10px 10px 3px;
}
#column-left + #content  #tab-related .box-product {
    margin-left: 5px;
}
#column-left + #content  #tab-related .box-product .name{
    background: #f4f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 5px;
    width: 100%;
    display: block;
    float: left;
    font-weight: bold;
}

#column-left + #content  #tab-related .box-product .name a{
    color: #457097;
    font-size: 15px;
    font-weight: bold;
}
#column-left + #content  #tab-related .box-product .name a:hover {
    color: #339cfe;
    text-decoration: underline;
}
#column-left + #content #tab-related .box-product .price {
    width: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 5px;
    height: 40px;
    background: #f4f3f3;
    font-size: 15px;
    line-height: 40px;
    position: relative;
    margin: 0px;
    float: left;
}

#column-left + #content  #tab-related .box-product .price .price-new {
    line-height: 16px;
    position: absolute;
    top: 19px;
    font-size: 13px;
}

#column-left + #content  #tab-related .box-product .price .price-old {
    line-height: 12px;
    font-size: 11px;
    margin: 0px;
    position: absolute;
    top: 5px;
}

#column-left + #content  #tab-related .box-product .wishlist, #column-left + #content  #tab-related .box-product .compare {
    display: block;
    float: left;
    width: 37px;
    background: #f4f3f3;
    font-size: 0px;
}
#column-left + #content  #tab-related .box-product .wishlist a {
    width: 100%;
    height: 40px;
    float: left;
    font-size: 0px;
    display: block;
    background: url('../image/wishlist.png') center no-repeat;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px dotted #cac8c8;
}

#column-left + #content  #tab-related .box-product .cart {
    display: block;
    float: left;
}
#column-left + #content #tab-related .box-product .cart .button {
    height: 38px;
    margin-top: 1px;
    width: 87px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
}
#column-left + #content #tab-related .box-product .cart .button:hover {
    text-decoration: underline;
}
#column-left + #content  #tab-related .box-product .wishlist a:hover {
    background: url('../image/wishlist-event.png') center no-repeat;
}

#column-left + #content  #tab-related .box-product .compare a {
    width: 100%;
    height: 40px;
    float: left;
    font-size: 0px;
    display: block;
    background: url('../image/compare.png') center no-repeat;
}

#column-left + #content  #tab-related .box-product .compare a:hover {
    background: url('../image/compare-event.png') center no-repeat;
}

#column-left + #content  #tab-related .box-product .image img {
    text-decoration: none;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    transition-duration: 250ms;

}
#column-left + #content  #tab-related .box-product .image img:hover {
    opacity: .7;
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);

    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    transition-duration: 250ms;

    position: relative;
    z-index: 99;
}
/* end tab-related */
/* tab-review */
.rating-stars{
    font-size: 16px;
}
.rating-stars b{
    font-size: 16px;
}
/* review stars */
.star {
    display: none;
}
.star + label {
    width: 23px;
    height: 23px;
    background: url('../image/star_off.png');
    display: inline-block;
}
.star:checked + label {
    background: url('../image/star_on.png');
}
#content .search-top-content .search-filter{
    float: left;
    margin-bottom: 0px;
}
#content .search-top-content .search-content{
    min-width: 270px;
    margin-right: 10px;
}
#content .search-top-content .buttons  {
    width: 10%;
    float: right;
    margin-bottom: 0px;
    margin-top: -9px;   
}
#content .search-top-content .buttons input.button  {
    padding: 0 20px;

}
#content .search-top-content .buttons .right{
    width: 100%;
    float: right;
}
#content .search-top-content select{
    margin-right: 5px;

}
.right input.button{
    padding: 0 10px;
}
/* not found */
.content .not-found {
    text-align: center;
    display: block;
    margin-left: 150px;
    margin-top: 60px;
}
.not-found img{
    float: left;
}
.not-found b {
    font-size: 30px;
    display: block;
    float: left;
    margin-top: 12px;
    margin-left: 10px;
}
.vouchers tr td:first-child{
    font-weight: bold;
    font-size: 12px;
}
.register tr td:first-child{
    font-weight: bold;
    font-size: 12px;
}
#content .account-links .content{
    float: left;
    width: 30%;
}
.account-links a{
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}
.account-links a:hover{
    text-decoration: underline;
    color: #339cfe;
}
h2.color-blue{
    color: #457097;
}
table.address-book{
    margin-bottom: 10px;
}
table.address-book a{
    font-size: 20px;
    font-weight: bold;
}
.dashed-line{
    border-bottom: 1px dashed #000;
}
.dashed-line:last-child{
    border: none;
}
.color-blue{
    color: #457097;
    font-weight: bold;
}
#shipping input.button, #coupon input.button, #voucher input.button, #reward input.button, #cboxLoadedContent input.button{
    padding: 0 10px;
    margin-top: 10px;
}
#cboxLoadedContent table.radio label{
    font-weight: bold;
}

