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

.treeview ul {
}

.treeview .hitarea {
	/*background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;*/
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
}

.treeview a.selected {
}

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

.treeview li { }
.treeview li.collapsable{

}
.treeview li.collapsable span.element{
	border-bottom:1px solid #BDCEDE;
}
.treeview li.collapsable a.element{
	border-bottom:1px solid #BDCEDE;
}
.treeview li.expandable {  }

.treeview .expandable-hitarea {  }

.treeview li.last { }
.treeview li.lastCollapsable, .treeview li.lastExpandable {}  
.treeview li.lastCollapsable { border:none; }
.treeview li.lastExpandable { }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
