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

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


.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: right;
	cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	padding: 5px 0pt 5px 10px;
}

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

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

.treeview .hover { cursor: pointer; }

.treeview li { }
.treeview li.collapsable, .treeview li.expandable { }

.treeview li.last {  }
.treeview li.lastCollapsable, .treeview li.lastExpandable {  }
.treeview li.lastCollapsable { }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea:after {
	font-family: Fontawesome;
	content: "\f138";
}

.treeview div.lastExpandable-hitarea, .treeview div.lastCollapsable-hitarea:after {
	font-family: Fontawesome;
	content: "\f13a";
}