.treeview, .treeview ul { padding: 0;margin: 0;list-style: none;}
.treeview a { color: #333333;}
.treeview ul {background-color: white;}
.treeview .hitarea {height: 1px;width: 1px;margin-left: -16px;float: left;cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {display: inline;float:none;}
.treeview li { 	margin: 0;}
#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { cursor: pointer; }
.filetree li { padding: 3px 0 2px 16px;  display: inline;}
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
#treeview .selected_tree_item { color: #ACACAC; } 
