.tree_top {
  padding-left: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

.tree {
  margin-top: -5px;
  margin-left: -1px;
  padding-left: 0;
}

.tree,
.tree ul {
 list-style-type: none;
}

.tree li {
  padding-left: 1.2em;
  border-left: 1px #c0c0c0 solid;
  background: url(/img/tree/horizontal.png) no-repeat left 10px;
  margin-left: 1em;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;

  a {
    padding-left: 0.2em;
  }

  &:last-child {
    background: url(/img/tree/last.png) no-repeat -12px -2px;
    border: none;
    padding-bottom: 0;
  }

  ul {
    padding: 0;

    li {
      padding: 1px 0 1px 15px;
      font-size: 11px;
      font-weight: normal;
    }
  }
}
