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

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(../img/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,
.treeview span {
color:#484848;
display:block;
font-size:11px;
text-decoration:none;
outline: none;
}

.treeview a.selected {
font-weight: bold;
color: #000000;
}

#treecontrol { 
margin-bottom: 15px;
border-bottom: solid 1px #ffffff;
display: none; 
float: left;
margin-left: -15px;
margin-top: -15px;
width: 247px;
background-color: #e2e2e2;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 18px;
}

	#treecontrol a {
	display: block;
	float: left;
	color: #484848;
	text-decoration:none;
	margin-left: 10px;
	padding-right: 10px;
	border-right: solid 1px #cccccc;
	line-height: 12px;
	font-size: 11px;
	outline: none;
	}
	
	#treecontrol a:hover {
	color: #006699;
	}
	
	#treecontrol a:first-child {
	margin-left: 0px;
	}
	
	#treecontrol a:last-child {
	border-right: none;
	padding-right: 0px;
	}

	#treecontrol img {
	border: none;
	}

.treeview .hover { 
color: #006699; 
cursor: pointer; 
}

.treeview li { background: url(../img/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(../img/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 li.root {
background-image: url(../img/root.gif);
margin-left: -2px;
padding-top: 1px;
padding-bottom: 1px;
}

	.treeview li.root a,
	.treeview li.root span {
	background: none;
	padding-left: 6px;
	font-weight: bold;
	}

.treeview-red li { background-image: url(../img/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../img/treeview-red.gif); } 

.treeview-black li { background-image: url(../img/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../img/treeview-black.gif); }  

.treeview-gray li { background-image: url(../img/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../img/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(../img/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../img/treeview-famfamfam.gif); } 


.filetree span, .filetree a { padding: 0px 0 0px 20px; display: block; }
.filetree span { background: url(../img/folder.gif) 0 0 no-repeat; }
.filetree li.collapsable span { background: url(../img/folderopen.gif) 0 0 no-repeat; }
.filetree li.expandable span { background: url(../img/folder.gif) 0 0 no-repeat; }
.filetree a { background: url(../img/file.gif) 0 0 no-repeat; }
