﻿body 
{
    font-family: verdana;
    font-size: 8pt;
    color: #333366;
    text-align: center;
}

form 
{
    position: relative;
    margin:0 auto 0 auto;
    width: 942px;
    text-align:left;
}

a 
{
    text-decoration: none;
    color: #666699;
}

img 
{
    border: none;
}

a:hover 
{
    color: #996699;
}

.Header
{
    font: bold 9pt verdana;
    color: white;
}
.Text
{
    
    font: 8pt verdana;
    color: white;
}

.Menu
{
}

.MenuItem, .MenuItemSmall
{
    float: left;
    margin-right: 10px;
    position: relative;
    font: bold 9pt verdana;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.Selected, .Selected a
{
    color: #CCCCFF;
}

.MenuItemSmall
{
    float: none;
    font-size: 6pt;
    font-weight: normal;
    text-transform: uppercase;
}

.SubMenu
{
    background: url('images/tr_mask.png') repeat;
    position: absolute;
    z-index: 10;
    width: 150px;
    top: 16px;
    left: 0px;
    display: none;
}

.SubMenuItem, .Selected .SubMenu a
{
    padding: 3px 4px 4px 4px;
    font: 8pt verdana;
    color: #333366;
    text-decoration: none;
    display: block;
    text-transform: none;
}

a.SubMenuItem:hover
{
    color: #3333CC;
    background-color: white;
}

a.MenuItem:hover,
a.MenuItemSmall:hover
{
    color: #CCCCFF;
}

li
{
    list-style-image: url('images/bullet.png');
}

.ProductHeader {
    border-bottom: solid 1px darkblue;
    margin-bottom: 8px;
    font-weight: bold;
    margin-right: 10px;
}

.ProductDetails
{
    margin-right: 10px;
}

.ProductLogo
{
    margin: 4px 0px 4px 10px;
    float: right;
}

.ImageGallery 
{
    float: left;
    width: 200px;
    margin: 0 20px 0 10px;
    padding-right: 10px;
    border-right: solid 1px #ccccff;
}

.ImageGallery div
{
    background-color: gray;
    /*margin-top: 8px;
    margin-bottom: 20px;*/
}

.ImageGallery img
{
    width: 200px;
    /*position: relative;
    top: -4px;
    left: -6px;*/
    border: solid 1px #ccccff;
}

input[type='text'], select, textarea
{
    border: solid 1px #ccccff;
    font-family: Verdana;
    font-size: 8pt;
    width: 240px;
}

textarea
{
    height: 100px;
}

select
{
    width: auto;
}

#Preload {
    height:100%;
    text-align: center;
    min-height:100%;
    display: none;
    position: absolute;
    z-index: 10;
}

#PreloadData
{
    width: 100px;
    height: 14px;
    position: absolute;
    padding: 1px 1px 1px 1px;
    margin: 0 auto 0 auto;
    border: solid 1px silver;
    background-color:  #E5E8EC;
    text-align: left;
    font-size: xx-small;
}

#PreloadProgress
{
    position: absolute;
    height: 14px;
    left: 0px;
    top: 0px;
    background-color: #9ABDDF;
    min-height: 14px;
    margin: 1px 1px 1px 1px;
    z-index: 10;
    overflow: auto;
}

#PreloadText
{
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 2px 2px 2px 2px;
    color: Gray;
    font-size: xx-small;
    z-index: 12;
}

#PreloadText a 
{
    text-decoration: none;
}

.hide
{
    display: none;
    position: absolute;
}

p 
{
    margin: 8px 0px 8px 0px;
}
