/* sitemap.css */

#SitemapBox ul {
  list-style-type: none;
}
#SitemapBox .section {
  list-style-type: none;
  color: #2E3192;
  text-decoration: none;
  margin-right: 20px;
  font-weight: bold;
}
#SitemapBox .section a {
  padding-top: 10px;
  font-size: 14px;
  color: #E1001A;
  text-decoration: none;
  margin-right: 20px;
}
#SitemapBox .section a:hover {
  text-decoration: underline;
}
#SitemapBox .rubric {
  list-style-type: none;
}
#SitemapBox .rubric a {
  color: black;
  font-size: 11px;
  text-decoration: none;
  list-style-type: none;
  padding-top: 5px;
}
#SitemapBox .rubric a:hover {
  text-decoration: underline;
}
#SitemapBox .category {
  list-style-type: none;
}
#SitemapBox .category a {
  padding-top: 10px;
  font-size: 11px;
  color: black;
  text-decoration: none;
  background: none;
}
#SitemapBox .part {
  text-decoration: none;
  list-style-type: none;
}
#SitemapBox .part a {
  font-size: 10px;
  color: #455661;
}
#SitemapBox .part a:hover {
  color: #E1001A;
}
#SitemapBox .error {
  font-size: 12px;
}