﻿.book_summary_container
{
    width: 280px;
    height: 125px;
    background-color: #5b7c9a;
    padding: 10px;
    float: left;
    margin: 5px;
}

.book_summary_image
{
    width: 100px;
    height: 125px;
    line-height: 125px;
    text-align: left;
    float: left;
    overflow: hidden;
}

.book_summary_details
{
    width: 175px;
    height: 100px;
    float: left;
    overflow: hidden;
    padding-left: 5px;
}

.book_summary_name
{
    width: auto;
    height: auto;
    padding-bottom: 10px;
    font-size: 10pt;
    font-weight: bold;
}

.book_summary_name a:link
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.book_summary_name a:visited
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.book_summary_name a:hover
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}

.book_summary_name a:active
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.book_summary_description
{
    width: auto;
    height: auto;
    line-height: 12.1px;
}

.book_summary_link
{
    width: 175px;
    height: 25px;
    line-height: 25px;
    float: left;
    padding-left: 5px;
    font-size: 10pt;
    font-weight: bold;
    background-image: url(images/logo_small.jpg);
    background-position: right;
    background-repeat: no-repeat;
}

.book_summary_link a:link
{
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.book_summary_link a:visited
{
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.book_summary_link a:hover
{
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}

.book_summary_link a:active
{
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}