/* ============·ÖÀàÁÐ±í============== */

ul.productclass{
margin:0px;
padding:0px;
border:1px #ddd solid;

}

li.productclass {
margin:0;
padding:0;
list-style-type: none;
font-weight:100;
color:#505050;
border-bottom:1px #ddd solid;
background:#FDFDFD;
}



a.productclass:link,a.productclass:visited,a.productclass:active{
display:block;
font-size:14px;
line-height:42px;
text-align:center;
height:42px;
color:#505050;
text-decoration: none;
}

a.productclass:hover{
display:block;
font-size:14px;
line-height:42px;
text-align:center;
height:42px;
color:#fff;
background:#F47920;
text-decoration: none;
}
