﻿ul {
	list-style: none; padding-left: 0px;
}
ol {
	list-style: none; padding-left: 0px;
}
li {
	list-style: none; padding-left: 0px;
}
.ui-category-box-wrap {
	height: 35px; background-color: rgb(248, 248, 248);
}
.ui-category-box {
	line-height: 25px; overflow: hidden; font-size: 15px; margin-bottom: 4px;
}
.ui-category-box > a {
	padding: 2px 8px; color: rgb(255, 255, 255); margin-right: 5px; float: left; white-space: nowrap; cursor: pointer;
}
.ui-category-box > a:hover {
	text-decoration: underline;
}
.ui-category-box > a.selected {
	background-color: rgb(69, 160, 230);
}
.ui-category-box-wrap .ui-category-box > a {
	padding: 0px 8px; color: rgb(102, 102, 102); line-height: 35px; font-weight: normal;
}
.ui-category-box-wrap .ui-category-box > a:hover {
	color: rgb(44, 44, 44); text-decoration: none;
}
.ui-category-box-wrap .ui-category-box > a.selected {
	color: rgb(44, 44, 44); font-weight: bold; border-bottom-color: rgb(51, 136, 255); border-bottom-width: 2px; border-bottom-style: solid; background-color: transparent;
}
