/* ============分类列表============== */

div.productclass_dolphin{
margin:0px;
padding:15px 0px 0px 0px;
}


a.productclass_dolphin{
	display: block;
	text-decoration: none;
	height: 40px;
	text-align: left;
	color: #0099FF;
	text-align: left;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 40px;
	background-image: url(../images/listx.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}

a.productclass_dolphin:hover{
	display: block;
	color: #505050;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	background-image: url(../images/listx2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
