*
{
    margin: 0;
    padding: 0;
}
html, body
{
    background-color: #dddddd;
    color: #000000;
    height: 95%;
    text-align: center;
}
img
{
    border: none;
}
h2
{
    font-family: verdana, helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 7px;
    text-align: center;
    text-transform: uppercase;
}
h3
{
    font-family: verdana, helvetica, sans-serif;
    font-size: 16px;
    margin-top: 5px;
}
h4
{
    font-family: verdana, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bolder;
    margin-top: 5px;
    /*text-transform: uppercase;*/
}
h5
{
    font-family: verdana, helvetica, sans-serif;
    font-size: 14px;
    margin-top: 5px;
}
p
{
    background-color: transparent;
    color: #000;
    font-family: times, serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0px 10px 10px 10px;
}
#container
{
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    text-align: left;
    width: 740px;
}
#header
{
    background-color: #ffffff;
    height: 126px;
    margin-top: 45px;
}
#headerlogo
{
    float: left;
    margin-left: 12px;
    margin-top: 20px;
}
#headericon
{
	margin-top: -45px;
    float: right;
}
.menu
{
    background-color: white;
    border-bottom: thin solid #c6c6c6;
    height: 23px;
    padding-top: 3px;
}
a.menu-item
{
    background-color: transparent;
    color: #000;
    font-family: verdana, helvetica, sans-serif;
    font-size: 12px;
    font-variant: small-caps;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
}
a.menu-item-selected
{
    background-color: transparent;
    color: #000;
    font-family: verdana, helvetica, sans-serif;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: bolder;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
}
a.menu-item:hover
{
    background-color: #c6c6c6;
}
#main
{
    margin-left: 5px;
    width: 730px;
}
#belowthebottom
{
    clear: both;
    height: 28px;
}
#bottom
{
    background-color: #cc9966;
    height: 28px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -28px;
    width: 740px;
}
.tealist
{
    border-left: thin solid black;
    float: left;
    padding-left: 5px;
}
.tealist-own
{
    border-left: thin solid black;
    padding-left: 5px;
    width: 45%;
}
dt.tealist-item
{
    font-family: verdana, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}
dd.tealist-item
{
    font-size: 12px;
    margin-left: 10px;
}
.bigTeaIcon
{
    float: left;
    margin-right: 5px;
}
.price
{
    color: green;
    float: right;
    font-weight: bold;
}
.reseller
{
    border-bottom: solid thin black;
    font-family: times, serif;
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.smallTeaIcon
{
    margin-left: 5px;
}
