﻿body 
{
    font-family: Arial;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
}


#page 
{
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 0.9em;
}


h1 {font-size: 1.3em; margin: 0px; padding: 0px;}
h2 {font-size: 1.1em; margin: 0px; padding: 0px;}
p { font-size: 1em; color: #555;}
li { margin-left: 20px; font-size: 0.9em; color: #555;}
img {display: block;}
a { text-decoration: none; color: #0057a1; }
a:hover { text-decoration: underline; }

#productresults {
    font-size: 0.9em; color: #555;
}

#header 
{
    width: auto;
    height: 90px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    padding: 10px;
    border-bottom: 1px solid #754a00;
}

#content 
{
    
}

#leftcolumn
{
    float: left;
    width: 175px;
    margin-bottom: 20px;
}

#rightcolumn
{
    float: right;
    width: 175px;
}

#maincolumn 
{
    margin-right: 180px;
    margin-left: 180px;
}

#footer 
{
    margin-top: 150px;
    clear: both;
    border: 1px solid #bbb;
    padding: 5px;
    background-position: 0px -200px;
    background-repeat: repeat-x;    
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #38622d;
}

#searchbox {
        width: 620px;
        padding-top: 23px;
        min-height: 68px;
        background-repeat: no-repeat;
        background-image: url('../../Theme/Forgettherest/searchbg.jpg');
}

#topnavigation  {
    width: 100%;
    border-bottom: 1px solid #754a00;
    margin-bottom: 10px;
}


#topnavigation ul {
    min-height: 30px;
    width: 96%;
    margin: auto;
}

#topnavigation li {
    list-style-type: none;
    border: 1px solid #000;
    width: 110px;
    text-align: center;
    float: left;
}

#topnavigation li:hover {
    background-color: #eee;
}
