
/* All-around {{{ */
html {
    overflow-y: scroll;
    overflow-x: auto;
    background: #9b9685 url(/images/bg-tile.png) center top;
}

html, body {
    padding: 0px;
    border: 0px;
    margin: 0px;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
}

a {
    color: #d60735;
}

a:visited {
    color: #84041a;
}

ul, form {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 100%;
}

td, th {
    border: 0;
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    font-size: 10%;
}

p {
    margin: 0;
    padding: 0;
}
/* }}} */

/* Layout {{{ */
table.head,
table.main,
table.foot {
    width: 100%;
}

table.foot td.main,
table.head td.main {
    width: 775px;
}

table.head td.main div.posrel {
    position: relative;
}

table.head td.shadLeft {
    height: 97px;
    background: url(/images/head-stripe.png) right top;
}

table.head td.shadRight {
    height: 97px;
    background: url(/images/head-stripe.png) left top;
}

table.head td.shadLeft div {
    height: 100%;
    background: url(/images/head-stripe-lt.png) right top repeat-y;
}

table.head td.shadRight div {
    height: 100%;
    background: url(/images/head-stripe-rt.png) left top repeat-y;
}

table.main td.shadLeft {
    background: url(/images/all-shad-lt.gif) 100% 3px repeat-y;
}

table.foot td.shadLeft {
    background: url(/images/all-shad-lt.gif) 100% 0 repeat-y;
}

table.main td.shadRight {
    background: url(/images/all-shad-rt.gif) 0% 3px repeat-y;
}

table.foot td.shadRight {
    background: url(/images/all-shad-rt.gif) 0% 0 repeat-y;
}

@media print {
    table.main td.menu {
        display: none;
    }
}

table.main td.menu {
    width: 139px;
    border: 0 solid gray;
    border-right-width: 1px;
    background: white;
    vertical-align: top;
}

table.main td.main {
    width: 635px;
    padding-bottom: 1em;
    background: white;
    vertical-align: top;
}

div.cartBar {
    position: absolute;
    right: 0;
    height: 20px;
    background: url(/images/cartbar-bg.gif) repeat-x;
}

ul.cartBar {
    height: 20px;
    width: 168px;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    list-style-type: none;
    font-size: 90%;
    background: url(/images/cartbar-diag.gif) no-repeat;
    color: white;
}

ul.cartBar li {
    display: inline;
}

ul.cartBar li a,
ul.cartBar li a:visited {
    text-decoration: none;
    color: white;
}

ul.cartBar li a.order {
    font-weight: bold;
}

ul.cartBar li a:hover {
    text-decoration: underline;
}

ul.menu {
    padding: 4px 0;
    margin: 0;
    list-style-type: none;
}

ul.menu a {
    display: block;
    width: 119px;
    -moz-box-sizing: content-box;
    margin: 4px 0;
    padding-left: 20px;
    font-size: 90%;
    text-decoration: none;
    line-height: 24px;
    background: black;
    color: white;
}
ul.menu a:visited {
    color: white;
}

ul.menu a:hover {
    background: #84041a;
}

ul.menu li.order a {
    font-weight: bold;
    font-style: italic;
}

div#footer {
    padding: 1ex 0;
    font-size: 80%;
    text-align: center;
    background: black;
    color: white;
}

div#footer div {
    margin: 1ex 0;
}

div#footer a {
    color: white;
}

div#footer a:visited {
    color: gray;
}

div#footShadow {
    width: 775px;
    height: 4px;
    background: url(/images/foot-shad.png) no-repeat;
}
/* }}} */

/* Content {{{ */

h1.contentopen {
    margin: 0 8px 0;
    padding-top: 16px;
    font-size: 120%;
}

/* Content templates */
div.contentitem_default {
    margin: 16px 8px 0;
    clear: both;
}

h2.c_default {
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 0.5em;
}

div.c_default {
    font-size: 90%;
}

div.icon_default {
    font-size: 90%;
    text-align: center;
}

.contentPic {
    text-align: center;
    display: inline;
    float: left;
    margin-right: 7px;
    margin-top: 7px;
    font-weight: bold;
    width: 310px;
}
/* }}} */

/* Administration {{{ */
#adminPage, #adminPage table {
    color: black;
}

span.admin_message {
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
}

span.admin_error {
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
}

div.admin_message {
    padding: 4px;
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
}

div.admin_error {
    padding: 4px;
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
}

table.admin_index {
    font-size: 0.8em;
}

th.admin_index {
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

tr.admin_index_th {
    background-color: #666666;
    color: #ffffff;
}

tr.admin_index_even, tr.admin_index {
    background-color: #dddddd;
    font-size: 1.0em;
}

tr.admin_index_odd {
    background-color: #eeeeee;
    font-size: 1.0em;
}

tr.admin_index_context {
    background-color: #aaaadd;
    font-size: 1.0em;
}

td.admin_index {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
/* }}} */

