@charset "gb2312";
.ui-category-box-wrap{
	height:35px;
	background-color:#F8F8F8;
}
.ui-category-box {
	line-height: 25px;
	font-size: 15px;
	margin-bottom:4px;
	overflow:hidden;
}
.ui-category-box>a {
	float:left;
	cursor: pointer;
	color: #FFF;
	padding:2px 8px;
	margin-right:5px;
	white-space:nowrap;
}
.ui-category-box>a:hover {
	text-decoration: underline;
}
.ui-category-box>a.selected{
	background-color:#45A0E6;
}
.ui-category-box-wrap .ui-category-box>a{
	color:#666666;
	font-weight:normal;
	padding:0 8px;
	line-height:35px;
}
.ui-category-box-wrap .ui-category-box>a:hover {
	text-decoration:none;
	color:#2C2C2C;
}
.ui-category-box-wrap .ui-category-box>a.selected{
	background-color:transparent;
	border-bottom:2px solid #3388FF;
	font-weight:bold;
	color:#2C2C2C;
}