.treeview ul {
}
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview .first_cate {
    color: #666666;
}
.treeview .first_cate a:link{
   color:#00000;
}
.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}
.treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
}
.treeview li a {
    color:#000000;
}
.treeview a.selected {
	background-color: #eee;
}
#treecontrol {
	margin: 1em 0;
}
.treeview .hover {
	color: red;
	cursor: pointer;
}
.filetree li {
	padding: 3px 0 1px 16px;
}
.filetree span.folder, .filetree span.file {
	padding-left: 16px;
	display: block;
	height: 15px;	
}

