/* sitemap.css */

#SitemapBox ul {
  list-style-type: none;
}
#SitemapBox {
  margin-top: -10px;
}
#SitemapBox h1 {
  background: transparent url(/images/content/without-sectionmenu-title.gif) no-repeat top left;
  height: 35px;
  line-height: 35px;
  width: 817px;
  margin: -10px 0 0 -11px;
}
#SitemapBox h2,
#SitemapBox ul,
#SitemapBox ol,
#SitemapBox p {
  padding: 0 10px;
}
#SitemapBox .section {
  list-style-type: none;
  padding-top: 10px;
  font-size: 14px;
  color: #545454;
  border-bottom: 1px dotted #2F338B;
  text-decoration: none;
  margin-right: 20px;
  font-weight: bold;
}
#SitemapBox .section a {
  padding-top: 10px;
  font-size: 16px;
  color: #BF1E2D;
  text-decoration: none;
  margin-right: 20px;
}
#SitemapBox .rubric {
  list-style-type: none;
}
#SitemapBox .rubric a {
  color: #7c7c7c;
  font-size: 12px;
  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: 12px;
  color: #455661;
  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: #F66F2B;
}
#SitemapBox .error {
  font-size: 12px;
}
