LI {
 margin-left: 10px;
 text-indent: 1px; 
}
.tfolder {
  background-color: #FFFEFE;
  border: solid 1px #906;
  padding: 5px;
  margin: 5px;
  text-decoration: none;
}
.tfolder A,
.tfolder A:link,
.tfolder A:active,
.tfolder A:visited {
  color: #333;
  text-decoration: none;
  width: 100%;
}
.tfolder A:hover {
  color: #603;
  text-decoration: none;
}
.titem {
  border: solid 1px #CCCCDD;
  font-size: 10px;
  padding: 4px;
  margin: 4px;
}
.titem TH {
  padding: 3px;
  border: none; /*solid 1px #DDDDEE;*/
  background-color: #CCC;
}
.titem TD {
  border: none; 
  padding: 3px;  
  margin: 0px;
  background-color: #DDD;
}

