.visitors_tree {
  border: 1px solid #d6dfe9;
  overflow: auto;
  
  font-size: 12px;
  
  position: relative;
  width: 250px;
  height: 350px;
}

.visitors_tree div.visitors_container {
  white-space: nowrap;
  
  padding: 0px 0px 0px 0px;
  
  position: relative;
}

.visitors_tree div {
  white-space: nowrap;
  text-align: left;
  
  padding: 3px 0px 1px 20px;
  
  position: relative;
}

.visitors_tree div span {
  background: url("/data/images/backoffice/tree/item.gif") no-repeat;
  
  margin: 1px 4px 1px 0px;
  
  position: relative;
  height: 14px;
}

.visitors_tree div span a {
  text-decoration: none;
  
  margin: 0px 0px 0px 20px;
}

.visitors_tree div.marker_loading {
  background: url("/data/images/backoffice/tree/loading.gif") no-repeat;
}

.visitors_tree div.marker_minus {
  background: url("/data/images/backoffice/tree/minus.gif") no-repeat;
}

.visitors_tree div.marker_plus {
  background: url("/data/images/backoffice/tree/plus.gif") no-repeat;
}

.visitors_tree div span.visitor_percent a {
  font-weight: bold;
  color: green;
}

.visitors_tree_info {
  border: 1px solid #d6dfe9;
  overflow: auto;
  
  font-size: 12px;
  
  position: relative;
  width: 500px;
  height: 350px;
}
