﻿/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
footer{background-color:#122731;}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
   
@font-face {font-family:"Open Sans Regular";src:url("../font/OpenSans-Regular.eot?") format("eot"),url("../font/OpenSans-Regular.woff") format("woff"),url("../font/OpenSans-Regular.ttf") format("truetype"),url("../font/OpenSans-Regular.svg#OpenSans") format("svg");font-weight:normal;font-style:normal;}
@font-face {font-family:"Open Sans Light";src:url("../font/OpenSans-Light.eot?") format("eot"),url("../font/OpenSans-Light.woff") format("woff"),url("../font/OpenSans-Light.ttf") format("truetype"),url("../font/OpenSans-Light.svg#OpenSans") format("svg");font-weight:normal;font-style:normal;}
@font-face {font-family:"Open Sans Semibold";src:url("../font/OpenSans-Semibold.ttf") format("truetype");font-weight:normal;font-style:normal;}   
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family:"Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  padding:0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {border:0;border-collapse:collapse;border-spacing: 0;empty-cells: show;font-size: 100%;}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  color: #000;
  overflow-x:hidden;
  font-size: 14px;
  font-family:"Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
a { 
  color:#000;
  text-decoration: none;
}

a:hover {
  color: #0097d9;
  cursor:pointer;  
}

a:focus {
  /*outline-color: #3091c2;*/
  color: #143d52;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  font-size: 28px;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-family:"Open Sans Semibold",Arial;
}

h2, .h2 {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-family:"Open Sans Semibold",Arial;
}

h3, .h3 {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  text-rendering: optimizeSpeed;
}

h4, .h4 {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  text-rendering: optimizeSpeed;
}

h5, .h5 {
  margin: 0;
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h6, .h6 {
  margin: 0;
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}
p{font-size:13px;}
.clear:after{ clear:both; display:block; height:0px; visibility:hidden; content:".";}
.clear{*zoom:1;}
.w1420{width:1420px;margin:0 auto;}
.none{display:none;height:0px;}
#go-top{display: none; width: 52px;height:52px;position: fixed;_position: absolute; right:10px;bottom: 50px; _bottom: "auto"; filter: Alpha(opacity=170);background:url(../images/arrow-top.jpg) no-repeat center center; cursor:pointer; z-index:80;}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}



/* Primary Buttons */
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button{
  background: #3399cc;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal; 
  line-height: 19px;
  text-align: center;
  border-radius:4px;
  vertical-align: middle;
  white-space: nowrap;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  display: inline-block;
  color: #39c;
  font-weight:bold;
  font-family: "Open Sans Regular", Verdana, Arial, sans-serif;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration:underline;  
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}


/* -------------------------------------------- *
 * Icons
 */
/*.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}*/


/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
 height:48px;background:url(../images/breadcrumbs.gif) no-repeat left center;padding-left:15px;
}
.breadcrumbs li{float:left;}
.breadcrumbs li{display:inline-block;line-height:48px;padding:0px 6px;font-size:13px;}
.breadcrumbs li span{padding-left:10px;}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ededed;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #3399cc;
  border-color: #3399cc;
}

.btn-remove:after {
  content: 'X';
  color: #3399cc;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */

.footer .text-box{background-color:#EEE;padding-top:40px;}
.footer .text{padding-bottom:38px;border-bottom:1px solid #d2d2d2;}
.footer .text ul li{width:25%;float:left;}
.footer .text ul li h4{font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;font-size:16px;font-weight:bold;padding-bottom:20px;}
.footer .text ul li{width:25%;float:left;}
.footer .text ul li p{line-height:24px;padding-bottom:4px;font-size:13px;}
.footer .text ul li.add p{padding-left:30px;position:relative;} 
.footer .text ul li.add p em{display:block;width:26px;height:26px;background:url(../images/contact-icon.png) no-repeat 0px 0px;position:absolute;left:0px;top:0px;}
.footer .text ul li.add p.tel em{background-position:0px -33px;}
.footer .text ul li.add p.email em{background-position:0px -66px;}
.footer .text ul li.add p.link{padding:12px 0px 4px 0px;}
.footer .text ul li.add p.link a{display:inline-block;*display:inline;*zoom:1;width:28px;height:28px;background:url(../images/footer-link-icon.png) no-repeat 0px 0px;margin-right:8px;}
.footer .text ul li.add p.link a.facebook{background-position:-34px 0px;}
.footer .text ul li.add p.link a.twitter{background-position:-68px 0px;}
.footer .text ul li.add p.link a.linkedin{background-position:-102px 0px;}
.footer .text ul li.add p.link a.google{background-position:-136px 0px;}
.footer .footer-img{padding:10px 0px;}
.footer .footer-img img{display:block;margin:0 auto;}
.footer-nav{padding:16px 0px 10px 0px;text-align:center;}
.footer-nav a{display:inline-block;padding:0px 8px;border-right:1px solid #000;color:#FFF;font-size:13px;}
.footer-nav a:hover{text-decoration:underline;}
.footer-nav a:last-child{border-right:none;}
.copyright p{text-align:center;color:#FFF;padding-bottom:14px;font-size:13px;}

/* -------------------------------------------- *
 * Column Layouts
 */
/* ============================================ *
 * Col Box
 * ============================================ */
.col-box-account{padding:30px 0px 40px 0px;}

.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 22%;
  padding: 0;
  clear: left;
  border:1px solid #e5e5e5;
  margin-bottom:20px;
  font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.col-box-account .col-left h2{font-size:18px;height:40px;line-height:40px;background-color:#f8f8f8;padding:0px 14px;border-bottom:1px solid #e5e5e5;}
.col-left .block-content{padding:10px 0px;} 
.col-left .block-content ul li a{display:block;padding:6px 14px;border-bottom:1px dashed #CCC;font-size:13px;}
.col-left .block-content ul li.current a{color:#316798;border-color:#316798;}
.col-left .block-content p.block-subtitle{padding:0px 14px;}
.col-left .block-content .actions{padding-top:14px;}
.col-left .block-content .actions button{display:block;width:80px;height:25px;line-height:25px;text-align:center;background-color:#316798;font-size:13px;border:none;border-radius:4px;color:#FFF;display:inline-block;*display:inline;*zoom:1;margin:0px 10px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.col-left .block-content .actions button:hover{background-color:#0097d9;}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li{margin: 10px 0px 0px 0px;padding: 6px 14px; border-bottom: 1px dashed #CCC;
  font-size: 13px;}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input{margin-right:4px;}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name{display:inline;}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col-main .new-ragd{width:104%;padding-top:22px;}
.col-main .new-ragd ul li{width:326px;height:auto;float:left;margin-right:38px;overflow:hidden;}
.col-main .new-ragd ul li a img{display:block;*display:inline;height:auto !important;max-width:100%;padding:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;width:100%!important;}
.col-main .new-ragd ul li a img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("../images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11b400;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
  font-size: 15px;
}
.messages li li span{color:#F00;}
.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: black;
  border-left: 5px solid #df280a;
  background-color: #faebe7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #df280a;
  border-right: none;
}

.messages .notice-msg li {
  color: black;
  border-left: 5px solid #e26703;
  background-color: #f9ebe6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}

.messages .success-msg li {
  color: black;
  border-left: 5px solid #11b400;
  background-color: #eff5ea;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}


/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 13px;
  
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight:600;
  padding-right:5px;
  font-size:13px;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399cc;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}



/* -------------------------------------------- *
 * Product Image
 */

.no-touch .product-image:hover {
  border-color: #3399cc;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar{border:1px solid #e5e5e5;background-color:#f8f8f8;position:relative;}
.toolbar>.clear{border-bottom:1px solid #e5e5e5;}
.toolbar .sorter{width:304px;height:52px;float:left;position:relative;margin-left:20px;}
.toolbar .sorter p label{line-height:52px;float:left;}
.toolbar .sorter p strong,.toolbar .sorter p a{display:inline-block;*display:inline;*zomm:1; vertical-align:middle;width:27px;height:23px;background:url(../images/toolbar-icon.png) no-repeat 0px 0px;float:left;margin:14px 4px 0px 4px;text-indent:-999px;cursor:pointer;}
.toolbar .sorter p strong.grid{background-position:0px -23px;}
.toolbar .sorter p a.grid{background-position:0px 0px;}
.toolbar .sorter p strong.list{background-position:-40px -23px;}
.toolbar .sorter p a.list{background-position:-40px 0px;}
.toolbar .sort-by{width:172px;height:20px;position:absolute;right:0px;top:16px; display:none;}
.toolbar .sort-by>a{width:6px;height:15px;display:block;background:url(../images/toolbar-icon-02.png) no-repeat 0px 0px;text-indent:-999px;position:absolute;top:2px;right:0px;}
.toolbar .sort-by>a.sort-by-switcher--desc {background-position:-6px 0px;}
.toolbar .pager{width:550px;height:52px;float:right;position:relative;}
.toolbar .pager .count-container>p{line-height:52px;}
.toolbar .pager .count-container .limiter{width:120px;height:21px;position:absolute;left:75px;top:16px;}
.toolbar .pager .count-container .limiter label{}
.toolbar .pager .pages{height:22px;position:absolute;top:15px;right:0px;text-align:right;}
.toolbar .pager .pages ol li{float:left;margin-right:4px;line-height:22px;text-align:center;line-height:22px;font-size:13px;}
.toolbar .pager .pages ol li p{width:22px;height:22px;background-color:#ffb21a;color:#FFF;}
.toolbar .pager .pages ol li a{display:block;padding:0px 4px;background-color:#FFF;}
.toolbar .in-us{height:52px;padding-left:20px;}
.toolbar .in-us span{line-height:52px;padding-right:30px; vertical-align:middle;}
.toolbar select{border-radius: 4px;-webkit-border-radius:4px;cursor:pointer;}


/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399cc;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.w800{width:800px;margin:0 auto;}
.order-print{padding:30px 0px 40px 0px;} 

.order-print .print-head {
  width:123px;height:124px;margin:0 auto 20px auto;
}
.order-print p.order-date{padding-bottom:2px;}
.order-print h1{  font-size: 24px;color: #316798; border-bottom: 1px solid #CCC;padding-bottom: 20px;margin-bottom: 45px;}
.order-print .col2-set{  padding: 10px 0px 20px 0px;margin-top: 14px;border-top: 1px dashed #CCC;border-bottom: 1px dashed #CCC;}
.order-print .col2-set .col-1,.order-print  .col2-set .col-2{width: 45%;margin-right: 10px; float: left;}
.order-print .col2-set h2{font-size: 15px;padding-bottom: 10px;font-weight: bold;}
.order-print .col2-set address{font-size:13px;}
.order-print .col2-set2{border:none;}
.order-print .order-items{padding: 35px 0px 20px 0px;}
.order-print .order-items h2{font-size: 18px;padding-bottom: 18px;color: #316798;}
.order-print .buttons-set button{width:146px;height:26px;line-height:26px;text-align:center;background-color:#316798;color:#FFF;border:none;font-size:13px;margin-bottom:10px;border-radius:4px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.order-print .buttons-set button:hover{background-color:#0097d9;}


/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid silver;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0px;margin:0px;
}

/* -------------------------------------------- *
 * Inputs
 */

.input-text:focus {
  border: 1px solid #3399cc;
}

.input-text.validation-failed {
  border-color: #df280a;
}

.input-text.validation-failed:focus {
  outline-color: #ef9384;
}


/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: 2px;
  display: inline-block;
  *display:inline;
  *zoom:1;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #F00;
  font-weight:bold;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th,.my-wishlist thead tr th,.my-wishlist tbody tr td{
  padding: 10px;
  vertical-align: top;
}
.data-table thead th,
.my-wishlist thead tr th,
.data-table tbody td,.my-wishlist tbody tr td{
  border: 1px solid #e5e5e5;
  font-family: "Open Sans Regular", Arial, sans-serif;font-size:12px;
}
.data-table th,.my-wishlist thead tr th {
  background: #f4f4f4;
  line-height: 1.4;
  white-space: nowrap;
  font-weight:bold;
}
.data-table tbody td.status{color:#F00;}
.data-table tbody td h2{font-size:12px;line-height:14px;}

.data-table tfoot tr {
  background: #f4f4f4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid silver;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid silver;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid silver;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}


/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  background-color:#f9f9f9;
}
.header-language-background .header-container{
	height:40px;
	position:relative;
	}
.header-language-background .follow-container {
  width:242px;
  height:40px;
  float:left;
  position:relative;
}
.header-language-background .follow-container p{
  line-height:40px;
}
.header-language-background .follow-us{
  width:162px;
  height:23px;
  position:absolute;
  right:0px;
  top:8px;
	}
.header-language-background .follow-us a{
  width:23px;
  height:23px;
  display:inline-block;
  *display:inline;
  *zoom:1;
  margin-right:6px;
  *margin-right:4px;
  margin-right:4px\9;
  background:url(../images/top-icon.png) no-repeat 0px 0px;
	}	
.header-language-background .follow-us a.youtube{
  background-position:-33px 0px;	
	}
.header-language-background .follow-us a.twitter{	
  background-position:-66px 0px;	
	}	
.header-language-background .follow-us a.google{
  background-position:-98px 0px;	
	}
.header-language-background .follow-us a.linkedin{
  width:24px; 	
  background-position:-130px 0px;	
	}		
.header-container .topnav-box{min-width: 370px;float:right;}  
.header-language-background .language{
 width:98px;height:32px;float:left;position: relative;background:url(../images/language.png) no-repeat left 4px;cursor:pointer; margin: 9px 30px 0px 0px; 	
	}
.header-language-background .language p{line-height:24px;padding-left:28px;font-size:13px;}	
.header-language-background .language .lan-list{width:98px;position:absolute;z-index:99999999;left:0px;top:30px;background-color:#f9f9f9;border:1px solid #ccc;padding-top:10px;border-radius:0px 0px 4px 4px;border-top:none;display:none;}
.header-language-background .language .lan-list a{display:block;line-height:30px;padding:0px 8px;border-bottom:1px dashed #CCC;text-align:center;}
.header-language-background .language .lan-list a:hover{}
.header-language-background .language:hover .lan-list{display:block;}

.top-nav{ min-width:338px;height:40px;float: right;}
.top-nav ul li{height:40px;float:left;position:relative;}	
.top-nav ul li>a{display:block;line-height:40px;padding:0px 8px;*padding:0px 6px;padding:0px 6px\9;font-size:13px;}
.top-nav ul li>a.zhongxin{max-width: 100px;overflow:hidden;}
.top-nav ul li .xiala-box{position:absolute;z-index:99999999;left:0px;top:40px;box-shadow: 1px 1px 10px rgba(0,0,0,.12);background-color: #FFF;  font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;-moz-box-sizing: content-box;-webkit-box-sizing: content-box; box-sizing: content-box;display:none;width:154px;padding:12px 25px 18px 25px;border:1px solid #EEE;border-radius: 4px;margin-left:-60px;}
.top-nav ul li .login-account-box label{display:block;font-size:13px;margin-bottom:4px;}
.top-nav ul li .login-account-box input{display:block;width:100%;border:1px solid #CCC;border-radius:4px;height:24px;line-height: 24px;margin-bottom: 8px;text-indent: 4px;}
.top-nav ul li .login-account-box button{display:block;width:100%;height:26px;line-height:26px;color:#FFF;margin:0 auto;border:none;border-radius:4px;text-align:center;background-color: #369;font-size:13px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;}
.top-nav ul li .login-account-box button:hover{background-color:#0c9eef;}
.top-nav ul li .login-account-box em{display:block;width:100%;height:11px;margin:4px auto;background:url(../images/login-split-line.jpg) no-repeat top center;}
.top-nav ul li .login-account-box .join-free{height:20px;text-align: center;}
.top-nav ul li .login-account-box .join-free a{display:inline-block;*display:inline;*zoom:1;font-size:13px;color:#39C;}
.top-nav ul li .login-account-box .join-free a.help{width:16px;height:16px;background:url(../images/more-info.png) no-repeat top center; vertical-align: middle;margin-left: 6px;}
.top-nav ul li .login-account-box .join-free a:hover{text-decoration: underline;}
.top-nav ul li .logout .content{width:100%;height:40px;position:relative;padding-bottom: 12px;margin-bottom:12px;border-bottom: 1px solid #CCC;-moz-box-sizing: content-box;-webkit-box-sizing: content-box; box-sizing: content-box;}
.top-nav ul li .logout .content i{display:block;width:40px;height:40px;background:url(../images/hcqs-icon.png) no-repeat top center;position:absolute;left}
.top-nav ul li .logout .content h4{padding-left:45px;font-size:13px;padding-bottom: 4px;}
.top-nav ul li .logout .content p{padding-left:45px;font-size:12px;color:#369;}
.top-nav ul li .logout .exp-bar-box{width:100%;height:14px;position:relative;}
.top-nav ul li .logout .exp-bar-box label{font-size:12px;}
.top-nav ul li .logout .exp-bar-box .exp-bar{width:122px;height:14px;position:absolute;right:0px;top:2px;background-color:#EEE;}
.top-nav ul li .logout .exp-bar-box .jindu{width:0px;height:14px;background-color:#39c;}
.top-nav ul li .logout .exp-bar-box .exp-number{width:100%;height:14px;text-align:center;position:absolute;left:0px;top:0px;}
.top-nav ul li .logout .exp-bar-box .exp-number span{display:inline-block;*display:inline;*zoom:1; vertical-align: middle; font-size:12px;line-height: 12px;}
.top-nav ul li .logout .exp-bar-box .exp-number span.fen-one{color:#316798;}
.top-nav ul li .logout>a{display:block;width:100%;font-size:12px;height:24px;margin:12px auto 0px auto;line-height:24px;color:#FFF;text-align: center;border-radius:4px;background-color:#369;}
.top-nav ul li .acc-list{width:100px;left:64px;}
.top-nav ul li .acc-list h4 a{display:block;color:#555;font-size:13px;padding:4px 0px;}
.top-nav ul li .acc-list h4 a:hover{color:#0097d9;text-decoration: underline;}
.top-nav ul li:hover .xiala-box{display:block;}
#header{ overflow:visible;}
.page-header-container{position:relative;height:126px;}
.page-header-container .logo{width:436px;height:105px;position:absolute;left:50px;top:10px;}
.page-header-container .logo>img{/*width:100%;height:auto !important;*/}
#header-search{width:498px;position:absolute;z-index:9999999;top:40px;left:50%;margin-left:-140px;display:block;}
.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width:123px;
  height:124px;
}

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {

}

@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */

a.skip-link {
  text-decoration: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

@media only screen and (max-width: 770px) {
  .skip-link {
    border-right: 1px solid #EDEDED;
  }

  .skip-link:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 770px) {
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }

  .skip-link.skip-active span {
    color: inherit;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-cart {
  display:none;
  *display:inline;
  *zoom:1;
  background:url(../images/car.gif) no-repeat top left;	
  height: 45px;
}
.skip-cart .label{line-height:45px;padding-left:78px;color:#000;}
.skip-cart .label strong{color:red;}
.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}



/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 771px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
#header-nav {
	display:block;
	height:44px;
	border-bottom:2px solid #316798;
	position:relative;
	z-index:999;
	}
#header-nav .all-categories{width:212px;height:44px;position:absolute;z-index:999999;left:0px;top:0px;}	
#header-nav .all-categories h3{position:relative;}
#header-nav .all-categories h3 a{display:block;line-height:44px;font-size:18px;color:#FFF;background-color:#316798;padding-left:34px;}
#header-nav .all-categories h3 em{display:block;width:16px;height:9px;background:url(../images/brand-icon.png) no-repeat 0px 0px;position:absolute;top:18px;right:34px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.categories-list{width:212px;position:absolute;left:0px;top:44px;background-color:#FFF;border-radius:0px 0px 4px 4px;display:none;}
#header-nav .all-categories:hover .categories-list{display:block;}
#header-nav .all-categories:hover h3 em{/*-webkit-animation:brand-em 0.5s 1 linear;animation:brand-em 0.5s 1 linear;-webkit-animation-fill-mode:forwards; animation-fill-mode:forwards;*/-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg); -ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.categories-list>ul>li>a{display:block;padding: 10px 10px 10px 34px; font-size: 15px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;background-color:#f4f4f4;border-bottom:1px solid #e5e5e5;}
.categories-list>ul>li>a:hover{background-color:#FFF;}
.categories-list>ul>li>div.level0{width:800px;position:absolute;left:211px;top:0px;padding:20px 20px 20px 30px;background-color:#FFF;  -webkit-box-shadow: 0 0 5px #333; -moz-box-shadow: 0 0 5px #ccc;box-shadow: 0 0 5px #333;border:1px solid #EEE;display:none; }
.categories-list>ul>li:hover>div.level0{display:block;}  
.categories-list>ul>li>div.level0>ul>li{width:33%;float:left;margin-bottom:30px;/*height:200px;overflow:hidden;*/}
.categories-list>ul>li>div.level0>ul>li>a{display:block;width:88%;font-weight:bold;padding-bottom:10px;border-bottom:1px solid #dcdcdc;margin-bottom:12px;color:#316798;font-size:14px;}
.categories-list>ul>li>div.level0>ul>li ul li a{display:block;width:88%;line-height:24px;font-size:13px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}

#header-nav .nav-primary-box{width:82%;height:44px;position:absolute;z-index:999999;left:258px;top:0px;}
#header-nav .nav-primary-box>ol>li{float:left;position:relative;}
#header-nav .nav-primary-box>ol>li a{display:block;line-height:44px;font-size:16px;padding:0px 30px;}
#header-nav .nav-primary-box>ol>li:first-child>a{padding-left:27px;}
#header-nav .nav-primary-box>ol>li .sec{width:100%;position:absolute;left:0px;top:44px;box-shadow: 1px 1px 10px rgba(0,0,0,.42);background-color: #FFF;border: 1px solid #EEE;padding-bottom:8px;border-radius:4px;-webkit-border-radius:4px;display:none;}
#header-nav .nav-primary-box>ol>li:hover .sec{display:block;}
#header-nav .nav-primary-box>ol>li .sec h4 a{line-height:30px;}
#header-nav .line{width:1920px;height:2px;background-color:#316798;position:absolute;left:50%;margin-left:-960px;bottom:-2px;}


.home-new-products{padding-top:30px;margin-top:28px;border-top:1px solid #e5e5e5;}
.home-main-products{padding-top:20px;margin-top:33px;border-top:1px solid #e5e5e5;}
.home-title{height:39px;position:relative;}
.home-title h2{font-size:30px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;color:#343434;font-weight:bold;}
.home-title .title-nav{min-width:384px;height:39px;text-align:right;position:absolute;right:50px;top:0px;}
.home-title .title-nav ul li{display:inline-block;*display:inline;*zoom:1;line-height:37px;font-size:15px;padding:0px 10px;color:#333;border-bottom:2px solid #FFF;cursor:pointer;}
.home-title .title-nav ul li.cur,.home-title .title-nav ul li:hover{border-color:#316798;}
.home-title>a {display:block;width:50px;height:22px;color:#FFF;border-radius:6px;background-color:#316798;position:absolute;right:0px;top:7px;line-height:22px;text-align:center;font-size:13px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.home-title>a:hover{background-color:#0097d9;}
.home-new-products>a,.home-main-list>a{display:none;}
.home-new-products>a img,.home-main-list>a img{width:100%;height:auto!important;}
.home-main-list{padding:26px 0px 15px 0px;}
.home-main-list>a{display:block;float:left;width:460px; height:auto;overflow:hidden;}
.home-main-list .main-right{width:918px;float:right;}
.home-main-list .main-right>ul>li{display:none;}

.home-latest-news{border:1px solid #EEE;padding:18px;}
.home-latest-news ul li{width:344px;float:left;margin-right:172px;}
.home-latest-news ul li h3{display:block;height:36px;line-height:36px;border-bottom:1px solid #e5e5e5;padding-left:23px;margin-bottom:20px;color:#000;font-weight:bold;}
.home-latest-news ul li h4 a{display:block;padding-bottom:24px;font-size:13px;}
.home-latest-news ul li.first h3{background:url(../images/first-hand.png) no-repeat left -1px; }
.home-latest-news ul li.blog h3{background:url(../images/blog.png) no-repeat left 6px;padding-left:27px; }
.home-latest-news ul li.facebook{margin-right:0px;}
.home-latest-news ul li.facebook h3{background:url(../images/facek-book.png) no-repeat left 8px;}
.home-latest-news ul li p a{display:block;padding:0px 0px 12px 15px;background:url(../images/round.png) no-repeat left 3px;}
.home-latest-news ul li input{display:block;width:98%;padding:6px 0px 6px 6px;border:1px solid #dbdbdb;border-radius:6px;background-color:#FFF;}
.home-latest-news ul li button{display:block;width:96px;height:26px;background-color:#316798;color:#FFF;text-align:center;line-height:26px;border-radius:6px;margin-top:10px;cursor:pointer;border:none;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.home-latest-news ul li button:hover{background-color:#0097d9;}

.reviews-box{width:100%;background-color:#fbfbfb;padding-bottom:20px;margin-top:32px;overflow:hidden;}
.reviews-box h2{font-size:36px;color:#333;text-align:center;padding:50px 0px 20px 0px;font-weight:400;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}
.reviews-box>p{font-size:16px;text-align:center;}
.reviews-slide{width:800px;height:468px;position:relative;margin:25px auto 35px auto;}
.reviews-list{width:386px;height:468px;position:relative;margin:0 auto;  
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px; }
.reviews-list ul li{  
  width: 386px;
  height: 468px;
  background-color:#f7f7f7;
  position: absolute;
  left: 0;
  top: 0;
  border:2px solid #CCC;
  }   
.reviews-list ul li .img{height:266px;background-color:#FFF;overflow:hidden;} 
.reviews-list ul li .img img{display:block;margin:42px auto 20px auto;}  
.reviews-list ul li .img p{width:260px;margin:0 auto;text-align:center;font-size:13px;color:#000;}
.reviews-list ul li .text img{display:block;margin:30px auto;}
.reviews-list ul li .text p{width:260px;margin:0 auto;text-align:center;font-size:13px;color:#000;}
.reviews-slide .arrow{width:50px;height:50px;background:url(../images/reviews-icon.png) no-repeat 0px 0px;position:absolute;top:230px;cursor:pointer;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;}
.reviews-slide .prev{left:-100px;}
.reviews-slide .prev:hover{background-position:0px -58px;}
.reviews-slide .next{width:51px;right:-100px;background-position:-74px 0px;}
.reviews-slide .next:hover{background-position:-74px -58px;}
/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}

/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
 height:30px;background-color:#f5f5f5; overflow:hidden;border:1px solid #CCC;}
#header-search .ser-list{display:block;width:100%;height:27px;overflow:hidden;}
#header-search .ser-list li{float:left;}
#header-search .ser-list li a{display:none;padding-top:6px;padding-right:12px;font-size:12px;}
#search_mini_form label {
  display: none;
}

#search {
  display:block;
  width: 96%;
  height:28px;
  line-height:28px;
  font-size:13px;
  /*padding:25px 0px;*/
  border: 1px solid #f8f8f8;
  text-indent:8px;
}

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 30px;
  border: 0;
  background-color:#316798;
  background-image:url(../images/searicon.png); 
  background-repeat: no-repeat; 
  background-position: center center;
}

 /*--------banner_start--------*/
.banner{width:100%;height:auto;margin:0 auto;position:relative;z-index:0;}
.banner .banner-slide{width:100%;height:478px;overflow:hidden;*position:relative;}
.banner .banner-slide ul li{width:100%;height:auto;}
.banner .banner-slide ul li img{width:100%;height:auto !important;}
.slide_nav{width:400px;height:14px;position:absolute;left:50%;bottom:24px;margin-left:-200px;z-index:99;text-align:center;}
.slide_nav ul li{width:14px;height:14px;display:inline-block;*display:inline;*zoom:1;margin-right:10px;cursor:pointer;background-color:#d0d0d0;border-radius:50%;}
.slide_nav ul li.select{background-color:#316798;}
.banner .prev,.banner .next{width:50px;height:50px; position:absolute;z-index:40;top:180px; background:url(../images/banner-icon.png) no-repeat 0px 0px;cursor:pointer;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;}
.banner .prev{left:4%;}
.banner .prev:hover{background-position:0px -58px;}
.banner .next{width:51px;right:5%;background-position:-74px 0px;}
.banner .next:hover{background-position:-74px -58px;}
 
 
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
.skip-account .icon {
  background-position: 4px -44px;
}

@media only screen and (min-width: 771px) {
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
  }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #636363;
    line-height: 2;
  }

  #header-account a:hover {
    color: #3399cc;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
}

#header-account a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}

@media only screen and (min-width: 771px) {


  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    background: white;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(51, 153, 204, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 771px) {
  .skip-cart:hover {
    text-decoration: none;
  }
  .skip-cart .count {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 14px;
    width: auto;
  }
  .skip-cart .count:before {
    content: '(';
  }
  .skip-cart .count:after {
    content: ')';
  }

  .skip-cart .count,
  .skip-link.skip-active .count {
    color: #F00;
  }
}
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #a0a0a0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
}





/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */


/* ============================================ *
 * Product Grid
 * ============================================ */
.home-product-list>ul>li{width:104%;padding:25px 0px;display:none;}
.home-product-list ul li ul li{width:254px;min-height:228px;max-height:292px;background-color:#FFF;border:1px solid #CCC;border-radius: 4px;float:left;margin-right:38px;padding-bottom:14px;}
.home-product-list ul li ul li.last{margin-right:0px;}
.home-product-list ul li ul li>a{display:block;width:78.7%;margin:0 auto;overflow:hidden; }
.home-product-list img{display:block;*display:inline;height:auto;max-width:100%;padding:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;width:100%!important;}
.home-product-list img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.home-product-list ul li ul li h3 a{display:block;color:#333;width:80%;margin:8px auto; height:42px;font-size:12px;overflow:hidden;}
.home-product-list ul li ul li h3 a:hover{text-decoration: underline;}
.home-product-list ul li ul li>span{display:none;width:80%;margin:0 auto;color:#F00;}
.home-product-list ul li ul li .price-box{width:204px;margin:0 auto;}
.home-product-list>a{display:block;width:100%;height:auto;}

.home-main-products .main-right>ul>li{width:104%;display:none;}
.home-main-products ul li ul li{width:275px;min-height:228px;max-height:292px;background-color:#FFF;border:1px solid #CCC;border-radius: 4px;float:left;margin-right:38px;margin-bottom:20px;padding-bottom:12px;}
.home-main-products ul li ul li>a{display:block;width:72.8%;margin:0 auto;overflow:hidden; }
.home-main-products ul li ul li>a img{display:block;*display:inline;height:auto;max-width:100%;padding:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;width:100%!important;}
.home-main-products ul li ul li>a img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.home-main-products ul li ul li h3 a{display:block;color:#333;width:72.8%;margin:8px auto; height:42px;font-size:12px;overflow:hidden;}
.home-main-products ul li ul li h3 a:hover{text-decoration:underline;}
.home-main-products ul li ul li>span{display:none;width:72.8%;margin:0 auto;color:#F00;}
.home-main-products ul li ul li .price-box{width:204px;margin:0 auto;}
.home-main-products>a{display:none;width:100%;height:auto;}
.home-main-products>a img{width:100%;height:auto !important;}
.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}



.products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}


/* ============================================ *
 * Product List
 * ============================================ */
.category-products>ul,.category-products>ol{padding:20px 0px;border:1px solid #e5e5e5;border-top:none;}
.category-products>ul>li{width:25%;float:left;margin-bottom:30px;}
.category-products>ul>li>a{display:block;width:210px;height: auto;margin:0 auto;overflow:hidden;}
.category-products>ul>li>a img{display:block;*display:inline;height:auto !important;max-width:100%;padding:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;width:100%!important;}
.category-products>ul>li>a img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.category-products>ul>li h2 a{display:block;width:85%;margin:12px auto;font-size:13px;line-height:16px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;text-align:center;height:80px;overflow:hidden;}
.category-products>ul>li .price-box span{display:none;text-align:center;color:#f30;font-weight:bold;}
.category-products>ul>li .ratings{display:none;}
.category-products>ul>li .actions{display:none;width:85%;margin:12px auto;text-align:center;position:relative;  font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}

/*------alert---*/
.category-products>ul>li .actions .alert1{width:150px;height:50px;border:1px solid #0097d9;position:absolute;z-index:99;top:44px;left:50%;margin-left:-80px;border-radius:4px;background-color:#FFF;display:none;}
.category-products>ul>li .actions .alert1 p{text-align:center;padding-top:10px;}
.category-products>ul>li .actions .alert1 h2{font-size:13px;text-align:center;color:#0097d9;}
.category-products>ul>li .actions .alert1 em{display:block;width:22px;height:10px;background:url(../images/model-arr.png) no-repeat 0px 0px;position:absolute;left:30px;top:-10px;}
.category-products>ul>li .actions .alert2,.category-products>ul>li .actions .alert3{width:230px;min-height:100px;position:absolute;z-index:99;left:30px;top:44px;border:1px solid #0097d9;border-radius:4px;background-color:#FFF;display:none;}
.category-products>ul>li .actions .alert2 h3{font-size:15px;width:80%;margin:15px auto 10px auto;padding-left:30px;background:url(../images/model-success.png) no-repeat left top;min-height:23px;text-align:left;}
.category-products>ul>li .actions .alert3 h3{font-size:15px;width:91%;margin:15px 0 10px 5px;padding-left:28px;background:url(../images/model-success.png) no-repeat left top;min-height:23px;text-align:left;}
.category-products>ul>li .actions .alert2 p,.category-products>ul>li .actions .alert3 p{width:80%;margin:0 auto;}
.category-products>ul>li .actions .alert2 p span,.category-products>ul>li .actions .alert3 p span{display:inline-block;*display:inline;*zoom:1;height:24px;padding:0px 12px;line-height:24px;margin-right:12px;font-size:12px;background-color:#316798;border-radius:4px;cursor:pointer;color:#FFF;margin-bottom:12px;-webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;-ms-transition: all .8s ease-out;-o-transition: all .8s ease-out;transition: all .8s ease-out;}
.category-products>ul>li .actions .alert2 p span:hover,.category-products>ul>li .actions .alert3 p span:hover{background-color:#0097d9;}
.category-products>ul>li .actions .alert2 em,.category-products>ul>li .actions .alert3 em{display:block;width:16px;height:16px;background:url(../images/iconfont-close.png) no-repeat 0px 0px;position:absolute;top:2px;right:2px;cursor:pointer;}
.category-products>ul>li .actions .alert2 i,.category-products>ul>li .actions .alert3 i{display:block;width:22px;height:10px;background:url(../images/model-arr.png) no-repeat 0px 0px;position:absolute;left:50px;top:-10px;}

.category-products>ul>li .actions input{display:none;height:26px;line-height:26px;border:1px solid #CCC;border-radius:4px;}
.category-products>ul>li .actions button{display:none;width:94px;height:28px;text-align:center;line-height:28px;color:#FFF;border:none;background-color:#316798;border-radius:4px;  -webkit-transition: all .8s ease-out;-moz-transition: all .8s ease-out;-ms-transition: all .8s ease-out;-o-transition: all .8s ease-out;transition: all .8s ease-out;}
.category-products>ul>li .actions button:hover{display:none;background-color: #0097d9;}


/*--list--*/
.category-products>ol>li{width:95%;margin:0 auto;border-bottom:1px dashed #CCC;padding:20px;}
.category-products>ol>li:hover{background-color:#f8f8f8;}
.category-products>ol>li>a{display:block;width:210px;height:210px;float:left;overflow:hidden;}
.category-products>ol>li>a img{display:block;*display:inline;height:auto;max-width:100%;padding:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;width:100%!important;}
.category-products>ol>li>a img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.category-products>ol>li> .product-text{width:78%;float:right;}
.category-products>ol>li> .product-text h2 a{display:block;height:50px;font-size:13px;line-height:20px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}
.category-products>ol>li> .product-text .price-box span{display:block;color:#f30;font-weight:bold;}
.category-products>ol>li> .product-text .product-secondary{padding:12px 0px;}
.category-products>ol>li> .product-text .product-secondary input{height:26px;line-height:26px;border:1px solid #999;border-radius:4px;}
.category-products>ol>li> .product-text .product-secondary button{width:94px;height:28px;text-align:center;line-height:28px;color:#FFF;border:none;background-color:#316798;border-radius:4px;  -webkit-transition: all .8s ease-out;-moz-transition: all .8s ease-out;-ms-transition: all .8s ease-out;-o-transition: all .8s ease-out;transition: all .8s ease-out;}
.category-products>ol>li> .product-text .product-secondary button:hover{background-color: #0097d9;}

.category-products>ol>li .actions{width:85%;position:relative;  font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}
.category-products>ol>li .actions .alert1{position:absolute;width:150px;height:50px;border:1px solid #0097d9;z-index:99;top:44px;left:10%;margin-left:-80px;border-radius:4px;background-color:#FFF;display:none;}
.category-products>ol>li .actions .alert1 p{text-align:center;padding-top:10px;}
.category-products>ol>li .actions .alert1 h2{font-size:13px;text-align:center;color:#0097d9;}
.category-products>ol>li .actions .alert1 em{display:block;width:22px;height:10px;background:url(../images/model-arr.png) no-repeat 0px 0px;position:absolute;left:30px;top:-10px;}
.category-products>ol>li .actions .alert2,.category-products>ol>li .actions .alert3{position:absolute;width:230px;min-height:100px;z-index:99;left:30px;top:44px;border:1px solid #0097d9;border-radius:4px;background-color:#FFF;display:none;}
.category-products>ol>li .actions .alert2 h3{font-size:15px;width:80%;margin:15px auto 10px auto;padding-left:30px;background:url(../images/model-success.png) no-repeat left top;min-height:23px;text-align:left;}
.category-products>ol>li .actions .alert3 h3{font-size:15px;width:91%;margin:15px 0 10px 5px;padding-left:28px;background:url(../images/model-success.png) no-repeat left top;min-height:23px;text-align:left;}
.category-products>ol>li .actions .alert2 p,.category-products>ol>li .actions .alert3 p{width:80%;margin:0 auto;}
.category-products>ol>li .actions .alert2 p span,.category-products>ol>li .actions .alert3 p span{display:inline-block;*display:inline;*zoom:1;height:24px;padding:0px 12px;line-height:24px;margin-right:12px;font-size:12px;background-color:#316798;border-radius:4px;cursor:pointer;color:#FFF;margin-bottom:12px;-webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;-ms-transition: all .8s ease-out;-o-transition: all .8s ease-out;transition: all .8s ease-out;}
.category-products>ol>li .actions .alert2 p span:hover,.category-products>ol>li .actions .alert3 p span:hover{background-color:#0097d9;}
.category-products>ol>li .actions .alert2 em,.category-products>ol>li .actions .alert3 em{display:block;width:16px;height:16px;background:url(../images/iconfont-close.png) no-repeat 0px 0px;position:absolute;top:2px;right:2px;cursor:pointer;}
.category-products>ol>li .actions .alert2 i,.category-products>ol>li .actions .alert3 i{display:block;width:22px;height:10px;background:url(../images/model-arr.png) no-repeat 0px 0px;position:absolute;left:50px;top:-10px;}



/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #cccccc;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}


/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view{padding:40px 0px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}
.product-essential .product-img-box{width:472px;float:left;}
.product-essential .product-img-box #image{width:472px;height:472px;border:1px solid #EEE;}
.product-essential .product-img-box .mousetrap{width:472px;max-height:472px;overflow:hidden;}
.more-views-box{margin-top:58px;height:92px;position:relative;}
.more-views-box .more-views{width:418px;height:92px;margin:0 auto;overflow:hidden;}
.more-views-box .more-views ul li{width:90px;height:90px;border:1px solid #dcdcdc;float:left;margin-right:16px;overflow:hidden;}
.more-views-box .more-views ul li.active{border-color:#316798;}
.more-views-box .prev,.more-views-box .next{width:25px;height:41px;background:url(../images/arrow.png) no-repeat 0px 0px;position:absolute;top:28px;cursor:pointer;}
.more-views-box .next{background-position:-25px 0px;right:0px;} 


.product-shop{width:915px;float:right;}
.product-shop h1{font-size:22px;padding-bottom:38px;color:#333;}
.product-shop p.p1{color:#e04e4e;font-size:16px;}
.product-shop p.p2{font-size:13px;padding:20px 0px;}
.product-shop p.p2 a{color:#39c;font-weight:bold;}
.product-shop p.p2 a:hover{text-decoration: underline;}
.product-shop p.p3{font-size:14px;padding-bottom:20px;border-bottom:1px solid #dcdcdc;}
.product-shop .price-info{position:relative;min-height:62px;border-bottom:1px solid #dcdcdc;}
.product-shop .price-info .price-box{padding-left:104px;width:230px;float:left;}
.product-shop .price-info .price-box .regular-price span{color:#e04e4e;display:block;line-height:60px;font-size:0px;}
.product-shop .price-info .price-box p{line-height:60px;display:inline-block;*display:inline;*zoom:1; vertical-align:middle; font-size:0px;}
.product-shop .price-info .price-box p .price-label{display:none;}
.product-shop .price-info .price-box p.special-price .price{font-size:16px;color:#e04e4e;}
.product-shop .price-info .price-box p.old-price .price{text-decoration: line-through;font-size:13px;}
.product-shop .price-info .usd-box{width:58px;height:30px;border:1px solid #dcdcdc;position:absolute;left:0px;top:16px;}
.product-shop .price-info .usd-box h4{text-align:center;line-height:30px;}
.product-shop .price-info .usd-box .usd-list{display:none;}
.product-shop .price-info .wholesale-bulk{width:400px;float:left;position:relative;}
.product-shop .price-info .wholesale-bulk p{line-height:60px;}
.product-shop .price-info .inquire{width:112px;height:30px;display:block;border:1px solid #dcdcdc;border-radius:4px; font-weight:bold;font-size:13px;text-align:center;line-height:30px;position:absolute;top:14px;right:0px;cursor:pointer;color:#316798;  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out;}
.product-shop .price-info .inquire:hover{background-color:#316798;color:#FFF;}
.product-shop .price-table{padding:24px 0px;border-bottom:1px solid #dcdcdc;}
.product-shop .price-table tr td{padding:6px 30px;border:1px solid #dcdcdc;font-size:13px;font-weight:bold;}
.product-shop .extra-info{display:none;}
.product-shop .ships-to{height:30px;margin:22px 0px;position:relative;}
.product-shop .ships-to>p{line-height:30px;}
.product-shop .ships-to select{height:30px;line-height:30px;border:1px solid #c7c7c7;border-radius:4px;cursor:pointer;position:absolute;left:90px;top:0px;text-indent:8px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}
.product-shop .ships-to select option{line-height:22px;}
.product-shop .ships-from{height:30px;margin:22px 0px;position:relative;}
.product-shop .ships-from>p{line-height:30px;}
.product-shop .ships-from .from{width:88px;height:28px;border:1px solid #dcdcdc;position:absolute;left:90px;top:0px;cursor:pointer;}
.product-shop .ships-from .from p{line-height:28px;padding-left:20px;}
.product-shop .ships-from .from em{display:none;width:19px;height:16px;background:url(../images/gouxuan.png) no-repeat top center;position:absolute;bottom:0px;right:0px;}
.product-shop .ships-from .active{border-color:#316798;}
.product-shop .ships-from .active em{display:block;}
.product-shop .short-description{display:none;}
.product-shop .shipping{padding-bottom:12px;}
.product-shop .shipping span{display:inline-block;*display:inline;*zoom:1;float:left;margin-right:10px;}
.product-shop .shipping span.text{width:400px;}

.options.clear{display:none;}
.options>p{width:98px;float:left;line-height:32px;}
.options .options-list{width:80%;float:left;padding-bottom:22px;}
.options .options-list ul li{float:left;padding:8px 20px;margin-right:15px;border:1px solid #dcdcdc;cursor:pointer;position:relative;}
.options .options-list ul li em{display:none;width:19px;height:16px;background:url(../images/gouxuan.png) no-repeat top center;position:absolute;bottom:0px;right:0px;}
.options .options-list ul li.active{border-color:#316798;}
.options .options-list ul li.active em{display:block;}

.product-options{padding-bottom:22px;}
.product-options dl dt{width:92px;float:left;line-height:32px;}
.product-options dl dd{width:82%;float:left;}
.product-options dl dd ul li{float:left;padding:8px 20px;margin:0px 15px 10px 0px;border:1px solid #dcdcdc;cursor:pointer;position:relative;}
.product-options dl dd ul li em{display:none;width:19px;height:16px;background:url(../images/gouxuan.png) no-repeat top center;position:absolute;bottom:0px;right:0px;}
.product-options dl dd ul li label{cursor:pointer;}
.product-options dl dd ul li input{display:none;width:0;height:0;}
.product-options dl dd ul li.active{border-color:#316798;}
.product-options dl dd ul li.active em{display:block;}
.product-options dl dd ul li .price-notice{display:none;padding:6px 8px;background-color:#316798;color:#FFF;position:absolute;bottom:35px;right:-20px;border-radius:8px;}
.product-options dl dd ul li:hover .price-notice{display:block;}

.product-options-bottom{display:none;padding:14px 0px;background-color:#f7f7f7;border:1px solid #dcdcdc;}
.add-to-box .add-to-cart{display:none;width:375px;float:left;}
.add-to-box .qty-wrapper{display:none;width:228px;float:left;margin-top:6px;}
.add-to-box .qty-wrapper span{display:inline-block;*display:inline;*zoom:1; vertical-align:middle;}
.add-to-box .qty-wrapper span:first-child{padding:0px 30px 0px 8px;}
.add-to-box .qty-wrapper span.reduce{width:16px;height:16px;line-height:14px;text-align:center;border:1px solid #333;cursor:pointer;margin-right:4px;}
.add-to-box .qty-wrapper span.increase{width:16px;height:16px;line-height:14px;text-align:center;border:1px solid #333;cursor:pointer;margin-left:4px;}
.add-to-cart .add-to-cart-buttons{width:134px;height:30px;float:left;position:relative;}
.add-to-cart .add-to-cart-buttons button{display:block;width:100%;height:30px;line-height:30px;text-align:center;background-color:#316798;color:#FFF;border:none;border-radius:4px; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;-ms-transition: all .8s ease-out;-o-transition: all .8s ease-out;transition: all .8s ease-out;}
.add-to-cart .add-to-cart-buttons button:hover{background-color:#0097d9;}
.add-to-cart-wrapper .add-to-links{display:none;width:152px;height:30px;float:left;}
.add-to-cart-wrapper .add-to-links a{display:none;width:100%;height:28px;position:relative;border:1px solid #316798;line-height:28px;padding-left:45px;background:url(../images/xin.png) no-repeat 8px 5px;border-radius:4px;}
.add-to-cart-wrapper .total-price{display:none;width:154px;height:30px;float:left;margin-left:24px;}
.add-to-cart-wrapper .total-price p{display:none;line-height:30px;}
.add-to-cart-wrapper .total-price p span{display:none;color:#F00;font-weight:bold;font-size:0px;}

.sharing-box{width:128px;float:right;margin-top:20px;}
.sharing-box ul li{float:right;overflow:hidden;}
.sharing-box ul li a{display:block;width:26px;height:24px;background:url(../images/icon_sprite.png) no-repeat 0px -320px;text-indent:-999px;margin-right:5px;}
.sharing-box ul li a.link-facebook{background-position:0px -372px;}
.sharing-box ul li a.link-twitter{background-position:0px -423px;}

.product-collateral{padding-top:60px;}
.product-tablist{height:46px;background-color:#316798;padding-left:4px;margin-bottom:36px;}
.product-tablist ul{padding-top:4px;}
.product-tablist ul li{height:42px;float:left;line-height:42px;color:#FFF;font-size:16px;padding:0px 35px;cursor:pointer;}
.product-tablist ul li.active{color:#316798;background-color:#FFF;font-weight:bold;}
.product-tabtext{padding:0px 4px 40px 4px;}
.product-tabtext>ul>li{display:none;}
.product-tabtext>ul>li h2{padding-bottom:12px;}
.product-tabtext>ul>li.warranty table{width:100%;}
.product-tabtext>ul>li.warranty  h2{font-size:18px;}
.product-tabtext>ul>li.warranty table tr th,.product-tabtext>ul>li.warranty table tr td{border: 1px solid #ccc;height: 54px;text-align: center; background: #fcfcfc; width: 145px;padding:0px 6px;font-size:13px;}
.product-tabtext>ul>li.warranty table tr th,.product-tabtext>ul>li.warranty table tr td.c-p{color:#369;font-weight:bold;}
.product-tabtext>ul>li .shipping-methods,.product-tabtext>ul>li.warranty .tracking,.product-tabtext>ul>li.warranty .business{padding-bottom:20px;}
.product-tabtext>ul>li.warranty a{ text-decoration:underline;}
.product-tabtext>ul>li.warranty .policy p{padding-bottom:8px;}
.box-collateral label{display:block;padding-bottom:8px;}
.box-collateral input{display:block;width:344px;padding-left:6px;height:30px;line-height:30px;font-size:13px;border:1px solid #CCC;border-radius:4px;}
.box-collateral button{width:102px;height:28px;margin:8px 0px 10px 0px;text-align:center;line-height:28px;background-color:#316798;color:#FFF;border:none;border-radius:4px;font-size:13px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.box-collateral button:hover{background-color: #39c;}
.product-arc-review{margin:20px 0px;height:1px;overflow:hidden;}

.also-bought-box{border:1px solid #CCC;margin:30px auto 40px auto;padding:20px 0px 30px 0px;border-radius:4px;}
.also-bought-box h2{font-size: 16px;padding:0px 0px 30px 24px;}
.also-bought-box ul li{width:254px;min-height:228px;max-height:292px;background-color:#FFF;border:1px solid #CCC;border-radius: 4px;float:left;margin-left:24px;padding-bottom:14px;}
.also-bought-box ul li>a{display:block;width:78.7%;margin:0 auto;overflow:hidden; }
.also-bought-box ul li img{display:block;*display:inline;height:auto;max-width:100%;padding:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;width:100%!important;}
.also-bought-box ul li img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.also-bought-box ul li h3 a{display:block;color:#333;width:80%;margin:8px auto; height:40px;font-size:12px;overflow:hidden;}
.also-bought-box ul li .price-box>span{display:block;width:80%;margin:0 auto;color:#F00;}
.also-bought-box ul li h3 a:hover{color:#0097d9;text-decoration: underline;}


/*------alert---*/
#alert1{width:150px;height:50px;border:1px solid #0097d9;position:absolute;top:44px;left:-10px;border-radius:4px;background-color:#FFF;display:none;}
#alert1 p{text-align:center;padding-top:10px;}
#alert1 h2{font-size:13px;text-align:center;color:#0097d9;}
#alert1 em{display:block;width:22px;height:10px;background:url(../images/model-arr.png) no-repeat 0px 0px;position:absolute;left:30px;top:-10px;}
#alert2{width:340px;min-height:100px;position:absolute;left:-30px;top:44px;border:1px solid #0097d9;border-radius:4px;background-color:#FFF;display:none;}
#alert2 h3{font-size:15px;width:80%;margin:15px auto 10px auto;padding-left:30px;background:url(../images/model-success.png) no-repeat left top;min-height:23px;}
#alert2 p{width:80%;margin:0 auto;}
#alert2 p span{display:inline-block;*display:inline;*zoom:1;height:28px;padding:0px 12px;line-height:28px;margin-right:12px;font-size:13px;background-color:#316798;border-radius:4px;cursor:pointer;color:#FFF;-webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;-ms-transition: all .8s ease-out;-o-transition: all .8s ease-out;transition: all .8s ease-out;}
#alert2 p span:hover{background-color:#0097d9;}
#alert2 em{display:block;width:16px;height:16px;background:url(../images/iconfont-close.png) no-repeat 0px 0px;position:absolute;top:2px;right:2px;cursor:pointer;}
#alert2 i{display:block;width:22px;height:10px;background:url(../images/model-arr.png) no-repeat 0px 0px;position:absolute;left:50px;top:-10px;}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  float: left;
  width: 100%;
}

.cart .button {
  white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.checkout-cart-index #postcode {
  width: 100%;
  border-radius:4px;
  border:1px solid #CCC;
  text-indent:4px;
  font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {  	
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #CCC;
  position: relative;
}
.cart .page-title h1 em{display: block;width:481px;height:46px;background:url(../images/checkout-course.png) no-repeat 0px 0px;position:absolute;right:0px;top:0px;}
.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types .method-checkout-cart-methods-multishipping a{color:#39C;font-weight:bold;}
.checkout-types .method-checkout-cart-methods-multishipping a:hover{text-decoration:underline;}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
  padding: 10px 5px;
  
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  border-bottom: 1px solid silver;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  padding: 0 5px;
  text-transform: uppercase;
  font-weight:bold;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {  
  font-size: 12px;
  margin-top: 20px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399cc;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border:1px solid silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em;
}
.cart-table .product-cart-actions span.jian-item,.cart-table .product-cart-actions span.add-item{width:18px;height:30px;display:inline-block;*display:inline;*zoom:1;text-align:center;line-height:30px; vertical-align:middle;font-size:16px;border:1px solid #CCC;cursor:pointer;margin-bottom: 10px;}
.cart-table .product-cart-actions span.jian-item:hover,.cart-table .product-cart-actions span.add-item:hover{background-color:#39c;border-color:#39c;color:#FFF;}
.cart-table .product-cart-actions em{width:20px;height:20px;margin:6px auto 0 auto;background:url(../images/loader-cart-20x20.gif) no-repeat top center;display:none;}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table tbody td .item-options {
  margin-left:0px;
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid silver;
  border-radius:4px;
  font-size:13px;
  margin-top:4px;
  font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif; 
}
.shipping select.validation-failed {
  border-color: #df280a;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
.shipping .form-list label {  
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {	
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  color:#F00;
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #cccccc;
  background-color: #ececec;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
  font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {  
  font-size: 12px;
  margin-bottom: 20px;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
.cart .cart-totals table tfoot span.price{color:#F00;}
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label { 
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 4px;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
  border:1px solid #CCC;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399cc;
}
.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 32px;
  height: 32px;
  padding: 0px 10px;
  border:1px solid #CCC;
  margin-top:4px;
  border-radius:4px;
  font-size:13px;
  background-color:#39c;
  color:#FFF;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #3399cc;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
  border-radius:50%;
}

.opc .section.allow .step-title .number {
  background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #3399cc;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
  font-weight:bold;
  color:#39c;
}
.opc .buttons-set a:hover{text-decoration:underline;}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 770px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 *-----------------------------------------------*/
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 22px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods dt input[type='text']{border-radius: 4px;-webkit-border-radius:4px;border:1px solid #CCC;height:28px;line-height: 28px;}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
  color:#F00;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
#checkout-progress-wrapper .block-title{padding-bottom:20px;color:#316798;}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCC;
  padding:0px 0px 20px 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  color: #666;
}
.block-progress dt a{color:#39c;}
.block-progress dt.complete {
  color: #636363;
}
.block-progress dd {
  padding:10px 0px 10px 15px;
  margin-bottom: 10px;
  border-top:1px dashed #CCC;
  border-bottom:1px dashed #CCC;
}
.block-progress dd address {
  padding:10px 0px;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
#review-buttons-container .f-left {
  line-height:28px;
  float: right;
}

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 770px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
/*---------------success--------------*/
.success-box{padding:20px 0px 40px 0px;text-align:center;}
.success-box h1{width:400px;margin:0 auto;font-size:24px;padding:10px 0px 20px 28px;background:url(../images/model-success.png) no-repeat 0px 14px;}
.success-box h2{font-size:16px;color:#39C;padding-bottom:30px;}
.success-box p{line-height:24px;}
.success-box p a{font-weight:bold;color:#39c;text-decoration: underline;}
.success-box p a:hover{color:#316798;}
.success-box button{width:100px;height: 28px;line-height:28px;border:none;background-color: #39C;text-align:center;margin-top: 30px;color:#FFF;border-radius:6px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.success-box button:hover{background-color:#316798; }


/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399cc;
  padding-left: 5px;
}

.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}


/* ============================================ *
 * My Account Global Styles
 * ============================================ */
.col-box-account .my-account{font-family: "Open Sans Regular", Arial, sans-serif;} 
.col-box-account .my-account .page-title h1 {
 font-size: 24px; color: #316798;border-bottom: 1px solid #CCC; padding-bottom: 20px; margin-bottom: 45px; 
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.col-box-account .my-account .dashboard .welcome-msg{padding:0px 0px 10px 0px;}
.col-box-account .my-account .dashboard .welcome-msg p.hello{padding-bottom:8px;}
.col-box-account .my-account .dashboard .welcome-msg strong{color:#F00;}
.col-box-account .my-account .dashboard .box-account {padding:20px 0px;margin-bottom:10px;border-bottom:1px solid #CCC;}
.col-box-account .my-account .dashboard .box-account h2{font-size:18px;padding-bottom:10px;}
.col-box-account .my-account .dashboard .box-account .box-head>a{display:block;width:146px;height:26px;line-height:26px;text-align:center;background-color:#316798;color:#FFF;border:none;font-size:13px;margin-bottom:10px;border-radius:4px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.col-box-account .my-account .count-container>p{padding-left:0px;}
.col-box-account .my-account .dashboard .box-account .box-head>a:hover{background-color:#0097d9;}
.col-box-account .my-account .dashboard .box-account.box-info .col2-set{border-top:1px dashed #CCC;padding:10px 0px;}
.col-box-account .my-account .dashboard .box-account.box-info .col2-set .col-1{width:45%;float:left;}
.col-box-account .my-account .dashboard .box-account.box-info .col2-set .col-2{width:45%;float:right;}
.col-box-account .my-account .dashboard .box-account.box-info .col2-set h3{font-size:14px;font-weight:bold;color:#555;padding-bottom:10px;}
.col-box-account .my-account .dashboard .box-account.box-info .col2-set a{color:#39c;font-weight:bold;}
.col-box-account .my-account .dashboard .box-account.box-info .col2-set a:hover{text-decoration:underline;}
.col-box-account .my-account .dashboard .box-account.box-info .col2-set .box-content{padding:12px 12px 12px 0px;}
.col-box-account .my-account .dashboard .box-account.box-info .col2-set .box-content p{padding-bottom:8px;font-size:13px;}
.col-box-account .my-account .dashboard .box-account.box-info .col2-set .box-content p strong{padding-right:6px;}
.col-box-account .my-account .dashboard .box-account.box-reviews ol,.col-box-account .my-account .dashboard .box-account.box-tags ol{padding-top:14px;}
.col-box-account .my-account .dashboard .box-account.box-reviews ol li{padding-bottom:10px;}
.col-box-account .my-account .dashboard .box-account.box-reviews ol li h3 a,.col-box-account .my-account .dashboard .box-account.box-tags ol li h3 a{font-size:13px;}
.col-box-account .my-account .dashboard .box-account.box-tags>ol>li{padding-bottom:10px;margin-bottom:14px;border-bottom:1px dashed #CCC;}
.col-box-account .my-account .dashboard .box-account.box-tags>ol>li .tags{padding:4px 0px;}
.col-box-account .my-account .dashboard .box-account.box-tags>ol>li .tags p strong{padding-right:8px;}
.col-box-account .my-account .dashboard .box-account.box-tags>ol>li .tags p span{padding-right:4px;}
.col-box-account .my-account .dashboard .box-account.box-tags>ol>li .tags p a{color:#39c;font-size:13px;font-weight:bold;}
.col-box-account .my-account .buttons-set{position:relative;}
.col-box-account .my-account .back-link a{display:block;line-height:26px;font-size:13px;font-weight:bold;color:#39c;}
.col-box-account .my-account .back-link a:hover{text-decoration:underline;}
.col-box-account .my-account .buttons-set button{display:block;width:94px;height:26px;line-height:26px;text-align:center;background-color:#316798;color:#FFF;border:none;font-size:13px;border-radius:4px;position:absolute;left:94px;top:0px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.col-box-account .my-account .buttons-set button:hover{background-color:#0097d9;}

/* ============================================ *
 * My Account
 * ============================================ */
.col-box-account .my-account .fieldset h2{font-size:18px;padding-bottom:14px;}
.col-box-account .my-account .fieldset .form-list label{display:block;padding-bottom:10px;}
.col-box-account .my-account .fieldset .form-list .input-box input{display:block;width:400px;padding-left:6px;height:28px;line-height:28px;margin-bottom:14px;border-radius:4px;border:1px solid #CCC;font-size:13px;}
.col-box-account .my-account .fieldset .form-list .input-box select{display:block;width:400px;height:28px;padding-left:6px;line-height:28px;margin-bottom:14px;border-radius:4px;border:1px solid #CCC;}
.col-box-account .my-account .fieldset .form-list li.control{padding-bottom:14px;}
.col-box-account .my-account .fieldset .form-list li.control label{display:inline;}
.col-box-account .my-account .fieldset .form-list li strong{line-height:24px;color:#316798;}
.col-box-account .my-account .fieldset .form-list li.strong{float:left;padding-bottom:20px;padding-right:40px;}

/* ============================================ *
 * Addresses
 * ============================================ */
.col-box-account .my-account .title-buttons button{display:block;width:120px;height:26px;line-height:26px;text-align:center;background-color:#316798;color:#FFF;border:none;font-size:13px;border-radius:4px;margin-bottom:14px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.col-box-account .my-account .title-buttons button:hover{background-color:#0097d9;}
.col-box-account .my-account .addresses-list h2{font-size:18px;padding-bottom:10px;margin-bottom:12px;border-bottom:1px dashed #CCC;}
.col-box-account .my-account .addresses-list h3{font-size:14px;font-weight:bold;color:#316798;padding-bottom:10px;}
.col-box-account .my-account .addresses-list ol li{width:45%;float:left;margin-bottom: 22px;}
.col-box-account .my-account .addresses-list address{padding-bottom:10px;}
.col-box-account .my-account .addresses-primary{padding-bottom:40px;}
.col-box-account .my-account .addresses-primary ol li{width:45%;float:left;}
.col-box-account .my-account p a{color:#39c;font-size:13px;font-weight:bold;}
.col-box-account .my-account p a:hover{text-decoration:underline;}
.col-box-account .my-account .addresses-primary ol li:first-child{padding-right:20px;}
.col-box-account .my-account .addresses-additional{padding-bottom:20px;}

/* ============================================ *
 * Review
 * ============================================ */
.product-review .review-details-box{padding-bottom:30px;}
.product-review .review-details-box .product-img-box{width:19.9%;height:auto;float:left;} 
.product-review .review-details-box .product-img-box img{width:100%;height:auto !important;}
.product-review .review-details-box .review-details{width:78%;float:right;}
.product-review .review-details-box .product-name a{display:block;font-size:14px;padding-bottom:40px;}
.product-review .ratings-description dt{font-size:13px;}
.product-review .ratings-description dd{padding-top:30px;font-size:14px;color:#39c;}

/* ============================================ *
 * Tag
 * ============================================ */
.tag-box{padding-bottom:20px;} 
.tag-box p{padding-bottom:20px;} 
.tag-box .tags-list li{float:left;margin-right:10px;}
.tag-box .tags-list li a{display:block;padding:4px 10px;border:1px solid #CCC;border-radius:10px;}
.tag-box .tags-list li a:hover{border-color:#316798;}
.deltag-table .price-box{padding-top:12px;}
.deltag-table .price-box p{line-height:20px;}
.deltag-table .price-box p .price{color:#F00;}
.deltag-table button,.deltag-table .add-to-links li a{display:block;width:100px;height:26px;line-height:26px;text-align:center;background-color:#316798;color:#FFF;border:none;font-size:13px;border-radius:4px;margin-bottom:14px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.deltag-table button:hover,.deltag-table .add-to-links li a:hover{background-color:#0097d9;}

/* ============================================ *
 * Rma
 * ============================================ */
.rma-box .add a{display:block;width:120px;height:26px;line-height:26px;text-align:center;background-color:#316798;color:#FFF;border:none;font-size:13px;border-radius:4px;margin-bottom:14px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.rma-box .add a:hover{background-color:#0097d9;} 
.add-rma h1{font-size: 24px;color: #316798;border-bottom: 1px solid #CCC;padding-bottom: 20px;margin-bottom: 45px;}
.add-rma .add-rma-from ul li label{display: block;padding-bottom: 10px;}
.add-rma .add-rma-from ul li .input-box input{display: block; width: 400px; padding-left: 6px; height: 28px;line-height: 28px;margin-bottom: 14px; border-radius: 4px;border: 1px solid #CCC;font-family: "Open Sans Regular", Arial, sans-serif;}
.add-rma .add-rma-from ul li .input-box select{display: block; width: 400px;height: 28px; padding-left: 6px; line-height: 28px; margin-bottom: 14px;
  border-radius: 4px;border: 1px solid #CCC;font-family: "Open Sans Regular", Arial, sans-serif;font-size:13px;}
.add-rma .add-rma-from ul li .input-box textarea{width:396px;height:120px;border-radius:4px;padding:4px 0px 0px 4px;}  
.add-rma .add-rma-from p.bua{padding-top:24px;}
.add-rma .add-rma-from p button{width:100px;height:26px;line-height:26px;text-align:center;background-color:#316798;color:#FFF;border:none;font-size:13px;border-radius:4px;margin-bottom:14px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.add-rma .add-rma-from p button:hover{background-color:#0097d9;}
.add-rma .add-rma-from p a{padding-left:14px;}
#orderinfo-rma .entry-edit h4{font-size:13px;font-weight:bold;padding: 10px 0px;color:#316798;}
#orderinfo-rma .hor-scroll{padding-bottom: 20px;}
#orderinfo-rma input{width:50px;}
#orderinfo-rma table tr th{border: 1px solid #e5e5e5;font-size: 12px;  background: #f4f4f4;line-height: 1.4; white-space: nowrap;padding: 10px;
  vertical-align: top;}
#orderinfo-rma table tr td{  border: 1px solid #e5e5e5;font-size:12px;  padding: 10px; vertical-align: top;}
#orderinfo-rma table tr td h5{font-size:12px;}

/* ============================================ *
 * Order
 * ============================================ */
.col-box-account .my-account .title-buttons a{color: #39c;font-size: 13px;font-weight: bold;} 
.col-box-account .my-account .title-buttons a:hover{text-decoration:underline;}
.order-status-box{padding:10px 0px 20px 0px;margin-top:14px;border-top:1px dashed #CCC;border-bottom:1px dashed #CCC;} 
.order-status-box dl{position:relative;}
.order-status-box dl dt{width:140px;float:left;font-weight:bold;color:#316798;padding-bottom:10px;}
.order-status-box dl dd{width:84%;float:left;}
.order-status-box dl dd ul li{font-weight:bold;}
.order-status-box p.order-date{padding:12px 0px 18px 0px;font-size:13px;}
.order-status-box .order-info-box{width:45%;margin-right:18px;float:left;}
.order-status-box .order-info-box h2{font-size:15px;padding-bottom:10px;}
.order-status-box .order-info-box address{font-size:13px;padding-bottom:20px;}
.col-box-account .my-account .order-items{padding:35px 0px 20px 0px;} 
.col-box-account .my-account .order-items h2{font-size:18px;padding-bottom:18px;color:#316798;}
.col-box-account .my-account .order-items tfoot{border:1px solid #e5e5e5;font-family: "Open Sans Regular", Arial, sans-serif;}
.col-box-account .my-account .order-items .buttons-set{padding-top:20px;}

.view-order-box h1{font-size: 24px;color: #316798;border-bottom: 1px solid #CCC;padding-bottom: 20px;margin-bottom: 45px;}
.view-order-box .button-level a{color: #39c;font-size: 13px;font-weight: bold;}
.view-order-box .button-level a:hover{text-decoration:underline;}
.view-order-box .order-access{padding:20px 0px 10px 0px;}
.view-order-box .order-access ul li{float:left;line-height:24px;padding:0px 10px;}
.view-order-box .order-access ul li:first-child{padding-left: 0;}
.col2-set-box{padding:10px 0px 20px 0px;margin-top:14px;border-top:1px dashed #CCC;border-bottom:1px dashed #CCC;}
.col2-set-box .col2-set{width:45%;margin-right:18px;float:left;}
.col2-set-box .col2-set h4{font-size:15px;padding-bottom:10px;font-weight:bold;}
.col2-set-box .col2-set address{font-size:13px;padding-bottom:20px;}
.my-comment {padding:20px 0px 10px 0px;border-bottom:1px dashed #CCC;}
.my-comment h4,.delivery-date h4{padding-bottom:10px;font-weight:bold;}
.delivery-date{padding:20px 0px;}
.delivery-date p{line-height:24px;}
.delivery-date p span{color:#316798;}

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
.bml-ad span {
  display: block;
  line-height: 0;
}
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
.bml-ad a:hover {
  opacity: 0.7;
}
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 770px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block;
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
.sidebar .paypal-logo > a img {
  display: block;
}
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #39c;
  font-size: 13px;
}
#customer-reviews h2 span {
  color: #636363;
}
#customer-reviews h3 {
  
  font-size: 13px;
  font-weight: normal;
}
#customer-reviews h3 span {
  color: #3399cc;
}
#customer-reviews .fieldset {
  padding-top: 16px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;
  
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  
  font-weight: normal;
  margin: 10px 0;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 13px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCC;
  height:140px;
  border-radius: 4px;
  min-width: 100%;
  -webkit-appearance: none;
  margin-bottom:14px;
  text-indent:4px;
}
#customer-reviews .fieldset .form-list input {
  height:26px;
  line-height:26px;
  border: 1px solid #CCC;
  border-radius: 4px;
  margin-bottom:12px;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}

#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #3399cc;
  font-size: 10px;
  font-weight: normal;
}

.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.account-cart-wrapper{display: none;
 width:144px;height:45px;background-color:#f2f2f2;position:absolute;right:0px; top:34px;
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #3399cc;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #3399cc;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #3399cc;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #636363;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  overflow: visible !important;
  width: 498px !important;
  top:37px !important;
  
}
.search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #3399cc;
  left: 0;
  padding-left: 0;
  position: absolute;
 
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #3399cc;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #2e8ab8;
}
.search-autocomplete ul li.selected {
  background-color: #3399cc;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px; 
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;  
  padding-bottom: 10px;
}
.product-review .ratings-table {
  
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}



/* ============================================ *
 * CMS Pages
 * ============================================ */

#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dt:hover {
  background-color: #ececec;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 770px) {
  #contactForm {
    padding-left: 0;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #cf5050;
  
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

/* ============================================ *
 * Tags
 * ============================================ */

#addTagForm .form-add {
  margin-top: 10px;
}

.product-tags {
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0px;
}

.block-tags .actions > a {
  font-size: 12px;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}
.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 770px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid #bbbbbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
  white-space: normal;
}
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 12px;
  }
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

.recurring-profiles-title {
  float: left;
}
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}
@media only screen and (max-width: 479px) {
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 979px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
@media only screen and (min-width: 771px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

.widget {
  clear: both;
}

.widget .pager {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 770px) {
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #f4f4f4;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 10px;
  
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #dddddd;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

.checkout-multishipping-payment-customerbalance input.checkbox {
  margin-left: 15px;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 770px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}


/* ============================================ *
 * about
 * ============================================ */
.about-list-box{width:100%;background-color:#EEE;}
.about-list{width:1080px;padding:45px 0px;margin:0 auto;position:relative;}
.about-list ul li{width:25%;float:left;text-align:center;}
.about-list ul li h3{height:30px;font-weight:bold;font-size:15px;line-height:14px;}
.about-list ul li em{display:block;width:51px;height:51px;background:url(../images/about-list.png) no-repeat top center;margin:0 auto;cursor:pointer;}
.about-list ul li em:hover{-webkit-animation:about-em 1s 1 linear;animation:about-em 1s 1 linear;}
.about-list>span{display:block;width:100%;height:0px;border-bottom:1px solid #316798;position:absolute;bottom:70px;left:50%;margin-left:-50%;}
.profile{/*padding-bottom:30px;*/}
.profile h1{text-align:center;color:#333;font-size:24px;padding:22px 0px;}
.profile p{line-height:24px;padding-bottom:21px;text-align:center;}
.profile .profile1{width:100%;font-size: 0; -webkit-text-size-adjust: none;}
.profile .profile1 ul li{width:473px;height:417px;overflow:hidden;float:left;}
.profile .profile2{width:100%;text-align:center;font-size: 0;-webkit-text-size-adjust:none; }
.profile .profile2 ul li{width:473px;height:417px;display:inline-block;*display:inline;*zoom:1;overflow:hidden;}
.vision{padding-bottom:30px;}
.vision h2{color:#333;font-size:24px;padding:22px 0px 10px 0px;}
.vision p{font-weight:bold;}
.certificate-box{width:100%;background-color:#EEE;padding-bottom:35px;overflow:hidden;}
.certificate-box h2{text-align:center;color:#333;font-size:24px;padding:22px 0px 35px 0px;}
.certificate-slide{width:800px;position:relative;margin:0 auto;}
.certificate-list{width:361px;height:552px;position:relative;margin:0 auto;  
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px; }
.certificate-slide ul li{  
  width: 361px;
  height:552px;
  background-color:#ececec;
  position: absolute;
  left: 0;
  top: 0;
  border:2px solid #ececec;
  }   
.certificate-slide ul li img{width:100%; height:auto !important;}  
.certificate-slide ul li h3{text-align:center;font-size:16px;padding:8px 0px;color:#333;font-weight:bold;}
.certificate-slide .arrow{width:50px;height:50px;background:url(../images/reviews-icon.png) no-repeat 0px 0px;position:absolute;top:230px;cursor:pointer;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;}
.certificate-slide .prev{left:-100px;}
.certificate-slide .prev:hover{background-position:0px -58px;}
.certificate-slide .next{width:51px;right:-100px;background-position:-74px 0px;}
.certificate-slide .next:hover{background-position:-74px -58px;}

.service{text-align:center;padding-bottom:70px;}
.service h2{color:#333;font-size:24px;padding:22px 0px 35px 0px;}
.service ul li{width:232px;float:left;margin-right:300px;}
.service ul li:first-child{margin-left:54px;}
.service ul li img{width:87%;height:auto !important;}
.service ul li img:hover{-webkit-animation:imgmove 1s ease-in-out;animation:imgmove 1s ease-in-out;}
.service ul li h3{font-size:15px;padding:30px 0px;}
.provide{background-color:#EEE;text-align:center;padding-bottom:53px;margin-bottom:30px;font-size: 0;-webkit-text-size-adjust:none; }
.provide h2{color:#333;font-size:36px;padding:22px 0px 35px 0px;}
.provide ul li{width:229px;height:76px;display:inline-block;*display:inline;*zoom:1;margin:0 20px 8px 0px;}
.provide ul li img{display:block;*display:inline;height:auto;max-width:100%;padding:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;width:100%!important;}
.provide ul li img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}


/* ============================================ *
 * faq
 * ============================================ */
.faq-banner{width:100%;height:auto;}
.faq-banner img{width:100%;height:auto !important;}
.faq-content{padding:35px 10px;}
.faq-content h2{font-size:16px;color:#343434;font-weight:bold;padding:18px 0px 10px 0px;}
.faq-content .text{padding:18px 8px;background-color:#EEE;border-radius:4px;}
.faq-content .text p{line-height:22px;  font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}

/* ============================================ *
 * Solutions
 * ============================================ */
.solutions-banner{width:100%;height:auto;}
.solutions-banner img{width:100%;height:auto !important;}
.solutions-content{padding-top:35px;}
.solutions-content h1{font-size:30px;padding-bottom:30px;text-align:center; transform:}
.solutions-content>p{line-height:24px;font-size:14px;text-align:center;padding-bottom:50px;border-bottom:1px solid #316798;}
.solutions-list{width:104%;padding:70px 0px 20px 0px;}
.solutions-list ul li{width:678px;float:left;margin:0px 60px 50px 0px;}
.solutions-list ul li .img{width:100%;height:auto;overflow:hidden;}
.solutions-list ul li .img img{display:block;*display:inline;height:auto !important;max-width:100%;padding:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;width:100%!important;}
.solutions-list ul li .img img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.solutions-list ul li .text{padding-bottom: 20px;min-height:208px;}
/*.solutions-list ul.ul2 li .text{min-height:140px;}*/
.solutions-list ul li h2{font-size:20px;color:#316798;padding-bottom: 20px;}
.solutions-list ul li p{font-size:13px;line-height:24px;}
.solutions-content>p.if{border:none;text-align:left;}
.solutions-list ul li p a{color:#316798;font-weight:bold;}
.solutions-list ul li p a:hover{text-decoration: underline;}

.solutions-arc{padding:40px 0px;}
.solutions-arc h1{font-size:22px;text-align:center;padding-bottom:20px;text-transform : uppercase}
.solutions-arc p{font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;line-height:24px;font-size:13px;text-align:center;padding-bottom:20px;color:#333;}
.solutions-arc p img{height:auto !important;}
.solutions-arc h2{font-size:30px;text-align:center;padding:38px 0px;border-top:1px solid #316798;text-transform : uppercase}

/* ============================================ *
 * Contact
 * ============================================ */
.contact{padding-bottom:50px;}
.contact-banner{width:100%;height:auto;font-size: 0;-webkit-text-size-adjust: none;}
.contact-banner img{display:none;width:100%;height:auto !important;}
.contact-content{background-color:#EEE;min-height:170px;padding-top:16px;}
.contact-content ul li{width:33%;float:left;text-align:center;}
.contact-content ul li em{display:block;height:52px;background:url(../images/contact-icon2.png) no-repeat 0px 0px;margin:12px auto;}
.contact-content ul li.tel em{width:44px;}
.contact-content ul li.mail1 em{width:51px;background-position:-51px 0px;}
.contact-content ul li.mail2 em{width:53px;background-position:-108px 0px;}
.contact-content ul li.add em{width:36px;background-position:-169px 0px;}
.send-mail h1{font-size:36px;text-align:center;padding:45px 0px 10px 0px;}
.contact-content ul li.add h3{font-size:16px;padding-bottom:8px;border-bottom:1px solid #666;margin-bottom:6px;}
.contact-content ul li.add p{margin-bottom:20px;}
.send-mail>p{text-align:center;padding-bottom:34px;}
.send-box table tr td{padding:10px 0px;font-size:16px;font-weight:bold;border:1px solid #cecece;}
.send-box table tr td:first-child{/*width:104px;*/padding-right:7px;text-align:right;}
.send-box table tr td input{width:630px;height:32px;line-height:30px;font-size:14px;margin:0px 7px 0px 7px;border:1px solid #cecece;border-radius:4px;padding:0px 5px;}
.send-box table tr td textarea{width:630px;height:94px;margin:0px 7px;border:1px solid #cecece;text-indent:7px;padding-top:7px;}
.send-box table tr td span{color:#C30;}
.send-box table tr td span em{padding-left:16px;font-size:13px;}
.send-box .submit-box{width:100%;height:86px;border:1px solid #cecece;border-top:none;border-radius:0px 0px 4px 4px;position:relative;overflow:hidden;}
.send-box .submit-box span{display:block;width:120px;height:30px;margin:27px auto 0 auto;background-color:#316798;text-align:center;line-height:30px;border-radius:4px;cursor:pointer;color:#FFF;-webkit-transition: all .8s ease-out;-moz-transition: all .8s ease-out; -ms-transition: all .8s ease-out;-o-transition: all .8s ease-out;transition: all .8s ease-out;}
.send-box .submit-box span:hover{background-color:#0097d9;}
.send-box .department-box{width:630px;height:30px;margin-left:7px;position:relative;border:1px solid #cecece;border-radius:4px;cursor:pointer;}
.send-box .department-box h3{line-height:30px;font-size:16px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;padding-left:7px;}
.send-box .department-box span{width:17px;height:19px;position:absolute;right:22px;top:5px;}
.department-box .department-list{width:630px;position:absolute;z-index:20;left:0px;top:29px;background-color:#FFF;border:1px solid #CCC;border-top:none;border:0px 0px 4px 4px;padding:8px 0px;display:none;}
.department-box .department-list p{font-size:14px;line-height:24px;padding-left:7px;}
.department-box .department-list p:hover{background-color:#0097d9;color:#FFF;}
.department-box:hover .department-list{display:block;}


/* ============================================ *
 * Video
 * ============================================ */
.video-box{padding-bottom:40px;}
.video-left{width:212px;float:left;}
.video-left .sort{border:1px solid #316798;padding-bottom:14px;margin-bottom:28px;}
.video-left .sort h2{height:36px;color:#316798;padding-left:38px;line-height:36px;background:url(../images/video.png) no-repeat 12px center;font-size:16px;}
.video-left .sort ul li{position:relative;}
.video-left .sort ul li h3{height:28px;position:relative;}
.video-left .sort ul li h3 a{display:block;line-height:28px;padding-left:28px;font-size:15px;}
.video-left .sort ul li h3 em{display:block;width:9px;height:9px;background:url(../images/video-sort-icon.png) no-repeat 0px -9px;position:absolute;left:12px;top:8px;}
.video-left .sort ul li:hover h3{background-color:#f7f7f7;}
.video-left .sort ul li:hover h3 em{background-position:0px 0px;}
.video-left .sort ul li .sort-son{width:204px;position:absolute;left:211px;top:0px;background-color:#f7f7f7;display:none;padding:10px 0px;border:1px solid #EEE;border-left:none;-webkit-box-shadow: 2px 2px 5px #ccc;-moz-box-shadow: 2px 2px 5px #ccc;box-shadow: 2px 2px 5px #ccc;}
.video-left .sort ul li .sort-son h4 a{display:block;padding-left:24px;line-height:24px;font-size:14px;background:url(../images/dian.png) no-repeat 10px 10px;}
.video-left .sort ul li:hover .sort-son{display:block;}
.video-right{width:1168px;float:right;border:1px solid #e5e5e5;border-radius:4px;border-top:none;padding-top:10px;}
.video-right h1{font-size:24px;padding:20px;border-bottom:1px dashed #BBB;}
.video-list ul li{padding:20px;border-bottom:1px dashed #BBB;}
.video-list ul li .img{width:356px;height:252px;overflow:hidden;float:left;}
.video-list ul li .img img{width:100%;height:auto !important;}
.video-list ul li .text{width:750px;float:right;position:relative;height:252px;overflow:hidden;}
.video-list ul li .text h2 a{display:block;padding-bottom:18px;font-size: 18px;}
.video-list ul li .text p.p{padding-bottom:10px;}
.video-list ul li .text p{font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;font-size:13px;line-height:22px;}
.video-list ul li .text>a{display:block;width:96px;height:26px;background-color:#316798;color:#FFF;text-align:center;line-height:26px;border-radius:6px;cursor:pointer;border:none;position:absolute;left:0px;bottom:0px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.video-list ul li .text>a:hover{background-color:#0097d9;}
.right-category{border-bottom:1px solid #316798;padding:20px 0px;display:none;}
.right-category h2{font-size: 16px; height: 40px;line-height: 40px;background-color: #f8f8f8;padding-left:38px;  background: url(../images/video.png) no-repeat 12px center;}
.right-category ul li{border-top: 1px dashed #CCC;padding:0px 20px;}
.right-category ul li h3 a{display:block;font-size:14px;font-weight:bold;width:126px;height:48px;float:left;line-height:48px;text-align:right;color:#333;}
.right-category ul li .sort-son{width:86%;float:left;padding:10px 0px 0px 12px;}
.right-category ul li .sort-son h4 a{display:block;height:30px;line-height:30px;float:left;width:16.6%;font-size:13px;font-weight:bold;color:#666;}
.right-category ul li h3 a:hover,.right-category ul li .sort-son h4 a:hover{color:#316798;}


.pager-no-toolbar{height:60px;position:relative;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}
.pager-no-toolbar .count-container>p{line-height:60px;padding-left:20px;}
.pager-no-toolbar .limiter{width:150px;height:21px;position:absolute;left:150px;top:20px;}
.pager-no-toolbar .pages{position:absolute;top: 20px;right: 0px;text-align: right;}
.pager-no-toolbar .pages ol li{float: left; margin-right: 4px;line-height: 22px;text-align: center;line-height: 22px;font-size: 13px;}
.pager-no-toolbar .pages ol li.current{width:22px;height:22px;background-color:#316798;}
.pager-no-toolbar .pages ol li a{display: block;min-width:22px;padding: 0px 4px;background-color: #DDD;}
.video-arc-right{width:1168px;float:right;border-radius:4px;border-top:none;padding:10px 0px 40px 0px;}
.video-arc-right h1{font-size:30px;padding:20px 0px;}
.video-arc-right .video-iframe{width:100%;height:406px;background-color:#EEE;}
.video-arc-right .video-iframe iframe{width:100%;height:100%;}
.video-content{padding:20px 10px;}
.video-content p{font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;line-height:22px;padding-bottom:6px;}
.featured-videos{padding-top:40px;}
.featured-videos h2{border:1px solid #dcdcdc;background-color:#f7f7f7;height:42px;line-height:42px;font-size:18px;padding-left:10px;margin-bottom:24px;}
.featured-videos .featured-list{width:104%;}
.featured-videos .featured-list ul li{width:356px;max-height:330px;float:left;margin:0px 48px 20px 0px;}
.featured-videos .featured-list ul li img{width:100%;height:auto !important;}
.featured-videos .featured-list ul li h3 a{display:block;font-size:14px;height:48px;width:96.6%;margin:10px auto;font-weight:bold;overflow:hidden;}

/* ============================================ *
 * content-left
 * ============================================ */
.content-left{}
.content-left .first-hand{border:1px solid #e5e5e5;padding:10px 0px;}
.content-left .first-hand h2{font-size:18px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;padding-left:38px;background:url(../images/first-hand.png) no-repeat 14px 0px;padding-bottom:10px;}
.content-left .first-hand h4 a{display:block;line-height:18px;padding:8px 14px;font-size:13px;}
.content-left .blog{border:1px solid #e5e5e5;padding:10px 0px;margin:24px 0px;}
.content-left .blog h2{font-size:18px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;padding-left:38px;background:url(../images/blog.png) no-repeat 14px 0px;padding-bottom:10px;}
.content-left .blog h4 a{display:block;line-height:18px;padding:8px 14px;font-size:13px;}
.content-left .facebook{border:1px solid #e5e5e5;padding:10px 0px;}
.content-left .facebook h2{font-size:18px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;padding-left:38px;background:url(../images/facek-book.png) no-repeat 14px 0px;padding-bottom:10px;}
.content-left .facebook>a{display:block;width:211px;height:150px;overflow:hidden;}
.content-left .facebook p a{display:block;text-decoration:underline;color:#316798;padding:14px;font-size:13px;font-weight:bold;}
.content-left .facebook p a:hover{color:#39c;}
.content-left .subscribe{border:1px solid #e5e5e5;padding:10px 0px;margin:24px 0px;}
.content-left .subscribe p{padding-left:14px;line-height:24px;color:#316798;font-weight:bold;}
.content-left .subscribe>input{display:block;margin:10px auto;width:88%;border:1px solid #e5e5e5;padding:4px 0px;text-indent:4px;}
.content-left .subscribe button{display:block;width:96px;height:26px;background-color:#316798;color:#FFF;text-align:center;line-height:26px;border-radius:6px;margin:10px 0px 10px 14px;cursor:pointer;border:none;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.content-left .subscribe button:hover{background-color:#0097d9;}

/* ============================================ *
 * search-list
 * ============================================ */
.search-list-box{padding-bottom:40px;}
.search-list-right{width:1168px;float:right;}
.search-list-right .page-title{display:none;}
.block-layered-nav{border:1px solid #e5e5e5;margin-bottom:18px;border-radius:4px 4px 0px 0px;padding-bottom:38px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}
.block-layered-nav h2{font-size:18px;height:40px;line-height:40px;padding-left:28px;background-color:#f8f8f8}
.block-layered-nav>a{display:block;width:95%;margin:0 auto;padding-top:44px;border-top:1px dashed #CCC;color:#316798; text-decoration:underline;}
.block-layered-nav>a:hover{color:#0c9eef;}
#narrow-by-list{width:95%;margin:0 auto;padding-top:24px;}
#narrow-by-list .by-list{position:relative;border-top:1px dashed #CCC;}
#narrow-by-list .by-list>dt{width:126px;height:48px;float:left;line-height:48px;text-align:right;font-size:15px;}
#narrow-by-list .by-list>span{width:66px;height:48px;position:absolute;top:0px;right:0px;text-align:center;line-height:48px;cursor:pointer;display:none;}
#narrow-by-list .by-list>dd{width:732px;height:48px;overflow:hidden;float:left;padding:11px 0px 0px 12px;}
#narrow-by-list .by-list>dd ol li{height:30px;width:25%;float:left;line-height:30px;font-size:13px;} 
#narrow-by-list .by-list>dd ol li a:hover{ text-decoration:underline;color:#316798;}
#narrow-by-list .by-list>dd ol li span.count{color:#0c9eef;}
.block-layered-nav>a{display:block;width:95%;margin:0 auto;padding-top:44px;border-top:1px dashed #CCC;color:#316798; text-decoration:underline;}
.block-layered-nav .currently{width:95%;margin:0 auto;padding-top:24px;position:relative;}
.block-layered-nav .currently>p{width:126px;height:48px;float:left;line-height:48px;text-align:right;font-size:15px;}
.block-layered-nav .currently .currently-list{width:732px;height:48px;overflow:hidden;float:left;padding:11px 0px 0px 12px;}
.block-layered-nav .currently .currently-list ol li{height:30px;line-height:30px;float:left;padding:0px 4px;position:relative;font-size:13px;border:1px solid #316798;border-radius:4px;margin:0px 4px 10px 0px;}
.block-layered-nav .currently .currently-list ol li>a{margin-top:4px;}
.block-layered-nav .currently .currently-list ol li .value{color:#ff6349;}
.block-layered-nav .currently .actions a{display:block;width:72px;height:28px;line-height:28px;font-size:13px;text-align:center;border:1px solid #CCC;border-radius:4px;position:absolute;right:0px;top:45px;background-color:#ffb21a;color:#FFF;border:none;-webkit-transition: all .8s ease-out;-moz-transition: all .8s ease-out;-ms-transition: all .8s ease-out;-o-transition: all .8s ease-out;transition: all .8s ease-out;}
.block-layered-nav .currently .actions a:hover{background-color:#0097d9;}

/*.narrow-by-list-box{border:1px solid #e5e5e5;margin-bottom:18px;border-radius:4px 4px 0px 0px;padding-bottom:38px;}
.narrow-by-list-box h2{font-size:18px;height:40px;line-height:40px;padding-left:28px;background-color:#f8f8f8;}
.narrow-by-list-box>a{display:block;width:95%;margin:0 auto;padding-top:44px;border-top:1px dashed #CCC;color:#316798; text-decoration:underline;}
.narrow-by-list-box>a:hover{color:#0c9eef;}
#narrow-by-list{width:95%;margin:0 auto;padding-top:24px;}
#narrow-by-list .by-list{position:relative;border-top:1px dashed #CCC;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}
#narrow-by-list .by-list h3{width:126px;height:48px;float:left;line-height:48px;text-align:right;font-size:15px;}
#narrow-by-list .by-list>span{display:block;width:66px;height:48px;position:absolute;top:0px;right:0px;text-align:center;line-height:48px;cursor:pointer;}
#narrow-by-list .by-list .by-list-son{width:732px;height:48px;overflow:hidden;float:left;padding:11px 0px 0px 12px;}
#narrow-by-list .by-list .by-list-son ul li{height:30px;width:25%;float:left;line-height:30px;font-size:13px;} 
#narrow-by-list .by-list .by-list-son ul li a:hover{ text-decoration:underline;color:#316798;}
#narrow-by-list .by-list .by-list-son ul li span{color:#0c9eef;}*/

/* ============================================ *
 * transport
 * ============================================ */
.transport-box h1{font-size:36px;text-align:center;padding-bottom:56px;} 
.transport-box .table table tr td{height:60px;text-align:center;border:1px solid #EEE;background-color:#f8f8f8;font-size:13px;color:#666;}
.transport-box .table table tr td.th{font-family: "Open Sans Semibold",Arial;color:#000;} 
.transport-box .table table tr td:hover{background-color:#316798;color:#FFF;}
.transport-content{padding:50px 0px 30px 0px;}
.transport-content .img{width:34.2%;height:355px;float:left;overflow:hidden;-webkit-animation:timg 0.8s 1 linear;animation:timg 0.8s 1 linear;}
.transport-content .img img{width:100%;height:auto !important;}
.transport-content .text{width:65%;float:right;padding-top:76px;-webkit-animation:ttext 0.8s 1 linear;animation:ttext 0.8s 1 linear;}
.transport-content .text .con{padding-bottom:10px;}
.transport-content .text .con span{display:block;width:34px;float:left;}
.transport-content .text .con p{width:80%;float:left;font-size:13px;line-height:22px;}
.transport-box .delivery{padding-bottom:72px;}
.transport-box .delivery h2{text-align:center;font-size:30px;color:#333;padding-bottom:44px;}
.transport-box .delivery>p{text-align:center;padding-bottom:70px;font-size:13px;}
.transport-box .delivery-list{text-align:center;}
.transport-box .delivery-list ul li{display:inline-block;*display:inline;*zoom:1;width:146px;height:414px;margin-right:20px;text-align:center;position:relative;font-weight:bold;}
.transport-box .delivery-list ul li p{width:100%;position:absolute;bottom:0px;left:50%;margin-left:-50%;}
.transport-box .delivery-list ul li .ani-box{width:46px;position:absolute;bottom:40px;left:50%;margin-left:-23px;overflow:hidden;}
.transport-box .delivery-list ul li .ani-box em{display:block;width:100%;height:10px;background-color:#316798;}
.transport-box .delivery-list ul li.oceania{margin-right:0px;}
/*.transport-box .delivery-list ul li.south-america em{height:326px;}
.transport-box .delivery-list ul li.north-america em{height:253px;}
.transport-box .delivery-list ul li.asia em{height:230px;}
.transport-box .delivery-list ul li.europe em{height:221px;}
.transport-box .delivery-list ul li.africa em{height:212px;}
.transport-box .delivery-list ul li.oceania em{height:164px;}*/

/* ============================================ *
 * wholesale
 * ============================================ */
.wholesale-box h1{font-size:28px;text-align:center;padding:20px 0px 72px 0px;} 
.wholesale-box .can,.wholesale-box .privilege{padding-bottom:68px;border-bottom:1px solid #dcdcdc;}
.wholesale-box .can .left{width:46.4%;float:left;}
.wholesale-box .can .right{width:46.4%;float:right;}
.wholesale-box .can span{display:block;width:80px;height:80px;line-height:80px;text-align:center;color:#FFF;background-color:#316798;border-radius:50%;margin:0 auto 28px auto;font-size:42px;}
.wholesale-box .can span:hover{-webkit-animation: imgmove 1s 1 ease-in-out;animation: imgmove 1s 1 ease-in-out;}
.wholesale-box .can p{font-size:13px;line-height:24px;text-align:center;}
.wholesale-box h2{text-align:center;padding:68px 0px;font-size:30px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}
.wholesale-box .privilege .left{width:664px;float:left;}
.wholesale-box .privilege .left ul li{width:50%;height:196px;margin-bottom:36px;text-align:center;float:left;}
.wholesale-box .privilege .left ul li em{display:block;background:url(../images/wholesale-icon.png) no-repeat 0px 0px;margin:0 auto;}
.wholesale-box .privilege .left ul li.p1 em{width:83px;height:94px;}
.wholesale-box .privilege .left ul li.p2 em{width:89px;height:92px;background-position:-87px -1px;}
.wholesale-box .privilege .left ul li.p3 em{width:86px;height:86px;background-position:-176px 0px;}
.wholesale-box .privilege .left ul li.p4 em{width:124px;height:84px;background-position:-267px 0px;}
.wholesale-box .privilege .left ul li p{padding-top:20px;font-size:13px;}
.wholesale-box .privilege .left>p{position:relative;font-size:13px;}
.wholesale-box .privilege .left>p>i{display:block;width:101px;height:52px;background:url(../images/wholesale-icon.png) no-repeat -393px 0px;position:absolute;top:-10px;right:-90px;}
.wholesale-box .privilege .right{width:500px;padding:30px;float:right;border: 1px solid #d4d4d4;border-radius:4px;background-color:#fcfcfc;}
.privilege .right .sign-me-up-header{padding-bottom:20px;}
.privilege .right .sign-me-up-header .l{width:47%;float:left;}
.privilege .right .sign-me-up-header .mgr30{margin-right:6%;}
.privilege .right .sign-me-up-header p label{display:block;font-weight:bold;padding-bottom:4px;}
.privilege .right .sign-me-up-header p input{display:block;width:100%;height:26px;line-height:26px;font-size:14px;border:1px solid #DDD;text-indent:6px;}
.privilege .right .sign-me-up-header p select{height:26px;width:100%;border:1px solid #DDD;font-size:13px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;cursor:pointer;}
.privilege .right .sign-me-up-header p span,.privilege .right .whole-hear span,.privilege .right .message span{font-size:13px;color: #F00;font-weight: bold;display:none;}
.privilege .right .whole-hear{padding:10px 0px 20px;}
.privilege .right .whole-hear p{font-weight:bold;padding-bottom:10px;}
.privilege .right .whole-hear ul li{width:40%;float:left;margin:2px 0px;}
.privilege .right .whole-hear ul li label{cursor:pointer;font-size:13px;}
.privilege .right .whole-hear ul li input{  margin-right: 5px;display: inline-block;*zoom: 1;*display:inline;vertical-align: middle;}
.privilege .right .whole-hear ul li lable{display:inline;}

.privilege .right .message label{display:block;font-weight:bold;padding-bottom:4px;}
.privilege .right .message textarea{width:100%;height:106px;border:1px solid #DDD;text-indent:6px;}
.privilege .right button{display:block;width:126px;height:35px;line-height:35px;text-align:center;color:#FFF;background-color:#316798;margin-top:16px;border-radius:4px;border:none;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.privilege .right button:hover{background-color:#0097d9;}
.wholesale-box .recycling {padding:105px 0px;}
.wholesale-box .recycling ul li{width:21.4%;float:left;margin-right:4.8%;}
.wholesale-box .recycling ul li>a{display:block;width:100%;height:auto;overflow: hidden;}
.wholesale-box .recycling ul li img{display:block;*display:inline;height:auto !important;max-width:100%;padding:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;width:100%!important;}
.wholesale-box .recycling ul li img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.wholesale-box .recycling ul li.oem{margin-right:0px;}
.wholesale-box .recycling ul li h3 a{display:block;font-family: "Open Sans Semibold", "Helvetica Neue", Verdana, Arial, sans-serif;padding:44px 0px 8px 0px;text-align:center;font-size:16px;}
.wholesale-box .recycling ul li p{text-align:center;line-height:24px;padding:0px 10px;}

.on-eem-service-box{padding-bottom:48px;}
.on-eem-service-box h1{font-size:28px;text-align:center;padding:20px 0px 50px 0px;}
.on-eem-service-box>h2{font-size:18px;font-weight:400;text-align:center;color:#666;padding-bottom:22px;}
.on-eem-service-box>p{text-align:center;line-height:24px;padding-bottom:50px;font-size:14px;}
.on-eem-service-box .left{width:762px;height:auto;float:left; font-size: 0;-webkit-text-size-adjust: none;}
.on-eem-service-box .left img{width:100%;height:auto !important;}
.on-eem-service-box .right{width:624px;float:right;}
.on-eem-service-box .right h2{font-size:18px;font-weight:400;color:#666;padding-bottom:22px;}
.on-eem-service-box .right p{line-height:24px;padding-bottom:20px;font-size:14px;}
.on-eem-service-box a{color:#39c;font-weight:bold;}
.on-eem-service-box a:hover{text-decoration:underline;}

.oem-service-box{padding-bottom:42px;}
.oem-service-box h1{font-size:28px;text-align:center;padding:20px 0px 50px 0px;}
.oem-service-box .con-list{height:auto;overflow:hidden;}
.oem-service-box .con-list>div{width:50%;float:left;height:auto;}
.oem-service-box .con-list img{width:100%;height:auto !important;}
.oem-service-box .con-list .text{display:table;height:200px;}
.oem-service-box .con-list .img{font-size: 0;-webkit-text-size-adjust: none;}
.oem-service-box .text .middle{display: table-cell;*position: absolute; *top: 50%;vertical-align: middle;}
.oem-service-box .text .middle .inner{*position: relative; *top:-50%;}
.oem-service-box .text p{width:76%;margin:0 auto;font-size:14px;line-height:24px;}

.recycling-business-box{padding-bottom:60px;}
.recycling-business-box h1{font-size:28px;text-align:center;padding:20px 0px 50px 0px;}
.recycling-business-box .recycling-banner{width:100%;height:354px;background:url(../images/recycling-business-bg.jpg) no-repeat top center;overflow:hidden;}
.recycling-business-box .recycling-banner em{display:block;width:89px;height:89px;margin:80px auto 12px auto;background:url(../images/recycling-business-icon.png) no-repeat top center;-webkit-animation:recycling-em 2s 1 linear;animation:recycling-em 2s 1 linear;	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;}
.recycling-business-box .recycling-banner p{text-align:center;color:#FFF;font-size:14px;line-height:24px;}
.recycling-business-box .content{padding-top:24px;}
.recycling-business-box .content .text{width:51.2%;float:left;}
.recycling-business-box .content .img{width:45.9%;float:right;height:auto;font-size: 0;-webkit-text-size-adjust: none;}
.recycling-business-box .content .img img{width:100%;height:auto !important;}
.recycling-business-box .content p{line-height:24px;padding-top:40px;}


/* ============================================ *
 * membership
 * ============================================ */
.membership-box{}
.introduction-box{width:100%;background-color:#f6f6f6;padding:30px 0px;border-bottom:1px solid #676767;}
.introduction-box h1{font-size:24px;text-align:center;color:#444;padding-bottom:68px;}
.w1026{width:1026px;margin:0 auto;}
.w1076{width:1076px;margin:0 auto;}
.introduction .img{width:159px;height:auto;float:left;}
.introduction .img:hover{-webkit-animation: imgmove 1s 1 ease-in-out; animation: imgmove 1s 1 ease-in-out;}
.introduction .img img{width:100%;height:auto !important;}
.introduction .text{width:79.9%;float:right;}
.introduction .text p{font-size:15px;padding-bottom:10px;line-height:24px;}
.introduction .text p a{color:#F00;}
.introduction .text p a:hover{text-decoration:underline;}
.membership-box .hcqs{padding:60px 0px 38px 0px;border-bottom:1px solid #676767;text-align:center;}
.membership-box .hcqs h2{font-size:22px;color:#444;padding-bottom:45px;}
.membership-box .hcqs ul li{width:220px;min-height:266px;display:inline-block;*display:inline;*zoom:1;margin-right:64px; vertical-align:middle;}
.membership-box .hcqs ul li.more{margin-right:0;}
.membership-box .hcqs ul li em{display:block;background:url(../images/membership-icon.png) no-repeat 0px 0px;margin:0 auto;}
.membership-box .hcqs ul li.enjoy em{width:106px;height:97px;}
.membership-box .hcqs ul li.get em{width:116px;height:88px;background-position:-109px 0px;}
.membership-box .hcqs ul li.more em{width:98px;height:86px;background-position:-232px 0px;}
.membership-box .hcqs ul li p{padding-top:36px;line-height:24px;}
.membership-box .level-up,.membership-box .get-hcqs{padding:60px 0px 38px 0px;border-bottom:1px solid #676767;}
.membership-box .level-up h2{font-size:22px;color:#444;padding-bottom:45px;text-align:center;}
.membership-box .level-up .level-text{width:498px;float:left;}
.membership-box .level-up p{line-height:24px;padding-left:46px;}
.membership-box .level-up img{display:block;width:314px;height:144px;float:left;margin-left:104px;}
.membership-box .privileges{padding:60px 0px 38px 0px;border-bottom:1px solid #676767;}
.membership-box .privileges h2{font-size:22px;color:#444;padding-bottom:45px;text-align:center;}
.membership-box .privileges table{font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}
.membership-box .privileges table tr th{font-size:15px;font-weight:bold;text-align:center;padding:14px 12px;border: 1px solid #DDD;background-color:#f6f6f6;}
.membership-box .privileges table tr td{border: 1px solid #DDD;padding:12px;font-size:13px;}
.membership-box .privileges table tr:hover td{background-color:#f6f6f6;}
.membership-box .get-hcqs h2,.membership-box .use h2{font-size:22px;color:#444;padding-bottom:45px;text-align:center;}
.membership-box .get-hcqs h3,.membership-box .use h4{color:#316798;font-size:15px;font-weight:bold;padding:18px 0px 8px 0px;}
.membership-box .get-hcqs p,.membership-box .use>p{line-height:22px;padding-left:15px;}
.membership-box .use{padding:60px 0px 42px 0px;}
.membership-box .use .pedeem{width:492px;margin:0 auto;padding-bottom:50px;}
.membership-box .use .pedeem p{line-height:24px;}
.membership-box .use .pedeem p a{color:#F00;}

/* ============================================ *
 * Quality Control System
 * ============================================ */
.quality-control-box{}
.quality-control-box h1{text-align:center;font-size:24px;color:#316798;padding:8px 0px 40px 0px;}
.quality-control-icon{width:100%;max-width:1600px;margin:0 auto;padding-bottom:26px;}
.quality-control-icon ul li{width:25%;height:370px;float:left;background-color:#f9f9f9;}
.quality-control-icon ul li.comprehensive,.quality-control-icon ul li.analysis{background-color:#e8e7e7;}
.quality-control-icon ul li em{display:block;background:url(../images/quality-control-icon.png) no-repeat 0px 0px;}
.quality-control-icon ul li h3{font-size:16px;text-align:center;color:#316798;padding-bottom:18px;font-family: "Open Sans Semibold", "Helvetica Neue", Verdana, Arial, sans-serif;}
.quality-control-icon ul li.resource em{width:132px;height:132px;margin:46px auto 16px auto;}
.quality-control-icon ul li.comprehensive em{width:110px;height:110px;margin:46px auto 32px auto;background-position:-139px 0px;}
.quality-control-icon ul li.visual em{width:105px;height:105px;margin:46px auto 32px auto;background-position:-255px 0px;}
.quality-control-icon ul li.analysis em{width:131px;height:117px;margin:46px auto 24px auto;background-position:-367px 0px;}
.quality-control-icon ul li p{width:68%;margin:0 auto;padding:0px 0px 8px 14px;line-height:22px;background:url(../images/p-icon.png) no-repeat 0px 6px;}
.quality-control-content .process h2{font-size:24px;padding-bottom:10px;color:#316798;}
.quality-control-content .process p{width:100%;height:82px;border:1px solid #CCC;border-top:none;font-size:14px;padding:12px 0px 0px 12px;}
.quality-control-content .standard h2{font-size:24px;padding:38px 0px 20px 0px;color:#316798;}
.quality-control-content .standard ul{width:104%;}
.quality-control-content .standard ul li{width:47.2%;float:left;margin:0px 38px 38px 0px;min-height:296px;}
.quality-control-content .standard ul li .img{width:321px;height:252px;float:left;}
.quality-control-content .standard ul li .img img{width:100%;height:auto !important;}
.quality-control-content .standard ul li .text{width:328px;float:right;}
.quality-control-content .standard ul li h3{font-size:18px;font-family: "Open Sans Semibold", "Helvetica Neue", Verdana, Arial, sans-serif;padding-bottom:18px;}
.quality-control-content .standard ul li h4{font-weight:bold;font-size:14px;padding-bottom:8px;}
.quality-control-content .standard ul li p{line-height:22px;padding-bottom:4px;}
.quality-control-box .tests{background-color:#e8e7e7;width:100%;padding:44px 0px;}
.quality-control-box .tests .left{width:57%;height:auto;float:left;}
.quality-control-box .tests .right{width:35.2%;height:auto;float:right;}
.quality-control-box .tests h3{font-size:18px;font-family: "Open Sans Semibold", "Helvetica Neue", Verdana, Arial, sans-serif;padding-bottom:18px;}
.quality-control-box .tests h4{font-weight:bold;font-size:14px;padding-bottom:8px;}
.quality-control-box .tests p{line-height:22px;padding-bottom:4px;}
.quality-control-box .tests .text{padding-bottom:30px;}
.quality-control-box .tests img{width:100%;height:auto !important;}
.standard-sample{padding:30px 0px;}
.standard-sample h2{font-size:24px;padding-bottom:40px;color:#316798;}
.standard-sample ul li{width:32.6%;float:left;margin-right:14px;}
.standard-sample ul li.last{margin-right:0;}
.standard-sample ul li img{width:100%;height:auto !important;border:1px solid #cbcbcb;}
.standard-sample ul li h3{font-weight:bold;font-size:16px;padding:20px 0px 8px 0px;}
.standard-sample ul li p{line-height:22px;padding:0px 0px 4px 14px;background:url(../images/p-icon.png) no-repeat 0px 6px;}
.assembly{background-color:#e8e7e7;padding:40px 0px;}
.assembly .left{width:49.2%;float:left;}
.assembly .left img,.assembly .right img{width:100%;height:auto !important;}
.assembly .right{width:49.2%;float:right;}
.assembly h3{font-weight:bold;font-size:16px;padding:20px 0px 8px 0px;}
.assembly p{line-height:22px;padding:0px 0px 4px 14px;background:url(../images/p-icon.png) no-repeat 0px 6px;}
.supplying-chain-integration{}
.supplying-chain-integration h1{font-size:24px;text-align:center;padding:26px 0px 55px 0px;}
.supplying-chain-integration .diversified p,.supplying-chain-integration .sharing p{font-size:13px;padding-bottom:12px;line-height:22px;}
.supplying-chain-integration .diversified ul{padding:30px 0px;}
.supplying-chain-integration .diversified ul li{width:31.9%;float:left;margin-right:2.1%;height:auto;}
.supplying-chain-integration .diversified ul li img{width:100%;height:auto !important;}
.supplying-chain-integration .diversified ul li.last{margin-right:0;}
.supplying-chain-integration .sharing h2{font-size:24px;text-align:center;padding:26px 0px 55px 0px;}
.supplying-chain-integration .sharing .img{text-align:center;padding:40px;}
.supplying-chain-integration .sharing .img img{height:auto !important;}

/* ============================================ *
 * Konwledge
 * ============================================ */
.knowledge-box{padding-bottom:70px;}
.ledge-left{width:230px;float:left;border:1px solid #e4e4e4;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;padding-bottom:20px;}
.ledge-left h2{position:relative;}
.ledge-left h2 a{display:block;height:36px;line-height:36px;padding-left:34px;font-size:16px;color:#316798;background-color:#f7f7f7;}
.ledge-left h2 i{display:block;width:14px;height:14px;background:url(../images/knowledge.png) no-repeat 0px 0px;position:absolute;left:17px;top:12px;}
.ledge-left ul li h3{position:relative;}
.ledge-left ul li h3 a{display:block;line-height:36px;padding-left:34px;font-size:14px;color:#333;border-bottom:1px dashed #e4e4e4;font-weight:bold;}
.ledge-left ul li h3 a:hover{color:#316798;border-color:#316798;}
.ledge-left ul li h3 em{display:block;width:11px;height:11px;background:url(../images/konw-sericon.png) no-repeat 0px 0px;position:absolute;left:17px;top:12px;}
.ledge-left ul li .son-list{border-bottom:1px dashed #e4e4e4;}
.ledge-left ul li .son-list h4 a{display:block;font-size:13px;padding:8px 4px 8px 44px;color:#666;}
.ledge-left ul li .son-list h4 a:hover{background-color:#f7f7f7;}
.ledge-right{width:78.8%;float:right;}
.ledge-right .ledge-mian{padding:24px 64px 64px 64px;border:1px solid #e4e4e4;background-color:#f2f1f1;}
.ledge-right .ledge-mian .ledge-search-box{width:100%;height:36px;padding:4px;border:1px solid #CCC;position:relative;}
.ledge-right .ledge-mian .ledge-search-box input{display:block;width:100%;height:26px;line-height:26px;background-color:#FFF;border:1px solid #e4e4e4;text-indent:6px;}
.ledge-right .ledge-mian .ledge-search-box span{display:block;width:120px;height:26px;border-radius:4px;background-color:#316798;color:#FFF;font-size:14px;position:absolute;top:4px;right:2px;line-height:26px;text-indent:40px;background-image:url(../images/konw-sericon.png);background-position:10px 7px; background-repeat:no-repeat;cursor:pointer;}
.ledge-mian .asked-box h2{font-size:14px;padding:30px 0px 28px 0px;}
.ledge-mian .number-list{padding-bottom:20px;}
.ledge-mian .number-list ul li{width:329px;height:64px;float:left;overflow:hidden;position:relative;}
.ledge-mian .number-list ul li em{font-size:40px;display:block;width:54px;height:54px;text-align:center;position:absolute;left:0px;top:0px;color:#316798;font-family: "Open Sans Semibold", "Helvetica Neue", Verdana, Arial, sans-serif;}
.ledge-mian .number-list ul li p a{display:block;padding:10px 6px 0px 60px;line-height:22px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;color:#666;}
.ledge-mian .number-list ul li p a:hover{color:#316798;}
.ledge-mian .list-box{padding:30px 5.4% 6.4% 5.4%;background-color:#FFF;border:1px solid #e4e4e4;}
.ledge-mian .list-box .t{width:41.2%;float:left;margin-right:5.4%;}
.ledge-mian .list-box .t .con{padding-bottom:35px;}
.ledge-mian .list-box .t .con h3 a{display:block;font-size:16px;font-family: "Open Sans Semibold", "Helvetica Neue", Verdana, Arial, sans-serif;color:#316798;padding-bottom:8px;margin-bottom:10px;border-bottom:1px solid #e4e4e4;}
.ledge-mian .list-box .t .con h4 a{display:block;line-height:18px;padding-bottom:10px;}
.ledge-mian .konw-list,.ledge-mian .konw-arc{background-color:#FFF;margin-top:30px;border:1px solid #e4e4e4;border-radius:4px;padding:20px 10px 40px 10px;}
.ledge-mian .konw-list h1{font-size:18px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #c4c4c4;}
.ledge-mian .konw-list ol li{height:40px;border-bottom:1px dashed #c4c4c4;position:relative;}
.ledge-mian .konw-list ol li h2 a{display:block;line-height:40px;font-size:14px;padding-left:42px;color:#666;}
.ledge-mian .konw-list ol li h2 a:hover{color:#316798;}
.ledge-mian .konw-list ol li em{display:block;width:20px;height:20px;position:absolute;left:10px;top:10px;background:url(../images/konw-list-icon.png) no-repeat 0px 0px;}
.ledge-mian .konw-list ul li,.ledge-mian .konw-list p{font-size:13px; word-break: break-all;line-height: 16px;padding-bottom: 10px;}
.ledge-mian .konw-list ul li a:hover,.ledge-mian .konw-list p a:hover{text-decoration: underline;}
.ledge-mian .konw-list h1{font-size:18px;padding-bottom:20px;border-bottom:1px solid #c4c4c4;}
.ledge-mian .konw-list .how-start h2{font-size:16px;padding:20px 0px 8px;color:#316798;}
.ledge-mian .konw-list p{font-size:13px;line-height:22px;padding-bottom:8px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;color:#666;}
.ledge-mian .konw-list .how-start{padding:20px 0px;}
.ledge-mian .konw-list .how-start h2{padding-bottom:14px;margin-bottom:16px;border-bottom:1px dashed #c4c4c4;}
.ledge-mian .konw-list .how-start h3{font-size:14px;position:relative;padding:0px 4px 15px 28px;min-height:50px;}
.ledge-mian .konw-list .how-start h3 span{display:block;width:24px;height:24px;line-height:24px;text-align:center;color:#FFF;font-weight:bold;position:absolute;left:0px;top:-2px;background-color:#316798;border-radius:50%;-webkit-border-radius:50%;}
.ledge-mian .konw-list .how-start .list{width:47%;float:left;padding:0 3% 20px 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.ledge-mian .konw-list .how-start img{width:100%;height:auto !important;border-radius:4px;border:1px solid #e4e4e4;}
.ledge-mian .konw-list .how-start p{padding-bottom:16px;}
.right-ledge-list{padding-bottom:24px;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;display:none;}
.right-ledge-list h2{position:relative;}
.right-ledge-list h2 a{display:block;height:36px;line-height:36px;padding-left:64px;font-size:16px;color:#316798;background-color:#f7f7f7;}
.right-ledge-list h2 i{display:block;width:14px;height:14px;background:url(../images/knowledge.png) no-repeat 0px 0px;position:absolute;left:44px;top:12px;}
.right-ledge-list ul li h3{position:relative;}
.right-ledge-list ul li h3 a{display:block;padding:10px 10px 10px 64px;font-size:14px;color:#333;border-bottom:1px dashed #e4e4e4;font-weight:bold;}
.right-ledge-list ul li h3 a:hover{color:#316798;border-color:#316798;}
.right-ledge-list ul li h3 em{display:block;width:11px;height:11px;background:url(../images/konw-sericon.png) no-repeat 0px 0px;position:absolute;left:47px;top:12px;}
.right-ledge-list ul li .son-list{display:none;border-bottom:1px dashed #e4e4e4;}
.right-ledge-list ul li .son-list h4 a{display:block;font-size:13px;padding:8px 4px 8px 87px;color:#666;}
.right-ledge-list ul li .son-list h4 a:hover{background-color:#f7f7f7;}

/* ============================================ *
 * warranty
 * ============================================ */
.warranty-box{padding-bottom:60px;}
.warranty-box h1{text-align:center;font-size:32px;color:#333;padding:8px 0px 80px 0px;} 
.warranty-tablist {text-align:center;height:175px;border-bottom:1px solid #dcdcdc;font-size: 0;-webkit-text-size-adjust: none;}
.warranty-tablist ul li{display:inline-block;*display:inline;*zoom:1;width:22.8%;height:170px;border:1px solid #FFF;border-top-width:4px;border-bottom-color:#dcdcdc;margin-bottom:-1px;  -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;cursor:pointer; vertical-align:middle;}
.warranty-tablist ul li span{display:block;height:100px;margin:20px auto 8px auto;}
.warranty-tablist ul li.list1 span{width:85px;background:url(../images/warranty-01.png) no-repeat left center;}
.warranty-tablist ul li.list2 span{width:93px;background:url(../images/warranty-02.png) no-repeat left center;}
.warranty-tablist ul li.list3 span{width:94px;background:url(../images/warranty-03.png) no-repeat left center;}
.warranty-tablist ul li.active{border-color:#dcdcdc;border-top-color:#316798;border-bottom-color:#FFF;}
.warranty-tablist ul li h3{font-size:16px;color:#316798;font-family: "Open Sans Semibold", "Helvetica Neue", Verdana, Arial, sans-serif;}
.warranty-tabtext ul li{padding:40px 0px;display:none;}
.warranty-tabtext ul li h2{font-size:15px;padding:14px 0px 8px 0px;}
.warranty-tabtext ul li.how h2{color:#316798;padding:16px 0px 10px 0px;}
.warranty-tabtext ul li.how p{  box-shadow: 0 0 6px #333;
  -webkit-box-shadow: 0 0 6px #333;
  -moz-box-shadow: 0 0 6px #333;
  -ms-box-shadow: 0 0 6px #333;
  -o-box-shadow: 0 0 6px #333;}
.warranty-tabtext ul li h3{font-size:15px;color:#316798;font-family: "Open Sans Semibold", "Helvetica Neue", Verdana, Arial, sans-serif;padding-bottom:4px;}
.warranty-tabtext ul li p{line-height:22px;padding-bottom:8px;color:#000;font-size:13px;}
.warranty-tabtext strong,.warranty-tabtext a{color:#F00;}
.warranty-tabtext a:hover{ text-decoration:underline;}

/* ============================================ *
 * Brand
 * ============================================ */
.brand-box{padding-bottom:25px;}
.brand-box .title{height:38px;background:url(../images/brand-line.jpg) repeat-x left center;margin:10px 0 30px 0;}
.brand-box .title h1{width:265px;height:38px;margin:0 auto;text-align:center;background-color:#FFF; line-height:38px;font-size:24px;color:#316798;}
.brand-box ul{width:104%;}
.brand-box ul li{width:330px;height:284px;float:left;margin:0 28px 28px 0;border:1px solid #d3d3d3;position:relative;overflow:hidden;} 
.brand-box ul li img{display:block;*display:inline;height:auto !important;max-width:100%;padding:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;width:100%!important;}
.brand-box ul li img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.brand-box ul li h2 a{display:block;width:100%;height:36px;line-height:36px;text-align:center;background-color:#316798;font-size:18px;position:absolute;left:0px;bottom:0px;}
.brand-box ul li h2 a:hover{color:#FFF;}

/* ============================================ *
 * Product list
 * ============================================ */
.big-list-box{padding-bottom:40px;}
.big-list-left{width:212px;float:left;}
.big-list-right{width:1168px;float:right;border: 1px #e4e4e4 solid; background-color: #f7f7f7;}
.big-list-right .son-serach-box{background-color:#FFF;}
.big-list-right .suncate_list{width: 95%;margin: 0 auto;padding-top: 24px;}
.big-list-right .son1-list{padding-bottom:12px;margin-bottom:20px;border-bottom:1px dashed #CCC;}
.big-list-right .son1-list .list-box{width:102%;}
.big-list-right .son1-list h2 a{display:block;font-size:18px;padding-bottom:14px;}
.big-list-right .son1-list ul li{width:210px;height:264px;float:left;margin:0px 30px 20px 0px;}
.big-list-right .son1-list ul li>a{display:block;width:100%;height:auto;overflow:hidden;}
.big-list-right .son1-list ul li img{display:block;*display:inline;height:auto !important;max-width:100%;padding:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;width:100%!important;}
.big-list-right .son1-list ul li img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.big-list-right .son1-list ul li h3 a{display:block;height:48px;overflow:hidden;text-align:center;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;font-size:14px;padding-top:12px;}
.big-list-right .son2-list{width:210px;height:264px;float:left;margin:0px 30px 20px 0px;}
.big-list-right .son2-list>a{display:block;width:100%;height:auto;overflow:hidden;}
.big-list-right .son2-list img{display:block;*display:inline;height:auto !important;max-width:100%;padding:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;width:100%!important;}
.big-list-right .son2-list img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.big-list-right .son2-list h3 a{display:block;height:48px;overflow:hidden;text-align:center;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;font-size:14px;padding-top:12px;}
.son-serach-box .block-layered-nav{border:none;border-bottom:1px solid #e5e5e5;}
.son-serach-box .toolbar{border-left:none;border-right:none;}
.son-serach-box .category-products>ul,.son-serach-box .category-products>ol{border:none;}
.big-list-right .son-serach-box p.note-msg{font-weight:bold;line-height:50px;color:#F00;padding-left:20px;}

/* ============================================ *
 * Market 
 * ============================================ */
.market-banner{width:100%;height:auto;} 
.market-banner img{width:100%;height:auto !important;}
.market-box{font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}
.market-icon-list{padding:58px 0px 20px 0px;}
.market-icon-list ul li{width:43.5%;height:115px;float:left;margin:0 0 32px 4.6%;border:1px solid #dcdcdc;background-color:#f8f8f8;border-radius:5px;cursor:pointer;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.market-icon-list ul li:hover,.market-icon-list ul li.current{background-color:#e7fbff;border-color:#39c;}
.market-icon-list ul li h2{width:91.4%;margin:0 auto;padding:20px 0px 10px 27px;color:#316798;font-size:20px;position:relative;} 
.market-icon-list ul li h2 em{display:block;background:url(../images/maket-icon.png) no-repeat 0px 0px;position:absolute;left:0px;top:21px;}
.market-icon-list ul li p{width:91.4%;margin:0 auto;font-size:13px;line-height:20px;color:#555;}
em.discounted-icon{width:21px;height:23px;}
em.restocked-icon{width:21px;height:23px;background-position:0px -27px !important;}
em.hcqs-icon{width:21px;height:23px;background-position:-4px -61px !important;}
em.pre-ordered-icon{width:24px;height:23px;background-position:0px -90px !important;}
.select-list-box h3{width:80px;float:left;margin:4px 0 0 4.6%;font-size:16px;color:#316798;}
.select-list-box .select-list{width:87.2%;float:left;}
.select-list-box .select-list ul li{width:25%;float:left;height:30px;font-size:13px;}
.select-list-box .select-list ul li a{padding-left:14px;}
.select-list-box .select-list ul li a:hover{ text-decoration:underline;}
.select-list-box .select-list ul li span{color:#0c9eef;}
.market-box .sort-by{margin:30px 0px;} 
.market-box .sort-by h3{width:80px;float:left;margin:4px 0 0 4.6%;font-size:16px;color:#316798;}
.market-box .sort-by .data-subscribe{width:454px;float:left;}
.market-box .sort-by .data-subscribe>a{display:block;width:54px;height:15px;line-height:15px;position:relative;margin:6px 0px 0px 14px;}
.market-box .sort-by .data-subscribe>a em{display:block;width:6px;height:15px;background: url(../images/toolbar-icon-02.png) no-repeat 0px 0px;position:absolute;top:0px;right:0px;}
.market-box .sort-by .data-subscribe>a.desc em{background-position:-6px 0px;}
.market-prolist{border-top:1px solid #dcdcdc;padding:56px 0px 40px 0px;}
.market-prolist ul li{width:43.5%;height:256px;float:left;margin:0 0 32px 4.6%;}
.market-prolist ul li .img{width:36.2%;height:auto;float:left;}
.market-prolist ul li .img>a{display:block;width:100%;height:auto;border:1px solid #dcdcdc;overflow:hidden;font-size: 0;
  -webkit-text-size-adjust: none;}
.market-prolist ul li .img>a img{width:100%;height:auto !important;}
.market-prolist ul li .img p{width:100%;min-height:22px;background-color:#ebebeb;font-size:13px;text-align:center;padding-top:8px;line-height:14px;-webkit-box-sizing: content-box; -moz-box-sizing: content-box;}
.market-prolist ul li .text{width:61%;float:right;}
.market-prolist ul li .text h3 a{display:block;height:48px;font-size:16px;color:#316798;font-family: "Open Sans Semibold",Arial;margin-bottom:14px;}
.market-prolist ul li .text h3 a:hover{text-decoration:underline;}
.market-prolist ul li .text p.sku{padding-bottom:14px;}
.market-prolist ul li .text .market-type{padding:15px 0px;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;}
.market-prolist ul li .text .market-type p{font-size:13px;}
.market-prolist ul li .text .market-type p.type{padding:10px 0px 0px 34px;position:relative;}
.market-prolist ul li .text .market-type p.type em{display:block;background:url(../images/maket-icon.png) no-repeat 0px 0px;position:absolute;left:0px;top:7px;} 
.market-prolist ul li .text button{display:block;width:156px;height:34px;background-color:#316798;border-radius:4px;color:#FFF;font-size:16px;text-indent:20px;border:none;background-image:url(../images/market-email-icon.png); background-repeat:no-repeat;background-position:6px 8px;margin-top:20px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.market-prolist ul li .text button:hover{background-color:#0097d9;}
.market-prolist p.noinfo{margin:0 0 0 4.6%;color:#F00;}
.market-page{width:100%;height:38px;background-color:#EEE;margin-bottom:20px;border-radius:4px;position:relative;}
.market-page p{line-height:38px;}
.market-page p label{padding:0px 20px;}
.market-page p select{cursor:pointer;}

.market-inquiry-box{width:100%;height:100%;position:fixed;z-index:9999;left:0;top:0;background:url(../images/block-bg.png) repeat left top;display:none;}
.market-inquiry{width:400px;padding:30px;margin:30px auto 0 auto;background-color:#FFF;border:1px solid #CCC;border-radius:5px;-webkit-box-sizing: content-box;-moz-box-sizing: content-box; box-sizing: content-box;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}
.market-inquiry h2{font-size:18px;color:#316798;padding-bottom:14px;text-align:center;}
.market-inquiry p.t{text-align:right;font-size:12px;color:#F00;font-weight:bold;}
.market-inquiry label{display:block;font-size:13px;font-weight:bold;}
.market-inquiry p{padding-bottom:8px;}
.market-inquiry p input{display:block;width:100%;height:28px;line-height:28px;text-indent:6px;margin:8px 0px;border:1px solid #CCC;border-radius:4px;font-size:12px;}
.market-inquiry p textarea{display:block;width:100%;height:100px;padding:6px;margin:8px 0px;border:1px solid #CCC;border-radius:4px;font-size:13px;}
.market-inquiry p span{color:#F00;font-weight:bold;font-size:12px;display:none;}
.market-inquiry button{display:block;width:80px;height:30px;text-align:center;line-height:30px;background-color:#316798;color:#FFF;border:none;border-radius:4px;font-weight:bold;margin:10px  auto;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.market-inquiry button:hover{background-color:#0097d9;}
.market-inquiry #loading{display:none;color:#39c;font-weight:bold;}

/* ============================================ *
 * Login 
 * ============================================ */
.w1000{width:1050px;margin:0 auto;}
.account-login{padding:40px 0px 60px 0px;width:45%;float:left;}
.account-login .new-users{width:45%;float:left;}
.account-login h1{font-size: 24px; color: #636363;border-bottom: 1px solid #CCC; padding-bottom: 20px; margin-bottom: 45px;}
.account-login h2{font-size:20px;padding-bottom:10px;}
.account-login p.form-instructions{font-weight:bold;font-style:italic;color:#316798;}
.account-login ul.benefits{padding:20px 0px;list-style-type:disc;padding-left:20px;}
.account-login ul.benefits li{line-height:24px;}
.account-login .buttons-set a,.account-login button{display:block;width:180px;height:30px;text-align:center;line-height:30px;background-color:#316798;color:#FFF;border:none;border-radius:4px;font-weight:bold;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.account-login .buttons-set a:hover,.account-login button:hover{background-color:#0097d9;}
.account-login .form-list label{font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;display:block;padding-bottom:10px;}
.account-login .form-list .control{padding-bottom: 20px;}
.account-login .form-list .control label{display:inline;}
.account-login .form-list .input-box input{display:block;width:52%;height:28px;line-height:28px;text-indent:8px;border:1px solid silver;border-radius:4px;margin-bottom:12px; }
.account-login .form-list li a.f-left{font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;color:#316798;display:block;padding-bottom:12px;color:#39c;}
.account-login .form-list li a.f-left:hover{ text-decoration:underline;}
.remember-me-popup{border: 1px solid #cccccc;padding: 10px;position: relative;margin:10px 0px;border-radius:4px;display:none;}
.remember-me-popup.show{display:block;}
.remember-me-popup .remember-me-popup-close {position: absolute;top: 0;right: 0; padding: 10px;font-size: 14px;color:#316798;font-weight:bold;}
.remember-me-popup .remember-me-popup-close:hover{text-decoration:underline;color:#316798;}
.remember-me-popup h3{padding-bottom:12px;}

/* ============================================ *
 * Forgot Your Password
 * ============================================ */
.forgot-password{padding:40px 0px 60px 0px;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif; } 
.forgot-password h1{font-size: 24px; color: #636363;border-bottom: 1px solid #CCC; padding-bottom: 20px; margin-bottom: 45px;}
.forgot-password .fieldset{width:400px;}
.forgot-password h2{font-size:20px;padding-bottom:10px;}
.forgot-password p.form-instructions{font-style:italic;color:#316798;margin-bottom:30px;}
.forgot-password ul{margin-bottom:10px;}
.forgot-password label{display:block;padding-bottom:10px;}
.forgot-password input{display:block;width:100%;height:28px;line-height:28px;text-indent:8px;border:1px solid silver;border-radius:4px;margin-bottom:12px;}
.forgot-password .buttons-set{width:400px;min-height:34px;position:relative;margin-top:25px;}
.forgot-password .buttons-set a{line-height: 20px;display:block;padding: 5px;}
.forgot-password .buttons-set button{display:block;width:100px;height:30px;text-align:center;line-height:30px;background-color:#316798;color:#FFF;border:none;border-radius:4px;font-weight:bold;position:absolute;top:0px;right:0px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.forgot-password .buttons-set button:hover{background-color:#0097d9;}

/* ============================================ *
 * Account Create
 * ============================================ */
.login-account{padding:20px 0px;}
.login-account h1{  font-size: 24px;color: #316798;border-bottom: 1px solid #CCC;padding-bottom: 20px;margin-bottom: 14px;}
.login-account label>em{color:#F00;}
.account-create{width:45%;float:right;padding:40px 0px 60px 0px;} 
.account-create h2{font-size: 20px;padding-bottom: 10px;}
.account-create p.form-instructions{font-weight:bold;font-style:italic;color:#316798;margin-bottom:12px;}
.account-create label{display:block;padding-bottom:2px;font-size:13px;}
.account-create .input-box{margin-bottom:10px;}
.account-create input{display:block;width:100%;height:26px;line-height:26px;text-indent:8px;border:1px solid silver;border-radius:4px;}
.account-create select{width:100%;height:28px;border:1px solid silver;border-radius:4px;margin-bottom:2px;font-size:13px;cursor:pointer;}
.account-create .control{display:none;}
.account-create .buttons-set{min-height:34px;position:relative;margin-top:25px;}
.account-create .buttons-set a{width:80px;line-height: 28px;display:block;text-align:center;line-height:30px;background-color:#316798;color:#FFF;border-radius:4px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.account-create .buttons-set button{display:block;width:100px;height:30px;text-align:center;line-height:30px;background-color:#316798;color:#FFF;border:none;border-radius:4px;font-weight:bold;position:absolute;top:0px;right:0px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.account-create .buttons-set a:hover,.account-create .buttons-set button:hover{background-color:#0097d9;}


/* ============================================ *
 * My Wishlist
 * ============================================ */
.my-wishlist {padding-bottom:60px;} 
.my-wishlist h3 a{display:block;font-size:14px;padding-bottom:20px;}
.my-wishlist .wishlist-sku strong{color:#39c;}
.my-wishlist p .price{color:#F00;}
.my-wishlist tr td button{width:80px;line-height: 28px;display:block;text-align:center;line-height:30px;background-color:#316798;color:#FFF;border:none;border-radius:4px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.my-wishlist tr td button:hover{background-color:#0097d9;}
.my-wishlist tr td .btn-remove2{background: url(../images/icon_sprite.png) no-repeat 4px -648px;text-indent: -9999px;}
.my-wishlist tr td .truncated_full_value{margin-top:14px;}
.col-box-account .my-account .my-wishlist .buttons-set button{top:20px;}
.col-box-account .my-account .my-wishlist .buttons-set button.btn-share{left:0px;}
.col-box-account .my-account .my-wishlist .buttons-set button.btn-add{left:99px;}
.col-box-account .my-account .my-wishlist .buttons-set button.btn-update{left:202px;}

/* ============================================ *
 * Cart
 * ============================================ */
.cart{padding:40px 0px;font-family: "Open Sans Regular", Verdana, Arial, sans-serif;} 
.cart .checkout-types button{width:172px;line-height: 28px;display:block;text-align:center;line-height:30px;background-color:#316798;color:#FFF;border:none;border-radius:4px;font-weight:bold;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.cart .checkout-types button:hover{background-color:#0097d9;}
.cart-table tbody td a.btn-remove2{background: url(../images/icon_sprite.png) no-repeat 4px -648px;text-indent: -9999px;}
.car-checkout2{padding:40px 0px;font-family: "Open Sans Regular", Verdana, Arial, sans-serif;}
.car-checkout2 h1{padding-bottom:30px;}
.car-checkout2 .opc-firststep-billing select{margin:12px 0px 8px 0px;height:30px;line-height:30px;border-radius:4px;font-size:12px;cursor:pointer;}
.car-checkout2 .opc-firststep-billing li.control label{font-size:13px;}
.car-checkout2 .opc-firststep-billing .buttons-set button{width:80px;line-height: 28px;display:block;text-align:center;line-height:30px;background-color:#316798;color:#FFF;border:none;border-radius:4px;margin:8px 0px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.car-checkout2 .opc-firststep-billing .buttons-set button:hover{background-color:#0097d9;}
.cart-empty{padding:40px 0px;font-family: "Open Sans Regular", Verdana, Arial, sans-serif;}
.cart-empty p{padding-bottom:14px;}
.cart-empty p a{color:#39c;font-weight:bold;}
.cart-empty p a:hover{text-decoration:underline;}
#payment_form_ccsave{padding:20px 0px;}
#billing-new-address-form,#shipping-new-address-form{padding:20px 0px 10px 0px;margin-bottom:12px;border-top:1px dashed #CCC;border-bottom:1px dashed #CCC;}
#payment_form_ccsave .input-box input,#billing-new-address-form ul li .input-box input,#shipping-new-address-form ul li .input-box input{margin:8px 0px 12px 0px;height:30px;line-height:30px;border-radius:4px;font-size:12px;border:1px solid #CCC;width:100%;max-width:365px;text-indent:4px;}
#billing-new-address-form ul li.control label,#shipping-new-address-form ul li.control label{color:#316798;font-weight:bold;}


/* ============================================ *
 * Order Tracking
 * ============================================ */
.track-order-box,.order-arcbox{padding: 30px 0px 40px 0px;}
.track-order-left,.order-arcbox-left{width: 212px;float: left;}
.track-order-right{width: 500px;float: left;margin-left:44px;padding-top: 10px;}
.track-order-right h1{font-size: 24px;color: #316798;border-bottom: 1px solid #CCC;padding-bottom: 20px;margin-bottom: 45px;}
.track-order-right h2{font-size: 18px;border-top: 1px solid #CCC;padding: 20px 0px;margin-top: 35px;}
.track-order-right ul li{padding-bottom:14px;}
.track-order-right ul li label{font-size:13px;}
.track-order-right ul li .input-box input{width:400px;height:28px;line-height:28px;border:1px solid #CCC;border-radius:4px;margin-top:8px;text-indent:6px;}
.track-order-right .buttons-set button{width:112px;line-height: 28px;display:block;text-align:center;line-height:30px;background-color:#316798;color:#FFF;border:none;border-radius:4px;margin:8px 0px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.track-order-right .buttons-set button:hover{background-color:#0097d9;}

.order-arcbox-right{width:1168px;float:right;}
.order-arcbox-right h1{font-size: 24px;color: #316798; border-bottom: 1px solid #CCC;padding-bottom: 20px;margin-bottom: 45px;}
.order-arcbox-right .title-buttons a{color: #39c;font-size: 13px;font-weight: bold;}
.order-arcbox-right .title-buttons a:hover{text-decoration:underline;}
.order-arcbox-right .order-items{padding:35px 0px 20px 0px;}
.order-arcbox-right .order-items h2{font-size: 18px; padding-bottom: 18px;color: #316798;}
.order-arcbox-right .order-items tfoot{border:1px solid #e5e5e5;}

/* ============================================ *
 * Log out
 * ============================================ */
.outbox{padding:30px 0px 40px 0px;}
.outbox h1{ font-size: 24px; color: #316798;border-bottom: 1px solid #CCC; padding-bottom: 20px; margin-bottom: 45px; text-align:center;}
.outbox p{text-align:center;}

/* ============================================ *
 * RMA View 
 * ============================================ */
.rma-view-box>h4 a{display:block;width:110px;height:26px;line-height: 26px;text-align:center;background-color:#316798;color:#FFF;border:none;font-size:13px;border-radius:4px;margin-bottom:22px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;} 
.rma-view-box>h4 a:hover{background-color:#0097d9;}
.rma-view-box h2{font-size:18px;color:#316798;padding-bottom:16px;}
.rma-view-box h2.legend{padding-top:10px; }
.rma-view-box p{padding-bottom:10px;line-height:16px;}
.rma-view-box .entry-edit h4,.rma-view-box .entry-edit-head h4{font-size: 14px;font-weight: bold;padding: 10px 0px;color: #316798;}
.rma-view-box table tr th{border: 1px solid #e5e5e5;font-size: 12px;  background: #f4f4f4;line-height: 1.4; white-space: nowrap;padding: 10px;
  vertical-align: top;}
.rma-view-box table tr td{border: 1px solid #e5e5e5;font-size:12px;line-height: 1.4;  padding: 10px; vertical-align: top;}
.rma-view-box .hor-scroll{padding-bottom: 20px;}
.rma-view-box .note-list{padding-bottom: 16px;}
.rma-view-box .note-list li strong{font-size:13px;}
.rma-view-box .form textarea{border-radius: 4px;-webkit-border-radius:4px;}
.rma-view-box .form button{width:100px;height:26px;line-height:26px;text-align:center;background-color:#316798;color:#FFF;border:none;font-size:13px;border-radius:4px;margin-bottom:14px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.rma-view-box .form button:hover{background-color:#0097d9;}

/* ============================================ *
 * Cart login Or Account 
 * ============================================ */
.bg-box{width:100%;height:100%;position: fixed !important;left:0px;top:0px;z-index: 999999999; background:url(../images/hei-bg.png) repeat left top;display:none;} 
.fixed-box{width:327px;margin:50px auto 0 auto;background-color: #FFF;border-radius: 4px;-webkit-border-radius:4px;border:1px solid #CCC;padding-bottom: 20px;}
.fixed-box>span{display:block;width:100%;height:35px;background-color: #e4e4e4;position:relative;}
.fixed-box>span em{display:block;width:26px;height:26px;background: url(../images/pop-close.png) no-repeat top center;position:absolute;right:4px;top:4px;cursor:pointer;}
.fixed-box .tab-list{width:96%;height: 30px;border-bottom: 1px solid #EEE;margin-top: 12px;} 
.fixed-box .tab-list ol li{float:left;border:1px solid #EEE;text-align:center;height:30px;line-height: 30px;font-size:13px;cursor: pointer;padding:0px 8px;margin-left: 20px;}
.fixed-box .tab-list ol li.on{color:#316798;font-weight:bold;}
.fixed-box .tab-list ol li:first-child{margin-left: 40px;}
.fixed-box .tab-text{padding:20px 40px 0;}
.fixed-box .tab-text>ol>li{display:none;}
.fixed-box .tab-text>ol>li p{padding-bottom: 8px;}
.fixed-box .tab-text>ol>li p label{display: block;font-size:14px;color:#333;padding:3px 0px;font-weight: bold; }
.fixed-box .tab-text>ol>li p input{display:block;width:100%;height:26px;line-height:26px;font-size:13px;border:1px solid #CCC;border-radius:4px;-webkit-border-radius:4px;text-indent: 4px;}
.fixed-box .tab-text>ol>li p>span{width:90%;height:15px;background:url(../images/validation_advice_bg.png) no-repeat left top;padding-left: 12px;display:none;}
.fixed-box .tab-text p.login_error,.fixed-box .tab-text p.register_error{display:none;color:#F00;}
.fixed-box .tab-text p a{font-size:13px;}
.fixed-box .tab-text p a:hover{text-decoration: underline;}
.fixed-box .tab-text p button{display:block;width:100%;height:26px;line-height:26px;text-align:center;background-color:#316798;color:#FFF;border:none;font-size:13px;font-weight:bold;border-radius:4px;margin:6px 0px;-webkit-transition:all .8s ease-out;-moz-transition:all .8s ease-out;-ms-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out;}
.fixed-box .tab-text p button:hover{background-color:#0097d9;}
.fixed-box .tab-text p button span{display: inline-block;*display:inline;*zoom:1;line-height:26px; vertical-align: middle;}
.fixed-box .tab-text p button span.loading{width:28px;height:26px;background:url(../images/loader-login.gif) no-repeat center center;margin-left:8px;display:none;}
.fixed-box .tab-text p select{display:block;width:100%;height:26px;border:1px solid #CCC;border-radius: 4px;-webkit-border-radius:4px;cursor: pointer;}
.fixed-box .tab-text p.register_pass,.fixed-box .tab-text p.register_exist{color:#F00;display:none;}

/* ============================================ *
 * Client Testimonials
 * ============================================ */
.client-box{width: 100%;background-color: #fbfbfb;padding-bottom: 20px;margin-top: 32px;}
.client-box h2{font-size: 36px; color: #333;text-align: center;padding: 50px 0px 20px 0px;font-weight: 400;font-family: "Open Sans Regular", "Helvetica Neue", Verdana, Arial, sans-serif;}
.client-box>p{font-size:16px;text-align: center;padding-bottom: 40px;}
.client-box .client-slide{position:relative;}
.client-slide .slide-show{width:100%;height:auto;*position:relative;overflow: hidden;}
.client-slide .slide-show ul li{width:472px;float:left;text-align: center;background-color: #e9e9e9;min-height:378px;}
.client-slide .slide-show ul li.now,.client-slide .slide-show ul li:hover{background-color: #e0e0e0;}
.client-slide .slide-show ul li.now .img{-webkit-animation:client 1.2s 1 linear 0.6s;animation:client 1.2s 1 linear 0.6s;}
.client-slide .slide-show ul li .img{width:27.1%;height:auto;margin:48px auto 14px auto;font-size:0;-webkit-text-size-adjust: none;border-radius: 50%;-webkit-border-radius: 50%;border:5px solid #FFF;}
.client-slide .slide-show ul li .img img{width:100%;height:auto !important;border-radius: 50%;-webkit-border-radius: 50%;}
.client-slide .slide-show ul li .text{width:57.6%;margin:0 auto;padding-top: 32px;position:relative;}
.client-slide .slide-show ul li .text img{display:block;width:11.7%;height: auto !important;position:absolute;}
.client-slide .slide-show ul li .text img.left{top:0px;left:-11.7%;}
.client-slide .slide-show ul li .text img.right{bottom:15px;right:-11.7%;}
.client-slide .slide-show ul li .text p{line-height:22px;padding-bottom: 20px;}
.client-slide .slide-show ul li .text em{color:#9c9c9c;}
.client-slide .arrow{width:50px;height:50px;background:url(../images/reviews-icon.png) no-repeat 0px 0px;position:absolute;top:140px;cursor:pointer;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;}
.client-slide .prev{left:-50px;}
.client-slide .prev:hover{background-position:0px -58px;}
.client-slide .next{width:51px;right:-49px;background-position:-74px 0px;}
.client-slide .next:hover{background-position:-74px -58px;}

/* ============================================ *
 * 新响应式
 * ============================================ */
@media only screen and (max-width: 1583px) {
  .client-slide .prev{left:0px;}
  .client-slide .next{right:0px;}
}
@media only screen and (max-width: 1440px) {
  .w1420{width:95%;}
  #go-top{right:0px;}
  #header-nav .nav-primary-box>ol>li a{padding:0px 22px;}
  .col-main .new-ragd ul li{width:22%; height:auto;}
  .col-main .new-ragd ul li img{width:100%;height:auto !important;}
  .home-product-list ul li ul li{width:16.8%;}
  .also-bought-box ul li{width:17.8%;}
  .home-product-list ul li ul li .price-box,.home-main-products ul li ul li .price-box{width:78%;}
  .home-main-list>a{width:31%;}
  .home-main-list .main-right{width:64.4%;}
  .home-main-products ul li ul li{width:29.5%;margin:0 3.8% 19px 0;}
  .home-latest-news ul li{width:22%;margin:0 14% 0 0;}
  .footer .footer-img>a{width:50.2%;display:block;margin:0 auto;}
  .footer .footer-img>a img{width:100%;height:auto !important;}
  .profile .profile1 ul li,.profile .profile2 ul li{width:33.3%;height:auto;}
  .profile .profile1 ul li img,.profile .profile2 ul li img{width:100%;height:auto !important;}
  .service ul li{width:16.1%;margin:0 21.1% 0 0;}
  .solutions-list ul li{width:47%;margin:0 2% 50px 0;}
  /*.solutions-list ul li .img{width:33.9%;position:relative;}
  .solutions-list ul li .img img{display:block;position:absolute;top:50%;margin:-50% 0 0 0;}*/
  .solutions-list ul li .img img{width:100%;height:auto !important;}
  .video-right,.video-arc-right,.search-list-right,.big-list-right{width:82.2%;}
  .video-list ul li .text{width:64%;}
  .featured-videos .featured-list ul li{width:28%;}
  .product-shop{width:61.2%;}
  .quality-control-content .standard ul li{margin:0 2.6% 38px 0;}
  .quality-control-content .standard ul li .img{width:46%;height:auto;}
  .quality-control-content .standard ul li .text{width:48%;}
  .brand-box ul li{width:22.4%;margin:0 2% 28px 0;}
  .category-products>ul>li>a{width:72.1%;}
  .big-list-right .son1-list ul li,.big-list-right .son2-list{width:18.6%;}
  .order-arcbox-right{width:80%;}
  .on-eem-service-box .left{width:53.6%;}
  .on-eem-service-box .right{width:43.9%;}
}
@media only screen and (max-width: 1360px) {
  #header-nav .nav-primary-box>ol>li a{font-size:14px;}
  .video-right,.video-arc-right,.search-list-right,.big-list-right{width:81.8%;}
  .video-list ul li .img{width:34%;}
  .product-shop{width:60%;}
  .standard-sample ul li{width:32%;}
  .warranty-tabtext ul li.how p img{width:100%;height:auto !important;}
}
@media only screen and (max-width: 1325px) {
  .page-header-container .logo{width:95px;overflow:hidden;}
	}
@media only screen and (max-width: 1308px) {
  #header-nav .nav-primary-box>ol>li a{padding:0px 20px;}
  .col-main .new-ragd ul li{width:22%; height:auto;margin:0 2.5% 0 0;}
  .home-product-list ul li ul li{margin:0 2.5% 0 0;}
  .also-bought-box ul li{margin:0 0 0 1.8%;}
  .video-left,.big-list-left{display:none;}
  .video-right,.video-arc-right,.search-list-right,.big-list-right{float:none;width:100%;margin:0 auto;}
  .right-category{display:block;}
  .product-shop{width:58%;}
  .brand-box ul li{height:254px;}
}
@media only screen and (max-width: 1270px){
   #header-nav .nav-primary-box>ol>li a{font-size:16px;}
  .wholesale-box .privilege .left{width:55%;}
	}
@media only screen and (max-width: 1252px){
  #header-search{margin-left: -249px;}
  .product-shop{width:56%;}	
  .ledge-left{display:none;}
  .ledge-right{float:none;width:100%;margin:0 auto;}
  .right-ledge-list{display:block;}
  .order-arcbox-right{width:78%;}
}
@media only screen and (max-width: 1224px) {
  #header-nav .nav-primary-box>ol>li>a{padding:0px 15px;}
}
@media only screen and (max-width: 1200px){
  .product-shop{width:54%;}	
  .wholesale-box .privilege .left{float:none;width:100%;margin:0 auto 30px auto;border-bottom: 1px solid #dcdcdc;}
  .wholesale-box .privilege .left>p{text-align:center;padding-bottom:30px;}
  .wholesale-box .privilege .left>p>i{display:none;}
  .wholesale-box .privilege .right{width:600px;float:none;margin:0 auto;}
}
@media only screen and (max-width: 1145px){
  #header-nav .nav-primary-box>ol>li a{padding:0px 10px;}	
  .product-shop{width:52%;}	
  .order-arcbox-left{display:none;}
  .order-arcbox-right{float:none;width:100%;}
}
@media only screen and (max-width: 1132px){
  .w1076{width:95%;}
  .wholesale-box .recycling ul{width:106%;}
  .wholesale-box .recycling ul li{width:43.8%;margin:0 6% 30px 0px;}
}
@media only screen and (max-width: 1114px) {
  #header-nav .nav-primary-box ol li:first-child a{padding-left:0px;}
  .about-list{width:95%;}
  .solutions-list{width:100%;}
  .solutions-list ul li{width:678px;margin:0 auto 40px auto;float:none;}
  .solutions-list ul li .text{min-height:inherit !important;}
  .solutions-content>p.if{width:678px;margin:0 auto;}
  .category-products>ul>li .actions .alert2{left:0px;}
}
@media only screen and (max-width: 1092px){
   #header-nav .nav-primary-box{left:224px;}
   #header-nav .nav-primary-box>ol>li>a{padding:0px 8px;font-size:12px;}	
  .product-shop{width:50%;}	
  .product-options dl dd{width:80%;}
  .add-to-box .add-to-cart{width:324px;}
  .add-to-box .qty-wrapper{width:180px;}
  .transport-content .text{padding-top:26px;}
  .transport-box .delivery-list ul li{width:110px;}
  .select-list-box .select-list{width:86%;}
  .select-list-box .select-list ul li{width:33.3%;}
}
@media only screen and (max-width: 1080px){ 
  .w1026{width:95%;}
  .on-eem-service-box .left{width:762px;float:none;margin:0 auto 50px auto;}
  .on-eem-service-box .right{width:762px;float:none;margin:0 auto;}
}
@media only screen and (max-width: 1052px) {
  .reviews-slide .prev,.certificate-slide .prev{left:-60px;}
  .reviews-slide .next,.certificate-slide .next{right:-60px;}
  .product-essential .product-img-box{float:none;margin-bottom:20px;}
  .more-views-box{margin-top:30px;}
  .product-shop{width:100%;float:none;padding-top:20px;border-top:1px solid #dcdcdc;}	
  .quality-control-content .standard ul li{float:none;width:100%;margin:0 auto;}  
  .quality-control-content .standard ul li .img{width: 321px; height: 252px;}
  .quality-control-content .standard ul li .text{width:64%;}
  .brand-box ul li{height:200px;}
  .market-prolist ul li .text h3 a{height:40px;font-size:14px;}
}
@media only screen and (max-width: 1024px) {
  .right-category ul li .sort-son{width:80%;}
  .membership-box .level-up .level-text{width:51.6%;}
  .membership-box .level-up p{padding-left:0;}
  .membership-box .level-up img{float:right;margin-left:0;}
  .market-prolist ul li .text button{margin-top:8px;background-image:none;text-indent:0px;text-align:center;font-size:13px;width:110px;height:28px;line-height:28px;}
} 
@media only screen and (max-width: 980px) {
  .home-product-list ul li ul li .price-box span,.home-main-products ul li ul li .price-box span{font-size:13px;}
  /*#narrow-by-list .by-list .by-list-son{width:82.8%;}*/
  #narrow-by-list .by-list>dd{width:82.8%;}
  /*#header-nav .nav-primary-box{left:200px;}
  #header-nav .nav-primary-box>ol>li a{font-size:13px;padding:0px 8px;}*/
  .toolbar .pager{float:left;margin-left:20px;}
  .warranty-tablist ul li h3{font-size:14px;line-height:14px;}
  .product-essential .product-img-box{margin:0 auto 20px auto;}
  .product-essential .product-img-box #image{overflow:hidden;}
  .mousetrap{cursor:default !important;}
  .cloud-zoom-lens{border:0 !important;display:none !important;}
  .quality-control-content .standard ul li .text{width:62%;}
  .introduction .text{width:78%;}
  .market-prolist ul li .img p{font-size:12px;}
  .my-wishlist h3 a{font-size:13px;}
  .category-products>ul>li .actions .alert2{left:-40px;}
  .category-products>ul>li .actions .alert2 i{left:100px;}
  .oem-service-box .text p{font-size:12px;}
}
@media only screen and (max-width: 936px) {
  #header-search{width:380px;margin-left: -190px;}
  .home-latest-news ul li h3{font-size:14px;}
  .home-latest-news ul li h4 a{font-size:13px;}
  .reviews-slide .prev,.certificate-slide .prev{left:-6px;}
  .reviews-slide .next,.certificate-slide .next{right:-6px;}
  .featured-videos .featured-list ul li{margin: 0px 5% 20px 0px;}
  .quality-control-icon ul li{height:404px;}
  .quality-control-icon ul li p{font-size:13px;}
  .quality-control-content .standard ul li .img{width:38%;}
  .quality-control-content .standard ul li .text{width:60%;}
  .select-list-box .select-list{width:84%;}
}
@media only screen and (max-width: 870px) {
  .skip-links{display:none;}	
  .header-language-background .follow-container{display:none;}
  .reviews-slide,.certificate-slide{width:700px;}
  .contact-content ul li{width:100%;height:60px;float:none;text-align:left;position:relative;padding-bottom:10px;margin-bottom:10px;border-bottom:1px dashed #CCC;}
  .contact-content ul li em{position:absolute;left:0px;top:0px;margin:0 0 0 10px;}
  .contact-content ul li.add em{margin:0 0 0 18px;}
  .contact-content ul li p{padding:12px 0px 0px 72px;}
  .send-box table tr td input,.send-box table tr td textarea,.send-box .department-box{width:400px;}
  .department-box .department-list{width:398px;}
  .right-category ul li .sort-son h4 a{width:20%;}
  /*#narrow-by-list .by-list .by-list-son{width:70%;}
  #narrow-by-list .by-list .by-list-son ul li{width:33%;}*/
  #narrow-by-list .by-list>dd{width:70%;}
  #narrow-by-list .by-list>dd ol li{width:33%;}
  .product-tablist ul li{padding: 0px 20px;font-size:14px;}
  .brand-box ul li{height:176px;}
  .transport-box .delivery-list ul li{width:94px;font-size:12px;}
  .introduction .text{width:74%;}
  .membership-box .hcqs ul li{width:162px;}
  .select-list-box .select-list ul li{width:45%;}
  .market-prolist ul li .text p.sku{font-size:12px;}
  .market-prolist ul li .text .market-type{padding:6px 0px;}
  .col-left .block-content .actions>a{display:block;font-size:12px;padding:6px 14px;}
  .track-order-left{display:none;}
  .track-order-right{float:none;width:95%;margin:10px auto 0 auto;}
}