.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/public/img/treeview/plus.gif) 0 0 no-repeat;
	height: 9px;
	width: 9px;
	margin-left: -9px;
	margin-top: 3px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0 3px 16px;
}

.treeview a.selected {
	font-weight: 900;
	color: #e1802d;
}

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

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

.treeview li { background-image: url(/public/img/treeview/plus.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 0; }
.treeview li.collapsable { background-image: url(/public/img/treeview/minus.gif) 0 0 no-repeat; }


.treeview li.last { background: none; }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/public/img/treeview/plus.gif); }

.treeview div.expandable-hitarea { background-position: 0; background-image: url(/public/img/treeview/plus.gif); margin-right: 5px; }
.treeview .hitarea.collapsable-hitarea { background-image: url(/public/img/treeview/minus.gif); margin-right: 5px; }

.treeview div.lastExpandable-hitarea { background-position: 0; background-image: url(/public/img/treeview/plus.gif); }
.treeview div.lastCollapsable-hitarea { background-image: url(/public/img/treeview/minus.gif); }

