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;
}
.search_item p {
    margin-top: .3em;
}
.search_item img {
    margin: .3em 1em .3em 0em;
}
.search_item hr {
    clear: both;
    margin-top: 2px;
}
#content a img {
    border: 1px solid #fff;
}
#content a:hover img {
    border: 1px solid orange;
}
.item_id {
    font-size: x-small;
}

/* Display item */
.display_item {
    margin: 1em 2em 2em 2em;
}
.item_topic {
    font-weight: normal;
}
.item_auth {
    color: brown;
    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;
}
.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 */
ul.errorlist {
    margin: 0;
    padding: 0;
}
ul.errorlist li {
    font-weight: bold;
    color: #c00;
    display: block;
    /*font-size: 12px;*/
    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 ul 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;
}

div.author_blurb {
    background-color: #666;
    color: white;
    padding: .6em
}

/* for item listings */
div.catalog_thumb {
    text-align: center;
}
p.number_found {
    margin-top: 0;
}

ul.messages li {
    color: #900;
    list-style-type: none;
}
ul.messages em {
    background-color: white;
    padding: 0 .3em 0 .3em;
}

.sort_selector {
    text-align: right;
}
.highlight_item img {
    margin-left: auto;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}
.highlight_item p {
    clear: left;
}
.highlight_item .item_price {
    float: none;
    text-align: left;
}
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%;
}

ul.browse_choices {
    text-align: center;
    padding: 0;
    clear: both;
}
ul.browse_choices li {
    display: inline;
}
ul.browse_choices li 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;
}
.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;
}
form#qsearch {
    height: 26px;
}
.profile li {
    list-style-type: none;
}
td.label {
    text-align: right;
    padding-right: .5em;
}

.order_notes {
    background-color: #ccc;
    padding: 5px;
}
.archive_note {
    margin: 1em;
    padding: .5em .8em;
    border: 1px solid gray;
    background-color: #ccc;
}
p.quote_msg {
    margin: 1em;
    padding: .5em .8em;
    border: 1px solid gray;
    background-color: #ccc;
}
table.currency_table {
    text-align: right;
}
table.currency_table th {
    font-weight: normal;
    padding-right: 1em;
}
div.new_catalog_search {
    float: right;
    margin-top: 2em;
    margin-right: 3em;
    text-align: center;
}