.filetree, .filetree ul {padding: 0;margin: 0;list-style: none;}
.filetree ul {background-color: white;}
.filetree a.selected {background-color: #eee;}
.filetree .hover {color: red; cursor: pointer; }
.filetree a:link, .filetree a:visited, .filetree a:hover, .filetree a:active{color:#000;}
.filetree a.selected{background-color: #aaa;}
.filetree .placeholder {background: url(./ajax-loader.gif) 0 0 no-repeat;height: 16px;width: 16px;margin-top:5px;display: block;}


.filetree li {margin: 0;background: url(./treeview-default-line.gif) 0 0 no-repeat; padding: 0px; }
.filetree li.topnode{background:none}
.filetree li.collapsable{padding: 0px; }
.filetree li.expandable span.ui-fbicon-folder {background-image: url(./folder-closed.png);}
.filetree li.collapsable, .filetree li.expandable {background-position: 0 -176px; }
.filetree li.last {background-position: 0 -1766px }
#.filetree li.lastCollapsable, .filetree li.lastExpandable {background-image: url(./treeview-default.gif); }  
#.filetree li.lastCollapsable {background-position: 0 -111px }
#.filetree li.lastExpandable {background-position: -32px -67px }

.filetree li div.hitarea {background: url(./treeview-default.gif) -65px -19px no-repeat;
	height: 27px;width: 16px;float: left;cursor: pointer;}
.filetree li div.dummy-hitarea {float:left;width: 16px;height:27px;}
/* fix for IE6 */
* html .filetree li div.hitarea {display: inline;float:none;}
.filetree li div.expandable-hitarea {background-position: -81px 4px; }
.filetree div.lastCollapsable-hitarea, .filetree div.lastExpandable-hitarea {background-position: 0; }


.filetree li a.nodeparent{display:block;margin:0px;padding: 5px 0px 5px 0px;white-space:nowrap}
.filetree li a.nodeparent .nodeitem{vertical-align:middle}
.filetree li a.nodeparent .overlayicon{position:relative;left:-16px;margin-right:-16px}
.filetree li a.nodeparent .text{padding-left:3px;padding-right:5px}
.filetree li .ui-fb-link{color:#000}
.filetree li a span{user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;}