@charset "utf-8";

#sitemap-section {
    border: 1px solid #ccc;
    padding: 20px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 2px #eee;
}
p.comment {
    margin: 0 0 10px 30px;
}
.s-column {
    clear: both;
    padding: 0 0 0 19px;
    overflow: hidden;
    height: 100%;
    margin: 0 0 31px;
    width: 95%;
}
.s-column h2 {
    border-bottom: 1px dotted #777;
    font-weight: bold;
    margin: 0 0 5px;
}
.s-column ul {
    margin: 0 0 20px;
}
.s-column li {
    background: url(/images/bg_sitemap_arrow.jpg) no-repeat left 6px;
    padding: 0 0 0 12px;
    line-height: 1.6;
    float: left;
    width: 48%;
}
.column-one {
    width: 32%;
    float: left;
    margin: 0 8px 0 0;
}
.column-two {
    float: left;
    width: 68%;
}
.s-topic {
    margin: 0 0 28px;
    overflow: hidden;
    height: 100%;
}
s.column-three,
.column-three ul.link {
    width: 660px;
}
.column-three ul {
    width: 27%;
}
.column-three ul.link li {
    float: left;
    width: 208px;
}