#toc-topic {
    padding-left: 30px;
}
.toc-topic-list ul {
    padding-left: 15px;
}
.toc-topic-list ul li {
    padding: 1px;
}
.toc-topic-list {
    margin-bottom: 15px;
}
.toc-topic-list a, .toc-topic-list a:visited {
    color: #3f8ad7;
}
.toc-topic-list a:hover {
    color: red;
}
#toc-topic ul {
    list-style-type: disc;
}
#toc-topic-block {
    position: relative;
    width: 250px;
}
.toc-arrow-up {
    background: url(../img/arrow_up.png) no-repeat;
    position: relative;
    bottom: 1px;
    font-size: 12px;
    padding: 0 4px;
    margin: 0 0 0 8px;
    text-decoration: none;
}
.toc-arrow-up:link {
    text-decoration: none;
}