/*商品页面*/
.product { position:relative; display:block; padding-top:50px; padding-bottom:50px; color:#333 }
.product a{color:#333}
.product_left { float:left; width:180px }
.product_right { float:right; width:790px }

/*左侧栏*/
.leftBox{display:block; overflow:hidden; width:100%; margin-bottom:10px}
.leftBox .hd{background:#ffa306; height:30px; line-height:30px; color:#fff}
.leftBox .hd span{padding-left:10px; font-size:14px; font-weight:bold}
.leftBox .bd{border:1px solid #ccc; border-top:0; width:158px; background:#fff; padding:10px; overflow:hidden; color:#333}

	/*购买流程*/
	.leftBox .sales li{border-bottom:1px solid #ccc; height:25px; line-height:25px}
	.leftBox .sales li a:hover strong{color:#ef6123}
	/*客服*/
	.leftBox .service .tlt{display:block; background:#ebebeb; text-align:center; font-weight:bold; color:#333; height:20px; line-height:20px; margin-bottom:5px; clear:both}
	.leftBox .service ul{clear:both; display:block; overflow:hidden}
	.leftBox .service li{float:left; width:50%; margin:3px 0}
	/*热销产品*/
	.leftBox .hotsale li{border-bottom:1px solid #ccc; padding:10px 0; overflow:hidden}
	.leftBox .hotsale li .infos{line-height:20px; margin-left:5px; float:right; width:108px; text-align:left}
	


	/*切换*/
.product_right .listTab{display:block; overflow:hidden; width:100%}
.listTab .menu { border-bottom:3px solid #ffa306; height:33px;width:100%;}
.listTab .menu li {display:inline-block; line-height:33px;}
.listTab .menu li a {color:#5e5d5d; background:#fee2b1; text-decoration:none; padding:0 23px; display:inline-block; font-weight:bold; font-size:14px}
.listTab .menu li a.tabactive {background:#ffa306;color:#fff; position:relative;}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#anothercontent1,#anothercontent2, #anothercontent3, #anothercontent4,#anothercontent5, #anothercontent6 { background:#fff; width:730px; padding:30px}
	/*商品列表*/
	.listTab .skubox{padding-bottom:25px; border-bottom:1px dashed #a0a0a0; margin-bottom:25px; position:relative}
	.listTab .skubox h2{color:#5e5d5d; font-size:16px; line-height:20px; height:20px; display:block; margin-bottom:13px}
	.listTab .skubox h2 em{background:#ffa306; width:4px; height:20px; display:inline-block; margin-right:5px}
	.listTab .skubox .infos{height:185px;border-top:3px solid #ffa306; width:710px; background:#fdf5e8; padding:10px; display:block; overflow:hidden}
	.listTab .skubox .infos .main{float:right; width:390px}
	.listTab .skubox .infos .main .lilv{border-bottom:1px solid #d2d2d2; font-size:16px; color:#5e5d5d; font-family:黑体, Helvetica, sans-serif; padding-bottom:10px; height:40px; line-height:40px}
	.listTab .skubox .infos .main .lilv strong{color:#ef6123; font-size:30px; font-weight:bold; font-family:Arial, Helvetica, sans-serif}
	.listTab .skubox .infos .main .detail{clear:both; /*width:265px;*/ display:block; overflow:hidden; margin:5px 0 0 15px}
	.listTab .skubox .infos .main .detail li{clear:both; line-height:20px; line-height:20px; background:url(/skin/default/images/img/dot.png) no-repeat left center; color:#2d2d2d; text-indent:10px}
	.listTab .skubox .cartbtn{position:absolute; background:url(/skin/default/images/img/btn.png) no-repeat -194px 0; width:106px; height:28px; display:block; right:10px; bottom:35px}
	.listTab .skubox .seebtn{position:absolute; background:url(/skin/default/images/img/btn.png) no-repeat -194px -36px; width:106px; height:28px; display:block; right:10px; bottom:35px; color:#fff; font-size:14px; font-family:黑体; text-align:center; line-height:28px; font-weight:bold}
	.listTab .page{clear:both; display:block; overflow:hidden}
	.listTab .page a{border:1px solid #ccc; color:#333; height:20px; line-height:20px; padding:0 10px; display:inline-block; margin-right:5px}
	.listTab .page a:hover{background:#ffa306; color:#fff}
	
.status{background:url(/skin/default/images/img/home.gif) no-repeat left center; height:20px; line-height:20px; text-indent:20px; margin-bottom:10px}	
/*商品详情*/
.DetailBox{display:block; overflow:hidden; position:relative; margin-bottom:25px}
.DetailBox .gallery{border:1px solid #ccc; float:left}
.DetailBox .tb-wrap{overflow:hidden; width:450px; float:left; margin-left:28px}	
.DetailBox .tb-wrap h2{color:#3d3d3d; font-size:16px; padding-bottom:5px}
.DetailBox .tb-wrap .price{font-family:微软雅黑,黑体,宋体; color:#d41c02; font-weight:bold; font-size:30px}
.DetailBox .tb-wrap .describe{background:#f6f6f6; border:1px solid #ccc; width:363px; padding:5px}
.DetailBox .tb-wrap .describe li{line-height:20px}
.DetailBox .tb-wrap .buy{background:url(/skin/default/images/img/btn.png) no-repeat 0 -77px; width:183px; height:48px; line-height:48px; text-align:center; font-size:20px; font-weight:bold; display:block; color:#fff; font-family:黑体}
.DetailBox .tb-wrap .nobuy{background:url(/skin/default/images/img/btnr.png) no-repeat 0 -77px; width:183px; height:48px; line-height:48px; text-align:center; font-size:20px; font-weight:bold; display:block; color:#fff; font-family:黑体}
.DetailBox .tb-wrap td{padding:5px 0}

/* p_number 数量增加减少 */  
.p_number{}       
.p_number .add_chose a{cursor:pointer;float:left;display:inline-block;width:26px;height:22px; line-height:22px; text-align:center;overflow:hidden; background:#ededed; border:1px solid #ccc; color:#444}  
.p_number .add_chose .text{float:left;display:inline-block; background:#fff; border-top:1px solid #ccc;border-bottom:1px solid #ccc;width:54px;line-height:22px; height:22px;font-size:12px; text-align:center}  
.p_number .num{color:#444; font-weight:normal; line-height:24px; padding:0 15px; float:left; display:inline-block}

/*快捷金额*/
.quickAmount li{float:left; display:inline-block; margin-top:5px; margin-right:7px; position:relative}
.quickAmount li a{cursor:pointer;background:#fff; color:#444; border:1px solid #ccc; width:116px; height:30px; text-align:center; line-height:30px; display:inline-block; position:relative}
.quickAmount li .check{background:url(/skin/default/images/index/hotSale2.png) no-repeat center 0; position:absolute; left:0; top:0; width:116px; height:30px; display:none}
.quickAmount li.cur .check{display:block}

/*特色*/
.DetailBox .feature{border-top:1px solid #ccc; line-height:23px; padding-top:10px}

.tab{ height:38px;clear:both; width:780px; font-size:14px; border-bottom:1px #ccc solid;}
.tab li{ cursor:pointer;height:38px;line-height:37px; padding:0 15px; float:left; background:#f3f3f3; border:1px #ccc solid; border-bottom:none; margin-right:-1px;}
.tab li.active{ border-top:4px #ce9524 solid; border-bottom:none;height:34px; background:#fff; position:relative; bottom:-1px;color:#d4240c; font-weight:bold;}
