.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul {
	background-color: #f4f6f8;
	margin-top: 4px;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;

}

.treeview li {

	padding: 0px 0pt 2px 20px;
}
.treeview a {text-decoration:none}
.treeview a.hover {text-decoration:none; text-decoration:none}
.treeview a.selected {
font-weight:bold;text-decoration:none;
}

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

.treeview .hover { color: #444444; cursor: pointer; }

.treeview li { background:#f4f6f8; }
.treeview li.collapsable, .treeview li.expandable {  }

.treeview .expandable-hitarea {  }

.treeview li.last {}
.treeview li.lastCollapsable, .treeview li.lastExpandable {  }
.treeview li.lastCollapsable { }
.treeview li.lastExpandable {  }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {  }

.treeview-red li {}
* html .treeview-red li a{ text-decoration:none; padding-left:2px; }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { }

