@charset "utf-8";

/*
 * Copyright 2005-2015 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 * 
 * Style - Goods
 * Version: 4.0
 */

/* ---------- Score ---------- */

.score0 {
	width: 60px;
	height: 20px;
	background: url(../images/review.gif) 0px -60px no-repeat;
}

.score1 {
	width: 60px;
	height: 20px;
	background: url(../images/review.gif) 0px -90px no-repeat;
}

.score2 {
	width: 60px;
	height: 20px;
	background: url(../images/review.gif) 0px -120px no-repeat;
}

.score3 {
	width: 60px;
	height: 20px;
	background: url(../images/review.gif) 0px -150px no-repeat;
}

.score4 {
	width: 60px;
	height: 20px;
	background: url(../images/review.gif) 0px -180px no-repeat;
}

.score5 {
	width: 60px;
	height: 20px;
	background: url(../images/review.gif) 0px -210px no-repeat;
}

.score6 {
	width: 60px;
	height: 20px;
	background: url(../images/review.gif) 0px -240px no-repeat;
}

.score7 {
	width: 60px;
	height: 20px;
	background: url(../images/review.gif) 0px -270px no-repeat;
}

.score8 {
	width: 60px;
	height: 20px;
	background: url(../images/review.gif) 0px -300px no-repeat;
}

.score9 {
	width: 60px;
	height: 20px;
	background: url(../images/review.gif) 0px -330px no-repeat;
}

.score10 {
	width: 60px;
	height: 20px;
	background: url(../images/review.gif) 0px -360px no-repeat;
}

/* ---------- HotProductCategory ---------- */

.hotProductCategory {
	margin-top: -10px;
	margin-bottom: 10px;
	*position: relative;
	-webkit-box-shadow: 2px 2px 8px #dddddd;
	-moz-box-shadow: 2px 2px 8px #dddddd;
	box-shadow: 2px 2px 8px #dddddd;
	border: 1px solid #cccccc;
	border-top: 0px;
}

.hotProductCategory dl {
	height: 60px;
	line-height: 30px;
	clear: both;
	padding: 0px 8px;
	-webkit-transition: ease-in background-color 0.4s;
	-moz-transition: ease-in background-color 0.4s;
	transition: ease-in background-color 0.4s;
	overflow: hidden;
	white-space: nowrap;
}

.hotProductCategory dl.odd {
	background-color: #ffffff;
}

.hotProductCategory dl.even {
	background-color: #f1f1f1;
}

.hotProductCategory dl:hover {
	background-color: #b89987;
}

.hotProductCategory dl:hover a {
	color: #ffffff;
}

.hotProductCategory dt {
	font-family: "Microsoft YaHei";
	font-weight: bold;
}

.hotProductCategory dd {
	float: left;
}

.hotProductCategory dd a {
	margin-right: 6px;
	color: #888888;
}

/* ---------- HotBrand ---------- */

.hotBrand {
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 8px #dddddd;
	-moz-box-shadow: 2px 2px 8px #dddddd;
	box-shadow: 2px 2px 8px #dddddd;
	border: 1px solid #cccccc;
}

.hotBrand dt {
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	color: #888888;
	font-family: "Microsoft YaHei";
	border-bottom: 1px solid #dddddd;
	background-color: #fbfbfa;
}

.hotBrand dd {
	width: 49.5%;
	height: 50px;
	float: left;
	position: relative;
	text-align: center;
	overflow: hidden;
	border-right: 1px dashed #dddddd;
}

.hotBrand dd.even {
	border-right: 0px;
}

.hotBrand dd img {
	width: 94px;
	height: 50px;
}

.hotBrand dd span {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	position: absolute;
	bottom: -50px;
	left: 0px;
	-webkit-transition: ease-in all 0.4s;
	-moz-transition: ease-in all 0.4s;
	transition: ease-in all 0.4s;
	color: #ffffff;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr = #76000000, endcolorstr = #76000000);
	background-color: rgba(0, 0, 0, 0.3);
}

.hotBrand dd:hover span {
	bottom: 0px;
}

/* ---------- HotGoods ---------- */

.hotGoods {
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 8px #dddddd;
	-moz-box-shadow: 2px 2px 8px #dddddd;
	box-shadow: 2px 2px 8px #dddddd;
	word-break: break-all;
	overflow: hidden;
	_zoom: 1;
	border: 1px solid #cccccc;
}

.hotGoods dl {
	margin-bottom: -1px;
}

.hotGoods dt {
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	color: #888888;
	font-family: "Microsoft YaHei";
	border-bottom: 1px solid #dddddd;
	background-color: #fbfbfa;
}

.hotGoods dd {
	line-height: 26px;
	padding: 9px;
	border-bottom: 1px dotted #dddddd;
}

.hotGoods dd a {
	height: 220px;
	display: block;
	color: #999999;
	overflow: hidden;
}

.hotGoods dd a:hover {
	color: #ff6600;
}

.hotGoods dd img {
	width: 170px;
	height: 170px;
}

.hotGoods dd strong {
	color: #c4161c;
	font-size: 14px;
	font-weight: normal;
}

.hotGoods dd strong del {
	margin-left: 6px;
	color: #a5a5a5;
	font-size: 11px;
	text-decoration: line-through;
}

/* ---------- HotPromotion ---------- */

.hotPromotion {
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 8px #dddddd;
	-moz-box-shadow: 2px 2px 8px #dddddd;
	box-shadow: 2px 2px 8px #dddddd;
	overflow: hidden;
	_zoom: 1;
	border: 1px solid #cccccc;
}

.hotPromotion dl {
	margin-bottom: -1px;
}

.hotPromotion dt {
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	color: #888888;
	font-family: "Microsoft YaHei";
	border-bottom: 1px solid #dddddd;
	background-color: #fbfbfa;
}

.hotPromotion dd {
	line-height: 24px;
	padding: 8px 10px;
	color: #aaaaaa;
	border-bottom: 1px dotted #dddddd;
}

.hotPromotion dd a {
	display: block;
	color: #999999;
}

.hotPromotion dd a:hover {
	color: #ff6600;
}

.hotPromotion dd img {
	width: 168px;
	height: 50px;
}

/* ---------- HistoryGoods ---------- */

.historyGoods {
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 8px #dddddd;
	-moz-box-shadow: 2px 2px 8px #dddddd;
	box-shadow: 2px 2px 8px #dddddd;
	border: 1px solid #cccccc;
	background-color: #f8f8f8;
}

.historyGoods dt {
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	color: #888888;
	font-family: "Microsoft YaHei";
}

.historyGoods dd {
	height: 64px;
	*height: expression(this.nextSibling == null ? "16px" : "");
	line-height: 21px;
	*line-height: expression(this.nextSibling == null ? "16px" : "");
	padding: 9px;
	color: #999999;
	border-top: 1px dotted #dddddd;
}

.historyGoods dd:last-child {
	height: 16px;
	line-height: 16px;
}

.historyGoods dd img {
	width: 60px;
	height: 60px;
	float: left;
	padding: 1px;
	margin-right: 4px;
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
}

.historyGoods dd a {
	width: 100px;
	height: 42px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	color: #999999;
	word-break: break-all;
	overflow: hidden;
}

.historyGoods dd a:hover {
	color: #ff6600;
}

.historyGoods dd a.clear {
	height: 16px;
	line-height: 16px;
	color: #999999;
	outline: none;
	blr: expression(this.hideFocus = true);
}

.historyGoods dd strong {
	width: 100px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	color: #c4161c;
	font-weight: normal;
	white-space: nowrap;
}

/* ---------- GoodsList ---------- */

.goodsList .compareBar {
	width: 1168px;
	height: 114px;
	display: none;
	padding: 0px 10px;
	margin-left: -595px;
	position: fixed;
	_position: absolute;
	bottom: 0px;
	_top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
	left: 50%;
	z-index: 90;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px #bbbbbb;
	-moz-box-shadow: 0px 0px 10px #bbbbbb;
	box-shadow: 0px 0px 10px #bbbbbb;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	background-color: #ffffff;
}

.goodsList .compareBar dt {
	line-height: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.goodsList .compareBar dd {
	width: 230px;
	line-height: 22px;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
	border-right: 1px dotted #cccccc;
}

.goodsList .compareBar dd.action {
	width: 140px;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}

.goodsList .compareBar dd img {
	width: 60px;
	height: 60px;
	float: left;
	padding: 1px;
	margin-right: 4px;
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
}

.goodsList .compareBar dd span {
	width: 160px;
	height: 44px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	color: #999999;
	word-break: break-all;
	overflow: hidden;
}

.goodsList .compareBar dd strong {
	width: 160px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	color: #c4161c;
	font-weight: normal;
	white-space: nowrap;
}

.goodsList .compareBar dd strong del {
	margin-left: 6px;
	color: #a5a5a5;
	font-size: 11px;
	text-decoration: line-through;
}

.goodsList .compareBar dd .remove {
	display: none;
	_display: inline;
	position: absolute;
	right: 6px;
	bottom: 0px;
	color: #666666;
}

.goodsList .compareBar dd:hover .remove {
	display: inline;
}

.goodsList .compareBar dd.action a {
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	padding: 0px 10px;
	margin-right: 6px;
	color: #ffffff;
	white-space: nowrap;
	outline: none;
	blr: expression(this.hideFocus = true);
	background-color: #cc0000;
}

.goodsList .filter {
	margin-bottom: 4px;
	position: relative;
}

.goodsList .filter .title {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-family: "Microsoft YaHei";
	border: solid 1px #e4e4e4;
}

.goodsList .filter .content {
	padding: 0px 10px;
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
}

.goodsList .filter dl {
	height: 30px;
	line-height: 30px;
	clear: both;
	padding-left: 90px;
	margin-top: -1px;
	position: relative;
	overflow: hidden;
	border-top: dotted 1px #e8e8e8;
}

.goodsList .filter dt {
	width: 80px;
	_display: inline;
	float: left;
	padding-right: 10px;
	margin-left: -90px;
	color: #555555;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
}

.goodsList .filter dd {
	float: left;
	margin-right: 10px;
	white-space: nowrap;
}

.goodsList .filter dd a {
	padding: 2px 4px;
}

.goodsList .filter dd a.current {
	color: #ffffff;
	background-color: #ff6600;
}

.goodsList .filter .moreOption {
	width: 12px;
	height: 30px;
	display: none;
	margin-right: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/goods.gif) -210px -270px no-repeat;
}

.goodsList .filter dd.close {
	background: url(../images/goods.gif) -210px -300px no-repeat;
}

.goodsList .filter .moreFilter {
	line-height: 6px;
	background: url(../images/goods.gif) 0px 0px repeat-x;
}

.goodsList .filter .moreFilter a {
	width: 108px;
	height: 27px;
	line-height: 20px;
	display: block;
	margin: 0px auto;
	text-align: center;
	outline: none;
	blr: expression(this.hideFocus = true);
	background: url(../images/goods.gif) 0px -480px no-repeat;
}

.goodsList .filter .moreFilter .close {
	background: url(../images/goods.gif) -120px -480px no-repeat;
}

.goodsList .bar {
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #dddddd;
}

.goodsList .bar .layout {
	height: 26px;
	line-height: 26px;
	padding: 8px 0px 8px 8px;
	background: url(../images/goods.gif) 0px -30px repeat-x;
}

.goodsList .bar .layout label {
	float: left;
	margin-right: 8px;
}

.goodsList .bar .layout a {
	float: left;
	padding: 1px;
	margin-right: 10px;
	outline: none;
	blr: expression(this.hideFocus = true);
	cursor: pointer;
	border: solid 1px #cccccc;
	background-color: #ffffff;
}

.goodsList .bar .layout a:hover {
	border: solid 1px #f9ad75;
}

.goodsList .bar .layout a.current {
	border: solid 1px #f9ad75;
}

.goodsList .bar .layout a span {
	min-width: 22px;
	_width: 22px;
	height: 22px;
	line-height: 22px;
	display: block;
	text-align: center;
	white-space: nowrap;
	background: url(../images/goods.gif) 0px -90px repeat-x;
}

.goodsList .bar .layout a.current span {
	background: url(../images/goods.gif) 0px -120px repeat-x;
}

.goodsList .bar .layout .gridType span {
	background: url(../images/goods.gif) 0px -510px no-repeat;
}

.goodsList .bar .layout .listType span {
	background: url(../images/goods.gif) -60px -510px no-repeat;
}

.goodsList .bar .layout .currentGrid {
	border: solid 1px #f9ad75;
}

.goodsList .bar .layout .currentGrid span {
	background: url(../images/goods.gif) -30px -510px no-repeat;
}

.goodsList .bar .layout .currentList {
	border: solid 1px #f9ad75;
}

.goodsList .bar .layout .currentList span {
	background: url(../images/goods.gif) -90px -510px no-repeat;
}

.goodsList .bar .layout .page {
	float: right;
}

.goodsList .bar .layout .page span {
	padding: 0px 6px;
}

.goodsList .bar .sort {
	height: 26px;
	padding: 8px;
	border-top: 1px dotted #dddddd;
}

.goodsList .bar .sort .orderMenu {
	float: left;
	position: relative;
	_z-index: 10;
}

.goodsList .bar .sort .orderMenu span {
	width: 100px;
	height: 22px;
	line-height: 22px;
	display: block;
	padding: 0px 6px;
	cursor: default;
	border: solid 1px #cccccc;
	background: url(../images/goods.gif) right -330px no-repeat;
}

.goodsList .bar .sort .orderMenu ul {
	width: 110px;
	display: none;
	padding: 1px;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 10;
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.goodsList .bar .sort .orderMenu li {
	height: 24px;
	line-height: 24px;
	padding: 0px 6px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.goodsList .bar .sort .orderMenu li:hover {
	color: #ff6600;
	background-color: #eeeeee;
}

.goodsList .bar .sort .orderMenu li.current {
	color: #333333;
	background-color: #eeeeee;
}

.goodsList .bar .sort a:hover {
	color: #ff6600;
	background-color: #eeeeee;
}

.goodsList .bar .sort a.current {
	color: #333333;
	background-color: #eeeeee;
}

.goodsList .bar .sort .asc, .goodsList .bar .sort .currentAsc, .goodsList .bar .sort .desc, .goodsList .bar .sort .currentDesc {
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	padding: 0px 15px 0px 6px;
	outline: none;
	blr: expression(this.hideFocus = true);
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.goodsList .bar .sort .asc {
	background: url(../images/goods.gif) right -360px no-repeat;
}

.goodsList .bar .sort .currentAsc {
	background: url(../images/goods.gif) right -390px no-repeat;
}

.goodsList .bar .sort .desc {
	background: url(../images/goods.gif) right -420px no-repeat;
}

.goodsList .bar .sort .currentDesc {
	background: url(../images/goods.gif) right -450px no-repeat;
}

.goodsList .bar .sort input {
	width: 36px;
	height: 18px;
	line-height: 18px;
	float: left;
	padding: 2px;
	margin: 0px 4px;
	text-align: center;
	vertical-align: middle;
	ime-mode: disabled;
	border: 1px solid #cccccc;
}

.goodsList .bar .sort input:disabled {
	background-color: #ffffff;
}

.goodsList .bar .sort label {
	width: 8px;
	height: 22px;
	line-height: 22px;
	float: left;
	text-align: center;
}

.goodsList .bar .sort button {
	height: 24px;
	display: none;
	float: left;
	padding: 0px 4px;
	color: #666666;
	font-size: 12px;
	vertical-align: middle;
	cursor: pointer;
	_overflow-x: visible;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
}

.goodsList .result dl {
	line-height: 30px;
	padding: 10px;
}

.goodsList .result dt {
	color: #843d11;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: bold;
}

.goodsList .grid {
	margin-bottom: 10px;
}

.goodsList .grid li {
	width: 170px;
	height: 270px;
	float: left;
	padding: 14px;
	word-break: break-all;
	overflow: hidden;
}

.goodsList .grid li:hover {
	padding: 13px;
	-webkit-box-shadow: 0px 0px 10px #cccccc;
	-moz-box-shadow: 0px 0px 10px #cccccc;
	box-shadow: 0px 0px 10px #cccccc;
	border: 1px solid #cccccc;
}

.goodsList .grid a img {
	width: 170px;
	height: 170px;
}

.goodsList .grid a div {
	width: 170px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
}

.goodsList .grid a span {
	height: 24px;
	display: block;
	font-size: 14px;
	overflow: hidden;
}

.goodsList .grid a em {
	height: 24px;
	display: block;
	color: #ff7700;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}

.goodsList .grid strong {
	line-height: 30px;
	display: block;
	color: #c4161c;
	font-size: 14px;
	font-weight: bold;
}

.goodsList .grid strong em {
	color: #a5a5a5;
	font-size: 12px;
	font-weight: normal;
}

.goodsList .grid strong del {
	margin-left: 6px;
	color: #a5a5a5;
	font-size: 11px;
	font-weight: normal;
	text-decoration: line-through;
}

.goodsList .grid .action {
	display: none;
	_display: block;
}

.goodsList .grid .action a {
	height: 21px;
	line-height: 21px;
	display: block;
	_display: inline;
	float: left;
	padding: 0px 6px;
	margin-right: 10px;
	white-space: nowrap;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #dddddd;
	background-color: #fafafa;
}

.goodsList .grid .action a:hover {
	border-color: #ff7c26;
}

.goodsList .grid li:hover .action {
	display: block;
}

.goodsList .grid .action a.addFavorite {
	width: 10px;
	background: url(../images/goods.gif) 0px -540px no-repeat;
}

.goodsList .grid .action a.addCompare {
	width: 10px;
	background: url(../images/goods.gif) -30px -540px no-repeat;
}

.goodsList .grid .action a.selected {
	cursor: default;
	border-color: #ff7c26;
	background-color: #ffd2b5;
}

.goodsList .list {
	margin-bottom: 10px;
}

.goodsList .list li {
	height: 100px;
	padding: 10px 0px;
	border-bottom: solid 1px #e4e4e4;
}

.goodsList .list a img {
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	margin-right: 20px;
}

.goodsList .list a div {
	width: 400px;
	line-height: 24px;
	float: left;
	padding: 26px 0px;
	margin-right: 20px;
}

.goodsList .list a em {
	display: block;
	color: #ff7700;
	font-weight: normal;
}

.goodsList .list strong {
	line-height: 24px;
	display: block;
	float: right;
	padding: 38px 0px;
	color: #c4161c;
	font-size: 14px;
	font-weight: bold;
}

.goodsList .list strong em {
	color: #a5a5a5;
	font-size: 12px;
	font-weight: normal;
}

.goodsList .list strong del {
	margin-left: 10px;
	color: #a5a5a5;
	font-size: 11px;
	font-weight: normal;
	text-decoration: line-through;
}

.goodsList .list .action {
	padding: 38px 0px;
}

.goodsList .list .action a {
	height: 21px;
	line-height: 21px;
	display: block;
	_display: inline;
	float: left;
	padding: 0px 6px;
	margin-right: 10px;
	white-space: nowrap;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #dddddd;
	background-color: #fafafa;
}

.goodsList .list .action a:hover {
	border-color: #ff7c26;
}

.goodsList .list .action a.addFavorite {
	width: 10px;
	background: url(../images/goods.gif) 0px -540px no-repeat;
}

.goodsList .list .action a.addCompare {
	width: 10px;
	background: url(../images/goods.gif) -30px -540px no-repeat;
}

.goodsList .list .action a.selected {
	cursor: default;
	border-color: #ff7c26;
	background-color: #ffd2b5;
}

/* ---------- GoodsCompare ---------- */

.goodsCompare .main li {
	width: 240px;
	line-height: 30px;
	float: left;
	margin-right: 10px;
	*margin-right: expression(this.nextSibling == null ? "0px" : "");
}

.goodsCompare .main li:last-child {
	margin-right: 0px;
}

.goodsCompare table {
	width: 100%;
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 8px #eeeeee;
	-moz-box-shadow: 2px 2px 8px #eeeeee;
	box-shadow: 2px 2px 8px #eeeeee;
}

.goodsCompare th {
	width: 60px;
	padding: 0px 10px;
	font-weight: normal;
	text-align: right;
	border: 1px solid #e4e4e4;
}

.goodsCompare td {
	padding: 0px 10px;
	border: 1px solid #e4e4e4;
}

.goodsCompare td img {
	width: 170px;
	height: 170px;
	display: block;
	margin: 10px auto;
}

.goodsCompare td strong {
	color: #c4161c;
	font-size: 14px;
	font-weight: bold;
}

.goodsCompare .group {
	font-size: 14px;
	text-align: left;
	background-color: #f1f1f1;
}

.goodsCompare .current th {
	background-color: #f1f1f1;
}

.goodsCompare .current td {
	background-color: #f6f6f6;
}

/* ---------- GoodsContent ---------- */

.goodsContent .productImage {
	width: 302px;
	height: 370px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.goodsContent .productImage a {
	display: block;
}

.goodsContent .productImage .medium {
	width: 300px;
	height: 300px;
	margin-bottom: 4px;
	border: 1px solid #e4e4e4;
}

.goodsContent .productImage .prev {
	width: 10px;
	height: 62px;
	display: block;
	float: left;
	margin-right: 5px;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #e4e4e4;
	background: url(../images/goods.gif) -120px -510px no-repeat;
}

.goodsContent .productImage .prev:hover {
	background-color: #f1f1f1;
}

.goodsContent .productImage .next {
	width: 10px;
	height: 62px;
	display: block;
	float: right;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #e4e4e4;
	background: url(../images/goods.gif) -180px -510px no-repeat;
}

.goodsContent .productImage .next:hover {
	background-color: #f1f1f1;
}

.goodsContent .productImage .disabled {
	cursor: default;
	background-color: #f1f1f1;
}

.goodsContent .productImage a[class="prev disabled"] {
	background: url(../images/goods.gif) -150px -510px no-repeat #f4f4f4;
}

.goodsContent .productImage a[class="next disabled"] {
	background: url(../images/goods.gif) -210px -510px no-repeat #f4f4f4;
}

.goodsContent .productImage .scrollable {
	width: 268px;
	height: 64px;
	float: left;
	position: relative;
	overflow: hidden;
}

.goodsContent .productImage .scrollable .items {
	width: 20000em;
	position: absolute;
}

.goodsContent .productImage .scrollable a {
	display: block;
	float: left;
	padding: 1px;
	margin-right: 4px;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 1px solid #e4e4e4;
}

.goodsContent .productImage .scrollable a.current {
	padding: 0px;
	border: 2px solid #ff9900;
}

.goodsContent .productImage .scrollable img {
	width: 60px;
	height: 60px;
}

.goodsContent .productImage .zoomPad {
	position: relative;
	z-index: 10;
	cursor: crosshair;
}

.goodsContent .productImage .zoomPreload {
	width: 10px;
	height: 10px;
	position: absolute;
	overflow: hidden;
	background: url(../images/loading_icon.gif) center no-repeat;
}

.goodsContent .productImage .zoomPup {
	overflow: hidden;
	filter: alpha(opacity = 60);
	opacity: 0.6;
	position: absolute;
	z-index: 10;
	cursor: crosshair;
	border: 1px solid #e4e4e4;
	background-color: #ffffff;
}

.goodsContent .productImage .zoomOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	display: none;
	background-color: #ffffff;
}

.goodsContent .productImage .zoomWindow {
	height: auto;
	position: absolute;
	left: 110%;
	top: 40px;
	z-index: 10;
	background: #ffffff;
}

.goodsContent .productImage .zoomWrapper {
	position: relative;
	z-index: 10;
	border: 1px solid #e4e4e4;
}

.goodsContent .productImage .zoomWrapperTitle {
	width: 100%;
	height: 18px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	display: block;
	filter: alpha(opacity = 60);
	opacity: 0.6;
	background-color: #999999;
}

.goodsContent .productImage .zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.goodsContent .productImage .zoomWrapperImage img {
	display: block;
	position: absolute;
	z-index: 10;
	border: 0px;
}

.goodsContent .productImage .zoomIframe {
	display: block;
	position: absolute;
	z-index: -10;
}

.goodsContent .preview {
	width: 700px;
	height: 700px;
	display: none;
	margin-left: -350px;
	position: fixed;
	_position: absolute;
	top: 20px;
	_top: expression(documentElement.scrollTop + 20);
	left: 50%;
	z-index: 90;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 8px #cccccc;
	-moz-box-shadow: 2px 2px 8px #cccccc;
	box-shadow: 2px 2px 8px #cccccc;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.goodsContent .preview .close {
	width: 13px;
	height: 12px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 90;
	background: url(../images/goods.gif) -150px -600px no-repeat;
}

.goodsContent .preview .close:hover {
	background-position: -180px -600px;
}

.goodsContent .preview .prev {
	width: 37px;
	height: 69px;
	display: block;
	position: absolute;
	top: 315px;
	left: 10px;
	z-index: 90;
	outline: none;
	blr: expression(this.hideFocus = true);
	background: url(../images/goods.gif) 0px -660px no-repeat;
}

.goodsContent .preview .prev:hover {
	background-position: -60px -660px;
}

.goodsContent .preview .next {
	width: 37px;
	height: 69px;
	display: block;
	position: absolute;
	top: 315px;
	right: 10px;
	z-index: 90;
	outline: none;
	blr: expression(this.hideFocus = true);
	background: url(../images/goods.gif) -120px -660px no-repeat;
}

.goodsContent .preview .next:hover {
	background-position: -180px -660px;
}

.goodsContent .preview .disabled {
	display: none;
}

.goodsContent .preview .items {
	width: 20000em;
	position: absolute;
}

.goodsContent .preview img {
	width: 700px;
	height: 700px;
	display: block;
	float: left;
}

.goodsContent .info {
	width: 670px;
	float: right;
	clear: right;
}

.goodsContent .info h1 {
	line-height: 30px;
	color: #414141;
	font-size: 14px;
	font-weight: bold;
	word-break: break-all;
}

.goodsContent .info h1 em {
	line-height: 24px;
	display: block;
	color: #ff7700;
	font-size: 12px;
	font-weight: normal;
}

.goodsContent .info dl {
	line-height: 26px;
	clear: both;
}

.goodsContent .info dt {
	width: 70px;
	float: left;
	margin-right: 8px;
	color: #999999;
	white-space: nowrap;
}

.goodsContent .info dd {
	float: left;
	margin-right: 10px;
}

.goodsContent .info span {
	margin-right: 10px;
	color: #999999;
}

.goodsContent .info em {
	color: #999999;
	font-weight: normal;
}

.goodsContent .info strong {
	color: #ef0101;
	font-size: 16px;
	font-weight: bold;
}

.goodsContent .info del {
	color: #888888;
	text-decoration: line-through;
}

.goodsContent .info a {
	padding: 2px 4px;
	color: #ffffff;
	background-color: #f07373;
}

.goodsContent .action {
	width: 664px;
	line-height: 34px;
	float: right;
	clear: right;
	padding: 2px;
	margin-bottom: 10px;
	color: #333333;
	border: 1px solid #e7dbb1;
	background-color: #fffee6;
}

.goodsContent .action:hover {
	border-color: #df9a07;
}

.goodsContent .specification .title {
	height: 30px;
	line-height: 28px;
	display: none;
	padding-left: 4px;
	color: #c09853;
	background-color: #faeac7;
}

.goodsContent .specification dl {
	line-height: 24px;
	clear: both;
	padding: 4px 0px;
}

.goodsContent .specification dt {
	width: 60px;
	float: left;
	margin-right: 8px;
	text-align: right;
	color: #888888;
	white-space: nowrap;
	overflow: hidden;
}

.goodsContent .specification dd {
	float: left;
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
}

.goodsContent .specification a {
	min-width: 8px;
	_width: 8px;
	height: 24px;
	line-height: 24px;
	padding: 0px 8px;
	display: block;
	float: left;
	position: relative;
	outline: none;
	blr: expression(this.hideFocus = true);
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #eeeeee;
	background-color: #ffffff;
}

.goodsContent .specification a:hover {
	border-color: #ff9900;
}

.goodsContent .specification a span {
	width: 13px;
	height: 13px;
	display: none;
	position: absolute;
	right: 0px;
	_right: -1px;
	bottom: 0px;
	_bottom: -1px;
	overflow: hidden;
	background: url(../images/goods.gif) -60px -540px no-repeat;
}

.goodsContent .specification .selected {
	border: 1px solid #f08b02;
}

.goodsContent .specification .selected span {
	display: block;
}

.goodsContent .specification .locked {
	color: #d6d6d6;
	cursor: not-allowed;
	border-color: #bbbbbb;
	border-style: dotted;
}

.goodsContent .productNotify {
	height: 24px;
	line-height: 24px;
	padding: 10px 0px;
	display: none;
	border-bottom: 1px solid #faeac7;
}

.goodsContent .productNotify dt {
	width: 60px;
	float: left;
	margin-right: 8px;
	color: #888888;
	text-align: right;
	white-space: nowrap;
}

.goodsContent .productNotify dd {
	float: left;
	margin-right: 4px;
	color: #666666;
}

.goodsContent .productNotify input {
	width: 160px;
	height: 18px;
	line-height: 18px;
	padding: 4px;
	border: 1px solid #dbdbdb;
}

.goodsContent .quantity {
	height: 18px;
	line-height: 18px;
	padding: 10px 0px;
	border-bottom: 1px solid #faeac7;
}

.goodsContent .quantity dt {
	width: 60px;
	float: left;
	margin-right: 8px;
	color: #888888;
	text-align: right;
	white-space: nowrap;
}

.goodsContent .quantity dd {
	float: left;
	margin-right: 4px;
}

.goodsContent .quantity input {
	width: 22px;
	height: 18px;
	line-height: 18px;
	float: left;
	padding: 0px 2px;
	text-align: center;
	ime-mode: disabled;
	border: 1px solid #dbdbdb;
}

.goodsContent .quantity div {
	height: 18px;
	float: left;
	padding-left: 2px;
}

.goodsContent .quantity .increase {
	width: 18px;
	height: 7px;
	display: block;
	clear: both;
	margin-bottom: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	background: url(../images/goods.gif) 0px -570px #f9f9f9 no-repeat;
}

.goodsContent .quantity .increase:hover {
	border-color: #bbbbbb;
}

.goodsContent .quantity .decrease {
	width: 18px;
	height: 7px;
	display: block;
	clear: both;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	background: url(../images/goods.gif) -30px -570px #f9f9f9 no-repeat;
}

.goodsContent .quantity .decrease:hover {
	border-color: #bbbbbb;
}

.goodsContent .buy {
	height: 36px;
	line-height: 36px;
	padding: 8px 10px 8px 70px;
	border-top: 2px solid #ffffff;
}

.goodsContent .buy .addProductNotify {
	width: 127px;
	height: 36px;
	line-height: 34px;
	float: left;
	padding-left: 20px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	cursor: pointer;
	border: none;
	background: url(../images/goods.gif) 0px -600px no-repeat;
}

.goodsContent .buy .exchange {
	width: 127px;
	height: 36px;
	line-height: 34px;
	float: left;
	padding-left: 20px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	cursor: pointer;
	border: none;
	background: url(../images/goods.gif) 0px -600px no-repeat;
}

.goodsContent .buy .addCart {
	width: 127px;
	height: 36px;
	line-height: 34px;
	float: left;
	padding-left: 20px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	cursor: pointer;
	border: none;
	background: url(../images/goods.gif) 0px -600px no-repeat;
}

.goodsContent .buy a {
	float: right;
	color: #666666;
}

.goodsContent .share {
	width: 670px;
	height: 30px;
	float: right;
	clear: right;
	margin-bottom: 10px;
}

.goodsContent .bar {
	height: 36px;
	clear: both;
	margin-bottom: 10px;
}

.goodsContent .fixed {
	position: fixed;
	_position: absolute;
	top: 0px;
	_top: expression(documentElement.scrollTop);
	z-index: 10;
}

.goodsContent .bar ul {
	height: 32px;
	padding: 1px 0px;
	border: 1px solid #dddddd;
	background: url(../images/goods.gif) 0px -150px repeat-x;
}

.goodsContent .bar li {
	height: 32px;
	line-height: 32px;
	float: left;
	padding: 0px 20px;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #ffffff;
}

.goodsContent .bar li.current {
	background: url(../images/goods.gif) 0px -210px repeat-x;
}

.goodsContent .bar li.current a {
	color: #cc0000;
	font-weight: bold;
}

.goodsContent .brief {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 10px;
}

.goodsContent .brief th {
	width: 120px;
	height: 30px;
	padding: 0px 6px;
	color: #888888;
	font-weight: normal;
	text-align: right;
	background-color: #eeeeee;
}

.goodsContent .brief td {
	padding: 0px 6px;
	color: #999999;
	background-color: #f6f6f6;
}

.goodsContent .introduction .title, .goodsContent .parameter .title {
	height: 34px;
	line-height: 34px;
	margin-bottom: 10px;
	border-bottom: 2px solid #d7d7d7;
}

.goodsContent .introduction .title strong, .goodsContent .parameter .title strong {
	display: block;
	float: left;
	padding: 0px 20px;
	margin-bottom: -2px;
	_position: relative;
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	border-bottom: 2px solid #ff9900;
}

.goodsContent .introduction {
	margin-bottom: 10px;
	overflow: hidden;
}

.goodsContent .introduction strong {
	font-weight: bold;
}

.goodsContent .introduction em {
	font-style: italic;
}

.goodsContent .parameter {
	margin-bottom: 10px;
}

.goodsContent .parameter table {
	width: 100%;
	line-height: 30px;
}

.goodsContent .parameter th {
	width: 100px;
	padding: 0px 10px;
	font-weight: normal;
	text-align: right;
	border: 1px solid #e4e4e4;
}

.goodsContent .parameter td {
	padding: 0px 10px;
	border: 1px solid #e4e4e4;
}

.goodsContent .parameter .group {
	font-size: 14px;
	text-align: left;
	background-color: #f1f1f1;
}

.goodsContent .review {
	padding: 1px;
	margin-bottom: 10px;
	border: 1px solid #e4e4e4;
}

.goodsContent .review .title {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	background-color: #f1f1f1;
}

.goodsContent .review .content {
	padding: 0px 10px;
}

.goodsContent .review .score {
	width: 120px;
	height: 60px;
	float: left;
	padding-top: 20px;
	margin: 10px 20px 10px 0px;
	color: #808080;
}

.goodsContent .review .score strong {
	display: block;
	float: left;
	margin-right: 4px;
	color: #ff6600;
	font-size: 30px;
	font-weight: normal;
	font-family: "Microsoft YaHei";
}

.goodsContent .review .score div {
	float: left;
}

.goodsContent .review .score div div {
	height: 18px;
	line-height: 18px;
	clear: both;
	white-space: nowrap;
}

.goodsContent .review .graph {
	height: 60px;
	width: 400px;
	float: left;
	padding: 10px 10px 10px 0px;
	margin: 10px 0px;
	border-right: 1px solid #e4e4e4;
}

.goodsContent .review .graph span {
	height: 21px;
	display: block;
}

.goodsContent .review .graph em {
	width: 28px;
	height: 21px;
	line-height: 16px;
	display: block;
	float: right;
	margin-right: 26px;
	color: #ffffff;
	text-align: center;
	font-style: normal;
	background: url(../images/review.gif) 0px -30px no-repeat;
}

.goodsContent .review .graph div {
	width: 400px;
	height: 14px;
	background: url(../images/review.gif) 0px 0px no-repeat;
}

.goodsContent .review .graph li {
	width: 80px;
	height: 26px;
	line-height: 26px;
	float: left;
	color: #808080;
	text-align: center;
}

.goodsContent .review .action {
	height: 40px;
	float: left;
	padding-top: 34px;
	padding-left: 20px;
	margin: 10px 0px;
}

.goodsContent .review .action a {
	padding: 4px 8px;
	color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
	background-color: #2372cf;
}

.goodsContent .review table {
	width: 100%;
	line-height: 24px;
	clear: both;
	border-top: 1px solid #e4e4e4;
}

.goodsContent .review table th {
	padding: 6px 0px;
	color: #888888;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dotted #e4e4e4;
}

.goodsContent .review table td {
	width: 160px;
	padding-left: 10px;
	border-bottom: 1px dotted #e4e4e4;
}

.goodsContent .review span {
	color: #999999;
}

.goodsContent .review p {
	padding: 10px 0px;
	color: #888888;
}

.goodsContent .consultation {
	padding: 1px;
	margin-bottom: 10px;
	border: 1px solid #e4e4e4;
}

.goodsContent .consultation .title {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	background-color: #f1f1f1;
}

.goodsContent .consultation .content {
	padding: 0px 10px;
	overflow: hidden;
	_zoom: 1;
}

.goodsContent .consultation .content ul {
	margin-bottom: -1px;
}

.goodsContent .consultation .content li {
	line-height: 24px;
	padding: 10px 0px;
	color: #888888;
	border-bottom: 1px dotted #e4e4e4;
}

.goodsContent .consultation .content li .arrow {
	width: 0px;
	height: 0px;
	margin-left: 20px;
	overflow: hidden;
	border: 6px solid;
	border-color: #ffffff #ffffff #f1f1f1 #ffffff;
}

.goodsContent .consultation .content li ul {
	padding: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f1f1f1;
}

.goodsContent .consultation .content li ul li {
	padding: 0px;
	border-bottom: none;
}

.goodsContent .consultation .content span {
	color: #999999;
	white-space: nowrap;
}

.goodsContent .consultation .content p {
	padding: 10px 0px;
	color: #999999;
}