
body {
	background-color: #f0f0f0;
}

ol.book, ol.chapter, ol.section {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
}

li.book, li.chapter, li.open_book, li.open_chapter {
        background-repeat: no-repeat;
        background-position: 0px 0px;
        padding-left: 20px;
}

li.book, li.chapter {
        background-image: url(images/book.png);
}

li.open_book, li.open_chapter {
        background-image: url(images/book_open.png);
}

a.book, a.chapter, a.section {
        text-decoration: none;
        /*color: inherit;*/
        display: block;
        width: 100%;
}

a.book:HOVER, a.chapter:HOVER, a.section:HOVER {
        background-color: #e0e0e0;
}

span.number {
        width: 2.5em;
        text-align: right;
        padding-right: .5em;
        display: block;
        float: left;
}

span.section {
        display: block;
        padding-left: 3em;
}

a.current {
        font-weight: bold;
}

li div.teaser {
        padding-left: 3em;
}

ol, ul, li {/*
        list-style: none;*/
        font-size: 1.0em;
        line-height: 1.2em;
}

