﻿body,html {
    height: 100%;
    width: 100%;
    margin: 0px;
    font-family: trebuchet ms,"Lucida Grande","Lucida Sans-Serif","Arial";
    background-image: url(images/bg.gif);
}

input 
{
    font-size: 11px;
}

a:link, a:visited 
{
    color: #197fa9;
    text-decoration: none;
}

a:active 
{
    color: #333333;
    text-decoration: underline;
}

a:hover 
{
    color: #197fa9;
    text-decoration: underline;
}

.footer 
{
    text-align: center;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    padding-top: 5px;   
}

#header
{
    position: absolute;
    left: 50%;
    top: 50px;
    width: 802px;
    height: 86px;
    margin-left: -401px;
    background-image: url(images/header.png);
    z-index: 3;
}

#content
{
    position: absolute;
    left: 50%;
    top: 166px;
    width: 802px;
    margin-left: -401px;
    z-index: 1;
}

.search
{
    position: absolute;
    width: 283px;
    z-index: 2;
}


.content-header
{
   height: 33px;
   width: 802px;
   background-image: url(images/contentheader.png);
}

.content-body
{
    width: 802px;
    background-image: url(images/contentbody.png);
}

.content-footer
{
   height: 36px;
   width: 802px;
   background-image: url(images/contentfooter.png);
}

.topsales 
{
    width: 153px;
    height: 330px;
    background-image: url(images/topsales.gif);
}

.sitemap 
{
    font-size: 12px;
    color: #666666
}

.list-title
{
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.list-text 
{
    font-size: 11px;
    color: #666666;
}

.list-price
{
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}

.product-title
{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.product-id 
{
    font-size: 10px;
    color: #8f8f8f;
}

.product-desc 
{
    font-size: 11px;
    color: #666666;
}

.basket 
{
    height: 66px; 
    width: 280px;
    background-image: url(images/basket.png); 
}

.basket-static 
{
    font-size: 11px;
    color: #636363;
}

.basket-dynamic
{
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

.data-header 
{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    border-bottom: 2px solid #aaaaaa;
    height: 30px;
}

.data-footer
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    border-top: 2px solid #aaaaaa;
    height: 30px;
}

.data-row 
{
    font-size: 11px;
    color: #333333;
    height: 40px;
    padding: 0px 5px 0px 5px;
}

.data-altrow 
{
    font-size: 11px;
    color: #333333;
    background-color: #e5e5e5;
    padding: 0px 5px 0px 5px;
    height: 40px;
}

.wizard-top 
{
    padding: 5px;
    background-color: #dde4eb;
    color: #5f676f;
}

.wizard-desc 
{
    font-size: 11px;
    color: #666666;
    padding: 5px;
    border: 1px solid #dde4eb;
    border-top: 0px;
}

.wizard-sub 
{
    font-size: 12px;
    font-weight: bold;
    color: #4171a1;
}

.wizard-border 
{
   padding: 5px;
   border: 1px solid #dde4eb; 
}

.wizard-text 
{
    font-size: 11px;
    text-align:  left;
    font-weight: bold;
    color: #333333;
}

.wizard-norm 
{
    font-size: 11px;
    font-weight: normal;
    color: #333333;
}

.pricetag
{
    background-image: url(images/pricetag.png);
    width: 107px;
    height: 30px;
}

.testtable td
{
    padding-right: 29px;
}

.testtable td:last-child
{
    padding: 0;
}
