.treeview, .treeview ul { 
	position:relative;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:100;
	width:100%;
}
.treeview ul {
	margin-top: 4px;
}
.treeview .hitarea {
	height: 16px;
	width: 16px;
	cursor: pointer;
}
.treeview li { 
	margin: 0;
}
.treeview ul li:hover,
.filetree span.file:hover { 
	color: #fff;
}
.treeview a.selected {
	background-color: #232323;
}
#treecontrol { margin: 1em 0; display: none; }

.treeview-famfamfam li { background-image: url(../../images/en/treeview-famfamfam-line.gif); }
.treeview .hover { color: red; cursor: pointer; }
.filetree span.folder a, .filetree span.file a{ display: block; width:100%; }









