@CHARSET "UTF-8";

#tree_catalog {
  font-family: verdana;
  width: 257px;
  font-size: 0.8em;
  background: #95c557 url("img/catalog_top.jpg") no-repeat;
}

#tree_catalog .left_header {
  margin: 0;
  color: white;
  font-size: 1.4em;
  background: url("img/catalog_header.jpg") no-repeat;
  background-position: 0px 0px;
}

#tree_catalog li {
  list-style: none;
}

#tree_catalog ul.level_1 {
  padding: 8px 0px 4px 0px;
}

#tree_catalog li.level_0 {
  background: url("img/catalog_marker.gif") no-repeat;
  background-position: 14px 12px;
  padding: 7px 0px 10px 30px;
}

#tree_catalog li.level_1 {
  line-height: 1.4em;
}

#tree_catalog li.level_0 a {
  color: #004387;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

#tree_catalog li.level_0 a:hover {
  text-decoration: underline;
}

#tree_catalog li.level_1 a {
  color: white;
  font-weight: normal;
  font-size: 0.9em;
  text-decoration: none;
}

#tree_catalog li.level_1 a:hover {
  color: #7B7B7B;
  text-decoration: underline;
}

div.search {
  height: 103px;
  background: url("img/catalog_bottom.jpg") no-repeat;
  padding: 18px 0px 0px 30px;
}

div.search input {
  width: 184px;
}