.treeview, .treeview ul {
  list-style-image:none;
  list-style-type:none;
  margin:0;
  padding:0;
}
.treeview .hitarea {
  cursor:pointer;
  float:left;
  height:9px;
  margin-left:0;
  width:9px;
  padding-right:6px;
  padding-top: 2px;
}
* html .hitarea {
  display:inline;
  float:none;
}
.treeview li {
  margin:0 0 0 0.5em;
  padding:3px 0 3px 18px;
}
.treeview a.selected {
  background-color:#EEEEEE;
}
.treeview span.folder {
  padding-left:4px;
  padding-right:2px;
}
#treecontrol {
  display:none;
  margin:1em 0;
}
.treeview .hover {
  cursor:pointer;
}
.treeview li {
  background:transparent url(/img/treeview-default-line.gif) no-repeat scroll -1px 0;
}
.treeview li.collapsable, .treeview li.expandable {
  background-position:-1px -173px;
  margin-left:0;
  padding-left:2px;
}
.treeview li.collapsable ul {
  margin-left:9px;
}
.treeview .expandable-hitarea {
}
.treeview li.last {
  background-position:-1px -1766px;
}
.treeview li.closed {
  background-position:-1px 0;
}
.treeview li.lastCollapsable {
  background-position:-1px -1766px;
}
.treeview li.lastExpandable {
  background-position:-1px -1766px;
}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
  background-position:0 50%;
}
input.checkbox {
  padding: 0;
}

