.treeview, .treeview ul { 
    padding: 0;
	margin: 0;
	list-style: none;
	background:#EBEBEB;
	text-align:left;
	
}

.treeview ul {
	background-color:#EBEBEB;
	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 a {font-size:12px; font-weight:bold;}
.treeview a:hover {font-size:12px; font-weight:bold;}

.treeview li {
	margin: 0;
	padding: 3px 3px 3px 3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#AE0000;
	line-height:12px;
	
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none;font-size:12px; }

.treeview .hover { color:#C00; cursor: pointer; text-decoration:none; font-size:12px; }

.treeview li {}
.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 { }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { } 

.treeview-black li {}
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {padding:10px;}  

.treeview-gray li {}
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {} 

.treeview-famfamfam li { }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {} 

.filetree li { padding: 3px 0 2px 0px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 0px; display: block; }
.filetree span.folder { }
.filetree li.expandable span.folder {}
.filetree span.file { }

