body {
    background: url('../images/back.gif');
    font-family: verdana, sans-serif;
    font-size: 80%;
    margin: 0;
    padding: 0;
    }

a:link,
a:visited {
    color:#003399;
    text-decoration: none;
    }
a:active {
    color: white;
    text-decoration: none;
    }
a:hover {
    color: red;
    text-decoration: underline;
    }

h1, h2, h3, h4 {
    font-size: 120%;
    margin: 0 0 0.25em 0;
    }

p {
    margin: 0 0 1em 0;
    }

table {
    font-size: 85%;
    margin: 0 0 14px 0;
    border-collapse: collapse;
    }

th {
    text-align: left;
    }

th.numeric,
td.numeric {
    text-align: right;
    white-space: nowrap;
    }

#container {
    margin: 10px 0 10px 20px;
    }

#header {
    white-space: nowrap;
    background: url('../images/gerbertopright.gif') no-repeat top right;
    }
    #header img {
        display: block;
        }

#menu {
    float: left;
    width: 150px;
    }

#account {
    padding: 8px 0 4px 8px;
    margin-right: 10px;
    color: #000;
    background: url('../images/menu_background.gif') no-repeat;
    text-decoration: none;
    font-weight: bold;
    }
#account a {
    display: block;
    padding: 0 0 4px 20px;
    text-decoration: none;
    }
#account a.cart {
    background: url('../images/icon_cart.gif') no-repeat 1px 2px;
    }
#account a.account {
    background: url('../images/icon_account.gif') no-repeat 0 2px;
    }

#search {
    padding: 8px;
    color: #fff;
    background: #005dac;
    font-size: 80%;
    font-weight: bold;
    margin-right: 10px;
    }
#search form {
    margin: 0;
    }
#search input.text {
    width: 120px;
    }

.category {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0;
    }
    .category h2 {
        background: #000;
        color: #fff;
        font-size: 100%;
        padding: 4px;
        }
    .category p {
        padding-left: 6px;
        }

.subcategory {
    list-style: none;
    margin: 0 0 0 6px;
    padding: 0;
    }
    .subcategory li {
        margin-bottom: 0.5em;
        }
    .subcategory a {
        font-weight: bold;
        }
    .subcategory span {
        display: block;
        font-size: 85%;
        margin-left: 1em;
        }

#content-header, #content {
    margin-left: 165px;
    margin-right: 20px;
    }
#content-header {
    padding: 2px 0 0 8px;
    background: #000;
    color: #fff;
    font-weight: bold;
    }

#content {
    background: #fff;
    padding: 16px 16px 10px 16px;
    border: 3px solid #000;
    }

#spotlight {
    margin-bottom: 14px;
    font-size: 85%;
    }
#spotlight td {
    text-align: center;
    }

#category-list {
    width: 100%;
    border: 2px solid #888;
    font-size: 85%;
    }
#category-list th {
    color: #fff;
    background: #000;
    border-bottom: 0;
    padding: 4px;
    }
#category-list td {
    vertical-align: top;
    border-left: 1px solid #888;
    padding: 4px;
    }

#footer {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 12px;
    text-align: center;
    }
    #footer p {
        margin-bottom: 6px;
        }
    #footer .nav {
        font-size: 85%;
        }

div.add-to-cart {
    text-align: right;
    }

.gg {
    background: url(../images/gg.gif) no-repeat;
    }

.fine {
    color: #888;
    font-size: 85%;
    font-style: italic;
    }

.intro {
    max-width: 450px;
    }

.special {
    border: 1px solid #ccc;
    border-top: 2px solid #000;
    font-size: 85%;
    margin: auto;
    margin-bottom: 1em;
    text-align: center;
    width: 400px;
    }
    .special h1 {
        background: red;
        border-bottom: 2px solid #000;
        color: white;
        margin-bottom: 0.75em;
        padding: 0.25em;
        text-transform: uppercase;
        }

tr.shipping {
    background: #ccc;
    border-top: 1px solid #888;
    }

td.new {
    background: lightyellow;
    }

tr.altcolor td.new {
    background: yellow;
    }

span.new {
    color: red;
    display: inline;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    }

blockquote {
    color: #550000;
    font-style: italic;
    max-width: 420px;
    text-align: center;
    }

