*
{
    margin: 0;
    padding: 0;
}

html
{
    height:100.1%
}

body
{
    background-color: #F4F4F4;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    min-width: 744px;
    padding: 0px;
    text-align: center;
}

td, th
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}

a:link, a:visited
{
    color: #4682B4;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

acronym
{
    cursor: help;
}

h1, h2
{
    background: #EA0E00 url(/images/bg-header.png) repeat-x;
    color: #ffffff;
    font-size: 10pt;
    margin: 0;
    padding: 3px 0 3px 20px;
    width: 240px;
}

h1
{
    margin: 20px 0;
}

h1.fluid
{
    display: inline;
    padding-right: 20px;
    width: auto;
}

img
{
    border: 0;
}

ul
{
    list-style-position: outside;
    margin: 10px 0 15px 40px;
}

ol
{
    margin: 10px 0 15px 40px;
}

option
{
    padding-right: 5px;
}

p
{
    padding: 10px 0 10px 0;
}

#container
{
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    margin: auto;
    text-align: left;
    width: 744px;
}

#search
{
    background: #000000 url(/images/bg-search.png) repeat-x;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    height: 43px;
    margin: auto;
    padding: 5px 20px 0 0;
    width: 724px;
}

* html #search
{
    overflow: hidden;
}

#search form
{
    float: right;
    width: 600px;
}

#search label
{
    color: #7f7f7f;
}

#search input, #search select
{
    border: 1px solid #7f7f7f;
    padding: 2px;
    width: 125px;
}

#search input.go
{
    background: #EA0E00 url(/images/bg-gobutton.png) repeat-x;
    color: #ffffff;
    width: 60px;
}

#ebook-giant
{
    position: relative;
    left: -220px;
    top: -28px;
    height: 62px;
    width: 205px;
}

#header
{
    background: #000000 url(/images/bg-black.png) repeat-x;
    color: #ffffff;
    font-size: 24pt;
    height: 147px;
    width: 100%;
}

#header img
{
    vertical-align: middle;
}

#alphabetcontainer
{
    margin: auto;
    width: 700px;
}

#redstripe
{
    background: #000000 url(/images/bg-red.png) repeat-x;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    height: 40px;
    overflow: hidden;
    width: 100%;
}

#alphabetcontainer
{
    margin: auto;
    width: 700px;
}

#selectletter
{
    float: left;
    line-height: 40px;
}

#alphabet
{
    margin-left: 110px;
    width: 585px;
}

#alphabet a
{
    background: #9B0101 url(/images/letters-bg-one.png) no-repeat;
    color: #ffffff;
    display: block;
    float: left;
    height: 20px;
    margin: 10px 1px;
    padding-top: 2px;
    width: 20px;
}

#alphabet a:hover
{
    text-decoration: none;
}

#contentcontainer
{
    background: #ffffff url(/images/bg-line.png) repeat-y;
}

#innerpage
{
    padding: 10px;
}

#topad
{
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
    text-align: center;
    width: 604px;
}

#maincontent
{
    float: left;
    overflow: hidden;
    width: 604px;
}

* html #maincontent
{
    width: 600px;
}

#featuredbook
{
    background: #ffffff url(/images/bg-featured.png) repeat-x;
    border-bottom: 1px solid #dbdbdb;
    height: 165px;
    padding-top: 5px;
    width: 604px;
}

.featuredebook
{
    float: left;
    margin: 10px 0 0 50px;
}

.booklist
{
    margin: 10px auto;
    width: 95%;
}

.booklist th
{
    background-color: #dcdcdc;
    padding: 3px 0 3px 3px;
    text-align: center;
}

.booklist td
{
    border: 1px solid #dcdcdc;
    padding: 3px 0 3px 3px;
}

#featuredbook p
{
    margin-left: 150px;
    padding: 19px 0 1px 0;
}

.ebooktitle
{
    color: #CC3300;
    font-weight: bold;
}

.ebookauthor
{
    color: #595D69;
    font-weight: bold;
    font-size: smaller;
}

#mostviewed
{
    border-bottom: 1px solid #dbdbdb;
    padding-top: 5px;
    width: 604px;
}

#random
{
    border-bottom: 1px solid #dbdbdb;
    padding-top: 5px;
    width: 604px;
}

#bannerad
{
    float: right;
    padding: 40px 10px 10px 10px;
    width: 120px;
}

#footer
{
    background: #000000 url(/images/bg-red.png) repeat-x;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-size: smaller;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    width: 684px;
}

#footer a
{
    color: #ffffff;
}

#footer .copyright
{
    display: block;
    float: right;
}

#authortable
{
    width: 100%;
}

#authortable th
{
    background-color: #DCDCDC;
    padding: 5px;
    text-align: center;
}


#downloadform
{
    display: block;
    margin: auto;
    width: 90%;
}

#contactform
{
    margin: auto;
    width: 90%;
}

#contactform fieldset, #downloadform fieldset
{
    border: 1px solid #000000;
    padding: 0 20px 15px 20px;
}

#contactform input, #downloadform input
{
    border: 1px #000000 solid;
    margin-bottom: 4px;
    padding: 2px;
    width: 285px;
}

#contactform label, #downloadform label
{
    float: left;
    width: 35%;
    margin-right: 0.5em;
    padding-top: 0.2em;
}

#contactform legend, #downloadform legend
{
    color: #000000;
    font-weight: bold;
    padding: 5px;
}

#contactform .submitbtn, #downloadform .submitbtn
{
    background-color: #9B0000;
    border: 0;
    color: #ffffff;
    padding: 4px 10px;
    width: 73px;
}

#downloadform .submitbtn
{
    font-weight: bold;
    width: 165px;
}

.downloadbtn
{
    margin: 25px 0 0 0;
    text-align: center;
}

textarea
{
    border: 1px #000000 solid;
    height: 10em;
    padding: 2px;
    width: 99%;
}

#pagination
{
    margin: 30px;
    text-align: center;
}

.searchresults
{
    width: 600px;
}

.green
{
    color: #008000;
}

.clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
}

.left
{
    text-align: left !important;
}

.center
{
    text-align: center !important;
}

.right
{
    text-align: right !important;
}

.smaller
{
    font-size: smaller !important;
}

.bold
{
    font-weight: bold !important;
}

.italics
{
    font-style: italic !important;
}

.block
{
    display: block !important;
}

.inline
{
    display: inline !important;
}

.red
{
    color: #ff0000 !important;
}

.fleft
{
    float: left !important;
}

.fright
{
    float: right !important;
}

.bggrey
{
    background-color: #eeeeee;
}

.bgwhite
{
    background-color: #ffffff;
}

.arial
{
    font-family: arial, helvetica, sans-serif;
}

.black
{
    color: #000000;
}













