.treeview ul { }

.treeview, .treeview ul { 
	padding: 0!important;
	margin: 0!important;
	list-style: none;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html div.hitarea {
	background: transparent;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0px 0pt 3px 18px;
	clear:both!important;
}
.treeview a {
	color:#666;
	font-weight:bold;
	white-space:nowrap;
	font-size:14px;
}
.treeview a.selected {
	/*background-color: #eee;*/
}
.treeview li li a {
	font-weight:bold!important;
	color:#666!important;
	float:left;
	width:170px;
	//margin-top:-15px;
}
.treeview li li li a {
	font-weight:normal!important;
	margin-top:0px;
}
.treeview a p {
	display:inline;
	color:#c20000;
}
#treecontrol { margin: 1em 0; }

.treeview .hover { text-decoration:underline; cursor: pointer; }

.treeview li { background: url(../images/treeview/tv-item.gif) 0 0 no-repeat; }
.treeview .collapsable { background-image: url(../images/treeview/tv-collapsable.gif); }
.treeview .expandable { background-image: url(../images/treeview/tv-expandable.gif); }
.treeview .last { background-image: url(../images/treeview/tv-item-last.gif); }
.treeview .lastCollapsable { background-image: url(../images/treeview/tv-collapsable-last.gif); }
.treeview .lastExpandable { background-image: url(../images/treeview/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/treeview/folder.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../images/treeview/file.gif) 0 0 no-repeat;}