.bookPage {
    /*position: relative;*/
}

.bookListPage {
}

.bookDetailPage {
}




/** BOOK PAGE STYLES COMMON TO LIST AND DETAIL **/


.bookPage .bookNav {
    background-image: url('../../images/grass-small.gif');
    background-repeat: repeat-x;
    width: 561px;
    padding: 20px 0 10px 0;
    color: #f7f7d9;
    font-size: 11px;
    line-height: 1.4em;
    margin-bottom: 30px;
}

#content .bookPage .bookNav strong {
    text-decoration: underline;
}


#content .bookPage .bookNav a {
    color: #f7f7d9;
    font-weight: bold;
}


.bookPage .bookNav .pager {
    float: right;
    padding-right: 20px;
}

.bookPage .bookNav .controls {
    padding-left: 20px;
}

.bookPage .bookNav .backLink {
    text-align: right;
    padding-right: 20px;
}

.bookPage .bookContentMargin {
    margin: 0 20px;
}


.bookPage .book {
    margin-bottom: 25px;
    padding-bottom:20px;
    border-bottom:1px solid #ddd;
}


.bookPage .book .body {
    float: left;
    font-size: 12px;
    line-height: 1.5em;
}

.bookPage .book .body p {
    line-height: 1.5em;
}

.bookPage .book .body .message {
    display: block;
    margin-bottom: 0.5em;
}

#content .bookPage .book .body h2 {
    font-family: inherit;
    font-size: 18px;
}

.bookPage .book .body .info {
    line-height: 1.2em;
}

.bookPage .book .body .info .name {
    color: #82b12a;
    font-weight: bold;
}

.bookPage .book .body .info .price {
    color: #07782F;
    font-weight: bold;
    font-size: 14px;
}

.bookPage .book .body .description .moreLink {
    font-weight: bold;
}


.bookPage .book .footer {
    clear: left;
}





/** BOOK PAGE LIST STYLES **/


#content #left_col .bookListPage #title  {
    margin-bottom: -10px;
}

.bookListPage .book .cover {
    display: block;
    float: left;
    margin-right: 25px;
    width: 135px;
}

.bookListPage .book .cover img {
    display: block;
    border: 1px solid #b3b3b3;
}


.bookListPage .book .body {
    width: 350px;
}




/** BOOK PAGE DETAIL STYLES **/


#content #left_col .bookDetailPage #title  {
    margin-bottom: -10px;
}


.bookDetailPage .book .sidebar {
    float: left;
    width: 200px;
    margin-right: 25px;
}


.bookDetailPage .book .sidebar .buyLinks {
    margin-left: 35px;
}

.bookDetailPage .book .sidebar .buyLinks img {
    display:block;
}

.bookDetailPage .book .sidebar .buyLinks {
    font-size: 11px;
    font-weight: bold;
}



.bookDetailPage .book .cover {
    display: block;
    border: 1px solid #b3b3b3;
}

.bookDetailPage .book .body {
    width: 285px;
}




