.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul {
	margin-top: 4px;
}
.treeview .hitarea {
	background: url(plus.gif) 0px 0px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
}
.treeview a, .treeview a:link, .treeview a:visited {
	color: #4D4D4D;
}
.treeview a.selected {
	color: #3299CC;
}
.treeview a:hover, .treeview a:focus {
	color: #999;
	text-decoration: none;
}
.treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
}
.treeview li ul li a {
	font-weight: normal;
	color: #666;
}
#treecontrol {
	margin: 1em 0;
	display: none;
}
.treeview .hover {
	color: #999;
	cursor: pointer;
}
.treeview li {}
.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 0px;
}
.treeview .expandable-hitarea {
	background-position: 0px 0px;
}
.treeview .collapsable-hitarea {
	background: url(minus.gif) 0px 0px no-repeat;
}
.treeview li.last {
	background-position: 0 0;
}
.treeview li.lastCollapsable, .treeview li.lastExpandable {}
.treeview li.lastCollapsable {
	background-position: 0 0px
}
.treeview li.lastExpandable {
	background-position: 0px 0px
}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
	background-position: 0;
}
.treeview .placeholder {
	background: url(ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}
.filetree li {
	padding: 3px 0 2px 15px;
}

