.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  
.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; }

.treeview-type1 li { background-image: url(images/treeview-red-line.gif); color: #da0013; }
.treeview-type1 .hitarea, .treeview-type1 li.lastCollapsable, .treeview-type1 li.lastExpandable { background-image: url(images/treeview-red.gif); }
.treeview-type1 .hover{ color: blue; cursor: pointer; }

.treeview-type2 li { background-image: url(images/treeview-black-line.gif); color: #384273; }
.treeview-type2 .hitarea, .treeview-type2 li.lastCollapsable, .treeview-type2 li.lastExpandable { background-image: url(images/treeview-black.gif); }  
.treeview-type2 .hover{ color: blue; cursor: pointer; }

.treeview-type3 li { background-image: url(images/treeview-gray-line.gif); color: #9999cc; }
.treeview-type3 .hitarea, .treeview-type3 li.lastCollapsable, .treeview-type3 li.lastExpandable { background-image: url(images/treeview-gray.gif); }
.treeview-type3 .hover{ color: blue; cursor: pointer; }

.treeview-type4 li { background-image: url(images/treeview-gray-line.gif); color: #330033; }
.treeview-type4 .hitarea, .treeview-type4 li.lastCollapsable, .treeview-type4 li.lastExpandable { background-image: url(images/treeview-gray.gif); }
.treeview-type4 .hover{ color: blue; cursor: pointer; }

.treeview-type5 li { background-image: url(images/treeview-gray-line.gif); color: #aa11ff; }
.treeview-type5 .hitarea, .treeview-type5 li.lastCollapsable, .treeview-type5 li.lastExpandable { background-image: url(images/treeview-gray.gif); }
.treeview-type5 .hover{ color: blue; cursor: pointer; }

.treeview-type6 li { background-image: url(images/treeview-gray-line.gif); color: #227659; }
.treeview-type6 .hitarea, .treeview-type6 li.lastCollapsable, .treeview-type6 li.lastExpandable { background-image: url(images/treeview-gray.gif); }
.treeview-type6 .hover{ color: blue; cursor: pointer; }

.branchview-type1, .branchview-type1 a { color: #da0013; line-height: 15px; margin-bottom: 0px;}

.branchview-type2, .branchview-type2 a { color: #384273; line-height: 15px; padding-bottom: 0px;}

.branchview-type3, .branchview-type3 a { color: #9999cc; line-height: 15px; margin-bottom: 0px;}

.branchview-type4, .branchview-type4 a { color: #330033; line-height: 15px; margin-bottom: 0px;}

.branchview-type5, .branchview-type5 a { color: #aa11ff; line-height: 15px; margin-bottom: 0px;}

.branchview-type6, .branchview-type6 a { color: #227659; line-height: 15px; margin-bottom: 0px;}

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
