.antz_trees div {
        padding-left: 4px;
}

.antz_trees div div {
        padding-left: 9px;
}

.content_container {
    width: 498px;
}
.content_trenner {
  clear: both;
  height: 20px;
}

.antz_trees {
  overflow: scroll;
  overflow-x: hidden;
  height: 270px;
}

#parent {
    width: 650px;
}

.treedata {
  margin-left: 5px;
}
.treedata span,
.treedata div {
  padding: 0px;
  margin-left: 0px;
}

.treenode {
  padding-left: 18px;
  padding-top: 0px;
}

.treenode input {
  border: 0;
}

.mark {
    text-align: center;
    margin:0px;
    padding:0px;
    padding-top: 5px;
    float: left;
    width: 5px;
    height: 7px;
}

.expanded {
  background-image: url('/storage/sym/jstree/minus.gif');
  background-position: bottom;
  background-repeat: no-repeat;
  cursor: pointer;
}

.collapsed {
  background-image: url('/storage/sym/jstree/plus.gif');
  background-position: bottom;
  background-repeat: no-repeat;
  cursor: pointer;
}

.leaf {
   background-image: none;
   background-color: #FFFFFF;
   cursor: default;
}

div.autocomplete {
  position: absolute;
  width: 249px;
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
  float: left;
}

div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

div.autocomplete ul li.selected {
  background-color: #96BF0D;
  color: #FFFFFF;
}

div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  height: 12px;
  cursor: pointer;
}