.header {
    color: #BF8B38;
    font-family: Arial, Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
}

.subheader {
    font-size: 11px;
    color: #9DB6D0;
}

.smallfaded {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #9DB6D0;
}

.excerpt {
    font-size: 16px;
    line-height: 25px;
    padding: 0 60px 0 0;
}

.block {
    font-size: 15px;
    font-style: italic;
    line-height: 23px;
}




/* images */

.framedright {
    float: right;
    margin: 0 0 35px 30px;
    background-color: #fff;
}

.framedleft {
    float: left;
    margin: 0 30px 35px 0;
    background-color: #fff;
}

.thumbleft {
    float: left;
    margin: 0 10px 0 0;
}




/* book page */

.booksidebar {
    float: right;
    margin: 0 0 35px 30px;
}

.bookframe {
    padding: 4px;
    border: 1px solid #C3E0F1;
    background-color: #FFFFFF;
}

.bookcaption {
    padding: 16px 19px;
    font-size: 11px;
    line-height: 19px;
    background-color: #EDF9FD;
}

.bookcaptiondark {
    padding: 16px 19px;
    font-size: 10px;
    line-height: 15px;
    background-color: #D4EAF4;
}

.booksidedotted {
    width: 220px;
    background-image: url("../img/div.gif");
    background-repeat: repeat-x;
    padding: 1px 0 1px 0;
    border-width: 11px 0;
    border-style: solid;
    border-color: #D4EAF4;
}

.bookcopy {
    font-size: 13px;
    line-height: 20px;
}

.booksubmenu {
    font-size: 11px;
    line-height: 17px;
}

.booksubmenuactive {
    font-weight: bold;
    color: #BF8B38;
}

.browncaption {
    padding: 16px 19px;
    font-size: 11px;
    line-height: 19px;
    background-color: #F9F7F1;
    color: #483D1E;
}

.browncaptiondark {
    padding: 16px 19px;
    font-size: 10px;
    line-height: 15px;
    background-color: #EEE9DA;
    color: #483D1E;
}

.brownsidedotted {
    width: 220px;
    background-image: url("../img/div_brown.gif");
    background-repeat: repeat-x;
    padding: 1px 0 1px 0;
    border-width: 11px 0;
    border-style: solid;
    border-color: #EEE9DA;
}

.bookeditiondetails {
    font-size: 10px;
    line-height: 15px;
}


/* books page */


.booksframe {
    float: left;
    padding: 2px;
    border: 1px solid #C3E0F1;
    margin: 0 11px 0 0;
    background-color: #FFFFFF;
}

.bookspanel {
    line-height: 14px;
    padding: 0 30px 0 0;
}

.booksdarkpanel {
    line-height: 14px;
    border: 1px solid #D3D8D8;
    padding: 15px;
    background-color: #F2F8F8;
}

.bookssmall {
    font-size: 10px;
    font-style: italic;
    line-height: 14px;
    color: #818E95;
}

.booksdate {
    font-size: 11px;
}

.bookssubhead {
    font-style: italic;
    padding: 0 0 8px 0;
    font-size: 12px;
    letter-spacing: 1px;
}

.booksalsoheader {
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    color: #BF8B38;
}




/* tour page */

.tourleft {
    font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 23px;
    color: #364A54;
    width: 130px;
    text-align: right;
    padding: 0 16px 0 0;
}

.tourright {
    color: #364A54;
    text-align: left;
    font-size: 11px;
    line-height: 17px;
    width: 460px;
    padding: 4px 0 0 0;
}

.tournote {
    font-weight: bold;
    color: #BF8B38;
}





/* dotted horizontal rules */

.shortdotted {
    width: 296px;
    background-image: url("../img/div.gif");
    background-repeat: repeat-x;
    padding: 1px 0 1px 0;
    border-width: 23px 0 23px 0;
    border-style: solid;
    border-color: #FFFFFF;
}

.dotted {
    width: 590px;
    background-image: url("../img/div.gif");
    background-repeat: repeat-x;
    padding: 1px 0 1px 0;
    border-width: 23px 0 23px 0;
    border-style: solid;
    border-color: #FFFFFF;
}

.bookdotted {
    width: 590px;
    background-image: url("../img/div.gif");
    background-repeat: repeat-x;
    padding: 1px 0 1px 0;
    border-width: 23px 0 23px 0;
    border-style: solid;
    border-color: #FFFFFF;
}

.inset {
    padding: 9px 0 0 38px;
}


