/* CSS Document */
#allProduct_body{
width:998px;
margin-top:8px;
}
#allProduct_list{
	width:125px;
	float:left;
	margin-right:15px;
	border: 1px solid #CCCCCC;
}
#allProduct_title{
	background-color:#EDF9FD;
	text-align:center;
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	padding:3px;
}
#allProduct_title_2{
	background-color:#4A6892;
	text-align:center;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding:2px;
}
#allProduct_li{}
#allProduct_li ul{margin:0px;}
#allProduct_li li{
    line-height:24px;
    padding-left:10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cecece;
}
#allProduct_tip{
	text-align:center;
	margin-bottom:8px;
	color:#FF0000;
	padding:5px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background-color: #EAF9FD;
}
