
/* list ***********************************************************************/

#treecontainer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#treecontainer ul ul { margin-left: 20px; }
#treecontainer ul.hidden { display: none; }


/* links in list **************************************************************/

#treecontainer ul a {
  background-image: url("/sycro/images/plus.gif");
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 28px;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
}
#treecontainer ul a.opened { background-image: url("/sycro/images/min.gif"); }
#treecontainer ul a.hidden { background-image: none; }


/* checkbox in list ***********************************************************/

#treecontainer ul img {
  position: relative;
  left: 28px;
}

