﻿/*框架*/
.goods-box {padding:20px 20px 20px 20px;}
.goods-c-l {float:left;width:294px;}
.goods-c-r {float:right;width:404px;}
/* 图片放大镜样式*/
.pictureDIV{margin:0 0 20px 0;}
.jqzoom{float:left;border:none; position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff;opacity: 0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview{width:292px;height:418px;border:1px solid #ccc;}
.spec-preview .jqzoom img{width:292px;height:418px;}
.spec-scroll{clear:both;margin-top:5px; width:294px;}
	.spec-scroll .prev{float:left;margin-right:5px;}
	.spec-scroll .next{float:right;}
	.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:76px;line-height:76px;border:1px solid #ccc;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:261px;height:78px;overflow:hidden;}
	.spec-scroll .items ul{margin:0; padding:0;list-style:none;position:absolute;width:999999px; height:78px;}
		.spec-scroll .items ul li{float:left; margin:0px; padding:0px; width:65px;text-align:center;}
			.spec-scroll .items ul li img{border:1px solid #CCC; padding:2px;width:50px;height:72px;}
			.spec-scroll .items ul li img:hover{ border:2px solid #FF6600; padding:1px; }
.productItem {float:left;margin:0 0 20px 10px;padding:10px;height:330px;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;list-style:none;width:296px;line-height:34px;font-size: 14px;}
	.productItem li{margin:0px;padding:0px;}
/*商品属性样式*/
.pro-attr h1{margin-bottom:10px;font-size:18px;font-weight:500;color:#444;line-height:30px;}

.pro-items{padding-bottom:10px;}
.pro-items dl{clear:both; padding:5px 0; font-size:14px;}
.pro-items dl dt{float:left; display:block; padding-right:5px;}
.pro-items p {padding:5px 0;}
.pro-btns{ padding:10px; border:1px solid #EDD28B; background:#FFFCF5;}
.pro-btns:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.pro-btns .input-box{margin-bottom:5px;padding-bottom:10px;border-bottom:1px solid #eaeaea;}
.pro-btns .input-box .txt{padding:0 5px;border:1px solid #F5DA98;height:24px; line-height:24px;width:60px;}
.pro-btns .btn-box{ position:relative; }
.pro-btns .btn-box .add,.pro-btns .btn-box .buy,.pro-btns .btn-box .ask,pro-btns .btn-box .add-over,.pro-btns .btn-box .buy-over,.pro-btns .btn-box .ask-over{background:url(../img/car_btn_buy.png) no-repeat; display:block; float:left; height:37px; text-indent:-9999px;}
.pro-btns .btn-box .add{background-position:0 0;width:127px;}
.pro-btns .btn-box .add-over{background-position:0 -58px; width:127px;}
.pro-btns .btn-box .buy{background-position:0 -116px;margin-left:15px;width:127px;}
.pro-btns .btn-box .buy-over{background-position:0 -174px;margin-left:16px;width:127px;}
.pro-btns .btn-box .ask{background-position:0 -232px;width:127px;}
.pro-btns .btn-box .ask-over{background-position:0 -290px;width:127px;}

.cart_info{z-index:2;margin:0;padding:15px;border:1px solid #DFC795;position:absolute;top:0px;left:0px;_left:-269px;width:302px;height:auto;background:#F7F2D0;text-align:left;}
.cart_info .close{display:block;margin:0;padding:0;position:absolute;top:5px;right:5px;width:15px;height:10px;text-indent:-9999px;background:url(../img/sprite.gif) no-repeat left -240px;cursor:pointer;}
/*商品选项卡*/
.pro-tabs{border-bottom:2px solid #fbe6b5; background:#fff9eb;height:42px;line-height:42px;overflow:hidden;}
	.pro-tabs ul li{float:left;font-size:18px;}
	.pro-tabs ul li a{float:left;display:block;margin-right:2px;padding:0 30px;border-left:1px solid #fbe6b5;border-right:1px solid #fbe6b5;border-top:1px solid #fbe6b5;height:42px;white-space:nowrap;}
	.pro-tabs ul li a:hover,
	.pro-tabs ul li a.current{color:#a65701;display:block;text-decoration:none;}
