a:link.reg, a:visited.reg, a:active.reg {
    font-size:10pt;
    color:#888;
    text-decoration:none;
}

a:hover.reg {
    text-decoration:underline;
}

body {
    font-size:10pt;
    color:#888;
    /*background-image:url('images/main_bg.gif');
    background-repeat:repeat-x;*/
}

h1 {
    font-size:15pt;
    background-image:url('images/bg_header.gif');
    background-repeat:repeat-y;
    background-position:left bottom;
    padding:5px 0px 5x 10px;
    color:#fff;
}

h3 {
    background-image:url('images/bg_header.gif');
    background-repeat:repeat-y;
    background-position:left bottom;
    padding:5px 0px 5x 10px;
    color:#fff;
}

h4 {
    color:#77c;
}

input.cart_button {
    border:solid 1px #666;
}

td {
    font-size:10pt;
    color:#888;
    line-height:14pt;
}

td.bgg {
    background-color:#ddd;
}

td.cart_header {
    background-color:#eee;
}

td.item_name {
    color:#f66;
    font-weight:bold;
    border-bottom:dotted 2px #f66;
}

td.shopping_header {
    color:#333;
    width:60px;
}

.bgw {
    background-color:#fff;
}