﻿@charset "utf-8";
/* CSS Document */

.productBox{
	overflow:hidden;
}

/* 预览图片 */
.preview{
	width:282px;
	float:left;
}
.pic{
	width:282px;
	height:282px;
}
.pic img{
	border:#ddd solid 1px;
}
.thumb{
	width:282px;
	height:52px;
	padding:5px 0px;
}
.thumb img{
	border:#ddd solid 1px;
}
.thumb ul{
	list-style:none;
}
.thumb ul li{
	float:left;
}
.thumbli{
	padding:0px 4px;
}
.btn_pre{
	padding:0px;
}
.btn_next{
	padding:0px;
}
.btn_pre img{
	border:none;
}
.btn_next img{
	border:none;
}

/* 重要信息 */
.keypoint{
	margin-left:18px;
	width:460px;
	float:left;
}
.headline{
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	/*height:30px;*/
	border-bottom:#ddd dashed 1px;
}
.keyCo{
	padding-top:0px;
	height:150px;
	overflow:hidden;
}
.keyCo ul{
	list-style:none;
	padding:10px 20px;
}
.keyCo ul li{
	line-height:24px;
	color:#666;
}
.choose{
	/*background:#ffffcc;
	border:#f1bf3d solid 1px;*/
	border-top:#ddd dotted 1px;
	padding:10px;
	/*height:130px;*/
	overflow:hidden;
}
.selectBox{
	padding:10px;
}
.chooseNo{
	float:left;
	padding:10px;
}
.chooseBtn{
	float:left;
	width:420px;
	border-top:#dddddd dotted 1px;
	padding:10px 10px;
	text-align:center;
}
.choose ul{
	list-style:none;
}
.choose ul li{
	padding:5px 10px;
}
.choosefr{
	float:left;
}
/* 商品详情 */
.detail{
	line-height:20px;
	color:#333;
}
.detailList ul{
	list-style:none;
}
.detailList ul li{
	float:left;
	background:url(../images/dListOff.gif) no-repeat;
	height:28px;
	line-height:28px;
	width:90px;
	text-align:center;
	margin-right:3px;
	font-weight:bold;
}
.detailBox{
	border:#dfdfdf solid 1px;
	border-top:none;
	margin-bottom:10px;
}
.detailTitle{
	background:url(../images/liTitleBg.gif) repeat-x;
	height:30px;
	line-height:26px;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
}
.detailCo{
	border-bottom:#dfdfdf dotted 1px;
	margin:5px;
	padding:5px;
	clear:both;
}
.detailCo p{
	padding:10px 0px;
}
.detailCo p img{
	float:left;
	padding:10px;
	margin-right:20px;
	border:#ddd solid 1px;
	background:#eee;
}
.detailImg{
	text-align:center;
	padding:0px;
}
.detailImg img{
	border:#ddd solid 1px;
	background:#eee;
	padding:0px;
}
.detaiShow{
	display:block;
}
.detaiHide{
	display:none;
}
.dt_detPic{
	border-top:#ddd dotted 1px;
	margin-top:20px;
	padding:20px;
	text-align:center;
}
.dt_detPic img{
	border:#ddd solid 1px;
	margin:5px;
}
.reply{
	background:#ffffcc;
	border:#f1bf3d solid 1px;
	padding:10px;
	margin:5px 0px;
}
.pinglun{
	border:#ddd solid 1px;
	margin-bottom:10px;
}
.pinglunZi{
	padding:10px;
	line-height:20px;
	background:#ddd;
}
.pinglunTitle{
	font-weight:bold;
	font-size:14px;
	padding:10px 40px;
	background:#eee url(../images/ico_comment.gif) left no-repeat;
}
.pinglunItem{
	padding:10px 20px;
	border-top:#ddd dotted 1px;
	line-height:20px;
	color:#333;
}
.wopinglun{
	background:#eee;
	padding:20px;
}

/*产品单页中的品牌介绍样式*/
.brandInfo{
	padding:9px;
	background:#fff;
	border:#f1bf3d solid 0px;
	overflow:hidden;
	font-family:"微软雅黑", "宋体",Verdana, Geneva, sans-serif;
}
.bInfoLogo{
	width:80px;
	height:80px;
	padding:10px;
	background:#333;
	/*border:#ddd solid 1px;*/
	float:left;
}
.bInfoTxt1{
	float:left;
	padding:10px 20px;
	line-height:24px;
	color:#333;
	position:relative;
	width:540px;
	height:120px;
}
.bMore1{
	/*background:url(../images/ico_bmore1.png) no-repeat;*/
	width:16px;
	height:16px;
	position:absolute;
	left: 564px;
	top: 130px;
}
.bInfoTxt2{
	float:left;
	padding:10px 20px;
	line-height:24px;
	color:#666;
	position:relative;
	width:540px;
}
.bMore2{
	/*background:url(../images/ico_bmore1.png) no-repeat;*/
	width:16px;
	height:16px;
	position:absolute;
	left: 564px;
	top: 0px;
}

.importantwords{
	font-weight:bold;
	color:red;
}
.importantwords a{
	font-weight:bold;
	color:red;
}

/*购物数量*/
.qty {
    width: 40px;
    height: 25px;
    text-align: center;
}
input.qtyplus { width:25px; height:25px;}
input.qtyminus { width:25px; height:25px;}