
form {
  padding: 0;
  margin: 0;
  display: inline;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}
input,
select,
img,
label {
  vertical-align: bottom;
}
/*KLUDGE input & img align */
label {
  cursor: pointer;
}
input[type='text'],
input[type='password'],
textarea {
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
}
select {
  background: #F8F8F8;
  border: 1px solid #ccc;
  vertical-align: middle;
  height: 29px;
  line-height: 29px;
  padding: 3px;
  *height: 22px;
  *vertical-align: bottom;
}
select option {
  line-height: 29px;
  height: 29px;
}
input.large-field,
select.large-field {
  width: 300px;
}
fieldset {
  padding: 0px 10px 10px 10px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input[type="email"],
input[type="password"],
input[type="text"],
input[type="url"] {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-box-sizing: border-box;
  /* KLUDGE FF box-sizing */

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #C0C0C0 #D9D9D9 #D9D9D9;
  border-radius: 1px 1px 1px 1px;
  border-right: 1px solid #D9D9D9;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  height: 29px;
  margin: 0;
  line-height: 29px;
  padding-left: 8px;
  height: 31px \9;
}
input[type="email"]:hover,
input[type="password"]:hover,
input[type="text"]:hover,
input[type="url"]:hover {
  border-color: #A0A0A0 #B9B9B9 #B9B9B9;
  border-right: 1px solid #B9B9B9;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
  border: 1px solid #4D90FE;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
  outline: medium none;
}
input[type="email"][disabled="disabled"],
input[type="password"][disabled="disabled"],
input[type="text"][disabled="disabled"],
input[type="url"][disabled="disabled"] {
  background: none repeat scroll 0 0 #F5F5F5;
  border: 1px solid #E5E5E5;
}
input[type="email"][disabled="disabled"]:hover,
input[type="password"][disabled="disabled"]:hover,
input[type="text"][disabled="disabled"]:hover,
input[type="url"][disabled="disabled"]:hover {
  box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 1px 1px 1px 1px;
  cursor: pointer;
  width: 20px;
  margin: 0;
  position: relative;
  vertical-align: bottom;
  height: 20px;
}
input[type="checkbox"]:active,
input[type="radio"]:active {
  background: none repeat scroll 0 0 #EBEBEB;
  border-color: #C6C6C6;
}
input[type="checkbox"]:hover {
  border-color: #C6C6C6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
input[type="radio"] {
  border-radius: 1em 1em 1em 1em;
  height: 15px;
  width: 15px;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background: none repeat scroll 0 0 #FFFFFF;
}
input[type="radio"]:checked:after {
  border-radius: 1em 1em 1em 1em;
  content: "";
  display: block;
  height: 7px;
  left: 3px;
  position: relative;
  top: 3px;
  width: 7px;
}
input[type="checkbox"]:checked:after {
  display: block;
  left: -5px;
  position: absolute;
  top: -6px;
}
input[type="checkbox"]:focus {
  border-color: #4D90FE;
  outline: medium none;
}
.button {
  -moz-transition: all 0.218s ease 0s;
  -moz-user-select: none;
  background-color: #42ABFE;
  background-image: -moz-linear-gradient(center top, #42abfe, #199aff);
  border: 1px solid #42ABFE;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  cursor: default;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  margin-right: 0px;
  min-width: 54px;
  padding: 0 8px;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.sign-in {
  float: right;
  width: 335px;
}
.signin-box,
.accountchooser-box {
  background: none repeat scroll 0 0 #F5F5F5;
  border: 1px solid #E5E5E5;
  margin: 12px 0 0;
  padding: 20px 25px 15px;
}
.errormsg {
  color: #DD4B39;
  display: block;
  line-height: 17px;
  margin: 0.5em 0 0;
}
.training-msg {
  background: none repeat scroll 0 0 #F9EDBE;
  padding: 0.5em 8px;
}
.training-msg p {
  margin: 0 0 0.5em;
}
input.form-error[type="email"],
input.form-error[type="password"],
input.form-error[type="text"],
input.form-error[type="url"] {
  border: 1px solid #DD4B39;
}
.help-link {
  background: none repeat scroll 0 0 #DD4B39;
  border-radius: 1em 1em 1em 1em;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  padding: 0 5px;
  position: relative;
  text-decoration: none;
  top: 0;
}
.help-link:visited {
  color: #FFFFFF;
}
.help-link:hover {
  color: #FFFFFF;
  opacity: 0.7;
}
.menu-select {
  width: 400px;
}
.menu-input {
  width: 200px;
}
/* button */
a.button {
  display: inline-block;
  padding-left: 0px;
  background: #00a79d;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #00a79d;
  padding: 0px 10px;
}
a.button span {
  color: #FFFFFF;
  line-height: 27px;
  font-weight: bold;
  display: block;
  padding: 0;
}
a.button:hover span {
  color: #000;
}
.buttons {
  display: block;
  overflow: auto;
}
.buttons .left {
  float: left;
  text-align: left;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.buttons a.button span {
  line-height: 35px;
}
a.highlight span {
  line-height: 35px;
}
#button-cart.highlight {
  background: url("graphic/tocart.png") no-repeat scroll 0 0 transparent;
}
#button-cart.highlight:hover {
  background-position: 0px -37px;
}
.highlight {
  background: none repeat scroll 0 0 #409DC9;
  border: medium none;
  color: #FFFFFF !important;
  display: inline-block;
  font: bold 16px/36px Microsoft YaHei, arial;
  height: 35px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 130px;
}
#button-cart.button {
  padding: 0px 20px;
}
#button-cart.button span {
  font-weight: bold;
  font-size: 16px;
}
.btn {
  -moz-border-color: none;
  background-color: #F5F5F5;
  background-repeat: repeat-x;
  border-color: #CCCCCC #CCCCCC #B3B3B3;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 4px 8px;
  text-align: center;
  vertical-align: middle;
}
.btn:hover {
  color: #00a79d;
  text-decoration: none;
  background: #fff;
}
.cart .btn {
  padding: 4px 20px;
  background-color: #F26500;
  color: #fff;
  border: 1px solid #F26500;
}
.cart .btn:hover {
  color: #fff;
  text-decoration: none;
  background: #FD8B00;
}
.wishlist .btn {
  padding: 4px 15px;
}
.wishlist .btn:hover {
  color: #00a79d;
  text-decoration: none;
  background: #fff;
}
* + html .button {
  min-width: 70px;
}
button.button,
input.button[type="submit"] {
  height: 29px;
  line-height: 29px;
  margin: 0;
  vertical-align: bottom;
  cursor: pointer;
}
* + html button.button,
* + html input.button[type="submit"] {
  overflow: visible;
}
.button:hover {
  -moz-transition: all 0s ease 0s;
  background-color: #F8F8F8;
  background-image: -moz-linear-gradient(center top, #f8f8f8, #f1f1f1);
  border: 1px solid #C6C6C6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #333333;
  text-decoration: none;
}
.button:active {
  background-color: #F6F6F6;
  background-image: -moz-linear-gradient(center top, #f6f6f6, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.button:visited {
  color: #666666;
}
.button-submit {
  background-color: #4D90FE;
  background-image: -moz-linear-gradient(center top, #4d90fe, #4787ed);
  border: 1px solid #3079ED;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.button-submit:hover {
  background-image: -moz-linear-gradient(center top, #4d90fe, #357ae8);
  border: 1px solid #2F5BB7;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
.button-submit:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
.button-share {
  background-color: #3D9400;
  background-image: -moz-linear-gradient(center top, #3d9400, #398a00);
  border: 1px solid #29691D;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.button-share:hover {
  background-color: #368200;
  background-image: -moz-linear-gradient(center top, #3d9400, #368200);
  border: 1px solid #2D6200;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
.button-share:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
.button-red {
  background-color: #D14836;
  background-image: -moz-linear-gradient(center top, #dd4b39, #d14836);
  border: 1px solid transparent;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.button-red:hover {
  background-color: #C53727;
  background-image: -moz-linear-gradient(center top, #dd4b39, #c53727);
  border: 1px solid #B0281A;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
.button-red:active {
  background-color: #B0281A;
  background-image: -moz-linear-gradient(center top, #dd4b39, #b0281a);
  border: 1px solid #992A1B;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
.button-white {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DCDCDC;
  color: #666666;
}
.button-white:hover {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C6C6C6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #333333;
}
.button-white:active {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.button-red:visited,
.button-share:visited,
.button-submit:visited {
  color: #FFFFFF;
}
.button-submit:focus,
.button-share:focus,
.button-red:focus {
  box-shadow: 0 0 0 1px #FFFFFF inset;
}
.button-share:focus {
  border-color: #29691D;
}
.button-red:focus {
  border-color: #D14836;
}
.button-submit:focus:hover,
.button-share:focus:hover,
.button-red:focus:hover {
  box-shadow: 0 0 0 1px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}
.button img {
  display: inline-block;
  margin: -3px 0 0;
  opacity: 0.55;
  vertical-align: middle;
}
* + html .button img {
  margin: 4px 0 0;
}
.button:hover img {
  opacity: 0.72;
}
.button:active img {
  opacity: 1;
}
/* vote product button */
.btn_heart {
  height: 55px;
  width: 60px;
  color: #333;
  background: url(graphic/heart.png) no-repeat;
  cursor: pointer;
  display: inline-block;
  line-height: 50px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
}
.btn_heart:hover {
  background: url(graphic/heart-on.png) no-repeat;
  color: #fff;
}
.selected .btn_heart {
  background: url(graphic/heart-on.png) no-repeat;
  color: #fff;
}
/* 
filename:template_common.less
description:存在theme固定会使用到的标准化的样式代码;
*/
/* 商品组合推荐实现样式 */
.recommend .mt {
  padding-bottom: 0;
}
.recommend .tab {
  margin-bottom: 0;
}
.recommend .tab-sub {
  padding: 8px 0 3px;
}
.recommend .master {
  float: left;
  position: relative;
  width: 165px;
  height: 216px;
  background: #fff;
  border: solid #D8D7D3;
  border-width: 1px 0 1px 1px;
  padding: 0 35px 0 5px;
  text-align: center;
  padding-top: 5px;
}
.recommend .master .icon-add {
  position: absolute;
  top: 45px;
  right: 0;
  width: 30px;
  height: 30px;
  background-position: -181px 0;
  background-image: url(graphic/icon2011111801.png);
  background-repeat: no-repeat;
}
.recommend .suits {
  float: left;
  position: relative;
  width: 540px;
  height: 216px;
  background: #fff;
  border: solid #D8D7D3;
  border-width: 1px 1px 1px 0;
  overflow-y: hidden;
  overflow-x: auto;
  padding-top: 5px;
}
.recommend .suits .container {
  width: 4000px;
}
.recommend .suits ul {
  float: left;
  height: 206px;
  margin: 0;
  padding: 0;
}
.recommend .suits li {
  float: left;
  width: 166px;
  padding: 0 7px;
  border-bottom: 0;
  text-align: center;
}
.recommend .suits li .p-name {
  height: 36px;
}
.recommend .infos {
  float: right;
  width: 100px;
  padding: 0 5px 8px 0;
}
.recommend .infos div {
  margin-bottom: 5px;
}
.recommend .infos .p-name a {
  color: #005aa0;
  font-weight: bold;
}
.recommend .infos .p-saving {
  color: #008000;
}
.recommend .btn-buy {
  float: left;
  width: 70px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  color: #fff;
  background-position: -141px -121px;
}
#group {
  background: #FFF9EB;
  border: solid #F3E7C7;
  border-width: 0 1px 1px;
  padding: 5px;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.compare-info tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info .price-old {
  font-weight: bold;
  color: #F00;
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
/* wishlist */
.wishlist-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.wishlist-product td {
  padding: 7px;
}
.wishlist-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove,
.wishlist-product thead .image,
.wishlist-product thead .cart {
  text-align: center;
}
.wishlist-product thead .name,
.wishlist-product thead .model,
.wishlist-product thead .stock {
  text-align: left;
}
.wishlist-product thead .quantity,
.wishlist-product thead .price,
.wishlist-product thead .total {
  text-align: right;
}
.wishlist-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
  vertical-align: middle;
}
.wishlist-product tbody .remove,
.wishlist-product tbody .image,
.wishlist-product tbody .cart {
  text-align: center;
}
.wishlist-product tbody .name,
.wishlist-product tbody .model,
.wishlist-product tbody .stock {
  text-align: left;
}
.wishlist-product tbody .quantity,
.wishlist-product tbody .price,
.wishlist-product tbody .total {
  text-align: right;
}
.wishlist-product tbody .price s {
  color: #F00;
}
/* 网站地图们默认实现样式 */
.sitemap-info {
  overflow: auto;
  margin-bottom: 40px;
}
.sitemap-info .left {
  float: left;
  width: 48%;
}
.sitemap-info .right {
  float: left;
  width: 48%;
}
/* 商品详情页面商品属性实现样式 */
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
/* 返回顶部按钮*/
a#go-top {
  display: block;
  width: 50px;
  height: 50px;
  background: #aaaaaa url(../image/gotop.png) 8px -57px no-repeat;
  margin-bottom: 15px;
  outline: 0 none;
  text-indent: -9999em;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
  color: #999;
  right: 30px;
  z-index: 1000;
}
/*html{ background-color:#E8F6E9; }*/
body {
  color: #666;
  font-family: "microsoft yahei", "宋体", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}
body,
td,
th,
input,
textarea,
select,
a {
  font-size: 12px;
}
a,
a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #00dacd;
  text-decoration: none;
}
a img {
  border: none;
}
.mt10 {
  margin-top: 10px;
}
.fs18 {
  font-size: 18px;
}
.more {
  color: #666;
  font-family: Helvetica Neue, Verdana,arial;
  font-size: 11px;
}
.c30l,
.c30r {
  width: 30%;
  float: left;
}
.c30r {
  float: right;
}
.clear {
  clear: both;
}
.clr {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.breadcrumb {
  color: #666;
  margin-bottom: 10px;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-bottom: 5px;
  color: #555555;
}
.success {
  background: #eaf7d9 url('../image/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
}
.warning {
  background: #ffd1d1 url('../image/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
}
.attention {
  background: #eeeeee url('../image/attention.png') 10px center no-repeat;
  border: 3px solid #6bb130;
  z-index: 100;
  height: 50px;
  line-height: 50px;
}
.attention a {
  color: #65952d;
}
.information {
  background: #e8f6ff url('../image/information.png') 10px center no-repeat;
  border: 1px solid #B8E2FB;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.required {
  color: #FF0000;
  font-weight: bold;
}
.error {
  display: inline-block;
  color: #FF0000;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  display: block;
}
.welcome {
  color: #666;
  font-family: "microsoft yahei";
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 18px;
  font-weight: bold;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Grid */
[class*="grid-"] {
  float: left;
  padding-right: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-1-2 {
  width: 50%;
}
.grid-1-4 {
  width: 25%;
}
.wrap {
  width: 980px;
  margin: 0 auto;
}
/* layout */
#tophead {
  width: 100%;
}
#header,
#content {
  position: relative;
}
#container {
  width: 980px;
  margin: 10px auto;
  text-align: left;
  overflow: hidden;
}
.container {
  margin-bottom: 20px;
  overflow: auto;
}
#article_category_4 {
  float: right;
  width: 210px;
  height: 278px;
  margin-top: 5px;
  border: 2px solid #eee;
}
#article_category_4 .box-heading {
  border-bottom: 2px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  background: none;
  margin: 0px 5px;
  padding: 10px 5px;
  font-family: Helvetica Neue, Verdana, "microsoft yahei";
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #666;
}
.zhuanti-content {
  padding: 0px 10px;
}
.zhuanti-content ul li {
  border-bottom: 1px dotted #eee;
  height: 28px;
  line-height: 28px;
  color: #333;
}
.zhuanti-content ul li .date {
  float: right;
  display: none;
}
.column-right-1 {
  position: absolute;
  top: 0px;
  right: -210px;
}
#aticle_category_63,
#aticle_category_61,
#aticle_category_62 {
  width: 33%;
  float: left;
  display: inline;
}
.box .mt {
  background: url("../image/bgGlobal20110801A.jpg") no-repeat scroll 0 -80px #e6e6e6;
  height: 24px;
  line-height: 24px;
  padding: 3px 8px;
}
/*
*/
/* category by kevin */
#o-search {
  height: 40px;
}
#o-search .wrap {
  width: 980px;
  margin: 0px auto;
  position: relative;
  background: #6bb130;
  z-index: 101;
}
#content {
  z-index: 4;
}
/* menu */
/*#menu {
	background: #155B1F;
	border-bottom: 1px solid #000000;
	height: 50px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
}
#menu > ul > li:hover {
	background: #000;
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 12px 15px 11px 15px;
	z-index: 6;
	position: relative;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #0D5F7C;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}*/
#tab-description p {
  line-height: 200%;
}
/* box */
.box {
  margin-bottom: 10px;
}
.box .box-heading {
  background: #fff;
  padding: 10px 15px;
  font-family: Helvetica Neue, Verdana, "microsoft yahei";
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.box .box-content {
  background: #FFFFFF;
  border-radius: 0px 0px 6px 6px;
  border-left: 2px solid #00a79d;
  border-right: 2px solid #00a79d;
  border-bottom: 2px solid #00a79d;
  padding: 10px 0;
}
.index .box {
  margin-bottom: 10px;
}
.index .box .box-heading {
  border: 1px solid #DBDEE1;
  background: #f1f1f1;
  padding: 10px 15px;
  font-family: Helvetica Neue, Verdana, "microsoft yahei";
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.index .box .box-content {
  background: #FFFFFF;
  border: none;
  padding: 10px 0;
}
/* account by kevin */
#account .mt {
  background: url("../image/bgGlobal20110801A.jpg") no-repeat scroll 0 -80px #e6e6e6;
  height: 24px;
  line-height: 24px;
  padding: 3px 8px;
}
#account .mc {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #E6E6E6;
  border-style: solid;
  border-width: 0 1px 1px;
}
#account ul {
  padding: 6px;
  margin-top: 0px;
  list-style: none outside none;
}
#account li {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
/* news by kevin*/
#news .mt {
  background: url("../image/bgGlobal20110801A.jpg") no-repeat scroll 0 -80px #e6e6e6;
  height: 24px;
  line-height: 24px;
  padding: 3px 8px;
}
#news .mc {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #E6E6E6;
  border-style: solid;
  border-width: 0 1px 1px;
}
#news ul {
  padding: 6px;
  margin-top: 0px;
  list-style: none outside none;
}
#news li {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  border-bottom: 1px dotted #DDDDDD;
  background: url('../image/ico.gif') 3px no-repeat;
  padding-left: 10px;
}
.detail h1 {
  border-bottom: 1px solid #EBEBEB;
  font-family: 'Helvetica Neue', 'Verdana', "microsoft yahei", '宋体';
  height: 24px;
  line-height: 24px;
  margin: 0px 0px 10px 0px;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.detail tr {
  line-height: 30px;
  height: 30px;
}
.detail td {
  border-bottom: 1px dotted #EBEBEB;
}
/* brand by kevin */
#module_brand {
  margin-bottom: 10px;
}
#module_brand .mt {
  background: url("../image/bgGlobal20110801A.jpg") no-repeat scroll 0 -80px #e6e6e6;
  height: 24px;
  line-height: 24px;
  padding: 3px 8px;
}
#module_brand .mc {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #E6E6E6;
  border-style: solid;
  border-width: 0 1px 1px;
}
#module_brand ul {
  overflow: hidden;
  padding: 0 0 8px 8px;
  width: 201px;
  margin: 0px 0px 10px;
}
#module_brand li {
  border: 1px solid #EFEFEF;
  float: left;
  margin: 8px 8px 0 0;
  overflow: hidden;
  padding: 1px 2px;
}
/* products homepage by kevin */
.tabcon {
  display: block;
  margin: 0px;
  padding: 0px;
}
.tabcon li {
  border-bottom: 1px solid #efefef;
  float: left;
  padding: 10px 5px;
  overflow: hidden;
  width: 198px;
}
.tabcon .image {
  float: left;
  margin-right: 5px;
}
#special {
  background: url("../image/bgGlobal20110801A.jpg") repeat-x scroll 0 -208px #e6e6e6;
  height: 28px;
  margin-bottom: 10px;
}
#special h2 {
  background: url("../image/bgGlobal20110801A.jpg") no-repeat scroll -70px -237px transparent;
  color: #FFFFFF;
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  width: 121px;
  font-size: 14px;
}
#special .extra {
  background: url("../image/bgGlobal20110801A.jpg") no-repeat scroll 0 -237px transparent;
  float: right;
  height: 28px;
  line-height: 28px;
  padding-right: 10px;
  text-align: right;
  width: 59px;
}
#special .extra a,
#special .extra a:link,
#special .extra a:visited {
  color: #999999;
}
#feature {
  background: url("../image/bgGlobal20110801A.jpg") repeat-x scroll 0 -208px #e6e6e6;
  height: 28px;
  margin-bottom: 10px;
}
#feature h2 {
  background: url("../image/bgGlobal20110801A.jpg") no-repeat scroll -70px -237px transparent;
  color: #FFFFFF;
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  width: 121px;
  font-size: 14px;
}
#feature .extra {
  background: url("../image/bgGlobal20110801A.jpg") no-repeat scroll 0 -237px transparent;
  float: right;
  height: 28px;
  line-height: 28px;
  padding-right: 10px;
  text-align: right;
  width: 59px;
}
#feature .extra a,
#feature .extra a:link,
#feature .extra a:visited {
  color: #999999;
}
#caipu {
  background: url("../image/bgGlobal20110801A.jpg") repeat-x scroll 0 -208px #e6e6e6;
  height: 28px;
}
#caipu h2 {
  background: url("../image/bgGlobal20110801A.jpg") no-repeat scroll -70px -237px transparent;
  color: #FFFFFF;
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  width: 121px;
  margin-bottom: 0;
  font-size: 14px;
}
#caipu .extra {
  background: url("../image/bgGlobal20110801A.jpg") no-repeat scroll 0 -237px transparent;
  float: right;
  height: 28px;
  line-height: 28px;
  padding-right: 10px;
  text-align: right;
  width: 59px;
}
#caipu .extra a,
#caipu .extra a:link,
#caipu .extra a:visited {
  color: #999999;
}
.box-caipu {
  background: #FFFFFF;
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  padding: 0px 0px 10px 0px;
}
.box-caipu .caipu-title {
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  padding-left: 5px;
  background: none repeat scroll 0 0 #DDDDDD;
}
.box-caipu table {
  width: 760px;
  padding: 0px;
  margin: 0px;
}
.box-caipu td {
  width: 250px;
  border-right: 1px solid #ddd;
}
.box-caipu li {
  height: 28px;
  line-height: 28px;
  width: 230px;
  overflow: hidden;
  border-bottom: 1px dotted #DDDDDD;
  background: url('../image/ico.gif') 3px no-repeat;
  padding-left: 10px;
}
/* box category */
#category {
  width: 200px;
  z-index: 10;
}
#category .box-heading {
  border: 2px solid #00a79d;
  background: #00a79d;
  padding: 10px 15px;
  font-family: Helvetica Neue, Verdana, "microsoft yahei";
  font-size: 15px;
  font-weight: bold;
  border-radius: 6px 6px 0px 0px;
  color: #fff;
}
#category .box-content {
  background: #FFFFFF;
  border-radius: 0px 0px 6px 6px;
  border-left: 2px solid #00a79d;
  border-right: 2px solid #00a79d;
  border-bottom: 2px solid #00a79d;
  padding: 10px 0;
}
.box-category {
  margin-top: -5px;
}
.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-category > ul > li {
  padding: 7px 8px 7px 20px;
  background: url(graphic/arrow_green.gif) 180px center no-repeat;
}
.box-category > ul > li + li {
  border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #4c3935;
}
.box-category > ul > li > a:hover {
  color: #00a79d;
}
.box-category > ul > li ul {
  display: none;
}
.box-category > ul > li a.active {
  font-weight: bold;
}
.box-category > ul > li a.active + ul {
  display: block;
}
.box-category > ul > li ul > li {
  padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
  text-decoration: none;
  display: block;
}
.box-category > ul > li ul > li > a.active {
  font-weight: bold;
}
/* category */
.category-info {
  overflow: auto;
  margin-bottom: 20px;
}
.category-info .image {
  float: left;
  padding: 5px;
  margin-right: 15px;
  border: 1px solid #E7E7E7;
}
.category-list {
  overflow: auto;
  margin-bottom: 20px;
}
.category-list ul {
  float: left;
  width: 18%;
}
.category-list .div a {
  text-decoration: underline;
  font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
  border: 1px solid #DBDEE1;
  padding: 5px;
  overflow: auto;
  margin-bottom: 20px;
}
.manufacturer-heading {
  background: #F8F8F8;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
}
.manufacturer-content {
  padding: 8px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
#column-left .box-product .image {
  margin-right: 10px;
  float: left;
}
#column-left .box-product .name {
  height: 20px;
  overflow: hidden;
}
#column-left .box-product .cart {
  margin-top: 10px;
  text-align: left;
}
#column-left .box-product .cart a.button {
  height: 20px;
  line-height: 20px;
  padding: 0px 4px;
  margin: 0px;
}
#column-left .box-product .cart a.button span {
  height: 20px;
  line-height: 20px;
  font-weight: normal;
}
/* orders */
.order-list {
  margin-bottom: 10px;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.order-list .order-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
  float: left;
  width: 33.3%;
}
.order-list .order-info {
  text-align: right;
}
.order-detail {
  background: #EFEFEF;
  font-weight: bold;
}
/* returns */
.return-list {
  margin-bottom: 10px;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.return-list .return-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
  float: left;
  width: 33.3%;
}
.return-list .return-info {
  text-align: right;
}
.return-product {
  overflow: auto;
  margin-bottom: 20px;
}
.return-name {
  float: left;
  width: 33.3%;
}
.return-model {
  float: left;
  width: 33.3%;
}
.return-quantity {
  float: left;
  width: 33.3%;
}
.return-detail {
  overflow: auto;
  margin-bottom: 20px;
}
.return-reason {
  float: left;
  width: 33.3%;
}
.return-opened {
  float: left;
  width: 33.3%;
}
.return-opened textarea {
  width: 98%;
  vertical-align: top;
}
.return-remove {
  float: left;
  width: 33.3%;
  padding-top: 90px;
  text-align: center;
  vertical-align: middle;
}
.return-additional {
  overflow: auto;
  margin-bottom: 20px;
}
.return-comment {
  float: left;
  width: 49%;
}
.return-captcha {
  float: right;
  width: 49%;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.download-list .download-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
  float: left;
  width: 33.3%;
}
.download-list .download-info {
  text-align: right;
}
#payment_comment {
  padding: 10px;
}
.save-compare {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
input,
img {
  vertical-align: middle;
}
/*KLUDGE input & img align */
#tab-related .button {
  display: none;
}
.sitemap-info li {
  margin-left: 20px;
  line-height: 21px;
  margin-bottom: 3px;
}
#cart_total a {
  padding-right: 25px;
}
a:hover {
  color: #6bb130;
}
#welcome a {
  color: #6bb130;
}
#welcome a:hover {
  color: #f00;
}
.box-product .name a {
  font-weight: normal;
}
/* Fixed Q8 */
.storm {
  right: 0;
}
#nav-extra {
  height: 40px;
  position: relative;
}
#nav-extra ul {
  float: left;
  margin-top: 0px;
}
#nav-extra li {
  float: left;
  position: relative;
  z-index: 1;
}
#nav-extra a {
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  text-align: center;
  color: #fff;
  font-family: "microsoft yahei";
}
#nav-extra a:hover {
  background: #65952d;
  color: #eee;
}
#nav-extra .selected a {
  width: 90px;
  background: #80C3F7;
  color: #333;
  font-family: "microsoft yahei";
}
#notification {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
#notification .close {
  padding: 5px;
  display: inline-block;
}
.product .name,
.box-product   div .name,
.product-grid .name {
  height: 38px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.clear {
  clear: both;
}
#group img {
  width: 140px;
  height: 140px;
}
/* Product Detail */
.product-info .summary {
  overflow: hidden;
  padding-bottom: 10px;
}
.product-info .summary li {
  line-height: 30px;
  clear: both;
}
.product-info .detail {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dotted #ccc;
  color: #000;
}
.product-info .detail li {
  float: left;
  line-height: 24px;
  clear: none;
  color: #000;
}
.product-info .detail li span {
  display: block;
  overflow: hidden;
  width: 180px;
}
/* article */
.article-list,
.article {
  border: 1px solid #ddd;
  padding: 0 20px 30px 20px;
}
.article-list h1,
.article h1 {
  text-align: center;
  border-bottom: 1px #dadada solid;
  font-size: 20px;
  line-height: 44px;
  font-family: microsoft yahei,宋体;
  font-weight: bold;
  padding-top: 10px;
}
.article-list .vlist li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted #ccc;
}
.article-list .vlist li a {
  float: left;
  padding-left: 15px;
  background: url("graphic/ico.jpg") 3px center no-repeat;
}
.article-list .vlist li a:hover {
  color: #000;
  text-decoration: none;
}
.article-list .vlist li .date {
  float: right;
  padding-right: 30px;
}
.article .release {
  text-align: right;
  padding-bottom: 20px;
}
#content .article .content {
  border: none;
}
/* post buy */
#post-buy {
  border: 5px solid #eee;
  font-family: "microsoft yahei";
}
#post-buy .basic {
  padding: 30px;
  margin: 0px auto;
  width: 850px;
}
#post-buy .basic .red {
  color: red;
}
#post-buy .basic b {
  color: red;
}
#post-buy .basic h1 {
  color: #79bc53;
  font-size: 18px;
  font-family: "microsoft yahei";
  font-weight: bold;
  text-align: center;
  padding: 10px 0px 20px;
}
#post-buy .basic .tr {
  padding-top: 16px;
  overflow: hidden;
}
#post-buy .basic .tr .key {
  float: left;
  width: 116px;
  padding-right: 10px;
  text-align: right;
  margin-top: 2 px\9;
}
#post-buy .basic .tr .value {
  float: left;
  width: 720px;
}
#post-buy .basic .h10 {
  margin-top: 10px;
}
#content .contact {
  padding: 50px;
  overflow: auto;
  margin-bottom: 20px;
  border: 5px solid #EEEEEE;
}
/* foot news */
.wenzhang {
  width: 1200px;
  margin: 30px auto 0px;
}
.wenzhang .wenti,
.wenzhang .huodong {
  width: 440px;
  display: block;
  float: left;
}
.wenzhang .zixun {
  width: 310px;
  display: block;
  float: right;
}
.wenzhang .subscription {
  width: 310px;
  float: right;
}
.wenzhang .mt {
  height: 29px;
  line-height: 29px;
  padding: 0 8px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 2px solid #AAA;
  cursor: default;
}
.wenzhang .wenti .mt {
  border-right: none;
}
.wenzhang .mt h2 {
  float: left;
  font-family: "microsoft yahei";
  font-size: 14px;
  color: #666;
  line-height: 29px;
}
.wenzhang .mt .extra {
  float: right;
}
.wenzhang .mc {
  height: 161px;
  padding: 0px 10px;
  border: solid #ddd;
  border-width: 0 1px 1px;
}
.wenzhang .wenti .mc {
  border-right: none;
}
.wenzhang .mc ul li {
  height: 60px;
  padding: 10px 0 10px 15px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  display: list-item;
}
.wenzhang .mc ul li .p-img {
  float: left;
  margin-right: 15px;
  overflow: visible;
  padding: 5px 0px;
}
.wenzhang .mc ul li .p-img img {
  border: 1px solid #ddd;
}
.wenzhang .mc ul li .p-name {
  height: 1.5em;
  padding: 3px 0;
  overflow: hidden;
}
.wenzhang .mc ul li .p-name a {
  font-weight: bold;
  color: #1896E6;
}
.wenzhang .mc ul li .p-detail {
  overflow: hidden;
  width: 280px;
  height: 3em;
  padding-right: 50px;
  background: url(http://misc.360buyimg.com/product/skin/2013/i/20130330B_1.png) no-repeat 290px -80px;
  color: #999;
}
.wenzhang .mc ul li .p-detail a {
  color: #999;
}
.wenzhang .zixun .mc {
  padding: 5px 10px;
  height: 151px;
}
.wenzhang .zixun .p-img {
  float: left;
  width: 100px;
  padding: 0;
}
.wenzhang .zixun .p-img img {
  border: 1px solid #ddd;
}
.wenzhang .zixun ul {
  float: right;
  width: 180px;
}
.wenzhang .zixun ul li {
  height: 25px;
  overflow: hidden;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  border: none;
}
.wenzhang .subscription .mt {
  margin-bottom: 2px;
  height: 18px;
  line-height: 18px;
  border: none;
}
.wenzhang .subscription .mt h2 {
  float: left;
  font-family: "microsoft yahei";
  font-size: 12px;
  color: #666;
  line-height: 18px;
}
.wenzhang .subscription .mc {
  border: none;
  height: auto;
}
#language a {
  padding-left: 20px;
  line-height: 1.5em;
}
#language .cn {
  background: url(../image/flags/cn.png) 0 center no-repeat;
}
#language .en {
  background: url(../image/flags/gb.png) 0 center no-repeat;
}
.topbanner {
  margin-bottom: 10px;
}
.topbanner a {
  display: block;
  float: left;
}
.topbanner .banner1 {
  margin-right: 10px;
}
.down {
  border: 1px solid #ccc;
  width: 16px;
  background: none;
  cursor: pointer;
  color: #666;
}
.up {
  border: 1px solid #ccc;
  width: 16px;
  background: none;
  cursor: pointer;
  color: #666;
}
.quantity .addcart {
  height: 20px;
  line-height: 20px;
  margin: 2px;
  width: 20px;
}
.article-summary-lists .item {
  margin-bottom: 20px;
}
.article-summary-lists .item .post-image {
  margin-right: 20px;
  border: 6px solid #F0F1F2;
  padding: 0px;
}
.article-summary-lists .item .post-image img {
  width: 200px;
  height: 109px;
}
.article-summary-lists .summary h2.post-title a {
  margin: 0px;
  font-size: 17px;
  font-weight: normal;
  color: #679e11;
}
.article-summary-lists .post-description {
  margin-top: 15px;
}
/* Style for product icon */
.product-grid .product .image,
.product-info .image {
  position: relative;
}
.product-grid .product .image .lables,
.product-info .image .lables {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  z-index: 10010;
}
.icon_1_1,
.icon_2_1 {
  width: 30px;
  height: 30px;
  background: url(graphic/bq/lastest_2.png) no-repeat;
  display: inline-block;
  margin-right: 0px;
}
.icon_1_2,
.icon_2_2 {
  width: 30px;
  height: 30px;
  background: url(graphic/bq/sp_2.png) no-repeat;
  display: inline-block;
  margin-right: 0px;
}
.icon_1_3,
.icon_2_3 {
  width: 30px;
  height: 30px;
  background: url(graphic/bq/ds_2.png) no-repeat;
  display: inline-block;
  margin-right: 0px;
}
.icon_1_4,
.icon_2_4 {
  width: 30px;
  height: 30px;
  background: url(graphic/bq/ds_2.png) no-repeat;
  display: inline-block;
  margin-right: 0px;
}
.icon_2_1 {
  background-image: url(graphic/bq/organic_1.png);
}
.icon_2_2 {
  background-image: url(graphic/bq/import_1.png);
}
.icon_2_3 {
  background-image: url(graphic/bq/sp_1.png);
}
.icon_2_4 {
  background-image: url(graphic/bq/ds_1.png);
}
/* Style begin by kaian */
#content .section .top h1 {
  display: none;
}
#content .section .content {
  overflow: hidden;
}
#banner_15 {
  margin: 20px auto;
}
.ilex-error {
  background: url(graphic/error.png) no-repeat 300px 57px;
  padding: 50px 30px 50px 370px;
  border: 1px solid #ddd;
  height: 65px;
  line-height: 30px;
  font-size: 14px;
}
/* ----------------------------module.less -------------------------------*/
/* #aside_cart*/
#column-right {
  min-height: 10px;
}
#aside_cart {
  z-index: 10;
}
#aside_cart .box-heading {
  background: url(graphic/right_top.jpg) no-repeat right top;
  width: 192px;
  padding-left: 28px;
  height: 38px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
  position: relative;
}
#aside_cart .box-heading .shopcart_num {
  background: url(graphic/shopping_cart_num.png) no-repeat;
  width: 42px;
  height: 37px;
  position: absolute;
  right: 0px;
  color: #d60010;
  font-size: 16px;
  font-weight: bold;
  top: 4px;
  line-height: 22px;
  margin-right: 100px;
  text-align: center;
}
#aside_cart .box-content {
  width: 220px;
  min-height: 208px;
  height: 100%;
  background: url(graphic/right_main.jpg) repeat-y right top;
  padding-top: 0px;
}
#aside_cart .box-bottom {
  width: 220px;
  height: 9px;
  background: url(graphic/right_btm_2.png) no-repeat right bottom;
}
#aside_cart .empty {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00a79d;
}
#aside_cart .order_table {
  margin: 0px auto;
  width: 205px;
  margin-left: 4px;
}
#aside_cart .aside_cart_container {
  width: 218px;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 200px;
}
#aside_cart .order_table th,
#aside_cart .order_table td,
#aside_cart .order_table {
  border: none;
  border-collapse: collapse;
}
#aside_cart .order_table th {
  height: 29px;
  background: #faf0eb;
}
#aside_cart .order_table th span {
  background: url(../images/order_table_th_bg.gif) no-repeat right;
  padding: 5px 7px;
  display: block;
}
#aside_cart .order_table th,
#aside_cart .order_table td {
  color: #a34a2c;
  font-size: 12px;
}
#aside_cart .order_table td {
  padding: 8px 0px;
  border-bottom: 1px #b56e56 solid;
}
#aside_cart .order_table td a img {
  vertical-align: middle;
  margin: 0px 3px;
}
#aside_cart .order_table_th1 {
  width: 30%;
}
#aside_cart .order_table_th2 {
  width: 23%;
}
#aside_cart .order_table_th3 {
  width: 23%;
}
#aside_cart .order_table_td1 {
  width: 27%;
}
#aside_cart .order_table_td2 {
  width: 30%;
}
#aside_cart .order_table_td3 {
  width: 27%;
}
#aside_cart .order_detail {
  padding: 0px 3px;
  height: 219px;
  overflow: scroll;
  overflow-x: hidden;
  width: 213px;
}
#aside_cart .order_price {
  background: #faf0eb;
  display: block;
  width: 205px;
  height: 25px;
  line-height: 29px;
  display: inline-block;
  margin: 1px 3px;
  color: #a34a2c;
  font-size: 12px;
  padding: 0px 5px;
  _padding: 0 3px;
  position: relative;
}
#aside_cart .order_price em {
  position: absolute;
  top: 0px;
  right: 10px;
  font-style: normal;
}
#aside_cart .order_btn_1 {
  width: 181px;
  height: 38px;
  background: url(graphic/btn_2.png) no-repeat;
  border: none;
  margin: 10px;
  cursor: pointer;
}
/* .product-filter BEGIN */
.product-filter {
  border-bottom: 1px solid #00a79d;
  padding: 0px 10px;
  margin-bottom: 10px;
  overflow: auto;
  height: 40px;
  line-height: 40px;
  background: #f1f1f1;
}
.product-filter .display {
  float: left;
  width: 200px;
  height: 30px;
  line-height: 30px;
}
.product-filter .order {
  float: left;
  width: 250px;
}
.product-filter .order dt {
  float: left;
  display: inline;
}
.product-filter .order dd {
  float: left;
  display: inline;
  margin: 0 5px;
}
.product-filter .limit {
  float: right;
  width: 150px;
  text-align: right;
}
.product-filter .icon {
  cursor: pointer;
}
.product-filter .icon b {
  background: url(graphic/bg_search_sort.png) no-repeat;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 14px;
  vertical-align: middle;
  margin-right: 3px;
}
.product-filter .icon.grid b {
  background-position: -48px -40px;
  cursor: pointer;
}
.product-filter .icon.grid.active b {
  background-position: -32px -40px;
  cursor: pointer;
}
.product-filter .icon.list b {
  background-position: -16px -40px;
}
.product-filter .icon.list.active b {
  background-position: 0 -40px;
}
.product-filter .order b {
  display: inline-block;
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.product-filter .order .icon.asc b {
  background-position: 0 -55px;
  margin-right: 3px;
}
.product-filter .order .curr .icon.asc b {
  background-position: -12px -55px;
}
.product-filter .order .icon.desc b {
  background-position: -24px -55px;
  margin-right: 3px;
}
.product-filter .order .curr .icon.desc b {
  background-position: -36px -55px;
}
.product-filter .order a {
  display: inline-block;
  height: 17px;
  line-height: 17px;
  padding: 0 5px;
  border: 1px solid #cdcdcd;
  background-repeat: repeat-x;
  background-position: 0 -20px;
  _padding-top: 3px;
  _height: 13px;
  cursor: pointer;
}
.product-filter .order a.active {
  border: 1px solid #ffd18b;
  background-position: 0 0;
}
/* bestseller */
#bestseller .box {
  margin-bottom: 10px;
}
#bestseller .box-heading {
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding: 0px;
  font-family: Helvetica Neue, Verdana, "microsoft yahei";
  font-size: 15px;
  font-weight: bold;
  color: #333;
  height: 27px;
}
#bestseller .box-heading span {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 20px;
  background: #fff;
}
#bestseller .box-content {
  background: #FFFFFF;
  border: none;
  padding: 10px 0;
}
#bestseller .name {
  height: 38px;
  overflow: hidden;
}
#bestseller .product {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 15px;
  width: 30%;
  width: 168px;
  height: 280px;
  padding: 2px;
  border: 1px solid #b3d2d0;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#bestseller .product .image {
  display: block;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
  margin-bottom: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: auto;
  max-width: 100%;
}
#bestseller .box-product .image img {
  padding: 0px;
  border: none;
}
#bestseller .product .name {
  height: 20px;
  padding: 0px 5px;
}
#bestseller .product .name a {
  color: #666;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
#bestseller .product .price {
  display: block;
  color: #ff3333;
  margin-bottom: 5px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 5px;
}
#bestseller .product .cart-info {
  top: 91px;
}
#first-buy.box,
#total-donation.box {
  margin-top: 20px;
}
#first-buy.box .box-heading,
#total-donation.box .box-heading {
  background-color: #f1f1f1;
  border: 1px solid #DBDEE1;
  color: #666;
}
#first-buy.box .box-content,
#total-donation.box .box-content {
  border: 0;
}
.ilex-fancy-title {
  background: #ddd;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
}
.ilex-fancy .content {
  padding: 20px;
}
/* 网站通用翻页样式 */
.pagination {
  border-top: 1px solid #ccc;
  padding-top: 8px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.pagination .links {
  float: left;
}
.pagination .links a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 4px 10px;
  text-decoration: none;
  color: #A3A3A3;
}
.pagination .links b {
  display: inline-block;
  border: 1px solid #00a79d;
  padding: 4px 10px;
  font-weight: normal;
  text-decoration: none;
  color: #00a79d;
  background: #FFFFFF;
}
.pagination .results {
  float: right;
  padding-top: 3px;
}
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
/*table.form tr td:first-child {
	width: 100px;
}
*/
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
  vertical-align: middle;
}
input.large-field,
select.large-field {
  width: 300px;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
table.list td {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
  background-color: #EFEFEF;
  padding: 0px 5px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
table.list tbody td a {
  text-decoration: none;
}
table.list tbody td {
  padding: 0px 5px;
}
table.list .left_td {
  text-align: left;
  padding: 7px;
}
table.list .right_td {
  text-align: right;
  padding: 7px;
}
.right_td {
  text-align: right;
}
table.list .center_td {
  text-align: center;
  padding: 7px;
}
table.list .asc {
  padding-right: 15px;
  background: url('../image/asc.png') right center no-repeat;
}
table.list .desc {
  padding-right: 15px;
  background: url('../image/desc.png') right center no-repeat;
}
table.list tr {
  line-height: 30px;
}
.htabs {
  height: 30px;
  line-height: 16px;
  border-bottom: 1px solid #DDDDDD;
  display: none;
}
.htabs a {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background: #ffffff url('../image/tab.png') repeat-x;
  padding: 7px 15px 6px 15px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000000;
  margin-right: 2px;
  display: none;
}
.htabs a.selected {
  padding-bottom: 7px;
  background: #FFFFFF;
}
.tab-content {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px;
  margin-bottom: 20px;
  z-index: 2;
  overflow: auto;
}
#banner_14 .item {
  display: inline-block;
  float: left;
  width: 236px;
  height: 113px;
  border: 3px solid #00a79d;
}
#banner_14 .item:nth-child(2) {
  margin-left: 9px;
  margin-right: 10px;
}
#banner_14 .item img {
  width: 236px;
  height: 113px;
}
#findus {
  background-color: #00a79d;
  padding: 5px 5px 20px;
  height: 510px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#findus .box-heading {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
#findus .box-heading h3 {
  color: #fff;
  font-size: 18px;
  margin-left: 5px;
}
#findus .box-content {
  background-color: #41AC44;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#findus .box-content .item {
  margin-bottom: 10px;
}
#findus .box-content .item img {
  border: 2px solid #000;
  width: 186px;
}
#findus .box-content .item p {
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
}
.home .dp {
  overflow: hidden;
}
ul.dpul {
  float: left;
  height: 255px;
}
ul.dpul li {
  float: left;
  margin-bottom: 4px;
  display: block;
  cursor: pointer;
  width: 107px;
  height: 80px;
}
ul.dpul li img {
  width: 107px;
  height: 80px;
}
ul.dpul li:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.home .erweima {
  width: 220px;
  height: 214px;
}
.home .erweima img {
  width: 220px;
  height: 214px;
}
.home .qucaidian {
  width: 220px;
  height: 60px;
}
.home .qucaidian img {
  width: 220px;
  height: 60px;
}
/* box products */
.box-product {
  width: 100%;
  overflow: auto;
}
.box-product > div {
  padding-left: 10px;
  vertical-align: top;
  margin: 0 auto;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.box-product .product .rate {
  position: relative;
}
.box-product .product .rate span {
  width: 35px !important;
  height: 30px;
  background: url("graphic/rate.png") no-repeat;
  display: block;
  color: #fff;
  font-family: Helvetica Neue, Verdana,arial;
  font-weight: bold;
  padding-left: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.box-product .image {
  display: block;
  margin-bottom: 0px;
}
.box-product .image img {
  padding: 0px;
  border: 1px solid #E7E7E7;
}
.box-product .name a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
.box-product .price {
  display: block;
  font-size: 12px;
  font-family: Helvetica Neue, Verdana,Arial;
  color: #ff6600;
  margin-bottom: 4px;
}
.box-product .price-old {
  color: #666;
  text-decoration: line-through;
}
.box-product .price-new {
  color: #F00;
  font-weight: bold;
}
.box-product .rating {
  display: block;
  margin-bottom: 4px;
}
/* product */
.product-compare {
  padding-top: 6px;
  margin-bottom: 25px;
  font-weight: bold;
}
.product-compare a {
  text-decoration: none;
  font-weight: bold;
}
.product-list > div {
  overflow: hidden;
  margin-bottom: 15px;
}
.product-list .right {
  float: right;
  margin-left: 15px;
}
.product-list > div + div {
  border-top: 1px solid #EEEEEE;
  padding-top: 16px;
}
.product-list .image {
  float: left;
  margin-right: 10px;
  width: 100px;
}
.product-list .image img {
  padding: 3px;
  border: 1px solid #E7E7E7;
}
.product-list .name {
  margin-bottom: 3px;
}
.product-list .name a {
  color: #38B0E3;
  text-decoration: none;
}
.product-list .description {
  line-height: 15px;
  margin-bottom: 5px;
  color: #4D4D4D;
}
.product-list .rating {
  color: #7B7B7B;
}
.product-list .price {
  float: right;
  height: 50px;
  margin-left: 8px;
  text-align: right;
  color: #FF6600;
  font-size: 12px;
}
.product-list .price-old {
  color: #F00;
  text-decoration: line-through;
}
.product-list .price-new {
  font-weight: bold;
}
.product-list .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #BBBBBB;
}
.product-list .cart {
  margin-bottom: 3px;
}
.product-list .wishlist,
.product-list .compare {
  margin-bottom: 3px;
}
.product-list .wishlist a {
  color: #333333;
  text-decoration: none;
  padding-left: 18px;
  display: block;
  background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
  color: #333333;
  text-decoration: none;
  padding-left: 18px;
  display: block;
  background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
  width: 100%;
}
.product-grid .product {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 15px;
  /*width:30%;*/

  width: 247px;
  height: 370px;
  padding: 4px;
  border: 1px solid #b3d2d0;
  float: left;
  overflow: hidden;
  background: #f9f8f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-grid .image {
  display: block;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
  margin-bottom: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: auto;
  max-width: 100%;
}
.product-grid .image a {
  vertical-align: middle;
}
.product-grid .name a {
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
.product-grid .description {
  display: none;
}
.product-grid .rating {
  display: block;
  margin-bottom: 4px;
}
.product-grid .origin {
  margin-bottom: 6px;
}
.product-grid .price {
  display: block;
  color: #ff3333;
  margin-bottom: 5px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}
.product-grid .price-old {
  color: #666;
  text-decoration: line-through;
  font-size: 14px;
  font-family: Arial;
}
.product-grid .price-new {
  font-weight: bold;
  color: #F00;
  font-size: 18px;
  font-family: Arial;
}
.product-grid .price .price-tax {
  display: none;
}
.product-grid .quantity {
  margin-bottom: 15px;
  color: #000;
  font-weight: bold;
}
.product-grid .cart {
  margin-bottom: 3px;
  width: auto;
}
.product-grid .wishlist,
.product-grid .compare {
  margin-bottom: 3px;
  float: right;
  width: auto;
  margin-right: 5px;
}
.product .compare a:hover,
.product .wishlist a:hover {
  text-decoration: none;
}
.product {
  position: relative;
}
.product .cart-info {
  position: absolute;
  text-align: center;
  top: 151px;
  left: 0;
  padding: 10px 0px;
  width: 100%;
  margin: 0 auto;
  display: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #ffffff;
  border-top: 1px solid #ccc;
}
.product:hover .cart-info {
  display: block;
}
.product.hover .cart-info {
  display: block;
}
.product .cart-info .addcart {
  border: 1px solid #333;
  width: 30px;
  text-align: center;
}
.product .name {
  height: 20px;
  padding: 0px 5px;
  margin-bottom: 10px;
}
.product .subtitle {
  color: #ff3333;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  padding: 0px 5px;
}
.product .unit {
  padding: 0px 5px;
}
.product .origin {
  padding: 0px 5px;
}
.product .price {
  padding: 0px 5px;
}
.cart-info .down,
.cart-info .up {
  color: #000;
  border: 1px solid #333;
}
/* 商品详情页实现样式  */
.product-info {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.product-info h1 {
  font-size: 16px;
}
.product-info .left-content {
  float: left;
  width: 200px;
  margin-right: 10px;
}
.product-info .right-content {
  overflow: hidden;
}
.product-info .image {
  border: 1px solid #E7E7E7;
  margin-bottom: 20px;
  padding: 2px;
  text-align: center;
}
.product-info .image-additional {
  width: 200px;
  clear: both;
  overflow: hidden;
  margin-top: 20px;
}
.product-info .image-additional img {
  border: none;
}
.product-info .image-additional a {
  float: left;
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
}
.product-info .description {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  padding: 15px 5px 10px 5px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #4D4D4D;
}
.product-info .description h3 {
  margin-bottom: 10px;
}
.product-info .description span {
  color: #DD4B39;
}
.product-info .description a {
  color: #4D4D4D;
  text-decoration: none;
}
.product-info .delivery {
  border-bottom: 1px solid #E7E7E7;
  padding: 0px 5px 10px;
}
.product-info .price {
  overflow: auto;
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bolder;
  font-family: Arial;
  color: red;
}
.product-info .price-old {
  font-size: 16px;
  font-family: Arial;
  text-decoration: line-through;
}
.product-info .price-new {
  color: red;
  font-size: 26px;
  font-weight: bolder;
  font-family: Arial;
}
.product-info .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  margin-left: 10px;
}
.product-info .price .discount {
  font-weight: normal;
  font-size: 12px;
  color: #4D4D4D;
}
.product-info .options {
  border-bottom: 1px solid #E7E7E7;
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  color: #000000;
}
.product-info .cart {
  border: 1px solid #eee;
  padding: 20px 10px 20px 10px;
  margin-bottom: 20px;
  color: #4D4D4D;
  overflow: auto;
  background: #FEF8EF;
}
.product-info .cart div {
  float: left;
  vertical-align: middle;
}
.product-info .cart div > span {
  padding-top: 7px;
  display: block;
  color: #999;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
  clear: both;
}
.product-info .cart .option {
  margin-bottom: 15px;
}
.product-info .review {
  color: #4D4D4D;
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  margin-bottom: 10px;
}
.product-info .review > div {
  padding: 8px;
  border-bottom: 1px solid #E7E7E7;
  line-height: 20px;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .review .share {
  overflow: auto;
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
#tab-related h2 {
  height: 50px;
  line-height: 50px;
  font-family: Helvetica Neue, Verdana, "microsoft yahei";
}
/* vote products */
#vote_bad {
  margin-left: 10px;
}
#mostviewed {
  margin-top: 20px;
}
#mostviewed .box-heading h2 {
  text-align: center;
}
#mostviewed .box-content {
  border: none;
}
#mostviewed .product {
  margin: 10px 10px;
  width: 225px;
  height: 390px;
}
#mostviewed .product .vote {
  padding: 0px;
  margin: 10px auto 0px;
  text-align: center;
}
#mostviewed .pagination {
  border: none;
  padding: 8px;
  display: inline-block;
  width: 100px;
  margin: 0px;
  float: right;
  text-align: center;
}
#mostviewed .product-filter {
  height: 50px;
  line-height: 50px;
}
#mostviewed .product-filter .order {
  float: left;
  width: 550px;
}
#mostviewed .product-filter .order a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  border: none;
  background: #a91e22;
  _padding-top: 3px;
  _height: 13px;
  cursor: pointer;
}
#mostviewed .product-filter .order a:hover {
  background: #e14a0b;
}
#mostviewed .product-filter .order b {
  display: inline-block;
  width: 170px;
  text-align: center;
  height: 30px;
  vertical-align: middle;
  margin: 0 3px 0 0;
  background: none;
  color: #fff;
  font-size: 14px;
}
#promotion_zerobuy .product,
#total-donation .product,
#first-buy .product {
  width: 225px;
}
#promotion_zerobuy .product .cart-info,
#total-donation .product .cart-info,
#first-buy .product .cart-info {
  top: 128px;
}
/* cart */
.cart-thead {
  background-color: #F7F7F7;
  border: 1px solid #ddd;
}
.cart-thead .column {
  width: 99px;
  height: 35px;
  float: left;
  color: #666;
  line-height: 35px;
  text-align: center;
}
.cart-info table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-top: 2px solid #ccc;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
.cart-info td {
  padding: 7px 4px;
}
.cart-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  padding: 10px 4px;
}
.cart-info thead .remove,
.cart-info thead .image {
  text-align: center;
}
.cart-info thead .remove label {
  display: none;
}
.cart-info thead .name,
.cart-info thead .model {
  text-align: left;
}
.cart-info thead .time {
  text-align: center;
}
.cart-info thead .quantity,
.cart-info thead .price,
.cart-info thead .total {
  text-align: center;
}
.cart-info thead .promotion {
  font-weight: bold;
  color: #be2117;
}
.cart-info tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .promation {
  text-align: center;
}
.cart-info tbody .promation span {
  background-color: #f90;
  padding: 2px 5px;
  border-radius: 3px;
}
.cart-info tbody .promotion {
  font-weight: normal;
  color: #fff;
}
.cart-info tbody .remove {
  vertical-align: middle;
}
.cart-info tbody .remove,
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .image img {
  border: 1px solid #ddd;
}
.cart-info tbody .name,
.cart-info tbody .model {
  text-align: left;
}
.cart-info tbody .name a {
  color: #005ea7;
}
.cart-info tbody .time {
  text-align: center;
}
.cart-info tbody .quantity,
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: center;
}
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
.cart-info tbody .take-date-head {
  background-color: #DBEEFD;
}
.cart-info tbody .take-date-head td {
  padding-left: 15px;
}
.cart-module .cart-heading {
  border: 1px solid #DBDEE1;
  padding: 8px 8px 8px 22px;
  font-weight: bold;
  font-size: 13px;
  color: #555555;
  margin-top: 15px;
  cursor: pointer;
  background: #f8f8f8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
  background: #f8f8f8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
  padding: 0px 0px 15px 0px;
  display: none;
  overflow: auto;
}
.cart-module .cart-content {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #DBDEE1;
  border-color: -moz-use-text-color #dbdee1 #dbdee1;
  border-image: none;
  border-right: 1px solid #DBDEE1;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  display: none;
  overflow: auto;
  padding: 30px;
}
.cart-total {
  border-top: 1px solid #DDDDDD;
  overflow: auto;
  padding-top: 8px;
  margin-bottom: 15px;
}
.cart-total table {
  float: right;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.cart-total .sub_total .zebiaoti {
  font-size: 12px;
  line-height: 16px;
  font-family: "microsoft yahei";
  height: 30px;
}
.cart-total .sub_total .zonge {
  font-size: 12px;
  line-height: 16px;
  color: #666;
  font-family: Verdana,Arial;
  font-weight: normal;
  width: 150px;
}
.cart-total .total {
  border-top: 2px solid #ccc;
}
.cart-total .total .zebiaoti {
  font-size: 14px;
  line-height: 26px;
  font-family: "microsoft yahei";
  height: 40px;
}
.cart-total .total .zonge {
  font-size: 20px;
  line-height: 26px;
  color: #e4393c;
  font-family: Verdana,Arial;
  font-weight: normal;
}
.ilex-empty {
  background: url(graphic/cart-empty-bg.png) no-repeat 300px 50px;
  padding: 50px 30px 50px 400px;
  border: 1px solid #ddd;
  height: 65px;
  line-height: 30px;
  font-size: 14px;
}
/* checkout */
.checkout-page .checkout {
  padding: 20px 20px 20px 20px;
  border: 3px solid #00a79d;
  margin-bottom: 20px;
}
.order-title {
  height: 30px;
  line-height: 30px;
  background: #00a79d;
  padding-left: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.order-status {
  margin-bottom: 10px;
}
/*
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}*/
.checkout-heading {
  border-bottom: medium none;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  padding: 13px;
}
.checkout-page #shipping-address {
  border-top: 2px solid #c1ea9e;
  border-bottom: 1px solid #c1ea9e;
  background-color: #f1fbe9;
  padding: 15px;
}
.checkout-page #shipping-address .checkout-heading {
  margin-top: 0;
  padding: 0;
}
.checkout-page #shipping-address .checkout-content {
  padding: 10px 0px 20px;
}
.checkout-heading a {
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
  color: #185D94;
  margin-left: 20px;
  float: right;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  overflow: hidden;
}
.checkout-content .left {
  float: left;
  width: 48%;
}
.checkout-content .right {
  float: right;
  width: 48%;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead .promotion,
.checkout-product tbody .promation {
  text-align: right;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product tbody .name a {
  color: #00a79d;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #DDDDDD;
}
#payment-method .icon_alipay {
  background: url("graphic/alipay.jpg") no-repeat scroll center center transparent;
  display: inline-block;
  height: 50px;
  text-indent: -1000em;
  width: 132px;
}
.checkout-page #shipping-method .checkout-content,
.checkout-page #payment-method .checkout-content,
.checkout-page #confirm .checkout-content {
  border-bottom: 2px dotted #CCC;
}
.checkout-page #payment-button {
  margin-top: 15px;
}
#payment-button .checkout-content {
  padding: 30px;
  background: #f1fbe9;
}
#payment-button .payment .buttons .right {
  width: 100%;
  text-align: center;
}
#payment-button #button-confirm {
  background: url("graphic/order.png") no-repeat scroll 0 0 transparent;
  line-height: 100px;
  overflow: hidden;
  vertical-align: middle;
  color: #FFFFFF !important;
  display: inline-block;
  font: bold 16px/36px Helvetica Neue, Verdana, Microsoft YaHei, arial;
  height: 50px;
  text-align: center;
  width: 160px;
  border: none;
  padding: 0px;
}
#payment-button #button-confirm {
  background: url("graphic/order.png") no-repeat scroll 0 0 transparent;
}
#payment-button #button-confirm:hover {
  background: url("graphic/order.png") no-repeat scroll 0 -50px transparent;
}
#payment-button #button-confirm span {
  display: none;
}
.checkout-content .information {
  text-align: left;
  padding: 20px;
}
.checkout-content .information .pay-info {
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}
.checkout-content .information .ship-info {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
.checkout-total {
  float: right;
  clear: both;
}
.payment {
  float: right;
}
.sub_total {
  height: 25px;
  line-height: 25px;
}
div.total {
  border-top: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
  display: block;
  clear: both;
}
.checkout-total .price {
  width: 130px;
  display: block;
  float: left;
  text-align: right;
  margin-right: 20px;
}
.total .price {
  font-size: 14px;
  font-weight: bold;
}
.checkout-total .number {
  display: block;
  float: left;
  text-align: right;
  width: 100px;
}
.checkout-total .number {
  color: #FF6600;
  font-family: Verdana,Arial;
  font-size: 1em;
  font-weight: bold;
}
.checkout-total .total .number {
  color: red;
  font-size: 1.5em;
  font-weight: bold;
  font-family: Arial;
}
.checkout .shipping,
.checkout .sub_total,
.checkout .coupon {
  display: block;
  clear: both;
  float: right;
  margin-top: 10px;
}
.bank-list {
  overflow: hidden;
  margin-top: 5px;
  list-style: none;
}
.bank-list li {
  float: left;
  width: 180px;
  margin-bottom: 15px;
}
.bank-list li label {
  line-height: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
}
.bank-list li label input[type="radio"] {
  line-height: 32px;
  vertical-align: top;
  margin-top: 8px;
}
.icon-info {
  background-color: #D2EEF7;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  font-weight: normal;
  height: 30px;
  line-height: 15px;
  padding: 0 3px;
  top: -1px;
  font: 12px/1.5 tahoma, arial, "宋体";
}
.bank-icon {
  background-image: url(../image/bankicon.png);
  display: inline-block;
  height: 30px;
  width: 120px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
}
.ICBCB2C {
  background-position: 0 -40px;
}
.CMB {
  background-position: 0 -80px;
}
.CCB {
  background-position: 0 -320px;
}
.BOCB2C {
  background-position: 0 -520px;
}
.ABC {
  background-position: 0 -480px;
}
.COMM {
  background-position: 0 -600px;
}
.PSBC-DEBIT {
  background-position: 0 -400px;
}
.CEBBANK {
  background-position: 0 -440px;
}
.SPDB {
  background-position: 0 -360px;
}
.GDB {
  background-position: 0 -280px;
}
.CITIC {
  background-position: 0 -200px;
}
.CIB {
  background-position: 0 -3365px;
}
.SDB {
  background-position: 0 -240px;
}
.CMBC {
  background-position: 0 -120px;
}
.HZCBB2C {
  background-position: 0 -760px;
}
.SHBANK {
  background-position: 0 -840px;
}
.BJRCB {
  background-position: 0 -2640px;
}
.SPABANK {
  background-position: 0 -1880px;
}
.FDB {
  background-position: 0 -1320px;
}
.NBBANK {
  background-position: 0 -1240px;
}
.BJBANK {
  background-position: 0 -3240px;
}
.WZCBB2C-DEBIT {
  background-position: 0 -1720px;
}
.ICBCBTB {
  background-image: url(../image/ENV_ICBC_OUT.gif);
}
.CCBBTB {
  background-image: url(../image/ENV_CCB_OUT.gif);
}
.ABCBTB {
  background-image: url(../image/ENV_ABC_OUT.gif);
}
.SPDBB2B {
  background-image: url(../image/ENV_SPDB_OUT.gif);
}
/* checkout */
.tishi {
  width: 550px;
  margin: 40px auto;
}
.tishi-title {
  height: 53px;
  line-height: 53px;
  background: url("graphic/checkmark.png") left top no-repeat;
  padding: 0px 0px 20px 60px;
  font-family: "microsoft yahei";
  font-size: 20px;
  font-weight: bold;
}
.tishi-content {
  margin-left: 50px;
  font-size: 14px;
}
.tishi-content p {
  margin-bottom: 10px;
}
.tishi-content a {
  color: #00a79d;
}
.order_status {
  height: 45px;
  width: 710px;
  margin: 25px auto;
}
.order_status .status {
  height: 18px;
  position: relative;
  background: url(graphic/state.jpg) left 0 no-repeat;
}
.order_status .status-16 {
  background-position: left 0 ;
}
.order_status .status-2 {
  background-position: left -18px;
}
.order_status .status-3 {
  background-position: left -36px;
}
.order_status .status-5 {
  background-position: left -54px;
}
.order_status ul {
  height: 20px;
  position: absolute;
  top: 20px;
  left: 0;
  line-height: 20px;
}
.order_status ul li {
  float: left;
  margin-right: 118px;
}
.order_status ul li.i4 {
  margin-right: 110px;
}
.order_status ul li.i5 {
  margin-right: 0px;
}
/* order to payment*/
.mainbody {
  border: 1px solid #ddd;
}
.mainbody .mc {
  padding-left: 46px;
  position: relative;
}
.mainbody .mc {
  padding: 30px 30px 30px 50px;
}
.mainbody .icon-succ04 {
  height: 53px;
  width: 60px;
  background: url("graphic/checkmark.png") left top no-repeat;
  float: left;
}
.orderinfo {
  color: #7ABD54;
  margin-right: 15px;
  height: 53px;
  line-height: 53px;
}
h1.orderinfo {
  font-size: 22px;
}
.list-orderinfo {
  padding: 10px 0px 10px 60px;
  line-height: 200%;
  font-size: 14px;
}
.ftx-04 {
  color: #ff6600;
  font-weight: bold;
}
.mainbody .pay-info {
  padding: 20px 0px 10px 60px;
  line-height: 50px;
}
.mainbody .pay-info .button {
  padding: 10px 40px;
  font-size: 18px;
  background: #fc6e08;
  border: 1px solid #fc6e08;
  border-radius: 4px;
  margin-right: 20px;
}
.slideshow {
  float: left;
  width: 745px;
  height: 402px;
  margin-bottom: 16px;
}
#slideshow0 {
  width: 743px;
  height: 400px;
  border: 1px solid #00a79d;
}
#slideshow_9 {
  width: 743px;
  height: 400px;
}
#slideshow_9_wrap.slideshow {
  float: left;
  width: 743px;
  height: 400px;
  border: 1px solid #00a79d;
}
#slideshow_9 img {
  width: 743px;
  height: 400px;
}
/* #Login & #Register */
.login-content {
  border: 0px solid #ddd;
  margin-bottom: 20px;
}
#login-ad {
  text-align: center;
  min-height: 300px;
  padding: 0px;
  width: 545px;
}
#login-ad #slideshow_13 {
  width: 570px;
  height: 278px;
}
#slideshow_13_wrap.slideshow {
  width: 570px;
  margin-top: 0;
  min-height: 278px;
}
#login-ad #slideshow_12 {
  width: 570px;
  height: 482px;
}
#slideshow_12_wrap.slideshow {
  width: 570px;
  margin-top: 0;
  min-height: 482px;
}
#login-panel {
  width: 400px;
  border: 1px solid #ccc;
}
#login-panel .mt {
  background: #eee;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
#login-panel .mt span {
  font-size: 12px;
  margin-left: 20px;
  font-weight: normal;
}
#login-panel .content {
  border: none;
  margin: 0px;
  overflow: hidden;
  padding: 50px 0px 52px 50px;
}
#login-panel b {
  color: #666;
}
#login-panel p {
  text-align: center;
}
.login-content #login-panel .content {
  padding: 5px;
  border-top: none;
}
#login-panel .form {
  width: 320px;
  margin: 0px auto;
}
#login-panel .form td {
  font-size: 12px;
  color: #666;
}
#login-panel .form td label {
  font-size: 12px;
  color: #333;
}
#login-panel .form .error {
  font-size: 12px;
}
#login-panel input[type="text"],
#login-panel input[type="password"] {
  width: 100%;
  margin: 5px 0;
  line-height: 30px;
  height: 30px;
  padding: 4px 30px 4px 5px;
  font-size: 14px;
  font-family: Arial;
  color: #666;
}
#login-panel input[name="email"] {
  background: url("graphic/one4.jpg") right 10px center no-repeat;
}
#login-panel input[type="password"] {
  background: url("graphic/one5.jpg") right 10px center no-repeat;
}
#login-panel input.input-slim {
  width: 100px;
  background: none;
  padding: 4px 5px 4px 5px;
}
#login-panel .captcha {
  cursor: pointer;
}
#login-panel .button {
  height: 34px;
  line-height: 34px;
  width: 100%;
  padding: 0px;
}
#login-panel a.button span {
  line-height: 34px;
  font-size: 16px;
}
#login-panel .title {
  color: #79bc53;
  font-size: 18px;
  font-weight: bold;
}
#login-panel .title a {
  color: #1896e6;
  font-size: 18px;
  font-weight: bold;
}
/*#login input[type="text"],
#login input[type="password"]{
	width:300px;
	margin:5px 0;
	line-height:35px; 
	height: 35px;
	padding: 4px 30px 4px 5px;
	font-size: 14px;
	font-family: Arial;
	color: #666;
}
#login input[type="text"]{
	background: url("graphic/one4.jpg") right 10px center no-repeat;
}
#login input[type="password"]{
	background: url("graphic/one5.jpg") right 10px center no-repeat;
}*/
/*#login-panel .button{
    height: 34px;
    line-height: 34px;
    width: 300px;
    padding: 0px;
}
#login-panel a.button span{line-height: 34px; font-size: 16px;font-family: "microsoft yahei"}
*/
#login-panel .ftx24 {
  color: #999999;
}
#login-panel .ftx24 span {
  border-right: 1px solid #DBDBDB;
  color: #666666;
  padding-top: 4px;
  padding-right: 2px;
  text-decoration: none;
  font-family: Arial, "microsoft yahei";
}
#login-panel .ftx24 span.more {
  border-right: none;
}
#login form {
  margin-left: 30px;
}
/*-----*/
/*#register p{text-align: center;}
#register .content{padding: 5px; border-top: none;}
#register .form{ width:320px; margin: 0px auto;}
#register .form td{font-size: 12px; color: #666;}
#register .form td label{font-size: 12px; color: #333;}
#register .form .error{font-size: 12px;}
#register input[type="text"],
#register input[type="password"]{
	width:300px;
	margin:5px 0;
	line-height:30px; 
	height: 30px;
	padding: 4px 30px 4px 5px;
	font-size: 14px;
	font-family: Arial;
	color: #666;
}
#register input[name="email"]{
	background: url("graphic/one4.jpg") right 10px center no-repeat;
}
#register input[type="password"]{
	background: url("graphic/one5.jpg") right 10px center no-repeat;
}
#register input.input-slim{width:100px; background: none;padding: 4px 5px 4px 5px;}

#register .captcha{  cursor:pointer;}

#register .button{
    height: 34px;
    line-height: 34px;
    width: 300px;
    padding: 0px;
}
#register a.button span{line-height: 34px; font-size: 16px;font-family: "microsoft yahei"}
#register .title{color: #79bc53; font-size: 18px; font-family: "microsoft yahei";font-weight: bold;}
#register .title a{color: #1896e6; font-size: 18px; font-family: "microsoft yahei";font-weight: bold;}*/
.login-content h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
/*#register .mt {
	padding-right: 10px;
	position: relative;
	overflow: visible;
	
	background: #eee;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 50px;
	font-size: 18px;
	font-family: "microsoft yahei";
	font-weight: bold;
	color: #333;
	
}*/
#register .tab {
  height: 41px;
  margin-bottom: -1px;
}
#register .tab .curr {
  position: relative;
  background: #ffffff;
  color: #6bb130;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 0;
  border-bottom: none;
  display: none;
}
#register .tab li {
  margin-right: 5px;
  margin-top: 3px;
  font-size: 15px;
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  float: left;
  font-family: "microsoft yahei";
}
#register .tab li a {
  display: block;
  width: 100px;
  height: 40px;
  text-decoration: none;
}
/*#register .mt .extra {
	position: absolute;
	right: 20px;
	top: 13px;
	float: right;
}
#register .mt span{color: #666; font-size: 12px; font-weight: normal; margin-left: 20px;}
*/
.login-content .pull-left .content,
.login-content .pull-right .content {
  min-height: 200px;
  margin-bottom: 10px;
}
/*找回密码开始*/
.lt {
  float: left;
}
.rt {
  float: right;
}
.password_contant {
  margin-top: 10px;
}
.pass_title h1 {
  height: 48px;
  background: url(graphic/forgotten/lo_btbg.gif) repeat-x;
  line-height: 48px;
  font-weight: normal;
  font-size: 22px;
  padding-left: 15px;
}
.password_contant {
  border: 1px solid #ccc;
}
.pass_left {
  padding: 25px 24px 0 24px;
  width: 630px;
  border-right: 1px solid #ccc;
  height: 400px;
}
.pass_right {
  padding: 25px 20px 0 20px;
  width: 260px;
  height: 400px;
}
.pass_progress {
  background: url("graphic/forgotten/pass01.gif") no-repeat scroll 0 0 transparent;
  height: 30px;
  overflow: hidden;
  padding-top: 30px;
  width: 630px;
}
.pass_progress2 {
  background: url("graphic/forgotten/pass02.gif") no-repeat scroll 0 0 transparent;
  height: 30px;
  overflow: hidden;
  padding-top: 30px;
  width: 630px;
}
.pass_progress3 {
  background: url("graphic/forgotten/pass03.gif") no-repeat scroll 0 0 transparent;
  height: 30px;
  overflow: hidden;
  padding-top: 30px;
  width: 630px;
}
.pass_progress li,
.pass_progress2 li,
.pass_progress3 li {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 210px;
  font-size: 14px;
}
.pass_inputlist tr td {
  padding-bottom: 20px;
}
.pass_tj {
  text-align: right;
  font-size: 14px;
}
.pass_tsyy {
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}
.pass_input {
  height: 26px;
  width: 250px;
  line-height: 26px;
}
.pass_input2 {
  height: 26px;
  width: 80px;
  line-height: 26px;
}
.yzm {
  display: inline-block;
  vertical-align: middle;
}
.pass_next {
  padding: 4px 12px;
  background-color: #90B830;
  cursor: pointer;
  border: 0;
  font-size: 16px;
  color: #fff;
}
.pass_right p {
  line-height: 2em;
}
#content .content {
  padding: 0;
}
.inline {
  display: inline;
  margin-left: 2em;
}
/*找回密码结束*/
/* 会员中心 左侧导航栏样式 */
.member-left {
  float: left;
  width: 90%;
  margin-bottom: 10px;
}
.member-left ul.nav {
  border-bottom: solid 1px #e9e9e9;
  border-left: solid 1px #e9e9e9;
  border-right: solid 1px #e9e9e9;
}
.member-left ul.nav li {
  padding: 1px;
  border-top: solid 1px #e9e9e9;
}
.member-left ul.nav li h1 {
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 0 0 10px;
  display: block;
  color: #333;
  background: #e3e3e3;
}
.member-left dl.navigation {
  padding: 5px 0;
}
.member-left dl.navigation dd {
  padding: 3px 10px;
}
.member-left dl.navigation dd a {
  outline: none;
  display: block;
  color: #333;
  text-decoration: none;
  line-height: 20px;
  padding-left: 15px;
}
.member-left dl.navigation dd a:hover {
  color: #6bb130;
}
.member-left dl.navigation dd a.selected {
  color: #fff;
  background: #e81f3f;
  font-weight: bold;
}
.member-left dl.navigation dd dd {
  padding-left: 20px;
}
/* 会员中心 我的订单样式 */
table.order-list .img-border {
  border: 1px solid #ddd;
  margin-bottom: 3px;
}
table.order-list tbody td {
  padding: 7px 5px;
}
table.order-list tbody td a {
  text-decoration: none;
}
/* 会员中心 收货地址样式 */
#address-lists .item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
#address-lists .item .top {
  padding-left: 10px;
  line-height: 35px;
  height: 35px;
  position: relative;
  overflow: visible;
}
#address-lists .item .top h3 {
  float: left;
  color: 666;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
}
#address-lists .item .top .extra {
  float: right;
  margin-right: 10px;
}
#address-lists .item .top .extra a {
  color: #005ea7;
  margin-left: 20px;
}
#address-lists .item .content {
  padding: 10px;
  line-height: 22px;
  border-top: 1px solid #ddd;
}
#address-lists .item .content dl {
  overflow: hidden;
}
#address-lists .item .content dl dt {
  float: left;
  width: 70px;
  color: #999;
  text-align: right;
}
#address-lists .item .content dl dd {
  overflow: hidden;
}
/* 会员中心 主页样式 */
.account-info {
  border: 1px solid #EDD28B;
  background: #FFFDEE;
  padding: 10px 10px 10px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.account-info .username strong {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.account-info .account {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 5px;
  line-height: 23px;
}
.account-info .account .rank {
  float: left;
  padding-right: 4px;
  margin: 5px 0px;
}
.account-info .account .rank.r8 s {
  background-position: 0 0px;
}
.account-info .account .rank.r9 s {
  background-position: 0 -17px;
}
.account-info .account .rank.r10 s {
  background-position: 0 -34px;
}
.account-info .account .rank.r11 s {
  background-position: 0 -51px;
}
.account-info .account .rank.r12 s {
  background-position: 0 -68px;
}
.account-info .account .rank.r13 s {
  background-position: 0 -85px;
}
.account-info .account .rank s {
  float: left;
  width: 17px;
  height: 17px;
  background: url(graphic/rank2013.gif);
  margin: 5px 5px 0 5px;
  text-decoration: none;
}
.account-info .oinfo a {
  color: #005ea7;
}
.account-info .oinfo a:hover {
  text-decoration: underline;
}
/* success */
.ilex-success {
  border: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ilex-success .tishi {
  width: 700px;
  margin: 60px auto 80px;
}
.ilex-success .tishi-title {
  height: 53px;
  line-height: 53px;
  background: url("graphic/checkmark.png") left top no-repeat;
  padding: 0px 0px 20px 60px;
  font-family: "microsoft yahei";
  font-size: 20px;
  font-weight: bold;
}
.ilex-success .tishi-content {
  margin-left: 50px;
  font-size: 14px;
}
.ilex-success .tishi-content p {
  margin-bottom: 10px;
}
.ilex-success .tishi-content a {
  color: #00a79d;
}
.ilex-success .tishi-button {
  margin-left: 50px;
}
#remind {
  border: 1px solid #ffeed6;
  background: #fff;
  padding: 10px;
  overflow: hidden;
  zoom: 1;
}
#remind dl {
  overflow: hidden;
  zoom: 1;
  height: 30px;
  line-height: 30px;
}
#remind .fore {
  border-top: none;
}
#remind dl dt,
#remind dl dd {
  float: left;
}
#remind .oinfo {
  float: left;
  width: 405px;
}
#remind .oinfo dd {
  width: 104px;
  padding-right: 10px;
}
#remind .ainfo {
  width: 228px;
  float: left;
  border-left: 1px solid #ffeed6;
  padding-left: 10px;
  margin-left: 10px;
}
#remind .ainfo .fore1 {
  width: 58px;
}
/* ##service */
#service h3 {
  color: #333;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 8px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}
#service .column {
  float: left;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #ddd;
  min-height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#service .fore1 {
  border-left: 1px solid #ddd;
}
#service .logocolumn {
  float: left;
  width: 200px;
  padding-right: 30px;
  margin-top: 20px;
  margin-left: 0px;
  border-right: 1px solid #ddd;
  min-height: 100px;
}
#service .column ul {
  margin-top: 0px;
  margin-left: 25px;
  padding-left: 10px;
}
#service .column ul li {
  margin-bottom: 6px;
}
#service .column a {
  text-decoration: none;
  color: #666;
}
#service .column a:hover {
  text-decoration: none;
  color: #6bb130;
}
#service dt b {
  background-image: url("../image/bg2011112401.png");
  background-repeat: no-repeat;
  float: left;
  height: 31px;
  margin-right: 6px;
}
#service .fore1 b {
  background-position: -102px -76px;
  width: 31px;
}
#service .fore2 b {
  background-position: -64px -76px;
  width: 37px;
}
#service .fore3 b {
  background-position: -30px -76px;
  width: 34px;
}
#service .fore4 b {
  background-position: -134px -76px;
  width: 35px;
}
#service .fore5 b {
  background-position: 0px -76px;
  width: 25px;
}
#service .service {
  background: none repeat scroll 0 0 #F7F7F7;
  border: 1px solid #EDEDED;
  overflow: hidden;
  padding: 15px 0;
}
#service .service li.fore {
  border: medium none;
}
#service .service li {
  border-left: 1px solid #D6D7D6;
  float: left;
  height: 18px;
  width: 250px;
  padding: 0 18px;
}
#service .service li a:link,
#footer .service li a:visited {
  background-image: url("../image/bg2011112401.png");
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  height: 18px;
  line-height: 100px;
  overflow: hidden;
}
#service .blink1 {
  background-position: 0 0;
  width: 176px;
}
#service .blink2 {
  background-position: 0 -19px;
  width: 194px;
}
#service .blink3 {
  background-position: 0 -38px;
  width: 236px;
}
#service .blink4 {
  background-position: 0 -57px;
  width: 262px;
}
/*Review_Form*/
.Review_Form {
  position: relative;
  float: left;
  border-width: 2px 1px 1px;
  border-color: #999 #dedede #dedede;
  border-style: solid;
}
.Review_Form h5 {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: '\5fae\8f6f\96c5\9ed1';
  padding-left: 10px;
}
.Review_Form ul {
  padding: 10px 20px;
}
.Review_Form img {
  display: inline;
}
.Review_Form li {
  margin-bottom: 5px;
  line-height: 25px;
}
.Review_Form li a {
  color: #005ea7;
}
.Review_Form li em {
  color: #9B9B9B;
}
.Review_Form .researchBox {
  border: 1px solid #FCE2BC;
  width: 560px;
  padding: 10px 15px;
  background: #FFFDEE;
}
.Review_Form .text {
  padding-top: 10px;
  border-top: 1px dotted #FCE2BC;
  display: none;
  line-height: 20px;
}
.Review_Form span {
  vertical-align: top;
  font-weight: bold;
}
.Review_Form .input1,
.Review_Form area {
  line-height: 20px;
  border: 1px solid #7F9DB9;
  background: #FAFDFE;
  font-size: 12px;
}
.Review_Form .input1 {
  width: 500px;
  height: 20px;
  font-size: 12px;
}
.Review_Form .area1 {
  width: 500px;
  height: 100px;
  font-size: 12px;
}
.Review_Form .area2 {
  width: 500px;
  height: 100px;
  font-size: 12px;
}
.Review_Form .buttons {
  margin: 0;
}
.Review_Form .buttons img {
  cursor: pointer;
}
#consult .item {
  padding: 8px 0;
  border-bottom: 1px dotted #DEDEDE;
}
#consult .user {
  margin-top: 0;
  color: #9C9A9C;
}
#consult .user span {
  margin-right: 20px;
}
#consult .user .date-ask {
  margin-right: 0;
}
#consult dl {
  margin-top: 5px;
  overflow: hidden;
  zoom: 1;
}
#consult dt {
  float: left;
  width: 62px;
  text-align: justify;
}
#consult dd {
  float: right;
  width: 807px;
  overflow: hidden;
}
#consult .answer {
  color: #FF6500;
}
#consult .content-ask,
#consult .content-answer {
  float: left;
  width: 550px;
}
#consult .date-ask,
#consult .date-answer {
  float: right;
  width: 200px;
  text-align: right;
  color: #9C9A9C;
}
p::selection {
  background-color: #97C03D;
  color: #fff;
}
p::-moz-selection {
  background-color: #97C03D;
  color: #fff;
}
a[href^="tel:"] {
  text-decoration: none;
  cursor: default;
}
:lang(en-gb) > q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
/* Media Query */
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
/* Print Style */
/* generate by print.less */
@media print {
  .print {
    position: static;
    left: 0;
  }
  .noprint {
    display: none !important;
  }
}
