ul.pls_categories li a {
	font-weight: normal;
	text-decoration: none;
	color: #666;
	border-left: 7px solid #ccc;
	padding: 0 0 0 5px;
	cursor: pointer !important;
}

ul.pls_categories li a:hover {
	color: #000;
	border-color: #000;
}

ul.pls_categories li.parent {
	list-style-type: none;
	padding: 0.15em 0 0.15em 15px;
	background: #fff url('../img/plus.png') 50% left no-repeat;
}

ul.pls_categories li.parent.active {
	background: #fff url('../img/minus.png') 50% left no-repeat !important;
}

ul.pls_categories li.parent a {
	font-weight: bold;
}

li {
	background-position: 50% left !important;
	background-repeat: no-repeat !important;
}
