/*
    Purpose: Sitemap styles
    Created: May, 2006 - taken from the global.css file
*/

#containerPageBody {
    background: #fff;
}

.sitemapTable {
    width: 720px;
    border: 1px solid #797979;
    background: #F2F2F2;
    margin: auto;
	margin-top: 30px;
}
.sitemapTable td { }

.smHeader_products, .smHeader_support, .smHeader_kc, .smHeader_corporate {
    background: #797979;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px 10px;
    border: 1px #FFFFFF;
    border-style: none none none solid;
    text-transform: uppercase;
}
.smHeader_products {
    border: none;
}
#sitemapHeader a, #sitemapHeader a:visited, #sitemapHeader a:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.sitemapLevel3 {
    vertical-align: top;
    padding: 5px 10px 0px 20px;
    font-weight: bold;
    border: 1px #C2C2C2;
    border-style: none none none solid;
}

.sitemapTable dl a, .sitemapTable dl a:visited {
    color: #000000;
    font-weight: bold;
}

.sitemapTable dd a, .sitemapTable dd a:visited {
    color: #000000;
    font-weight: normal;
}

.sitemapTable dl a:hover {
    color: #0055AA;
}

.sitemapTable dt {
    margin-left: -10px;
    font-weight: bold;
}

.sitemapTable dd {
    margin-left: 0px;
    font-weight: normal;
}

