/* Styles here are required for formatting of the website navigation map */

div.web-sitemap {
    width: 100%;
}

.web-sitemap .component {
    padding: 2px;
}

.web-sitemap h2 {
    padding: 4px 0;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #4d4d4d;
}

.web-sitemap h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 15px 2px 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4d4d4d;
}

.web-sitemap h3 a {
    color: #4d4d4d;
}

.web-sitemap ul {
    list-style-type: none;
    margin-bottom: 15px;
}

.web-sitemap li {
    color: #999;
    font-size: 13px;
    margin: 4px 0px 0px 0px;
    line-height: 20px;
    text-indent: 6px;
}

.web-sitemap .category {

}

.web-sitemap .pagelink {
    text-indent: 0;
}

.web-sitemap a {
    width: 100%;
    color: #999;
    text-decoration: none;
}

.web-sitemap a:link {
}

.web-sitemap a:visited {
    background: url(/templates/front/images/sitemap_visited.png) no-repeat right top;
}

.web-sitemap a:hover,
.web-sitemap a:active {
    color: #333;
}