#featured-books h2, h3 {
    text-align: center;
}
#featured-books .info {
    border: 1px solid #880;
    border-bottom: none;
    width: 250px;
    padding: 5px;
    margin: 0 auto;
}
#featured-books .thumb {    
    width: 250px;
    height: 250px;
    text-align: center;
    padding: 5px;
    padding-top: 0;
    margin: 0 auto;
    border: 1px solid #880;
    border-top: none;
}
#featured-books table td {        
    text-align: center;
}

#booklist {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;    
}


#booklist .header {
    border-bottom: 1px solid #888;    
}
    #booklist .header a {
        display: block;
        float: left;
        margin-left: 15px;
        margin-right: 5px;
    }


#booklist-body {
    margin: 10px 0;
    width: 650px;
    float: right;
}


#booklist .separator {
    background: #DDA;
    padding: 5px;
    padding-bottom: 2px;
}
    
#authors {
    float: left;
    width: 200px;        
}
    #authors .header {
        border-bottom: 1px solid #888;
    }

.book {
    border-bottom: 1px solid #888;
    padding: 5px 0;    
}
    .book img {
        display: block;
        float: right;
    }
    
    .book .descr {
        float: right;
        margin-right: 10px;
    }
    
.clear {
    clear: both;
}


#reading .header {
    border-collapse: collapse;
    margin: 10px auto;
}

    #reading .header td {
        border: 1px solid #888;
    }
        #reading .header .book {
            border-bottom: none;
        }
                
    #contents {
        position: relative;
    }
    
    #contents-link {
        padding: 10px;
        float: right;
    }
    
    #contents .popup {
        position: absolute;
        top: -1px; right: -1px;
        border: 1px solid #888;
        padding: 10px;
        background: #fff;
    }
    
        #contents .popup span {
            display: block;
            margin-bottom: 10px;
        }
        
        #contents .popup table td {
            border: none !important;
            border-bottom: 1px dotted #ccc !important;
        }
        
        #contents .popup table td.space {    
            width: 40px;
        }
    
#rate-link {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

#book_page {
    text-align: center;
}

img.page-img {
    border: 1px solid #ccc;
}

    
