.liwidth {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 500px;
	font-weight: 400;
	padding-bottom:0px;
	margin-bottom:0px;
}

.category-box li label {
	cursor: pointer
}

.proitem {
	padding-top: 8px;
	display: block;
	padding: 8px 20px;
}

.proitem:hover {
	color: "#428bca";
	text-decoration: underline;
}