.list ul, .list li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
.list ul { list-style: none; }

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
}

.treeview .hitarea {
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
	margin-left: -16px;
	padding-left: 0;
}
* html .list ul ul { padding-left: 0px; }
* html .list .treeview ul { padding-left: 3px; }

.treeview li { 
	margin: 0;
	padding: 0 0 0 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 0 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.filetree li, .filetree span.folder { padding-left: 16px; }
.filetree span.folder { background: url(/i/treeview/minus.gif) 0 50% no-repeat; }
.filetree li.expandable span.folder { background: url(/i/treeview/plus.gif) 0 50% no-repeat; }

