﻿body
{
    width: 760px;
    margin: 5px auto 25px auto;
}

.content
{
    min-height: 400px;
}

.content-panel
{
    width: 700px;
    margin-left: 50px;
    padding: 60px 0px;
}

.content-right
{
    float: right;
    width: 550px;
}

.image-detail
{
    background-color: White;
    color: Black;
    margin: 0px;
    text-align: center;
    width: 470px;
    padding: 10px;
}

.image-list td
{
    vertical-align: top;
    text-align: center;
}

.image-list img
{
    margin-top: 5px;
}

.info-message
{
    background: #4C4C4C;
    padding: 7px;
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
}

.info-message p
{
    margin: 5px;
}

.validator
{
    background-color: #FFFACD; /* #FFFACD = lemonchiffon */
}

.product-list
{
    width: 100%;
}

.product-list td
{
    width: 20%;
    vertical-align: top;
    text-align: center;
}

.product-list a
{
    text-decoration: none;
}

.product-list p
{
    margin: 3px 0px;
}

.product-images
{
    width: 100%;
}

.product-images td
{
    width: 20%;
    vertical-align: top;
}

.customerpics-list
{
    width: 100%;
}

.customerpics-list td
{
    width: 50%;
    text-align: center;
}

.countryLinks
{
    float: left;
    text-decoration: underline;
    margin-bottom: 3px;
}

.countryLinks a:hover
{
    color: White;
}

/* validator */
.highlight
{
    background-image: none !important;
    background-color: #fffacd !important;
    color: Black;
}

.alertbox
{
    position: absolute;
    padding-left: 45px;
    width: 216;
    background: url(images/aarow.png) no-repeat left top;
    color: Black;
}

.alertbox div
{
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFEB8C;
}

/* footer */
.footer
{
    border-top: solid 2px #888888;
    margin-top: 30px;
    padding-top: 3px;
    clear: both;
    float: left;
    width: 100%;
}

.footer a
{
    color: Red;
    float: left;
    text-decoration: none;
    font-size: 8pt;
}

.footer a:hover
{
    text-decoration: underline;
}

.footer img
{
    float: right;
    margin-bottom: 5px;
}

.footer span
{
    float: right;
    margin-right: 10px;
    color: Red;
}


/* nav */
.nav
{
    width: 100%;
    margin-bottom: 30px;
    margin-top: 5px;
}

.nav a
{
    text-transform: uppercase;
    text-decoration: none;
    color: White;
}

.nav td
{
    height: 27px;
    border: solid 2px #888888;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
}

.nav .selected
{
    color: Red;
}

/* side-nav */
.side-nav
{
    margin: 0px 30px 20px 0px;
    padding-left: 0px;
    width: 180px;
    float: left;
}

.side-nav li
{
    list-style-type: none;
}

.side-nav a
{
    width: 100%;
    height: 30px;
    text-align: right;
    border-top: solid 2px #888;
    text-decoration: none;
    display: block;
    padding-top: 3px;
}

.side-nav a:hover, .side-nav .selected a
{
    border-top: solid 2px #FF0000;
    color: Red;
}

/* subside-nav */
.subside-nav
{
    float: left;
    padding-left: 0px;
    margin: 0px;
    clear: left;
    width: 180px;
}

.subside-nav li
{
    list-style-type: none;
    height: 30px;
}

.subside-nav a
{
    text-decoration: none;
}

.subside-nav .selected a
{
    color: Red;
}

ul.downloads ul.hidden { display:none; }
ul.downloads a { cursor:pointer; }
/* table */
.table
{
    color: #CCCCCC;
    width: 100%;
    border-width: 0px;
    border-collapse: collapse;
}

.table .rh
{
    color: Red;
    font-weight: bold;
}

.table tr
{
    height: 18pt;
}

.table th
{
    border: solid 1px #826561;
    background-color: #D90A17;
    color: White;
    padding: 3px 7px 3px 7px;
    text-align: left;
    font-size: 9pt;
}

.table td
{
    border: solid 1px #826561;
    padding: 3px 7px 3px 7px;
    font-size: 9pt;
}

.table table td
{
    padding: 0px;
    border-width: 0px;
}

.table .alt
{
    background-color: #222222;
}

.table .text
{
    width: 99%;
}

.table .disabled
{
    background-color: #D4D0C8;
    color: #808080;
}

.table table
{
    color: Black;
}

