/* CSS Document */
body{margin:0;font:12px;}
div{font:12px;}

/*产品类别*/
a.cla
{
	font:12px bolder;
	color:#FF0000;
	text-decoration:none;
}
.claDiv
{
	border-bottom:1px #000000 dashed;
	height:21px;
	cursor:pointer;
}

/*
============================================================================================
新闻Css
*/
a.NewList
{
	font:12px bolder;
	color:#FF0000;
	text-decoration:none;
}
.NewListDiv
{
	float:left;
	height:21px;width:400px;
	border-bottom:1px #000000 dashed;
	padding-top:5px;	
}
.NewListDiv2
{
	float:left;
	height:21px;width:350px;
	border-bottom:1px #000000 dashed;
	padding-top:5px;
	margin:0 10px 0 0;
}
.NewListDiv3
{
	height:21px;
	border-bottom:1px #000000 dashed;
	padding:5px 0 0 0;
}

/*
============================================================================================
产品
*/
a.proList
{
	font:12px bolder;
	color:#FF0000;
	text-decoration:none;
	line-height:24px;
}

.ProDivList
{
	float:left;
	width:100px;
	height:100px;
	text-align:center;
	margin:0 5px 0 5px;
}

.ProDivList2
{
	border:1px #999999 solid;
	text-align:center;
}

/*
============================================================================================
分页
*/
.pageText
{
	font:12px;
	color:#000000;
}

a.pageLink
{
	color:#FF0000;
	text-decoration:none;
	font-size: 12px;
}