﻿/*********************************************************************************
* This contains the styles for the books pages
**********************************************************************************/

/* This style is applied to the cover image thumbnail */
.coverImageThumb
{    
    float:left; 
    border:0px solid #ffffff; 
    padding-left: 10px; 
    padding-right: 18px; 
    padding-bottom:10px;
}

/* This div goes around the book overview on the books page */
.bookOverviewContainer
{
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 150px;
}