/*Logo: Arial Rounded MT Bold, 48pt*/
body
{
    background-color: #9999ff;
    color: Black;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
img
{
    border: none;
}
p
{
    font-size: 12px;
}
p.alert, div.error
{
    color: #990000;
    font-size: 12px;
    font-weight: bold;
}
table
{
    background-color: #ffffff;
}
table.menu
{
    background-color: Black;
}
table.bkg
{
    background-color: #ccccff;
}
tr.header
{
    background-image: url(../../images/mid.gif);
    background-repeat: repeat-x;
    line-height: 20px;
}
td
{
    font-size: 12px;
}
td.corner
{
    background-color: #9999ff;
}
td.footer
{
    background-color: #c0c0c0;
}
h1
{
    color: #0000cc;
    font-size: 18px;
    font-weight: bold;
}
h2
{
    color: #0000ff;
    font-size: 16px;
    font-weight: bold;
}
h3
{
    color: Black;
    font-size: 14px;
    font-weight: bold;
}
a
{
    color: #0000cc;
    font-size: 12px;
}
a.menu
{
    color: White;
    font-size: 14px;
    font-weight: bold;
    background-color: #000000;
    text-decoration: none;
}
a.menu:hover
{
    color: #9999ff;
    font-size: 14px;
    font-weight: bold;
    background-color: #000000;
    text-decoration: none;
}
a.menu:active
{
    color: #9999ff;
    font-size: 14px;
    font-weight: bold;
    background-color: #000000;
    text-decoration: none;
}
.footer
{
    text-decoration: none;
}
a.footer
{
    color: Black;
    text-decoration: underline;
}
.small
{
    color: #000000;
    font-size: 10px;
}
.hide
{
    display: none;
}
.show
{
    display: block;
}
div.new
{
    background: url(../../images/icon_new.gif) no-repeat left top;
    float: left;
    height: 14px;
    width: 45px;
}
.sale, .required
{
    color: Red;
    font-weight: bold;
}
.feature
{
    border: solid 1px #0000cc;
    background-color: #ccccff;
    margin: 10px 0;
    padding: 5px;
}
.box
{
    background-color: #ccccff;
    margin: 10px 0;
    padding: 0 0 10px 0;
}
.box .inner
{
    padding: 0 10px;
}
.box .inner p
{
    padding: 0;
    margin: 10px 0;
}
.box.gray
{
    background-color: #efefef;
    margin: 10px 0;
    padding: 5px 0 10px 0;
}
.box h3
{
    background: url(../../images/mid.gif) repeat-x top left;
    color: White;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 5px;
}
h3.expandable
{
    background-color: #9999ff;
    color: White;
    line-height: 16px;
    text-decoration: underline;
}
h3.expandable a
{
    background: url(../../images/icon_handle_max.gif) no-repeat left top;
    padding-right: 18px;
    text-decoration: none;
}
h3.expandable a.expanded
{
    background: url(../../images/icon_handle_min.gif) no-repeat left top;
    padding-right: 18px;
    text-decoration: none;
}
#admin
{
    width: 800px;
    padding: 0 0 10px 0;
    margin: 10px auto;
}
#admin a
{
    text-decoration: none;
}
#admin a:hover
{
    text-decoration: underline;
}
