/* common settings */
div#rs a {
  color: #333;
  text-decoration: underline;
}
div#rs ul {
  list-style-image: none;
  list-style: none;
  margin: 0px;
}
div#rs li {
  margin: 0;
}

/* years */
div#rs li.year, div#rs_s div.ctl {
  padding-left: 10px;
  background: no-repeat url(/_include/img/folder_closed.gif) 0 5px;
}
div#rs li.year a.year, div#rs_s div.ctl a.ctl {
  color: #54ABF0;
  font-weight: bold;
  text-decoration: none;
}

/* categories, *_bf = for BFA! */
div#rs ul.cats, div#rs ul.cats_bf {
  display: none;
  margin-bottom: 10px;
  margin-left: -10px;
}
div#rs ul.cats_bf {
  margin-bottom: 4px;
  margin-left: 30px;
}
div#rs li.cat {
  padding-left: 10px;
  background: no-repeat url(/_include/img/folder_closed.gif) 0 5px;
}
div#rs li.cat a.cat {
  color: #333;
  text-decoration: none;
}

/* items */
div#rs ul.items {
  display: none;
  margin-left: 25px;
}
div#rs li.item {
  padding-left: 15px;
  background: no-repeat url(/_include/img/icon_rs.gif) 0 3px;
  margin-bottom: 5px;
}
div#rs li.item a.item {
  font-weight: bold;
}

/* attachments */
div#rs ul.atts {
  margin-left: 25px;
}
div#rs li.att {
  padding-left: 15px;
  background: no-repeat url(/_include/img/icon_att.gif) 0 3px;
}
div#rs li.att>a {
  font-size: 10px;
}

/* search */
.shl {
  color: #ff0000;
  font-weight: bold;
}

