@font-face {
  font-family: "Oldana";
  src: url(/fonts/OldaniaADFStd-Regular.woff) format("woff");
}

body {
    color: white; background-color: black;
    font-family: sans-serif;
}

div#nav a:link, div#nav a:visited, div#nav a:hover, div#nav a:active {
    color: white;
    font-family: "Oldana";
    font-size: 20px;
    line-height: 150%;
    padding-left: 10px;
}

div#nav a:link, a:visited {
    text-decoration: none;
}

div#nav a:hover, a:active {
    color: #088A4B;
}

table {
/*   background-color: #3e75ed; */
    background-color: #088A4B;
/*    background-color: #07733e; */
}

table.main {
    background-color: black;
}

table.main td {
    vertical-align: top;
}

table {
    width: 100%;
}

table.pgrid td {
    width: 72px;
    height: 97px;
    font-size: 12px;
    vertical-align: top;
}

table.pgrid table.pControl td {
    width: 100%;
    height: 100%;
}

.myname {
    vertical-align: bottom;
}

.empty {
    background-color: #0c53ed;
    width: 72px;
}

.box {
    border: 1px solid #07733e;
    /* #7da0ed; */
}

td.none {
/*    padding-left: 10px; */
}

div#content a:link, a:visited, a:hover, a:active {
    color: #0dc058;
}

div#content img {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}

div#content {
    font-family: "Oldana";
}

span#error a:link, span#error a:visited, span#error a:hover, span#error a:active {
    color: blue;
}

div#bar {
    background-image: url(/images/bar.png);
    height: 60px;
    width: 665px;
}

p.legalese {
    font-size: 8px;
    padding-top: 10px;
}

table.shop {
    background-color: black;
    width: auto;
}


table.shop td {
    width: 120px;
    vertical-align: bottom;
}

table.shop td.prod {
    vertical-align: top;
}

.rtop, .rbottom {
    display: block;
    background-color: black;
}

.rtop *, .rbottom * {
    display: block; 
    height: 1px; 
    overflow: hidden;
    background-color: #088A4B;
}

.r1 {
    margin: 0 5px
}

.r2 { 
    margin: 0 3px
}

.r3 {
    margin: 0 2px
}

.r4 {
    margin: 0 1px; 
    height: 2px
} 

div#rbox {
    background-color: #088A4B;
}

select {
    width: 120px;
}