.treeview, .treeview ul {
	/* padding: 0 0 0 20px; */
	margin: 0;
	list-style: none;
	font-size: 16px;
}
.treeview {
	/* padding: 0 0 0 50px; */
}
.treeview ul {
	background-color: white;
	margin-top: 0px;
}
.browser1 ul li{padding-left: 65px;}
.treeview .hitarea {
	background: url(list_icon_on.png) 8px 8px no-repeat;
	height: 35px;
	width: 35px;
	margin-left: 30px;
	float: left;
	cursor: pointer;
	/* background-size: 16px 16px; */
	margin-top: 12px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview ul li {
	/* margin: 0; */
	/* margin-top: 10px; */
}

.treeview a.selected {
	background-color: #eee;
}

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

.treeview .hover { color: #3ba4fd; cursor: pointer; }

.treeview li {/* background: url(treeview-default-line.gif) 0 0 no-repeat; */}
.treeview li.collapsable, .treeview li.expandable {/* background-position: 0 -176px; *//* background: #0064c2; */}
.treeview li.collapsable{background: #0064c2;}

.treeview .expandable-hitarea {/* background-position: -80px -3px; *//* background-size: 16px 16px; */background: url(list_icon.png) 8px 8px no-repeat;/* background-size: 16px 16px; */margin-top: 12px;}

.treeview li.last {background-position: 0 -1766px;margin-bottom: 0;}
.treeview li.lastCollapsable, .treeview li.lastExpandable {/* background-image: url(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; *//* background-size: 25px 25px; */}

.treeview-red li { background-image: url(../images/global/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../images/global/treeview-red.gif); } 

.treeview-black li { background-image: url(../images/global/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../images/global/treeview-black.gif); }  

.treeview-gray li { background-image: url(../images/global/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../images/global/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(../images/global/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../images/global/treeview-famfamfam.gif); } 

.treeview .placeholder { background: url(../images/global/ajax-loader.gif) 0 0 no-repeat; height: 16px;	width: 16px; display: block;}
.filetree .on,.cur{color:#3ba4fd}

.filetree li {padding: 0px 0 0px 0px;line-height: 40px;/* height: 58px; */line-height: 58px;text-align: left;background: #f3f5f9;position: relative;font-size: 16px;/* padding-left: 109px; */overflow: hidden;margin-bottom: 10px;}
.filetree li.expandable{/* margin-top: 10px; */}
.filetree span.folder, .filetree span.file {padding: 1px 0 1px 23px;display: block;}
.filetree span.folder {/* background: url(open_1_2.png) left center no-repeat; *//* color: #ffffff; */}
.filetree .collapsable span.folder a{color: #ffffff;}
.filetree li.expandable span.folder a{color:#999;}
.filetree span.file {background: url(open_4.png) left center no-repeat;background-size: 16px 16px;}
.filetree .on span.file {background: url(open_3.png) left center no-repeat;background-size: 16px 16px;}
.filetree span.file a{color:#999;}
.filetree .on span a{color:#3ba4fd}
.treeview li.expandable.on{ background: #0064c2;}
.treeview li.expandable.on span a{color:#ffffff;}
.treeview li.expandable.on .hitarea {background: url(list_icon_on.png) 8px 8px no-repeat;}
.filetree li.expandable.on span.folder a{color:#ffffff;}
