/* sitemap.css */

#SitemapBox table {
  width: 945px;
  padding: 0;
  margin: 0;
  display: block;
}

#SitemapBox table tr td {
  border: 1px solid white;
  width: 33%;
  padding: 0 10px;
}

#SitemapBox .middle {
  background: #E1E4E5;
}

#SitemapBox ul {
  list-style-type: none;
}

#MainContent .section {
  margin: 10px 0 10px 0;
  padding-left: 20px;
  background: transparent url(/images/static/news/title-arrow.gif) no-repeat;
  color: white;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
}

#MainContent .section a {
  color: white;
}

#MainContent .rubric {
  color: #B20504;
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 0px -20px;
  line-height: 20px;
}

#MainContent .rubric a {
  color: #B20504;
}

#MainContent .category {
  color: #1F6EE4;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 17px;
}

#MainContent .category a {
  color: #1F6EE4;
}

#MainContent .category .part {
  font-weight: normal;
  font-size: 11px;
  color: black;
}

#MainContent .category .part a {
  border: none;
  color: black;
}

