﻿.bookDetails
{
    background-image: url('../images/backgrounds/999_silverbar.png');
    background-repeat: repeat;
}

.bookDetails #bCover 
{
    width:335px;
    float:left;
    margin: 0 10px 10px 0;
    padding:10px;
    background-color:black;
}

.bookDetails .bCover 
{
    width:135px;
    float:left;
    margin: 0 10px 10px 0;
    padding:10px;
    background-color:black;
}
.txtarea
{
    padding: 10px;
    margin:25px;
    background-color: White;
}
.bookDetails .txtarea
{
    margin:0;
    float:right;
    width:495px;
}

.bookDetails .full
{
    margin:0;
    clear:right;
    width:97% !important;
}
.bookDetails img
{
    max-width:100%;
}

.bookDetails .quote 
{
    padding:10px 10px 10px 30px;
    display: inline;
    text-align:justify;
}

.quote .quoted
{
    clear:right;
    padding:0 0 0 15px;
    font-style:italic;
}

.quote .works 
{
    padding:0 0 0 15px;
    font-style:italic;
}

#slideshow
{
    margin: 0;
    padding: 15px 0 10px 0;
    position: relative;
    background-repeat: repeat;
}

#slidesContainer
{
    width: 900px;
    margin: 0 auto 0 auto;
    top: 0px;
    left: 0px;
}

#slideshow #slidesContainer .slide
{
    padding: 10px;
}
/**
 * Slideshow controls style rules.
 */
.control
{
    display: block;
    width: 32px;
    height: 100%;
    margin: 0 auto;
    text-indent: -10000px;
    position: absolute;
    cursor: pointer;
}
#leftControl
{
    top: 20px;
    left: 10px;
    background: transparent url('../images/icons/backward.png') no-repeat 0 0;
}
#rightControl
{
    top: 20px;
    right: 10px;
    background: transparent url('../images/icons/forward.png') no-repeat 0 0;
}

span.btn 
{
    display:block;
    text-align:center;
}

input.btnLink
{
    color: #b2b2b2;
    background-color: #5d1e49;
    padding:5px;
    border:1px solid black;
}

input.btnhov 
{
    color: white;
    background-color: #5d1e49;
    padding:5px;
    border:1px solid #b2b2b2;
}
