/* CSS Document */

/* Nested Sets
--------------------------------------------------------------------------------*/

.nestedset.parent.level_1 {
  font-weight: bold;
  background-image: url(../images/icons/arrow_pageright.gif);
  background-repeat: no-repeat;
  padding-left: 15px;
  margin-top: 5px;
}

a.nestedset.parent.level_1 {
  text-decoration: none;
}

.nestedset.parent.level_1.selected {
  background-image: url(../images/icons/arrow_pagedown_small.gif);
  color: #3f2010;
}


.nestedset.parent.level_2 {
  background-image: url(../images/icon_arrow_pageright_small.gif);
  background-repeat: no-repeat;
  padding-left: 15px;
  border-bottom: 1px dotted;
  font-weight: bold;
  margin: 0 0 20px 20px;;
}

.nestedset.parent.level_2.selected {
  background-image: url(../images/icons/arrow_pagedown_small.gif);
  color: #3f2010;
}



.nestedset.child {
  background-image: url(../images/icons/add_small.gif);
  background-repeat: no-repeat;
  padding-left: 10px;
  margin-left: 20px;
  font-size: 0.9em;
  font-weight: normal;
}

.nestedset.child .selected {
  color: #F7AF2F;
  background-image: none);
  background-repeat: no-repeat;
}