body {
    color: #fff;
    background-color: #333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: auto;
    width: 752px;
}
h1 {
    font-size: 1.3em;
    text-align: center;
    clear: both;
}
h2 {
    font-size: 1.1em;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    /*color: #f90;*/
}
a:active {
    text-decoration: underline;
    /*background-color: #fff;*/
}
#container {
}
#login_status {
    text-align: right;
}
#login_status a {
    color: orange;
}
#header {
    color: #fff;
    background-color: #333;
}
#header p {
    text-align: right;
}
#content_frame {
    border: 1px solid #fff;
}
#content {
    color: #000;
    background-color: #bbb;
    padding: 0.5em 1em;
}
#footer {
    color: #fff;
    background-color: #333;
    text-align: center;
    clear: both;
}
#copyright {
    margin-top: 2em;
    text-align: center;
    font-size: x-small;
}
#search p {
    color: #fff;
    clear: both;
    text-align: right;
    font-size: x-small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#search_form #id_submit {
    margin: .2em 0 0 .2em;
}
p.cat_name {
    text-align: center;
    clear: right;
    padding-left: 3em;
    padding-right: 8em;
}
.cat_thumb {
    float: left;
}
/* for item lists */
.search_item {
    margin: 0 2.5em .5em 3em;
    /*border-bottom: solid thin #999;*/
    padding-bottom: .1em;
}
.item_number {
    float: left;
    width: 2em;
    margin-left: .1em;
    text-align: right;
}
.item_price {
    float: right;
    text-align: right;
}
.sale_price {
    font-weight: bold;
    background-color: #ddd;
}
.sold {
    color: white;
    background-color: red;
    font-weight: bold;
}
.hold {
    color: white;
    background-color: #A52A2A;
    font-weight: bold;
    margin-right: .5em;
}
.search_item p {
    margin-top: .3em;
}
.search_item img {
    margin: .3em 1em .3em 0em;
    float: left;
}
.search_item hr {
    clear: both;
    margin-top: 2px;
    width: 100%;
    color: #999;
    background-color: #999;
    height: 1px;
    border: 0;
}
#content a img {
    border: 1px solid #fff;
}
#content a:hover img {
    border: 1px solid orange;
}
.item_id {
    font-size: x-small;
    margin-left: 1em;
}

/* Display item */
.display_item {
    margin: 1em 2em 2em 2em;
}
.item_topic {
    font-weight: normal;
}
.item_auth {
    color: #A52A2A;
    font-weight: bold;
}
.item_title {
    font-weight: bold;
}
.item_actions {
    padding-top: .2em;
    clear: left;
}
.item_actions form {
    display: inline;
}
.display_item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
.display_item .item_description {
    margin: .3em 0 2em 0;
}
p.first_stmt {
    text-align: center;
    font-style: italic;
}

/* Navigation elements */
.nav {
    font-weight: bold;
    font-size: small;
    background-color: #333;
}
.nav a:link {
    color: #fff;
    text-decoration: none;
}
.nav a:visited {
    color: #fff;
    text-decoration: none;
}
.nav a:hover {
    text-decoration: none;
    color: orange;
}
.nav a:active {
    text-decoration: none;
}
.nav ul {
    padding: 0;
}
.nav ul li {
    display: inline;
    text-transform: uppercase;
    list-style-type: none;
}
#header .nav ul {
    float: left;
    padding-top: 10px;
}
#header .nav ul li {
    margin-right: .65em;
}
#footer .nav ul {
    margin-top: 0;
}
#footer .nav ul li {
    font-size: x-small;
    margin-right: .3em;
}
#home_banner .account_nav ul {
    float: none;
    padding: 0;
    padding-top: 5px;
    margin-left: 590px;
}
#home_banner .account_nav ul li {
    display: list-item;
    list-style-type: disc;
    text-transform: capitalize;
}

/* Pagination */
.pagination {
    text-align: center;
    margin-right: 1em;
    margin-bottom: 1em;
}
.pagination ul li {
    display: inline;
}
.pagination .current {
    font-weight: bold;
}
/*.pagination a:hover {
    border-style: solid;
    border-width: 1px;
    color: #ff0;
}
*/
/* Book Fairs page */
table.book_fairs {
    margin: 1em;
    width: auto;
}
table.book_fairs td {
    vertical-align: top;
    padding: 5px;
}
.book_fairs p {
    margin-top: 0;
}
p.fair_name {
    margin-bottom: 0;
    font-weight: bold;
}

form.search {
    margin: 1em;
}

th.browse_section {
    text-align: left;
}
th.browse_section a {
    margin-left: 0;
}
td.browse_section_item img {
    margin: .3em 0 2em 1.5em;
}

/* FAQ page */
.faq li {
    margin-top: 1em;
    list-style-type: none;
}
.faq_q {
    font-weight: bold;
}
.faq_a {
}

/* Account Manager */
div.account_menu {
    border: solid thin #999;
    float: right;
}
div.account_menu h5 {
    text-align: center;
}
div.account_menu ul {
    padding-left: 2em;
    padding-right: 2em;
}

/* Error messages for forms */
.errorlist {
    font-weight: bold;
    color: #c00;
}
ul.errorlist {
    margin: 0;
    padding: 0;
}
ul.errorlist li {
    display: block;
    margin: 0 0 3px;
    padding: 4px 5px;
}

/* Checkout */
#checkoutprogress {
    border-style: solid;
    border-width: 1px;
    padding: 3px;
    margin-bottom: 25px;
}

#checkoutprogress ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
    border: none;
}

#checkoutprogress ul li {
    margin-left: 0;
    padding-left: 2px;
    padding-right: 2px;
    display: inline;
    list-style: none;
}

#checkoutprogress ul li:before {
    content: "\0020 \0020 \0020 \00BB \0020";
    display: inline;
    list-style: none;
}

#checkoutprogress ul li.first:before {
    content: " ";
}

#checkoutprogress li.active {
    background-color: #eef;
}

#shipping li {
    list-style-type: none;
    text-decoration: none;
    padding-left: 1em;
    text-indent: -1em;
}

span.page_name {
    margin-left: 2em;
    font-size: 140%;
    color: #933;
}

.author_blurb {
    background-color: #666;
    color: white;
    padding: .6em
}

/* for item listings */
.catalog_thumb {
    text-align: center;
}
.number_found {
    margin-top: 0;
}

.messages li {
    color: #900;
    list-style-type: none;
}
.messages em {
    background-color: white;
    padding: 0 .3em 0 .3em;
}

.sort_selector {
    text-align: right;
}
.highlights, .catalogs {
    width: 100%;
}
.highlights td {
    width: 33%;
    vertical-align: top;
    padding: 5px;
    text-align: center;
}
.highlights p {
    clear: left;
}
.catalogs td {
    padding: 5px;
}
.catalogs td.left {
    width: 20%;
}
.catalogs td.right {
    width: 30%;
}
p.more_highs {
    text-align: center;
    font-size: larger;
}

/* Articles */
.article_index li {
    list-style-type: circle;
}

.article_index li.article_heading {
    list-style-type: none;
    font-size: 120%;
}

.browse_choices {
    text-align: center;
    padding: 0;
    clear: both;
}
.browse_choices li {
    display: inline;
}
.browse_choices form {
    display: inline;
}

.form th {
    vertical-align: top;
    text-align: right;
    font-weight: normal;
    padding-top: 3px;
}

#inquiry_subject {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ddd;
    padding: 8px;
    border: 1px solid black;
}

#payment li {
    list-style-type: none;
    padding-left: 0;
}

#topmenu {
    float: left;
    margin-top: 18px;
}
.btn {
    color: #000;
    background-color: #cacacf;
    border-style: groove;
}
.nav_image a:link {
    text-decoration: none;
}
.nav_image a:visited {
    text-decoration: none;
}
.nav_image a:hover {
    text-decoration: none;
}
.nav_image a:active {
    text-decoration: none;
}
.nav_image img {
    border-style: none;
    border-width: 0;
}
.search_info form {
    display: inline;
}
.search_info {
    width: 100%;
}
.search_info td {
    width: 33%;
}
.wants_actions form {
    display: inline;
}
.inventory li {
    list-style-type: none;
}
.inventory a:link {
    color: black;
}
.inventory img {
    float: none;
    vertical-align: middle;
}
.help, p.help {
    font-size: 9px !important;
    margin-top: .5em;
}
#qsearch {
    height: 26px;
}
.profile li {
    list-style-type: none;
}
td.label {
    text-align: right;
    padding-right: .5em;
}

.order_notes {
    background-color: #ccc;
    padding: 5px;
}
.nota_bene {
    margin: 1em;
    padding: .5em .8em;
    border: 1px solid gray;
    background-color: #ccc;
}
.quote_msg {
    margin: 1em;
    padding: .5em .8em;
    border: 1px solid gray;
    background-color: #ccc;
}
.currency_table {
    text-align: right;
}
.currency_table th {
    font-weight: normal;
    padding-right: 1em;
}
.new_catalog_search {
    float: right;
    margin-top: 2em;
    margin-right: 3em;
    text-align: center;
    border: 1px solid gray;
    background-color: #ccc;
    padding: 0.2em;
    width: 33%;
}
a.subscribe {
    border: 1px gray solid;
    padding: .2em;
    background-color: #ccc;
}
#subscribe_form {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 1px gray solid;
    padding: .5em;
    color: #000;
    background-color: #ccc;
}
.nota_bene_sm {
    font-size: smaller;
    margin-top: .2em;
}
.catalog_index li {
    display: inline;
    list-style-type: none;
}
.catalog_index a {
    border: 1px dotted #ddd;
    padding: 0 2px;
}
.catalog_index a:link {
    text-decoration: none;
}
.catalog_index a:visited {
    text-decoration: none;
}
.catalog_index a:hover {
    border: 1px solid blue;
}
.catalog_index a:active {
    border: 1px solid blue;
}
.payment_form {
    text-align: right;
}
.payment_form .btn {
    border: 4px groove red;
}
.archive_name {
    font-family: serif;
    font-size: larger;
    color: #500;
}
div.archive_info {
    margin: .5em 1.5em auto 1.5em;
    border-bottom: solid thin gray;
    border-right: solid thin gray;
    background-color: #ccc;
    padding-left: .5em;
    padding-top: .2em;
}
.archive_info p {
    margin-left: 1.5em;
    margin-bottom: .4em;
}
#topmenu ul {
    width: 405px;
    height: 18px;
    background: url(../images/nav/topmenu.png) no-repeat;
    margin: 0;
    padding: 0;
    position: relative;
}
#topmenu li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 2px;
}

#topmenu li, #topmenu a {height: 11px; display: block;}
#topmenu-1 {left: 3px; width: 67px;}
#topmenu-2 {left: 93px; width: 62px;}
#topmenu-3 {left: 177px; width: 121px;}
#topmenu-4 {left: 320px; width: 57px;}
#topmenu-5 {left: 380px; width: 2em; font-size: 80%;}

#topmenu-1 a:hover {background: transparent url(../images/nav/topmenu.png) -3px -17px no-repeat;}
#topmenu-2 a:hover {background: transparent url(../images/nav/topmenu.png) -93px -17px no-repeat;}
#topmenu-3 a:hover {background: transparent url(../images/nav/topmenu.png) -177px -17px no-repeat;}
#topmenu-4 a:hover {background: transparent url(../images/nav/topmenu.png) -320px -17px no-repeat;}

#banner_menu ul {
    width: 750px;
    height: 100px;
    background: url(../images/nav/banner_menu_i.jpg) no-repeat;
    margin: 0;
    padding: 0;
    position: relative;
}
#banner_menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    height: 10px;
}
#banner_menu a {height: 10px; display: block;}
#banner_menu-1 a {height: 28px; display: block;}
#banner_menu-1 {left: 8px; top: 25px; height: 28px; width: 510px;}
#banner_menu-2 {left: 653px; top: 12px; width: 90px;}
#banner_menu-3 {left: 653px; top: 30px; width: 74px;}
#banner_menu-4 {left: 653px; top: 48px; width: 39px;}
#banner_menu-5 {left: 653px; top: 66px; width: 82px;}

#banner_menu-2 a:hover {background: transparent url(../images/nav/banner_menu_i.jpg) -653px -112px no-repeat;}
#banner_menu-3 a:hover {background: transparent url(../images/nav/banner_menu_i.jpg) -653px -130px no-repeat;}
#banner_menu-4 a:hover {background: transparent url(../images/nav/banner_menu_i.jpg) -653px -148px no-repeat;}
#banner_menu-5 a:hover {background: transparent url(../images/nav/banner_menu_i.jpg) -653px -166px no-repeat;}

table.form_table th {
    text-align: right;
    font-weight: normal;
}
#news {
    padding: .3em 1em;
    background-color: #dd6;
}
#news p {
    margin: .3em 0;
}
#news em {
    text-decoration: underline;
}

