/**********商品************/
ul.goodslist{}
ul.goodslist li{ float:left; display:inline; margin:10px; width:130px; overflow:hidden;}
ul.goodslist li .spimg{ border:1px solid #EEE; margin-bottom:4px;}
ul.goodslist li .spimg table{ height:128px; width:128px; text-align:center; vertical-align:middle;}
ul.goodslist li .spimg td a{ display:block; text-align:center; width:128px;}
ul.goodslist li .spimg img{ max-height:128px; max-width:128px;
							width:expression(this.width > 128 && this.width/this.height >= 1 ? 128 : true);
							height:expression(this.height > 128 && this.height/this.width >= 1 ? 128 : true);
							}
ul.goodslist li p.spname{ height:36px; line-height:18px; overflow:hidden;}
ul.goodslist li p.mkprice { color:#888; height:16px; line-height:16px; overflow:hidden;}
ul.goodslist li p.nowprice { color:#ED8C02; height:18px; line-height:18px; margin-bottom:3px; overflow:hidden;}
ul.goodslist li p.nowprice strong{ color:#CC0303; font-size:14px;}
ul.goodslist li em.moneySb{ font-style:normal; font-size:12px; }
/****商城 商品详细页****/
.abstract{ background:#f5f5f5; border:1px solid #E5E5E5; line-height:180%; margin:10px 15px 10px 4px; padding:8px 10px;}
.goods-detail{ margin:10px 0px 0px 0px;}
.goods-detail .heading{ background:#f8f8f8; border:1px solid #e6e6e6; font-size:12px; font-weight:bold; height:20px; line-height:20px; padding:4px 0px 4px 10px; }
.dt-summary{ padding:0px 0px 10px 0px;height:380px;}
.dt-detail{ padding:5px 0px 0px 0px;}
/**放大镜**/
.cloud-zoom-lens { border:1px solid #666; margin:0px; background-color:#fff; cursor:move;}
.cloud-zoom-title { display:none;}
.cloud-zoom-big { border:4px solid #ccc; overflow:hidden;}
.cloud-zoom-loading { color:#666; background:#eee; border:1px dotted #888; padding:2px 10px; position:absolute; width:68px;}
.goods-infoitem{ padding:10px 10px;}
.goods-infoitem img{ width:expression(this.width > 770 && true ? 770 : true); max-width:770px; }
.dt-gallery{ float:left; width:320px;}
.dt-gallery .gallery-view{ border:1px solid #DDD; height:318px; width:318px;margin-left:2px;}
.dt-gallery .gallery-view table{ height:310px; width:310px; margin:4px; vertical-align:middle; text-align:center;}
.dt-gallery .gallery-view table td{  height:310px; width:310px; text-align:center;}
.dt-gallery .gallery-view table td #wrap{ display:inline-block; text-align:center; z-index:999; position:relative;}
.dt-gallery .gallery-view table td a.cloud-zoom{ display:inline-block;}
.dt-gallery .gallery-view img.view{ float:left; max-height:310px; max-width:310px; height:expression(this.height > 310 && this.height/this.width >= 1 ? 310 : true); width:expression(this.width > 310 && this.width/this.height >= 1 ? 310 : true);}
.gallery{ margin:2px 0px 0px 2px;}
.gallery li{ border:1px solid #cdcdcd; float:left; height:44px; margin:6px 6px 0px 0px; width:44px; overflow:hidden; text-align:center;}
.gallery li img{ height:expression(this.height > 44 && true ? 44 : true); width:expression(this.width > 44 && true ? 44 : true); max-height:44px; max-width:44px;}
.gallery li.current{ border:2px solid #C30008; height:42px; width:42px;}
.gallery li.current img{ margin:-1px 0px 0px -1px;}

.dt-property{ padding-left:335px;}
.dt-property .goods-name{ color:#222; font-size:14px; line-height:22px; font-weight:bold; margin-bottom:4px;}
.dt-property .mkprice{ margin:3px 0px;}
.dt-property .nowprice{ margin:4px 0px;}
.dt-property .nowprice strong{ font-size:18px; color:#CC0303;}
.dt-property .attr p{ height:24px; line-height:24px;}
.dt-property .buyinfo{ background:#f8f8f8; border:1px solid #eaeaea; margin:5px 0px; padding:10px;}
.dt-property .buyinfo dl{ line-height:24px; margin:0px; margin-bottom:8px; overflow:hidden; }
.dt-property .buyinfo dl.stock { _zoom:1; margin-bottom:5px; _margin-bottom:8px; *margin-bottom:8px; overflow:hidden; }
.dt-property .buyinfo dt{ color:#333; float:left; line-height:16px; padding-top:3px; padding-right:5px; text-align:right; width:56px; }
.dt-property .buyinfo dd{ float:left; width:336px; margin:0px;}
.dt-property .buyinfo dd li{ display:inline; }
.dt-property .buyinfo dd li a{ display:block; float:left; white-space:nowrap; margin:0px 5px 4px 0px; height:20px; line-height:20px; padding:0 8px; border:1px solid #ccc; background:#fff;color:#333333; text-decoration:none; overflow:hidden; cursor:pointer; }
.dt-property .buyinfo dd li a:hover{ border:2px solid #ccc; height:18px; line-height:18px; padding:0px 7px; text-decoration:none; }
.dt-property .buyinfo dd li.current a ,.dt-property dl.stock dd li.current a:hover{ background:#FFF; border:2px solid #DF0001; height:18px; line-height:18px; padding:0 7px; }
.dt-property .buyinfo .amount input{ width:40px; vertical-align:middle; text-align:center;}
.dt-property .buyinfo .amount{ overflow:hidden;_zoom:1;}
.dt-property .buyinfo .amount p{ display:none;}
.dt-property .buyinfo .amount font{ font-size:12px; padding:0px 2px;}
.dt-property .numcheckcue{ color:#888;}
.dt-property .buyinfo .choice{ line-height:18px; font-weight:bold; }
.dt-property .buyinfo .choice dt{ color:#666; padding-top:1px;}
.dt-property .buyinfo .choice font{ color:#f50; display:inline; font-style:normal; padding:0px 4px;}
.dt-property .buyinfo .do{ padding:10px 20px; width:360px;}
/****商城 商品详细页 end****/