.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	float:left;
    width: 161px;
}

.treeview li ul {
	margin-top: 4px;
	float:left;
	width:100%
}

.treeview li ul li {
	margin-top: 4px;
	float:left;
	width:100%
}
.children{
display:none;
}

.treeview .hitarea {
    background: url("../img/menos-sprite.png") left center no-repeat;
    cursor: pointer;
    color: #ccc;
    height: 20px;
    margin-left: -16px;
    position: absolute;
    width: 100%;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 12px;
	width:100%;
	float:left;
	background: url("../img/dota.png") no-repeat scroll left center transparent;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li ul li { 	background: url("../img/dota.png") no-repeat scroll left center transparent; display: block; }

li.collapsable, li.expandable { background: transparent !important; display: block; }

ul.product-categories li a {
color: #6E6E6E;
}

ul.product-categories li ul li a {
color: #6E6E6E;
}

ul.product-categories li.collapsable > a, ul.product-categories li.expandable > a{
	color:#6e6e6e;
}

.treeview .expandable-hitarea { background:url('../img/mais-sprite.png') left center no-repeat }

.treeview li.last { 	background: url("../img/dota.png") no-repeat scroll left center transparent; }