#tree, #tree ul { 
  padding-left: 15px; 
  list-style-type: none;
  line-height: 200%;
}
#tree {
  padding: 0px 0px 0px 0px;
  text-align: left;
}
#tree li {
  margin-top: -6px;
  margin-left: 0px;
  line-height: 300%;
}
#tree li.leaf {
  padding-left: 15px;
}
#tree .drop_hover {
  background: url(/images/drag.png) no-repeat bottom left;
}
#tree .drop_top {
  background-position: top left;
}
#tree .drop_bottom {
  background-position: bottom left;
}
#tree .drop_insert {
  background-position: 35px 100%;
}
#log {
  text-shadow: none;
  font: normal 12px monospace;
  color: #999;
  line-height: 12px;
}

#tree li span.handle {
  display: block;
  float: left;
  width: 15px;
  height: 12px;
  margin: 9px 0 0 0;
  cursor: pointer;
}
#tree li span {
  background: url(/images/folder_open.png) no-repeat 3px 3px;
}
#tree li.closed span {
  background: url(/images/folder_closed.png) no-repeat 3px 3px;
}
#tree li.closed li {
  display: none;
}
