.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Microsoft YaHei";
}

.treeview ul {
	background-color: white;
	margin-top: 5px;
}

.treeview .hitarea {
	background: url(../img/minus.png) no-repeat;
	width: 14px;
	height: 14px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
	margin-right: 5px;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0 2px 21px;
}

.treeview a.selected {
	
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #355e92; cursor: pointer; }

.child-tree 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: url(../img/plus.png) no-repeat;width: 14px;height: 14px; }



.treeview li.lastExpandable{
	padding-bottom: 0;
}
.treeview li.last{
	padding-bottom: 0;
}
.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 li { padding: 5px 0 0 0; min-height: 25px;line-height: 20px; white-space:nowrap;}
.filetree span.folder, .filetree span.file { padding: 0 0 1px 21px; display: block;color: #3aa3d3;font-size: 12px; }
.filetree span.folder { background: url(../img/folder.gif) 0 2px no-repeat; }
.filetree li.expandable span.folder { background: url(../img/folder-closed.gif) 0 2px no-repeat; }
.filetree span.file { background: url(../img/file.gif) 0 0 no-repeat; }
.filetree li a{
	color: #666;
}
.filetree li.chose{
	background-color: #9fc1d3;
}
.filetree li.chose a{
	color: #fff;
}
.filetree li ul li a{
	font-size: 14px;
	text-decoration: none;
	color: #666!important;
	padding: 5px 21px;
}

/*.filetree li a:hover{
	color: #fff;
	background-color: #36a6de;
}*/