/* sitemap.css */

#SitemapBox .error {
  color: #455661;
  font-size: 12px;
  padding: 10px 10px 0 10px;
  text-transform: none;
}
#SitemapBox ul {
  list-style-type: none;
}
#SitemapBox .section li {
  font-size: 14px;
  font-weight: bold;
  color: red;
  margin: 10px 0 15px 0;
}
#SitemapBox .section li a {
  color: red;
  text-decoration: none;
}
#SitemapBox .rubric {
  list-style-type: none;
  margin-left: 15px;
  font-weight: bold;
}
#SitemapBox .rubric li {
  color: black;
  font-size: 12px;
  padding-left: 0;
  text-transform: none;
  margin: 5px 0;
  border: 0;
  font-weight: bold;
}
#SitemapBox .rubric li a {
  color: black;
  font-weight: bold;
}
#SitemapBox .rubric a:hover {
  text-decoration: underline;
}
