#sitemap {
  width: 100%;
  text-align: center;
}

#sitemap td {
  vertical-align: top;
}

#sitemap .mapitem {
  width: 90%;
  margin: auto;
  border: 1px dashed #aaa;
  margin-bottom: 10px;
}

#sitemap .mapitem td {
  padding: 4px;
  vertical-align: middle;
}

#sitemap .mapitem thead td {
  background-color: #ccc;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dashed #aaa;
}

#sitemap .itemtitle {
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 4px;
}

#sitemap .itemchild {
}

#sitemap .itemchild ul {
  margin: 0px; 
  padding: 0px 0px 0px 20px;
  list-style: square;
  color: #aaa;
}

#sitemap .itemchild ul li {
  padding: 4px; 
}

#sitemap .prompt {
  font-weight: normal;
  color: #666;
  margin-left: 10px;
}
