
.module_sitemap {
    font-size: 90%;
}

.module_sitemap > div {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 49%;
}

#content .module_sitemap h2 {
    color: #000;
    margin-bottom: 20px;
}

.module_sitemap .items  {
    font-weight: bold;
}

.module_sitemap .items span {
    color: #31A173;
}

.module_sitemap .items > li {
    margin-bottom: 20px;
    background: none;
    padding-left: 0;
}

.module_sitemap .items > li > span {
    color: #245DA6;
}

.module_sitemap .subitems {
    font-weight: normal;
}

.module_sitemap .subitems li {
    margin-bottom: 0px;
    margin-left: 17px;
}

.module_sitemap .subitems.bullets {
    margin-left: 0px;
}

