@charset "UTF-8";

#sitemap {
    overflow: hidden;
}

#sitemap div.block {
    float: left;
    width: 225px;
}

#sitemap div.block+div.block {
    margin-left: 20px;
}

#sitemap div.block dl+dl {
    margin-top: 50px;
}

#sitemap div.block dt {
    margin-bottom: 15px;
    font-size: 120%;
    font-weight: bold;
}

#sitemap div.block dd {
    margin-left: 0px;
    color: #5a9fe6;
}

#sitemap div.block dd+dd {
    margin-top: 10px;
}

#sitemap div.block dd li {
    margin-top: 5px;
    margin-left: 20px;
}
