.treeview,
.treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: none;
	margin-top: 4px;
}

.treeview .hitarea {
	height: 16px;
	width: 18px;
	margin-left: -18px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding: 1px 0pt 3px 18px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol {
	margin: 0 0 1em 0;
	display: none;
}

.treeview .hover {
	cursor: pointer;
}

.treeview li {
	background: none no-repeat;
}

.treeview li.collapsable,
.treeview li.expandable {
	background-position: 0 -175px;
}

.treeview .expandable-hitarea {
	background-position: -80px -3px;
}

.treeview li.last {
	background-position: 0 -1766px
}

.treeview li.lastCollapsable {
	background-position: 0 -111px
}

.treeview li.lastExpandable {
	background-position: -32px -67px
}

.treeview div.lastCollapsable-hitarea,
.treeview div.lastExpandable-hitarea {
	background-position: 0;
}

.filetree li {
	padding: 3px 0 2px 18px;
}

.filetree span.folder,
.filetree span.file {
	padding: 0px 0 1px 20px;
	display: block;
}

.filetree span.folder {
	height: 15px;
}

.filetree span.file {
	height: 16px;
}

