/* 
    Document   : sitemap
    Created on : 28.01.2010, 19:31:17
    Author     : alex
    Description:
        for sitemap in main template
*/

#sitemmap{
    margin: -100px 0 -100px 60px;
    float:left;
}
#sitemmap_box {
    display:inline-block;
    float:left;
    height: 150px;
    padding: 0 30px 20px 10px;
    width:150px;
}
.sitemmap_headline, .sitemmap_link *, #footer_text a {
    color: #999;
}

.sitemmap_headline {
    text-transform: uppercase;
    font-weight:bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.sitemmap_link * {
    font-size: 11px;
    text-decoration: none;
    display: block;
    padding: 1px 1px 1px 14px;
    background: url('/img/template/sitemap_arrow.gif') left center no-repeat;
}
.sitemmap_spacer {
    height: 14px;
}