@charset "utf-8";

/* ######################### SITEMAP ######################################## */


.categTree h3 {
    margin: 20px 0 0;
}

#listpage_content {
    margin: 50px 0 20px 20px;
}
#listpage_content div.categTree {
    float: left;
    width: 33%;
}
#listpage_content div.tree_top {
    background: url(images/sitemap-top.gif) no-repeat scroll -1px -3px transparent;
    padding: 3px 0 5px 24px;
}
#listpage_content ul {
    list-style-type: none;
	line-height:2em;
}
#listpage_content ul.tree li {
    background: url(images/sitemap-horizontal.png) no-repeat scroll left 10px transparent;
    border-left: 1px dotted #999999;
    margin-left: -20px;
    padding-left: 20px;
}
#listpage_content ul.tree li:last-child {
    background: url(images/sitemap-last.gif) no-repeat scroll -12px -2px transparent;
    border: medium none;
}