.shopCategory{
font-size:13px;
margin-bottom:20px;
width:900px;
}

.shopCategory li{
float:left;
height:29px;
line-height:29px;
padding:2px 11px;
border-left:1px #999 solid;
}
.shopCategory li:last-child{
border-right:1px #999 solid;
}
.shopCategory li a{
font-weight:bold;
}