div#bookPaneLightboxBack
{
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-width: 0;
     margin: 0;
     padding: 0;
     z-index: 100;
     background-color: Black;
     opacity: 0.25;
     filter: alpha(opacity=25);
}


div#bookPaneContainer
{
     position: absolute;
     left: 0px;
     top: 0px;
     display: none;
     z-index: 999;
}

div#bookPaneBackground
{
     /* Pop-up background */
     background: #ffffff;
     overflow: hidden;
}

b.bookPane
{
     display: block;
     width: 350px;
}

.bookPane *
{
     /* Pop-up background */
     background: #ffffff;
     display: block;
     height: 1px;
     overflow: hidden;
     font-size: .01em;
}

.bookPane1, .bookPane2, .bookPane3, .bookPane4, .bookPane5
{
     /* Change these to the page background color */
     border-left: 1px solid #E2DFBF;
     border-right: 1px solid #E2DFBF;
}

.bookPane1, .bookPane2
{
     /* Change this to the page background color */
     background: #E2DFBF;
}

.bookPane1
{
     margin-left: 3px;
     margin-right: 3px;
     padding-left: 1px;
     padding-right: 1px;
}

.bookPane2
{
     margin-left: 1px;
     margin-right: 1px;
     padding-right: 1px;
     padding-left: 1px;
}

.bookPane3
{
     margin-left: 1px;
     margin-right: 1px;
}

div#bookPane
{
     /* Pop-up background */
     background: #ffffff;
     font-family: Tahoma, Arial, Sans-Serif;
     font-size: 10pt;
     font-weight: bold;
     width: 350px;
}

div#bookPane_header,
div#bookPane_searchheader
{
     /* header and search bar back-color */
     background-color: #48482C;
     color: #ffffff;
     width: 350px;
     height: 18px;
     position: relative;
}

div#bookPane_header p,
div#bookPane_searchheader p
{
     margin: 0;
     padding: 0;
     text-align: center;
}

div#bookPane_header
{
     width: 350px;
}

div#bookPane_header a#closebutton
{
     /* X button background */
     background: #ffffff;

     /* X button color */
     color: #000000;
     
     text-decoration: none;
     display: block;
     margin: 1px;
     padding: 0 3px 0 3px;
     text-align: center;
     position: absolute;
     right: 0;
     top: 0;
}

div#bookPane_imgbox
{
     height: 130px;
     position: relative;
}

div#bookPane_thumbnail
{
     margin: 7px;
     width: 120px;
     height: 100px;
}

div#bookPane_logos
{
     text-align: center;
     height: 100px;
}

div#bookPane_logos img
{
     border: 0;
}

div#bookPane_logos a#bookPane_amazon
{
     position: relative;
     top: 15px;
     left: -30px;
}

div#bookPane_logos a#bookPane_barnes
{
     position: relative;
     top: 10px;
     left: 0px;
}

div#bookPane_logos a#bookPane_booksamillion
{
     position: relative;
     top: 20px;
     left: -30px;
}

div#bookPane_logos a#bookPane_borders
{
     position: relative;
     top: 23px;
     left: -13px;
}

div#bookPane_logos a#bookPane_christianbook
{
     position: relative;
     top: 30px;
     left: -20px;
}

div#bookPane form
{
     line-height: 0;
     margin: 9px;
     padding: 0px;
}

div#bookPane input
{
     font-size: 8pt;
}

img#bookPane_thumbnail_image
{
     width: 72px;
     height: 113px;
}
