.treeview ul { background-color: white; }
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}
.treeview li {	margin: 0;	padding: 3px 0pt 3px 10px; font-size:0.95em;}
.treeview a {color:#C33D03;/*#78C829;*/}
.treeview a.selected {	background-color: #eee;}
#treecontrol { margin: 1em 0; }
.treeview .hover {  cursor: pointer; }
.filetree li { padding: 3px 0 1px 16px; }
.filetree span.folder, .filetree span.file { padding-left: 16px; display: block; height: 15px; }
