.treeview, .treeview ul { padding: 0; margin: 0; list-style: none;   }
.treeview ul { margin: 0px; padding:0px }

.treeview .hitarea { background: url('../img/admin/treeview/treeview-default.gif') -64px -25px no-repeat; height: 16px; width: 16px; margin-left: -16px; float: left; cursor: pointer;}
/* fix for IE6 */
* html .hitarea { display: inline; float:none; }
.treeview li { padding:0px 0pt 2px 16px; margin:0px; }
.treeview a.selected {	background-color: #eee; }

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

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url('../img/admin/treeview/treeview-default-line.gif') 0 0 no-repeat; color:#4b4b4b;  padding:0px; margin:0px; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px;  }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url('../img/admin/treeview/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; }

.treeview-famfamfam ul { padding-left:20px;}
.treeview-famfamfam li { background: url('../img/admin/treeview/treeview-default-line.gif') no-repeat; list-style:none; }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url('../img/admin/treeview/treeview-famfamfam.gif'); }

.treeview-my li { background:none; list-style:none; }
.treeview-my .hitarea, .treeview-my li.lastCollapsable, .treeview-my li.lastExpandable { background:none; }

.filetree li { padding: 0px; margin:0px; }
.filetree img { border:0px;}

.treeview-siteMap ul { padding-left:20px; background:none;}
.treeview-siteMap li { background: none; list-style:none; }
.treeview-siteMap .hitarea, .treeview-siteMap li.lastCollapsable, .treeview-siteMap li.lastExpandable { background-image: none; }


