body
{
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: sans-serif, arial, verdana;
    background-image: url('/bg.png');
    background-repeat: repeat-y;
}
h3
{
    margin-bottom: 0;
    display: inline;
}
h1
{
    display: inline;
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
}
code 
{
    font-size:12pt;
}
a:link, a:hover, a:active, a:visited 
{
    color: #5DA527;
    text-decoration: none;
}

a.reset:link, a.reset:visited, a.reset:hover, a.reset:active
{
    color: #000000;
    text-decoration: none;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active
{
    color: #7F0000;
    text-decoration: none;
}

th
{
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    color: #7F0000;
    /* font-family: "times new roman", times, verdana; */
}

td
{
    vertical-align: top;
}

.tab_active
{
    background-color: #ffffff;
    padding: 10px;
}
.tab_inactive
{

    background-color: #eeeeee;
    padding: 10px;
}


a#rodvin_category
{
    color: #7F0000;
}

a#hvitvin
{
    color: #FFCC42;
}
a#about
{
    color: black;
}

#navigation
{
    padding-left: 10px;
}
#heading
{
    padding: 10px;
}
#sidebar
{
    padding-top: 115px;
    width: 150px;
    background-color: #E0E0E0;
    vertical-align: top;
}

#content
{
    vertical-align: top;
    padding: 10px;
    height: 392px;
}

div.box
{
    padding: 12px;
    background-color: #F7F7F7;
    border: #EEEEEE 2px solid;
    width: 452px;
}

div.box span
{
    margin-top: -5px;
}

span.index_positive
{
    color: black;
}
span.index_negative
{
    color: red;
}

input.search
{
    width: 182px;
}

input#inactive_search
{
    color: #CCCCCC;
    font-size: 12pt;
    font-style: italic;
}
input#active_search
{
    color: #000000;
    font-size: 12pt;
    font-style: normal;
}

span.price_top
{
   /*
   background-color: yellow;
   color: red;
   */
   font-weight: bold;
}

span.price_bottom
{
    text-align: right;
}

table.summary td, table.summary th
{
    font-size: 10pt;
}

table.summary th
{
    background-color: #EEEEEE;
}

tr.odd
{
    background-color: #F7F7F7;
}

a.underline
{
    text-decoration: underline;
    /* color: #3366CC; */
}

span.subheading
{
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 4px;
}
