.treeview, .treeview ul { 
	padding: 0;
	margin-top: 10px;
	margin-left: -20px;
	list-style: none;
}

.treeview ul {

	margin-top: 4px;
	margin-left: -25px;
}

.treeview .hitarea {

	height: 15px;
	width: 15px;
	margin-left: 0x;
	float: left;
	cursor: pointer;
	font-size: 10px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0px -10px 0 0;
	padding: 3px 10px 3px 6px;
}



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

.treeview .hover { color: red; cursor: pointer; }
.treeview li.collapsable, .treeview li.expandable { background-position: 100px 0; }




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





.filetree li {
    padding: 5px 10px 10px 30px;
    
}
.filetree span.folder, .filetree span.file {
    display: block;
    margin: -10px -10px  }
.filetree span.top {
    font-weight:bold;
	margin-left: -5px;
    font-size: 9pt;
}
.filetree span.folder { background: url(../images/folder.gif) 0 0 no-repeat;  }

