.tabcontent {
  border-top: 1px solid #505050;
  clear: left;
  padding: 30px 20px 0 20px;
}
.tabcontent h2{
  margin-bottom: 10px;
  font-weight: bold;
}

.tabcontent.inactive {
  display: none;
}

#toc {
    height: 2em;
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
}

#toc a {
    background: #bdf url(/images/tabs.gif);
    display: block;
    float: left;
    height: 2em;
    padding-left: 26px;
    padding-bottom: 3px;
    text-decoration: none;
    font-weight: bold;
}

#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

#toc li {
    float: left;
    margin: 0 1px -2px 0;
    list-style: none;
}

#toc li a.active {
    background-color: #48f;
    background-position: 0 -60px;
    margin-bottom: -1px;
    margin-left: -8px;
    border-bottom: 1px solid #fff;
    color: #505050;
}

#toc li a.active span {
    background-position: 100% -60px;
}

#toc span{
    display: block;
    padding-top: 4px;
    padding-right: 26px;
    background: url(/images/dot.gif) right center no-repeat;
    line-height: 2em;
}
#toc .last span{
  background-image: none;
}

#toc a.active span {
    background: url(/images/tabs.gif) 100% 0;
}