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

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

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

.web-sitemap h2 {
    text-align: left!important;
    color: #33a6dd;
    font-size: 16px;
    padding: 4px;
    margin: 5px 0;
    text-transform: uppercase;
    font-family: 'robotobold';
}

.web-sitemap ul {
    list-style-type: none;
    padding: 2px;
}

.web-sitemap h3 {
    font-size: 14px;
    margin: 5px 0;
    text-transform: uppercase;
    font-family: 'robotobold';
    color: #9ddfff;
}

.web-sitemap h3 a {
    color: #9ddfff;
}
.web-sitemap h3 a:hover {
    color: #9ddfff;
}

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

.web-sitemap .category {

}

.web-sitemap .pagelink {
    text-indent: 10px;
}

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

.web-sitemap a:link {
}

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

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