@charset "utf-8";
.saleP {
	font-weight: 600;
	color: #c40000;
	vertical-align: middle
}
a.ncs-btn-mini {
	font: 12px/20px "Microsoft Yahei";
	color: #777;
	background-color: #f5f5f5;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	height: 20px;
	padding: 0 10px;
	margin-right: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #dcdcdc #dcdcdc #b3b3b3 #dcdcdc;
	cursor: pointer
}
a:hover.ncs-btn-mini {
	text-decoration: none;
	color: #333;
	background-color: #e6e6e6;
	border-color: #cfcfcf #cfcfcf #b3b3b3 #cfcfcf
}
a.ncs-btn {
	font: 14px/20px "Microsoft Yahei";
	color: #777;
	background-color: #f5f5f5;
	text-align: center;
	display: inline-block;
	height: 20px;
	padding: 4px 16px;
	border: solid 1px;
	border-color: #dcdcdc #dcdcdc #b3b3b3 #dcdcdc;
	cursor: pointer
}
a:hover.ncs-btn {
	text-decoration: none;
	color: #333;
	background-color: #e6e6e6;
	border-color: #cfcfcf #cfcfcf #b3b3b3 #cfcfcf
}
a.ncs-btn-mini i, a.ncs-btn i {
	margin-right: 4px
}
a.ncs-btn-blue, a.ncs-btn-acidblue, a.ncs-btn-green, a.ncs-btn-orange, a.ncs-btn-red, a.ncs-btn-black, a:hover.ncs-btn-blue, a:hover.ncs-btn-acidblue, a:hover.ncs-btn-green, a:hover.ncs-btn-orange, a:hover.ncs-btn-red, a:hover.ncs-btn-black {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.10)
}
a.ncs-btn-blue {
	background-color: #006dcc;
	border-color: #0062b7 #0062b7 #005299 #0062b7
}
a.ncs-btn-acidblue {
	background-color: #49afcd;
	border-color: #429db8 #429db8 #37839a #429db8
}
a.ncs-btn-green {
	background-color: #5bb75b;
	border-color: #52a452 #52a452 #448944 #52a452
}
a.ncs-btn-orange {
	background-color: #faa732;
	border-color: #e1962d #e1962d #bb7d25 #e1962d
}
a.ncs-btn-red {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ED0000), color-stop(1, #A50000));
	border-color: #c40000 #c40000 #c40000 #c40000
}
a.ncs-btn-black {
	background-color: #363636;
	border-color: #313131 #313131 #282828 #313131
}
a:hover.ncs-btn-blue {
	background-color: #04c;
	border-color: #003db7 #003db7 #039 #003db7
}
a:hover.ncs-btn-acidblue {
	background-color: #2f96b4;
	border-color: #2a87a2 #2a87a2 #237087 #2a87a2
}
a:hover.ncs-btn-green {
	background-color: #51a351;
	border-color: #499249 #499249 #3d7a3d #499249
}
a:hover.ncs-btn-orange {
	background-color: #f89406;
	border-color: #df8505 #df8505 #ba6f04 #df8505
}
a:hover.ncs-btn-red {
	background-color: #c40000;
	border-color: #c40000 #c40000 #a33b37 #c40000
}
a:hover.ncs-btn-black {
	background-color: #222;
	border-color: #1f1f1f #1f1f1f #191919 #1f1f1f
}
input[type="text"], input[type="password"], input.text, input.password {
	font: 12px/20px Tahoma;
	color: #777;
	background-color: #fff;
	vertical-align: top;
	display: inline-block;
	height: 20px;
	padding: 4px;
	border: solid 1px #ccc;
	outline: 0 none
}
input[type="text"]:focus, input[type="password"]:focus, input.text:focus, input.password:focus, textarea:focus {
	color: #333;
	border-color: #75b9f0;
	box-shadow: 0 0 0 2px rgba(82,168,236,.15);
	outline: 0 none
}
textarea, .textarea {
	font: 12px/20px Tahoma;
	color: #777;
	background-color: #fff;
	vertical-align: top;
	display: inline-block;
	height: 60px;
	padding: 4px;
	border: solid 1px #ccc;
	outline: 0 none;
	resize: none
}
select {
	color: #777;
	background-color: #fff;
	height: 30px;
	padding: 4px;
	border: solid 1px #ccc
}
select option {
	line-height: 20px;
	height: 20px;
	padding: 4px
}
.ncs-detail {
	min-height: 460px;
	margin-bottom: 10px;
	border: solid 1px #eee;
	position: relative;
	z-index: 2
}
.ncs-detail .ncs-info {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0
}
.ownshop .ncs-info {
	display: none
}
.ncs-goods-picture {
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0
}
.ncs-goods-picture .gallery_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.ncs-goods-picture .gallery {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.ncs-goods-picture .place_gallery {
	margin-left: -180px;
	top: 4%;
	left: 50%
}
.ncs-goods-picture img {
	display: block;
	-ms-interpolation-mode: bicubic
}
.ncs-goods-picture .levelB, .ncs-goods-picture .levelC {
	cursor: url(../images/shop/zoom.png), -moz-zoom-in
}
.ncs-goods-picture .levelD {
	cursor: url(../images/shop/hand.png), -moz-grab
}
.ncs-goods-picture .controller_wrap {
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2FFFFFF', endColorstr='#B2FFFFFF');
	background: rgba(255,255,255,.7);
	padding: 0;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -42px
}
.ncs-goods-picture .controller {
	width: 320px;
	height: 52px;
	position: relative;
	overflow: hidden
}
.ncs-goods-picture .controller ul {
	font-size: 0;
*word-spacing:-1px/*IE6、7*/;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.ncs-goods-picture .controller li {
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 58px
}
.ncs-goods-picture .controller li {
*display: inline/*IE6,7*/
}
.ncs-goods-picture .controller a {
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display: block;
	padding: 1px;
	border: 1px solid #eee;
	overflow: hidden
}
.ncs-goods-picture .controller a img {
	max-width: 48px;
	max-height: 48px;
margin-top:expression(48-this.height/2);
*margin-top:expression(24-this.height/2)
}
.ncs-goods-picture .controller a:hover, .ncs-goods-picture .controller .current {
	padding: 0;
	border-width: 2px;
	border-color: #c40000
}
.ncs-goods-picture .prev, .ncs-goods-picture .next {
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#66FFFFFF', endColorstr='#66FFFFFF');
	background: rgba(255,255,255,.4);
	display: none;
	border-radius: 0 56px 56px 0;
	width: 28px;
	height: 56px;
	position: absolute;
	top: -190px;
	left: 0
}
.ncs-goods-picture:hover .prev, .ncs-goods-picture:hover .next {
	display: block
}
.ncs-goods-picture .prev:hover, .ncs-goods-picture .next:hover {
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF');
	background: rgba(255,255,255,.8)
}
.ncs-goods-picture .prev span, .ncs-goods-picture .next span {
	text-indent: -99px;
	background: url(../images/shop/2014_ncs_public_img.png) no-repeat -12px 0;
	display: block;
	margin: 18px 0 0 4px;
	width: 10px;
	height: 20px;
	overflow: hidden;
	cursor: pointer
}
.ncs-goods-picture .hide, .ncs-goods-picture:hover .hide {
	display: none
}
.ncs-goods-picture .next {
	border-radius: 56px 0 0 56px;
	left: auto;
	right: 0
}
.ncs-goods-picture .next span {
	background-position: -22px 0;
	margin-left: 9px
}
.ncs-goods-picture .close_wrap {
	position: absolute;
	top: -10px;
	right: -10px
}
.ncs-goods-picture .close_wrap a {
	font: lighter 20px/20px Verdana;
	color: #ccc;
	background-color: #fff;
	text-align: center;
	display: none;
	width: 22px;
	height: 22px;
	border: solid 1px #ccc;
	border-radius: 24px;
	overflow: hidden
}
.ncs-goods-picture .close_wrap a:hover {
	text-decoration: none;
	color: #333;
	border-color: #333
}
.ncs-goods-summary {
	background-color: #fafafa;
	float: right;
	width: 622px;
	min-height: 460px;
	margin-right: 208px;
	border-right: solid 1px #eee;
	box-shadow: inset 4px 0 1px rgba(153,153,153,.15)
}
.ncs-goods-summary .name {
	padding: 20px 25px
}
.ncs-goods-summary .name h1, .ncs-goods-summary .name strong {
	font: 700 16px/21px Tahoma;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden
}
.ncs-goods-summary .name strong {
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: #777;
	white-space: normal;
	margin-top: 5px
}
.ownshop .ncs-goods-summary {
	width: 830px;
	margin-right: 0;
	border: none
}
.ncs-meta {
	background: #eee;
	padding: 10px 0;
	position: relative;
	z-index: 1;
	box-shadow: inset 4px 0 1px rgba(153,153,153,.15)
}
.ncs-meta .rate {
	text-align: center;
	width: 100px;
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 5px
}
.ncs-meta .rate a {
	color: #777;
	display: block
}
.ownshop .ncs-meta .rate {
	right: 220px
}
.ncs-plus {
	padding: 0;
	padding-bottom: 15px;
}
.ncs-plus .goods-gift {
	max-height: 90px;
	overflow: hidden;
	position: relative;
	z-index: 1
}
.ncs-plus .goods-gift ul {
}
.ncs-plus .goods-gift ul li {
	font-size: 0;
*word-spacing:-1px/*IE6、7*/;
	margin-bottom: 4px
}
.ncs-plus .goods-gift .goods-gift-thumb, .ncs-plus .goods-gift .goods-gift-name, .ncs-plus .goods-gift ul li em {
	font-size: 12px;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display: inline;
*zoom: 1
}
.ncs-plus .goods-gift .goods-gift-thumb {
}
.ncs-plus .goods-gift .goods-gift-thumb span {
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display: block;
	width: 24px;
	height: 24px;
	padding: 1px;
	border: 1px solid #eee;
	overflow: hidden
}
.ncs-plus .goods-gift .goods-gift-thumb span img {
	max-width: 24px;
	max-height: 24px;
margin-top:expression(24-this.height/2);
*margin-top:expression(12-this.height/2)
}
.ncs-plus .goods-gift .goods-gift-name {
	color: #005ea6;
	margin-left: 5px
}
.ncs-plus .goods-gift ul li em {
	font-family: Arial;
	color: #c40000;
	margin-left: 5px
}
.ncs-key {
	border-top: dotted 1px #d9d9d9;
	padding-top: 15px
}
.ncs-key-select {
	width: 510px;
}
.ncs-key-select li {
	padding: 6px;
	border: 1px solid #999;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	cursor:pointer
}
.ncs-key-select li a {
	color: #333;
}
.ncs-key-select .selected {
	border: 2px solid #be0106;
	padding: 5px;
	float: left;
	margin-right: 5px;
}
.ncs-meta dl, .ncs-plus dl, .ncs-key dl {
	font-size: 0;
*word-spacing:-1px/*IE6、7*/
}
.ncs-plus dl dt, .ncs-plus dl dd, .ncs-meta dl dt, .ncs-meta dl dd, .ncs-key dl dt, .ncs-key dl dd {
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display: inline/* IE6,7 */;
	min-height: 20px;
	padding: 4px 0;
*zoom:1
}
.ncs-meta dl dt, .ncs-plus dl dt, .ncs-key dl dt {
	font-family: simsun;
	text-align: left;
	width: 70px;
	margin-left: 10px
}
.ncs-meta dl dd, .ncs-plus dl dd, .ncs-key dl dd {
	text-align: left;
	width: 510px;
*width: 509px/*IE7*/
}
.ncs-meta dl dd i.ver-line {
	display: inline-block;
*display: inline;
	zoom: 1
}
.ncs-meta dl dd a {
	color: #005aa0;
	vertical-align: top;
	display: inline-block;
*display: inline/*IE7*/;
*zoom: 1
}
.ncs-meta dl dd a:hover {
	text-decoration: underline
}
.ncs-meta .price strong {
	font-size: 20px;
	font-weight: 600;
	color: #c40000;
	vertical-align: middle
}
.ncs-meta .price span {
	line-height: 14px;
	color: #fff;
	background-color: #c40000;
	vertical-align: middle;
	height: 14px;
	padding: 1px 3px;
*padding: 2px 3px 0 3px;
	margin-right: 8px
}
.ncs-meta .price em {
	color: #999;
	vertical-align: middle;
	margin-left: 8px
}
.ncs-meta .cost-price strong {
	text-decoration: line-through
}
.ncs-meta .promotion-info {
	color: #c40000
}
.ncs-meta .promotion-info em {
	color: #690;
	vertical-align: middle;
	margint: 2px 0 12px 0
}
.ncs-meta .promotion-info span {
	color: #999;
	vertical-align: middle
}
.ncs-key ul {
	font-size: 0;
*word-spacing:-1px/*IE6、7*/
}
.ncs-key ul li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	margin-right: 6px;
	position: relative;
	z-index: 1
}
.ncs-key ul li {
*display: inline/*IE6,7*/;
*zoom:1
}
.ncs-key ul li a {
	white-space: nowrap;
	display: block;
	min-height: 24px;
	padding: 1px;
	border: 1px solid #ddd;
	cursor: pointer
}
.ncs-key ul li.sp-img a {
	background-color: #fff;
	font-size: 12px;
	color: #999;
	padding-right: 5px
}
.ncs-key ul li.sp-img a img {
	vertical-align: middle;
	display: inline-block;
	max-width: 24px;
	max-height: 24px;
	margin-right: 5px
}
.ncs-key ul li.sp-txt a {
	font-size: 12px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	background: #fff none;
	text-align: center;
	white-space: nowrap;
	min-width: 20px;
	height: 24px;
	padding: 0 5px!important;
	margin: 1px
}
.ncs-key ul li.sp-img a:hover, .ncs-key ul li.sp-img a.hovered {
	color: #c40000;
	text-decoration: none;
	border: 2px solid #c40000;
	padding: 0 4px 0 0
}
.ncs-key ul li.sp-txt a:hover, .ncs-key ul li.sp-txt a.hovered {
	border: 2px solid #c40000;
	margin: 0
}
.ncs-key ul li a i {
	display: none
}
.ncs-key ul li a.hovered i {
	font-size: 0;
	line-height: 0;
	background: url(../images/shop/2014_ncs_public_img.png) no-repeat 0 0;
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	z-index: 1;
	right: 2px;
	bottom: 2px
}
.ncs-figure-input {
	position: relative;
	z-index: 1
}
.ncs-figure-input a {
	font: 11px/12px sans-serif, serif, Arial;
	color: #aaa;
	background-color: #fff;
	text-align: center;
	display: block;
	width: 16px;
	height: 12px;
	border: solid 1px #ccc;
	position: absolute;
	z-index: 1;
	left: 42px;
	-webkit-text-size-adjust: none
}
.ncs-figure-input a:hover {
	color: #c40000;
	border-color: #c40000;
	text-decoration: none
}
.ncs-figure-input a.increase {
	top: 4px
}
.ncs-figure-input a.decrease {
	top: 20px
}
.ncs-figure-input span {
	margin-left: 30px;
	color: #999
}
.ncs-figure-input span em {
	margin: 0 2px
}
.ncs-figure-input span strong {
	color: #c40000;
	margin: 0 2px
}
.ncs-point {
	display: inline-block
}
.ncs-point span {
	line-height: 20px;
	display: inline-block;
	height: 20px;
	padding: 5px
}
.ncs-point .yes {
	color: #c40000
}
.ncs-point .no {
	font-weight: 600;
	color: #c40000
}
.ncs-goods-summary .ncs-btn a.arrival {
	color: #690;
	vertical-align: top;
	display: inline-block;
	margin-top: 5px
}
.ncs-goods-summary .ncs-btn a.arrival i {
	font-size: 14px
}
.ncs-goods-summary .ncs-btn {
	display: inline-block;
	margin: 10px 0 0 20px;
	position: relative;
	z-index: 70
}
.ncs-goods-summary .ncs-btn {
*display: inline/*IE6,7*/;
	zoom: 1
}
.ncs-goods-summary .ncs-btn a.buynow, .ncs-goods-summary .ncs-btn a.addcart, .ncs-goods-summary .ncs-btn a.no-buynow, .ncs-goods-summary .ncs-btn a.no-addcart {
	font: lighter 16px/20px "Microsoft Yahei";
	color: #fff;
	text-align: center;
	display: inline-block;
	height: 20px;
	padding: 15px 30px;
	margin-right: 10px;
	position: relative;
	overflow: hidden
}
.ncs-goods-summary .ncs-btn a.buynow:hover, .ncs-goods-summary .ncs-btn a.addcart:hover, .ncs-goods-summary .ncs-btn a.no-buynow:hover, .ncs-goods-summary .ncs-btn a.no-addcart:hover {
	text-decoration: none
}
.ncs-goods-summary .ncs-btn a.buynow {
	background: none;
	color: #c40000;
	border: 1px solid #c40000
}
.ncs-goods-summary .ncs-btn a:hover.buynow {
}
.ncs-goods-summary .ncs-btn a.addcart {
	background-color: #c40000
}
.ncs-goods-summary .ncs-btn a:hover.addcart {
}
.ncs-goods-summary .ncs-btn a.no-buynow, .ncs-goods-summary .ncs-btn a.no-addcart, .ncs-goods-summary .ncs-btn a:hover.no-buynow, .ncs-goods-summary .ncs-btn a:hover.no-addcart {
	background-color: #aaa;
	cursor: not-allowed;
	border: none;
	color: #fff
}
.ncs-goods-summary .ncs-btn a i {
	font-size: 17px;
	margin-right: 6px
}
.ncs-cart-popup {
	background-color: #f5f5f5;
	display: none;
	width: 320px;
	height: 120px;
	border: solid 1px #d7d7d7;
	box-shadow: 0 0 3px rgba(153,153,153,.25);
	position: absolute;
	z-index: 1;
	top: 72px;
	left: -1px
}
.ncs-cart-popup dl {
	display: block
}
.ncs-cart-popup dl dt {
	font: lighter 16px/20px "Microsoft Yahei";
	color: #333;
	text-align: center;
	width: 100%;
	margin: 10px 0 5px 0
}
.ncs-cart-popup dl dt a {
	font: 10px/12px Verdana;
	color: #999;
	text-align: center;
	display: inline-block;
	width: 12px;
	height: 12px;
	float: right;
	margin: -5px 5px 0 0;
	cursor: pointer
}
.ncs-cart-popup dl dt a:hover {
	text-decoration: none;
	color: #333
}
.ncs-cart-popup dl dd {
	text-align: center;
	width: 100%;
	margin: 0 0 5px 0
}
.ncs-handle {
	width: 350px;
	height: 24px;
	padding-top: 10px;
	border-top: dotted 1px #eee;
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 415px
}
.ncs-handle a {
	color: #777;
	background-color: #fff;
	float: left;
	padding: 1px 6px;
	margin-right: 5px;
	border: solid 1px #f5f5f5;
	border-radius: 4px
}
.ncs-handle a:hover {
	text-decoration: none;
	color: #333;
	background-color: #f5f5f5
}
.ncs-handle a.inform {
	float: right
}
.ncs-handle a.selected {
	color: #fff;
	background-color: #c40000;
	border-color: #c40000
}
.ncs-handle a span {
	font-family: Arial;
	color: #aaa;
	margin-left: 4px
}
.ncs-handle a.compare i {
	background: url(../images/shop/2014_ncs_public_img.png) no-repeat -100px -70px;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 4px
}
.ncs-handle a.compare.selected i {
	background: url(../images/shop/2014_ncs_public_img.png) no-repeat -120px -70px;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 4px
}
.ncs_share {
	background-color: #fafafa;
	display: inline-block;
*display: inline/*IE6,7*/;
	padding: 5px 0;
	margin: 10px 0 0 20px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	border: solid 1px #e6e6e6;
	overflow: hidden;
	zoom: 1
}
.ncs_share a {
	color: #005ea6;
	display: inline-block;
	height: 20px;
	padding: 0 8px;
	margin-left: -1px;
	border-left: solid 1px #e6e6e6
}
.ncs_share a i {
	font-size: 14px;
	margin-right: 4px;
	color: #999;
	vertical-align: middle
}
.ncs_share a em {
	font-weight: 600;
	color: #999;
	vertical-align: middle;
	display: inline-block;
	margin-left: 2px
}
.ncs_share a:hover i, .ncs_share a:hover em {
	text-decoration: none
}
.ncs-freight dt {
	position: relative;
	z-index: 80
}
.ncs-freight dt .ncs-freight-box {
	display: none
}
.ncs-freight dt:hover .ncs-freight-box {
	display: block;
	border: solid 2px #f90;
	width: 420px;
	background: #fff;
	padding: 6px;
	position: absolute;
	z-index: 1;
	top: 28px;
	left: 12px;
	border-radius: 4px;
	box-shadow: 3px 3px 3px rgba(0,0,0,.3)
}
.ncs-freight dt:hover .ncs-freight-box a {
	background: none;
	text-align: center;
	line-height: 24px;
	height: 24px;
	width: 60px;
	float: left;
	padding: 0;
	margin: 0
}
.ncs-freight dt:hover .ncs-freight-box a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #f90;
	border-radius: 4px
}
.ncs-freight dt a {
	background: url(../images/shop/icon3.png) no-repeat 100%;
	padding: 0 11px 0 1px
}
.ncs-freight dd span {
	margin-right: 10px
}
.ncs-freight dd span em {
	padding: 0 2px
}
.ncs-saleout {
	background-color: #f7f7f7;
	width: 360px;
	padding: 15px;
	margin: 20px 0 0 15px;
	border: solid 1px #e6e6e6
}
.ncs-saleout dt {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #c40000;
	height: 24px
}
.ncs-saleout dt i {
	margin-right: 6px
}
.ncs-saleout dd {
	color: #777;
	clear: both;
	line-height: 20px;
	margin: 6px 0;
	padding-left: 18px
}
.nc-mansong {
	font-size: 0;
*word-spacing:-1px/*IE6、7*/;
	background-color: #fff;
	padding: 9px;
	border: solid #d7d7d7;
	border-width: 0 1px 1px
}
.nc-mansong-ico {
	background: url(../images/shop/2014_ncs_public_img.png) no-repeat 0 -20px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display: inline/*IE7*/;
	width: 80px;
	height: 40px;
	margin: 10px 20px 0 10px;
*zoom:1
}
.nc-mansong-content {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display: inline/*IE7*/;
	width: 840px;
*zoom:1
}
.nc-mansong-content dt {
	font: 700 14px/20px "Microsoft Yahei";
	color: #555;
	height: 20px;
	margin-top: 5px
}
.nc-mansong-content dt time {
	font-weight: normal;
	font-size: 12px;
	color: #999;
	vertical-align: middle;
	display: inline-block;
	margin-left: 4px
}
.nc-mansong-content dd {
	font: 12px/30px "Microsoft Yahei";
	margin-top: 15px
}
.nc-mansong-content dd span {
	color: #333;
	margin-right: 20px
}
.nc-mansong-content dd span em {
	color: #c40000;
	font-weight: 600;
	margin: 0 2px
}
.nc-mansong-content dd span i {
	color: #390;
	font-weight: 600;
	margin: 0 2px
}
.nc-mansong-content dd a {
	line-height: 0;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	width: 28px;
	height: 28px;
	border: solid 1px #f5f5f5;
	overflow: hidden
}
.nc-mansong-content dd img {
	max-width: 28px;
	max-height: 28px;
margin-top:expression(28-this.height/2);
*margin-top:expression(14-this.height/2)
}
.nc-mansong-remark {
	color: #999;
	line-height: 18px!important
}
.ncs-bundling-container {
	background: #fff;
	height: 194px;
	position: relative;
	z-index: 1;
	overflow: hidden
}
.ncs-bundling-container .F-center {
	height: 194px;
	position: relative
}
.ncs-bundling-container .F-prev {
	background: #fff url(../images/shop/bundling.gif) no-repeat scroll 0px -460px;
	display: block;
	width: 156px;
	height: 20px;
	position: absolute;
	z-index: auto;
	top: 0;
	right: 0;
	cursor: pointer
}
.ncs-bundling-container .F-prev:hover {
	background-position: 0 -410px
}
.ncs-bundling-container .F-next:hover {
	background-position: 0 -430px
}
.ncs-bundling-container .F-next {
	background: #fff url(../images/shop/bundling.gif) no-repeat scroll 0px -480px;
	width: 160px;
	height: 20px;
	position: absolute;
	z-index: auto;
	right: 0;
	bottom: 0;
	cursor: pointer
}
.ncs-bundling-list {
	display: block;
	width: 740px;
	height: 194px;
	float: left;
	overflow: hidden
}
.ncs-bundling-container ul {
	background: url(../images/shop/bundling.gif) repeat-x -60px 0;
	font-size: 0;
*word-spacing:-1px/*IE6、7*/;
	display: block;
	width: 800px;
	margin: 15px 0 0 0
}
.ncs-bundling-container ul li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display: inline/*IE7*/;
	width: 100px;
	padding: 0;
	margin: 0 60px 0 0;
*zoom: 1
}
.ncs-bundling-container .goods-thumb, .ncs-combo-container. goods-thumb {
background-color:#fff;
width:100px;
height:100px
}
.ncs-bundling-container .goods-thumb a, .ncs-combo-container .goods-thumb a {
	line-height: 0;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display: block;
	width: 100px;
	height: 100px;
	overflow: hidden
}
.ncs-bundling-container .goods-thumb img, .ncs-combo-container .goods-thumb img {
	max-width: 100px;
	max-height: 100px;
margin-top:expression(100-this.height/2);
*margin-top:expression(50-this.height/2)
}
.ncs-bundling-container dl {
	display: block;
	padding: 0;
	margin: 4px 0 0 0
}
.ncs-bundling-container dl dt {
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100px;
	height: 24px;
	overflow: hidden
}
.ncs-bundling-container dl dt a {
	color: #555
}
.ncs-bundling-container dl dd {
	line-height: 16px;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100px;
	overflow: hidden
}
.ncs-bundling-container dl dd .o-price {
	text-decoration: line-through
}
.ncs-bundling-container dl dd .b-price {
	font-weight: 600;
	color: #c40000
}
.ncs-bundling-price {
	color: #777;
	background: url(../images/shop/bundling.gif) no-repeat 0 -220px;
	display: block;
	width: 130px;
	float: left;
	padding: 0 0 0 70px;
	margin: 15px 0 0 0
}
.ncs-bundling-price dl {
	color: #999
}
.ncs-bundling-price dt {
	font-weight: 600
}
.ncs-bundling-price dd {
}
.ncs-combo-container, .combo-goods-list ul {
	font-size: 0;
*word-spacing:-1px/*IE6、7*/
}
.ncs-combo-container {
	height: 194px
}
.ncs-combo-container .default-goods, .ncs-combo-container .combo-goods-list, .ncs-combo-container .combo-price, .combo-goods-list li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display: inline/*IE7*/;
	width: 100px;
*zoom: 1
}
.ncs-combo-container .default-goods {
	background: url(../images/shop/bundling.gif) no-repeat 100px 0;
	padding: 0 60px 0 0;
	margin-top: 15px
}
.combo-goods-list li {
	background: url(../images/shop/bundling.gif) no-repeat 0 0;
	padding: 0 0 0 60px
}
.combo-goods-list .combo-goods-first {
	position: -60px 0;
	padding: 0
}
.ncs-combo-container .combo-goods-list {
	width: 580px;
	margin-top: 15px;
	overflow-x: scroll
}
.combo-goods-list ul {
	white-space: nowrap
}
.ncs-combo-container dl {
	display: block;
	width: 100px;
	margin-top: 8px
}
.ncs-combo-container dl dt {
	line-height: 16px;
	white-space: normal;
	display: block;
	height: 32px;
	margin-bottom: 2px;
	overflow: hidden
}
.ncs-combo-container dl dd {
	line-height: 20px;
	font-weight: 600;
	color: #c40000
}
.ncs-combo-container dl dd .checkbox {
	vertical-align: middle;
	margin-right: 4px
}
.ncs-combo-container .combo-price {
	color: #777;
	background: url(../images/shop/bundling.gif) no-repeat 0 -220px;
	width: 150px;
	padding: 0 0 0 70px;
	margin: 15px 0 0 0
}
.ncs-combo-container .combo-price dl {
	width: 150px
}
.ncs-combo-container .combo-price dd {
	font-weight: normal;
	color: #999
}
.tabbar {
	background: #fff
}
.ncs-goods-title-bar {
	background-color: #c40000;
	height: 35px;
	width: 1002px;
}
.ncs-goods-title-bar h4 a {
	font: 14px/20px "Microsoft Yahei";
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 35px;
	text-indent: 20px;
}
.ncs-goods-title-nav {
	height: 48px;
}
.ncs-goods-title-nav ul {
	height: 46px;
	line-height: 46px;
	font-size: 0;
*word-spacing:-1px/*IE6、7*/;
	background-color: #fcfcfc;
	border: solid #d7d7d7 1px
}
.ncs-goods-title-nav ul li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block
}
.ncs-goods-title-nav ul li {
*display: inline/*IE6,7*/
}
.ncs-goods-title-nav ul li a {
	font: 14px/20px "Microsoft Yahei";
	text-decoration: none;
	color: #333;
	background-color: #fafafa;
	display: block;
	padding: 0 15px;
	height: 46px;
	line-height: 46px;
	border-style: solid;
	border-color: #d7d7d7;
	border-width: 0 1px 0 0
}
.ncs-goods-title-nav ul li.current {
	margin: -1px 0 -1px -1px
}
.ncs-goods-title-nav ul li.current a {
	color: #c40000;
	background-color: #fff;
	border-style: solid;
	border-color: #c40000 #ddd transparent #ddd;
	border-width: 2px 1px 0 1px
}
.ncs-goods-info-content {
	padding-bottom: 23px;
	line-height:30px
}
.ncs-goods-info-content .top {
	padding: 9px;
	margin-bottom: 20px;
	border: solid #d7d7d7;
	border-width: 0 1px 1px
}
.ncs-promotion {
	margin-bottom: 30px
}
.ncs-promotion .ncs-goods-info-content {
	padding: 9px;
	border: solid #d7d7d7;
	border-width: 0 1px 1px
}
.nc-goods-all {
	font-size: 0;
*word-spacing:-1px/*IE6、7*/;
	background-color: #fff;
	border: solid #ddd;
	border-width: 0 1px 1px;
	margin-bottom: 10px
}
.nc-goods-biaoge {
	padding: 10px 20px;
}
table.gridtable {
	font-size: 12px;
	color: #333333;
	border-width: 1px;
	border-color: #ededed;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	width: 118px;
	height: 38px;
	line-height: 38px;
	border-style: solid;
	border-color: #ededed;
	background-color: #f5f5f5;
	float: left;
	font-weight: bold;
	text-align: center;
	margin-top: -1px;
	margin-left: -1px;
}
table.gridtable td {
	border-width: 1px;
	width: 358px;
	height: 38px;
	line-height: 38px;
	border-style: solid;
	border-color: #ededed;
	background-color: #ffffff;
	float: left;
	text-indent: 2em;
	margin-top: -1px;
	margin-left: -1px;
}
.nc-goods-sort {
	padding: 10px 0;
}
.nc-goods-sort li {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: normal;
	word-spacing: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 30%;
	padding: 0 0 0 2%;
	margin: 0;
	overflow: hidden
}
.nc-goods-sort li {
*display: inline
}
.default, .top-template, .bottom-template {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden
}
.default img, .top-template img, .bottom-template img {
	vertical-align: top
}
#main-nav {
	width: auto
}
.ncs-goods-layout {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden
}
.sticky #main-nav {
	width: 1200px;
	position: fixed;
	_position: relative;
	top: 0;
	z-index: 999
}
.sticky #main-nav ul {
	margin: 0 auto
}
.switch-bar {
	background: transparent url(../images/shop/switch_bar.png) no-repeat -15px 0;
	width: 13px;
	height: 237px;
	position: absolute;
	z-index: 999;
	top: 200px;
	left: 0px;
	_block: none
}
.switch-bar a {
	display: block;
	width: 13px;
	height: 42px;
	margin-top: 97px;
	cursor: pointer
}
.switch-bar a:hover {
	text-decoration: none
}
.ncs-sidebar {
	display: none;
width: 210px _position:relative/*IE6*/
}
.expanded .ncs-goods-main {
	float: right;
	width: 980px;
	_position: relative
}
.expanded #main-nav {
	width: 980px;
	_position: relative
}
.expanded .switch-bar {
	background-position: 0 0;
	left: -23px;
	_block: none
}
.expanded .ncs-sidebar {
	width: 210px;
	display: block;
	float: left;
	_position: relative
}
.ncs-comment .rate {
	line-height: 20px;
	color: #c40000;
	vertical-align: middle;
	display: inline-block;
*display: inline;
*zoom:1;
	padding: 10px 30px 10px 20px;
	margin: 5px 10px;
	border-right: 1px #e1e1e1 solid;
}
.ncs-comment .rate strong {
	font: lighter 40px/40px arial;
	vertical-align: bottom
}
.ncs-comment .rate sub {
	font: 16px/20px arial;
	vertical-align: bottom;
	margin-right: 6px
}
.ncs-comment .rate span {
	color: #999;
	display: block;
	clear: both;
	text-indent: 6px;
}
.ncs-comment .percent {
	vertical-align: middle;
	display: inline-block;
*display: inline;
*zoom:1;
	padding-left: 30px;
}
.ncs-comment .percent dl {
	font-size: 0;
*word-spacing:-1px/*IE6、7*/
}
.ncs-comment .percent dt {
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 80px;
	height: 20px
}
.ncs-comment .percent dt {
*display: inline/*IE6,7*/
}
.ncs-comment .percent dt em {
	color: #999;
	margin-left: 4px
}
.ncs-comment .percent dd {
	background-color: #f5f5f5;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 100px;
	height: 14px;
	margin: 3px 0
}
.ncs-comment .percent dd {
*display: inline/*IE6,7*/
}
.ncs-comment .percent dd i {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ED0000), color-stop(1, #A50000));
	display: block;
	height: 14px
}
.ncs-comment .btns {
	vertical-align: middle;
	display: inline-block;
*display: inline;
*zoom:1;
	height: 60px;
	padding-left: 30px;
	margin-left: 385px;
}
.ncs-commend-main {
	padding: 20px 0 0 0;
	border: solid #d7d7d7;
	border-width: 0 1px 1px
}
.ncs-commend-floor {
	padding: 0 40px 0 0;
	border-bottom: solid 1px #d7d7d7;
	position: relative;
	z-index: 1
}
.ncs-commend-floor .user-avatar {
	background-color: #f2f2f2;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: -20px
}
.ncs-commend-floor .user-avatar a {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	overflow: hidden
}
.ncs-commend-floor .user-avatar a img {
	max-width: 40px;
	max-height: 40px;
margin-top:expression(40-this.height/2);
*margin-top:expression(20-this.height/2);
	border-radius: 20px
}
.ncs-commend-floor .detail {
	margin: 10px 0 0 30px
}
.ncs-commend-floor .detail dt {
	display: block;
	margin-bottom: 10px;
	overflow: hidden
}
.ncs-commend-floor .detail dt .user-name {
	font: 12px/20px "Microsoft Yahei";
	color: #aaa;
	float: left
}
.ncs-commend-floor .detail dt time {
	color: #ccc;
	float: right
}
.ncs-commend-floor .detail dd {
	color: #999;
	margin-bottom: 10px
}
.ncs-commend-floor .detail dd span {
	color: #555
}
.ncs-commend-floor .detail dd.explain {
	color: #c40000;
	background-color: #ffc;
	border: dotted 1px #fef4b1
}
.ncs-commend-floor .detail .photos-thumb {
	font-size: 0;
*word-spacing:-1px/*IE6、7*/;
	vertical-align: middle;
	display: inline-block
}
.ncs-commend-floor .detail .photos-thumb li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display: inline/*IE7*/;
	text-align: center;
	width: 44px;
	margin-right: 6px;
*zoom: 1
}
.ncs-commend-floor .detail .photos-thumb a {
	line-height: 0;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display: block;
	width: 40px;
	height: 40px;
	padding: 1px;
	border: solid 1px #e6e6e6;
	overflow: hidden
}
.ncs-commend-floor .detail .photos-thumb a:hover {
	border-color: #c40000
}
.ncs-commend-floor .detail .photos-thumb a img {
	max-width: 40px;
	max-height: 40px;
margin-top:expression(40-this.height/2);
*margin-top:expression(20-this.height/2)/*IE6,7*/
}
.more-commend {
	text-decoration: underline!important;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 30px;
	color: #c40000
}
.ncg-salelog .price {
	background-color: #fff
}
.ncg-salelog .price strong {
	font: 600 14px/20px arial;
	color: #c40000;
	margin: 0 4px
}
.ncg-salelog .price span {
	line-height: 16px;
	color: #fff;
	background-color: #c8c8c8;
	vertical-align: middle;
	display: inline-block;
	height: 16px;
	padding: 1px 4px;
	margin-left: 20px
}
.ncg-salelog .bd table {
	background-color: #fff;
	border: 1px solid #c8c8c8;
}
.ncg-salelog .bd thead th {
	font-weight: 600;
	text-align: center;
	padding: 10px 0;
	background: #f7f7f7;
}
.ncg-salelog .bd tbody td {
	text-align: center;
	padding: 12px 0;
	border-bottom: 1px solid #f7f7f7
}
.ncs-cosult-tips {
	width: 780px;
	height: 81px;
	float: left;
	margin: 10px 0 5px 10px;
	position: relative;
	z-index: 1
}
.ncs-cosult-tips i {
	background: url(../images/shop/icon-tip.png) no-repeat;
	width: 90px;
	height: 90px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0
}
.ncs-cosult-tips p {
	line-height: 21px;
	color: #333;
	width: 600px;
	height: 36px;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 90px
}
.ncs-cosult-askbtn {
	float: right;
	padding: 30px
}
.ncs-cosult-main {
	padding: 20px 0 0 0;
	border: solid #d7d7d7;
	border-width: 0 1px 1px
}
.ncs-cosult-main .more {
	margin: 10px 15px
}
.ncs-cosult-list {
	padding: 6px;
	border-bottom: dotted 1px #d6d6d6
}
.ncs-cosult-list dl {
	font-size: 0;
*word-spacing:-1px/*IE6、7*/;
	display: block;
	margin-bottom: 4px
}
.ncs-cosult-list dl.asker {
	color: #999
}
.ncs-cosult-list dl.ask-con {
	color: #555
}
.ncs-cosult-list dl.reply {
	color: #c40000
}
.ncs-cosult-list dt {
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: right;
	display: inline-block;
*display: inline/*IE7*/;
*zoom: 1;
	width: 7%
}
.ncs-cosult-list dd {
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	display: inline-block;
*display: inline/*IE7*/;
*zoom: 1;
	width: 93%
}
.ncs-cosult-list dd p {
	display: inline-block;
	width: 760px
}
.ncs-cosult-list dd time {
	text-align: right;
	display: inline-block;
	color: #999
}
.ncs-consult-form {
	display: block;
	padding: 10px 15px;
	border: solid #d7d7d7;
	border-width: 0 1px 1px
}
.ncs-consult-form dl {
	font-size: 0;
*word-spacing:-1px/*IE6、7*/;
	margin-bottom: 4px
}
.ncs-consult-form dt, .ncs-consult-form dd {
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display: inline/*IE7*/;
*zoom: 1
}
.ncs-consult-form dt {
	font-weight: 600;
	width: 65px
}
.ncs-consult-form dd {
	position: relative;
	z-index: 1
}
.ncs-consult-type-intro {
	margin-bottom: 4px
}
.ncs-consult-form label {
	font-size: 12px;
	vertical-align: top;
	display: inline-block;
	margin-right: 20px
}
.ncs-consult-form label .text {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 4px
}
.ncs-consult-form label .radio {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px
}
.ncs-consult-form label img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	cursor: pointer
}
.ncs-consult-form label span {
	color: #09c
}
.ncs-consult-form .counter {
	line-height: 20px;
	color: #999;
	vertical-align: top;
	display: inline-block;
	margin-left: 10px
}
.ncs-consult-form .counter em {
	font-weight: 700;
	margin: 0 2px
}
.ncs-consult-form .counter em.warning {
	color: #c40000;
	background-color: transparent;
	width: auto;
	padding: 0;
	border: none
}
.ncs-consult-form .counter em.exceeded {
	color: red
}
.ncs-consult-form .code {
	background-color: #fff;
	width: 114px;
	height: 34px;
	border: solid 1px #555;
	position: absolute;
	z-index: 9;
	top: -40px;
	left: -15px;
	display: none;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.2)
}
.ncs-consult-form .code .arrow {
	background: url(../images/shop/2014_ncs_public_img.png) no-repeat -40px 0;
	display: block;
	width: 14px;
	height: 7px;
	position: absolute;
	left: 21px;
	bottom: -7px
}
.ncs-consult-form .code img {
	width: 90px;
	height: 26px;
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 4px
}
.ncs-consult-form .code .close {
	display: block;
	width: 10px;
	height: 10px;
	padding: 1px;
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 4px
}
.ncs-consult-form .code .close:hover, .ncs-consult-form .code .change:hover {
	background-color: #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px
}
.ncs-consult-form .code .close i {
	background: url(../images/shop/2014_ncs_public_img.png) no-repeat -40px -7px;
	display: block;
	width: 10px;
	height: 10px;
	opacity: .5
}
.ncs-consult-form .code .change {
	display: block;
	width: 10px;
	height: 10px;
	padding: 1px;
	position: absolute;
	z-index: 1;
	bottom: 4px;
	right: 4px
}
.ncs-consult-form .code .change i {
	background: url(../images/shop/2014_ncs_public_img.png) no-repeat -50px -7px;
	display: block;
	width: 10px;
	height: 10px;
	opacity: .5
}
.ncs-consult-form .code .close:hover i, .ncs-consult-form .code .change:hover i {
	opacity: 1
}
.ncs-recommend {
	clear: both
}
.ncs-recommend .title {
	background-color: #fff;
	height: 20px;
	padding: 5px 10px;
	border-bottom: solid 2px #c40000
}
.ncs-recommend .title h4 {
	font: 14px/20px "Microsoft Yahei";
	color: #333;
	margin-left: 6px
}
.ncs-recommend .content {
	overflow: hidden;
	border: 1px solid #c8c8c8;
}
.ncs-recommend .content ul {
	font-size: 0;
*word-spacing:-1px/*IE6、7*/;
	white-space: nowrap;
	padding: 10px 0 5px 0;
	margin-left: -5px
}
.ncs-recommend .content ul li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display: inline/*IE7*/;
	width: 20%;
	padding: 10px 0 5px 0;
	border-left: dotted 1px #e6e6e6;
*zoom:1
}
.ncs-recommend .content ul li dl {
	text-align: center;
	width: 100%;
	padding-top: 120px;
	margin: 0px auto;
	position: relative;
	z-index: 1
}
.ncs-recommend .content ul li .goods-pic {
	background: #fff;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	position: absolute;
	top: 0px;
	left: 50%
}
.ncs-recommend .content ul li .goods-pic a {
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display: block;
	width: 120px;
	height: 120px;
	overflow: hidden
}
.ncs-recommend .content ul li .goods-pic a img {
	max-width: 120px;
	max-height: 120px;
margin-top:expression(120-this.height/2);
*margin-top:expression(60-this.height/2)
}
.ncs-recommend .content ul li .goods-name {
	line-height: 18px;
	white-space: pre-wrap;
	height: 36px;
	width: 90%;
	overflow: hidden;
	margin: 8px auto
}
.ncs-recommend .content ul li .goods-name em {
	color: #c40000
}
.ncs-recommend .content ul li .goods-price {
	font-weight: 600;
	color: #c40000;
	height: 20px
}
.ncs-norecord {
	color: #999;
	text-align: center;
	height: 70px;
	line-height: 70px;
	padding: 15px 0;
	background-color: #fff;
	border: none!important
}
.ncs-sidebar-container {
	margin-bottom: 10px
}
.ncs-sidebar-container .title {
	background-color: #f7f7f7;
	height: 20px;
	padding: 5px 10px;
	border: solid #ddd;
	border-width: 1px 1px 0 1px
}
.ncs-sidebar-container .title h4 {
	font: 600 14px/20px "Microsoft Yahei";
	color: #666
}
.maincon-m-l .content {
	background: #fff
}
.ncs-info {
	width: 210px
}
.ncs-info .title {
	background-color: #f5f5f5;
	padding: 5px 10px;
	border: solid 1px #e6e6e6
}
.ncs-info .title h4 {
	font: 600 14px/20px "Microsoft Yahei";
	color: #555
}
.ncs-info .content {
	border: solid #e6e6e6;
	border-width: 0 1px 1px
}
.ncs-info .content dl {
	font-size: 0;
*word-spacing:-1px/*IE6、7*/;
	display: block;
	border-bottom: solid 1px #e6e6e6;
	padding: 6px 0
}
.ncs-info .content dl dt {
	font-size: 12px;
	color: #666;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: right;
	display: inline-block;
*display: inline/*IE7*/;
	width: 68px;
*zoom:1
}
.ncs-info .content dl dd {
	font-size: 12px;
	color: #333;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
*display: inline/*IE7*/;
	width: 130px;
*width: 125px;
	overflow: hidden;
	zoom: 1
}
.ncs-info .all-rate .rating {
	background: url(../images/2014grate.png) no-repeat 0 -18px;
	vertical-align: middle;
	display: inline-block;
*display: inline/*IE7*/;
	width: 79px;
	height: 17px;
*zoom:1
}
.ncs-info .all-rate .rating span {
	background: url(../images/2014grate.png) no-repeat 100% 0;
	display: block;
	height: 18px
}
.ncs-info .all-rate em {
	color: #da542e;
	font-weight: 600;
	vertical-align: middle;
	margin-right: 2px
}
.ncs-info .content .detail-rate {
	clear: both
}
.ncs-info .store-name {
	font-weight: 600;
	color: #555;
	height: 20px;
	padding: 6px 9px;
	border-bottom: solid 1px #e6e6e6
}
.ncs-detail-rate {
	color: #999;
	width: 182px;
	padding: 5px;
	margin: 0 auto;
	border-bottom: dotted 1px #e6e6e6
}
.ncs-detail-rate h5 {
	color: #777;
	margin-bottom: 4px
}
.ncs-detail-rate h5 strong {
	font-weight: 700;
	margin-right: 30px
}
.ncs-detail-rate li {
	padding: 2px 0
}
.ncs-detail-rate .credit {
	color: #555;
	display: inline-block;
	width: 35px;
	margin-left: 4px
}
.ncs-detail-rate .high {
	color: #da542e;
	display: inline-block
}
.ncs-detail-rate .high i {
	background: url(../images/2014grate.png) no-repeat 0 -40px;
	vertical-align: middle;
	display: inline-block;
	width: 9px;
	height: 8px;
	margin-right: 4px
}
.ncs-detail-rate .high em {
	color: #fff;
	background-color: #da542e;
	text-align: center;
	display: inline-block;
	width: 40px;
	margin-left: 2px
}
.ncs-detail-rate .equal {
	color: #da542e;
	display: inline-block
}
.ncs-detail-rate .equal i {
	background: url(../images/2014grate.png) no-repeat -18px -40px;
	vertical-align: middle;
	display: inline-block;
	width: 9px;
	height: 8px;
	margin-right: 4px
}
.ncs-detail-rate .equal em {
	color: #fff;
	background-color: #da542e;
	text-align: center;
	display: inline-block;
	width: 40px;
	margin-left: 2px
}
.ncs-detail-rate .low {
	color: #28b779;
	display: inline-block
}
.ncs-detail-rate .low i {
	background: url(../images/2014grate.png) no-repeat -9px -40px;
	vertical-align: middle;
	display: inline-block;
	width: 9px;
	height: 8px;
	margin-right: 4px
}
.ncs-detail-rate .low em {
	color: #fff;
	background-color: #28b779;
	text-align: center;
	display: inline-block;
	width: 40px;
	margin-left: 2px
}
.ncs-info .goto {
	text-align: center;
	padding: 10px 0
}
.ncs-info .goto a {
	color: #005ea6;
	margin: 0 10px
}
.ncs-info .goto a em {
	color: #999;
	font-weight: 600;
	margin-left: 2px;
	vertical-align: middle
}
.ncs-info .goto a:hover em {
	text-decoration: none!important
}
.ncs-info .no-border {
	border: 0!important;
	padding-bottom: 0!important
}
.ncs-goods-code {
	width: 150px;
	height: 150px;
	margin: 20px auto;
	border: solid 4px #d7d7d7;
	position: relative;
	z-index: 1
}
.ncs-goods-code p {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
*display: block;
	width: 150px;
	height: 150px;
	padding: 0;
	overflow: hidden
}
.ncs-goods-code img {
	max-width: 150px;
	max-height: 150px;
margin-top:expression(150-this.height/2);
*margin-top:expression(75-this.height/2)
}
.ncs-goods-code-note {
	background-color: #fff;
	text-align: center;
	display: none;
	width: 156px;
	height: 156px;
	border: solid 1px #d7d7d7;
	position: absolute;
	z-index: 1;
	top: -4px;
	left: 154px
}
.ncs-goods-code-note i {
	background: url(../images/shop/2014_ncs_public_img.png) no-repeat 0 -70px;
	display: block;
	width: 80px;
	height: 120px;
	margin: 0 auto
}
.ncs-goods-code:hover span {
	display: block
}
.ncs-message-bar {
	border: solid 1px #d7d7d7;
	margin-bottom: 10px
}
.ncs-message-bar .default {
	padding: 9px;
	border-top: solid 1px #d7d7d7;
	margin-top: -1px
}
.ncs-message-bar .default h5 {
	line-height: 20px;
	font-weight: 600;
	display: inline-block
}
.ncs-message-bar .default span {
	color: #555;
	height: 20px
}
.ncs-message-bar .service-list {
	border-top: solid 1px #d8d8d8
}
.ncs-message-bar dl {
	width: 180px;
	padding: 9px;
	overflow: hidden
}
.ncs-message-bar dt {
	line-height: 20px;
	font-weight: 600;
	color: #333;
	display: block
}
.ncs-message-bar dd {
	color: #555;
	margin-left: 16px;
	clear: both;
	padding: 4px 0
}
.ncs-message-bar dd span {
	line-height: 22px;
	margin: 0 6px 0 0
}
.ncs-message-bar dd img {
	vertical-align: middle
}
.ncs-message-bar dd p {
	line-height: 20px
}
.ncs-search {
	display: block;
	padding: 5px;
	border-bottom: dotted 1px #d7d7d7
}
.ncs-class-bar p {
	background-color: #f9f9f9;
	border-bottom: solid 1px #e7e7e7;
	height: 28px
}
.ncs-class-bar p span {
	text-align: center;
	display: inline-block;
	width: 24%;
	height: 20px;
	padding: 4px 0
}
.ncs-class-bar p span {
*display:block;
*float:left
}
.ncs-class-bar p a {
	line-height: 16px;
	color: #777;
	padding: 2px
}
.ncs-class-bar p a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #999;
	border-radius: 4px
}
.ncs-submenu {
	width: 170px;
	margin: 5px 13px 5px 15px;
	_margin: 5px 6px 5px 8px;
	_display: inline-block;
	_float: left
}
.ncs-submenu li {
	font-weight: 600;
	text-align: left;
	margin: 6px 0;
	clear: both
}
.ncs-submenu li a {
	line-height: 20px;
	word-wrap: break-word;
	display: inline-block;
*dispaly: inline;
	max-width: 135px;
	color: #333;
	overflow: hidden;
*zoom:1
}
.ncs-submenu li ul {
	width: 150;
	margin: 5px 0px 5px 20px
}
.ncs-submenu li ul li {
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	margin: 4px 0
}
.ico-none, .ico-block, .ico-sub {
	display: inline-block;
	float: left;
	cursor: default
}
.ico-none, .ico-block, .ico-sub {
*display: inline
}
.ico-none, .ico-block {
	width: 10px;
	height: 10px;
	text-align: center;
	margin: 5px 10px 5px 0;
	border-radius: 2px
}
.ico-none em, .ico-block em {
	font-size: 12px;
	line-height: 10px!important;
	height: 10px
}
.ico-sub {
	font-size: 0px;
	line-height: 0;
	width: 3px;
	height: 3px;
	margin: 8px 6px 8px 0;
	border-radius: 3px
}
.ncs-top-tab {
	height: 28px;
	width: 176px;
	padding: 5px;
}
.ncs-top-tab li {
	float: left
}
.ncs-top-tab li a {
	color: #000;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	width: 88px;
	height: 28px;
	float: left;
	background: #efefef;
}
.ncs-top-tab li.current a {
	color: #fff;
	background-color: #e04040;
}
.ncs-top-bar .hide {
	display: none
}
.ncs-top-panel {
	display: block;
	margin: 1px
}
.ncs-top-panel li {
	display: block;
	padding: 5px;
	clear: both;
	border-bottom: dashed 1px #e7e7e7
}
.ncs-top-panel li:hover {
	background-color: #f7f7f7;
	z-index: 1
}
.ncs-top-panel dl {
	display: block;
	height: 60px;
	position: relative;
	z-index: 1
}
.ncs-top-panel dl:hover {
	z-index: 9
}
.ncs-top-panel dt {
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	width: 120px;
	height: 18px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 56px
}
.ncs-top-panel dd.goods-pic {
	background-color: #fff;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0
}
.ncs-top-panel dd.goods-pic a {
	width: 40px;
	height: 40px;
	padding: 2px;
	display: inline-block
}
.ncs-top-panel dd.goods-pic p {
	background-color: #fff;
	display: none;
	width: 100px;
	height: 100px;
	padding: 4px;
	border: solid 1px #c40000;
	position: absolute;
	z-index: 2;
	top: -10px;
	left: 58px;
	box-shadow: 2px 2px 0px rgba(0,0,0,.2)
}
.ncs-top-panel dd.goods-pic p big {
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	display: block;
	border: 4px solid;
	border-color: transparent #f60 transparent transparent;
	position: absolute;
	z-index: 2;
	top: 18px;
	left: -9px
}
.ncs-top-panel dd.goods-pic p small {
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	display: block;
	border: 4px solid;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	z-index: 2;
	top: 18px;
	left: -8px
}
.ncs-top-panel dd.goods-pic:hover p {
	display: block
}
.ncs-top-panel dd.goods-pic:hover a {
	border-color: #c40000
}
.ncs-top-panel dd.price {
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 110px;
	height: 16px;
	position: absolute;
	z-index: 1;
	top: 18px;
	left: 56px;
	color: #e04040;
	font-weight: bold;
}
.ncs-top-panel dd.selled {
	line-height: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 120px;
	height: 18px;
	position: absolute;
	z-index: 1;
	top: 36px;
	left: 56px
}
.ncs-top-panel dd.selled strong {
	margin: 0 3px
}
.ncs-top-panel dd.collection {
	line-height: 18px;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 120px;
	height: 18px;
	position: absolute;
	z-index: 1;
	top: 36px;
	left: 56px
}
.ncs-top-panel dd.collection strong {
	margin: 0 3px
}
.ncs-top-bar p {
	width: 115px;
	margin: 20px auto
}
.ncs-top-bar p a {
	line-height: 32px;
	color: #fff;
	background-color: #e04040;
	text-align: center;
	width: 115px;
	height: 32px;
	display: inline-block;
}
.ncs-top-bar p a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #e04040;
}
.ncs-comment-goods {
	width: 180px;
	margin: 10px auto
}
.ncs-comment-goods .goods-name {
	font: bold 12px/18px "Microsoft Yahei";
	color: #aaa;
	width: 100%;
	height: 36px;
	overflow: hidden
}
.ncs-comment-goods .goods-pic {
	width: 160px;
	height: 160px;
	margin: 5px auto
}
.ncs-comment-goods .goods-pic a {
	line-height: 0;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display: block;
	width: 160px;
	height: 160px;
	overflow: hidden
}
.ncs-comment-goods .goods-pic img {
	max-width: 160px;
	max-height: 160px;
margin-top:expression(160-this.height/2);
*margin-top:expression(80-this.height/2)/*IE6,7*/
}
.ncs-comment-goods .goods-price {
}
.ncs-comment-goods .goods-raty span {
}
.raty {
	font-size: 0;
	line-height: 0;
*word-spacing:-1px/*IE6、7*/;
	vertical-align: middle;
	display: inline-block;
*display: inline/*IE7*/;
	zoom: 1
}
.raty img {
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 2px 0
}
.pagination {
	display: inline-block;
	margin: 0 auto;
	margin-top: 30px;
	margin-right: 10px;
}
.pagination ul {
	font-size: 0;
*word-spacing:-1px/*IE6、7*/
}
.pagination ul li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	margin: 0 0 0 -1px
}
.pagination ul li {
*display: inline/*IE6、7*/;
*zoom:1
}
.pagination li span {
	font: 12px/16px "Microsoft Yahei";
	color: #aaa;
	background-color: #fafafa;
	text-align: center;
	display: block;
	min-width: 16px;
	padding: 10px;
	border: 1px solid #e6e6e6;
	position: relative;
	z-index: 1
}
.pagination li a span, .pagination li a:visited span {
	color: #005aa0;
	text-decoration: none;
	background-color: #fff;
	position: relative;
	z-index: 1
}
.pagination li a:hover span, .pagination li a:active span {
	color: #fff;
	text-decoration: none;
	background-color: #c40000;
	border-color: #ca3300;
	position: relative;
	z-index: 9;
	cursor: pointer
}
.pagination li span.currentpage {
	color: #aaa;
	font-weight: bold;
	background-color: #fafafa;
	border-color: #e6e6e6;
	position: relative;
	z-index: 2
}
