.treeview ul { /*background-color: white;*/ }

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview div.hitarea {
	height: 1px;
	width: 1px;
	margin-left: -1px;
	float: left;
	cursor: pointer;
	background: none;
}
/* fix for IE6 */
* html div.hitarea {
	/*background: #fff;*/
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 0;
	background-color: none;
}

.treeview a.selected {
	/*background-color: #eee;*/
}

#treecontrol { margin: 10px 0; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { /*background: url(images/tv-item.gif) 0 0 no-repeat;*/ }
.treeview .collapsable { /*background-image: url(images/tv-collapsable.gif);*/ }
.treeview .expandable { /*background-image: url(images/tv-expandable.gif);*/ }
.treeview .last { /*background-image: url(images/tv-item-last.gif);*/ }
.treeview .lastCollapsable { /*background-image: url(images/tv-collapsable-last.gif);*/ }
.treeview .lastExpandable { /*background-image: url(images/tv-expandable-last.gif);*/ }

#browser.treeview li { /*background: url(images/black/tv-item.gif) 0 0 no-repeat;*/ }
#browser.treeview .collapsable { /*background-image: url(images/black/tv-collapsable.gif);*/ }
#browser.treeview .expandable { /*background-image: url(images/black/tv-expandable.gif);*/ }
#browser.treeview .last { /*background-image: url(images/black/tv-item-last.gif);*/ }
#browser.treeview .lastCollapsable { /*background-image: url(images/black/tv-collapsable-last.gif);*/ }
#browser.treeview .lastExpandable { /*background-image: url(images/black/tv-expandable-last.gif);*/ }

.filetree li { padding: 3px 0 1px 16px; }
.filetree span.folder, .filetree span.file { padding-left: 16px; display: block; height: 15px; }
.filetree span.folder { /*background: url(images/folder.gif) 0 0 no-repeat;*/ }
.filetree span.file { /*background: url(images/file.gif) 0 0 no-repeat;*/ }
