.booklist,
.booklist .head,
.booklist .body,
.booklist .level,
.booklist .books,
.booklist .book,
.booklist ul,
.booklist li {
    margin: 0;
    border: 0;
    padding: 0;
 }

.booklist ul {
    list-style: none;
    
}

.booklist dt {
    display: none;
}
.booklist dd {
    display: block;
    background: #eee;
}


    
.booklist {
    font-size: 12px;
    line-height: 18px;
    margin-top: 18px;
}

.booklist           { width: 660px; }
.booklist .head     { width: 660px; }
.booklist .body     { width: 660px; }
.booklist .level    { width: 200px; }
.booklist .books    { width: 460px; } 
.booklist .book     { width: 460px; }
.booklist .title    { width: 230px; }
.booklist .author   { width: 230px; }
.booklist .head label.column-1 { width: 200px; }
.booklist .head label.column-2 { width: 230px; }
.booklist .head label.column-3 { width: 230px; }

.booklist .head label {
    float: left;
    display: block;
    font-weight: bold;
}

.booklist .body {
    border-top: 2px solid #000;
    clear: both;
    float: left;
}

.booklist .level {
    float: left;
}

.booklist .books {
    float: left;
}

.booklist .book {
    border-top: 1px solid #999;
}
.booklist .first-book {
    border-top: none;
}

.booklist .title,
.booklist .author {
    float: left;
}



.booklist .level-name-and-sticker {
    clear: left;
    position: relative;
    height: 25px;
    margin-top: 4px;
}

.booklist .level-name-and-sticker .level-sticker {
    position: absolute;
    top: 0;
    left: 0;
}

.booklist .level-name-and-sticker .name {
    position: absolute;
    left: 45px;
    bottom: 5px;
    font-weight: bold;
}


blockquote {
    margin-left: 27px;
    margin-right: 27px;
}

blockquote p {
    padding-left: 27px;
    padding-right: 27px;
    background: transparent url(images/ldquo24.png) no-repeat 0 10px;

    font-size: 16px;
    line-height: 27px;
    font-family: georgia, serif;
    font-style: italic;    
}

blockquote p .quote-mark {
    display: none;
}

blockquote p .end-quote {
    display: inline;
    padding-right: 20px;
    background: transparent url(images/rdquo12.png) no-repeat bottom right;
}

blockquote p.quote-credit {
    padding-left: 40px;
    font-style: normal;
    font-size: 12px;
    background: none;    
}


img#girl-reading {
    float: right;
    width: 250px;
    height: 200px;
    margin: 2px 0px 10px 10px;
    border: 1px solid #ccc;
}
