/**
 * $Id: theme.css,v 1.1.2.19 2010/03/23 03:29:25 jmburnz Exp $
 * adaptivethemes.com
 *
 * @file printer-friendly.css
 * 
 */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.7em;
}

/* --------------- RGG packet ------------------ */

.print-logo {
    margin-bottom: 10px;
}

a {
    color: #000;
    text-decoration: none;
}

.rgg-print .print-title {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.print_section {
    padding: 5px 10px 0;
    text-align: justify;
}

#review img {
    /*float: right;*/
    display: block;
    margin: 0 10px 10px 0;
    height: 235px;
    width: 163px;
}

.print_section p {
    margin-bottom: 20px;
    margin-top: 0;
}

.rgg-print .print-title h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0;
    letter-spacing: 1px;
}

.print_subtitle {
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin: 15px 0;
    clear: none;
}

#review .print_subtitle {
    /*padding-left: 173px;*/
}

#cover {
    /*display: inline;*/
    margin: 0 5px 5px 0;
    border: 1px solid red;
}

.print_section #about {

}

ul {
    list-style: none;
    padding: 0;
    margin:0;
}


.rgg-print #details {
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

.rgg-print #details #book_data_left {
    display:inline-block;
    width: 50%;
}

.rgg-print #details  .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.rgg-print #details #book_data_left li {
    list-stlye: none;
}

.rgg-print #details #book_data_right {
    display:inline-block;
    width: 50%;
}