/* css 重置 */
*{margin:0;padding:0;list-style:none;}
img{border:0;}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
a{
	text-decoration:none;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover{
}
/* 本例子css */
.tabox{
	width:706px;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tabox .hd{
	overflow:hidden;
	background-position: 0 1px;
	border-left-color: #ddd;
	width: 706px;
	color: #000000;
}
.tabox .hd li{
	position:固定;
	height:28px;
	line-height:28px;
	text-align:center;
	width:139px;
	float:left;
	_font-weight:bold;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
}
.tabox .hd li.on{
	width:139px;
	color:#666666;
	background-color: #CCCCCC;
	border-bottom-width: 0px;
	border-bottom-style: none;
	font-size: 15px;
	line-height: 28px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
}
.tabox .bd{
	height: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
.tabox .lh{
	overflow:hidden;
	height: 500px;
	width: 709px;
}
.tabox .lh li{
	width:139px;
	float:left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.tabox .lh li .p-img{
	width:150px;
	height:150px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
}
.tabox .lh li .p-name{height:36px;line-height:18px;word-break:break-all;word-wrap:break-word;overflow:hidden;}
.tabox .lh li .p-price{color:#999;}
.tabox .lh li .p-price strong{color:#c00;font-size:14px;font-family:verdana;}
.tabox .in-ht {
	overflow:hidden;
	border-left:1px solid #ddd;
	background-color: #e9e9e9;
}

.tabox .in-zi {
	overflow:hidden;
	font-size: 15px;
	text-transform: none;
	font-weight: bolder;
	color: #03304E;
	padding-left: 5px;
	border-left-color: #ddd;
	letter-spacing: 1px;
}

.tabox .in-xiaozi {
	overflow:hidden;
	border-left:1px solid #ddd;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 20px;
	padding-left: 15px;
}
.tabox .in-anniu {
	overflow:hidden;
	border-left:1px solid #ddd;
	font-size: 15px;
	color: #004a7f;
	text-transform: uppercase;
	font-weight: bolder;
	padding-left: 15px;
}
