﻿body 
{
    margin: 0px 0px 0px 0px;
    font-family: Tahoma, Sans-Serif;
}

div
{
    margin: 0px 0px 0px 0px;
}

form
{
    margin: 0px 0px 0px 0px;
}

img
{
    margin: 0px 0px 0px 0px;
}

#mainlayouttable
{
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
}

#header
{
    border-bottom: solid 1px black;
    padding-bottom: 40px;
}

#slogan
{
    font-size: 10pt;
    font-style: italic;
    color: black;
    position: absolute;
    top: 5;
    right: 8;
}

#alogo
{
    width: 201px;
    height: 113px;
    background: url('img/logo/transparentlogo.gif');
    display: block;
}

#alogo img
{
    margin: 25px 10px 0px 20px;
    border: none;
}

#leftmenu
{
    display: none;
}

#centercontent{
    background-color: White;
}

#imgContentCornerLeft
{
    display: none;
}

#imgContentCornerRight
{
    display: none;
}

#rightmenu
{
    display: none;
}

td.checkoutbordered
{
    padding-right: 20px;
    border-bottom: solid 1px silver;
}

td.checkoutborderedR
{
    padding-right: 0px;
    border-bottom: solid 1px silver;
}

#footerrow
{
    display: none;
}

table.ptable
{
    width: 100%
    /*margin: 2px 20px 10px 20px;*/
}

table.formtable
{
    margin: 2px 20px 10px 20px;
}

table.hometable
{
    float: left;
    clear: both;
    width: 100%;
}


/* Text formatting ______________________________________________________________________________ */

p
{
    font-size: 10.5pt;
    color: Black;
    margin: 2px 20px 10px 20px;
}

p.smalltext
{
    font-size: 9pt;
    color: Black;
    margin: 2px 20px 10px 20px;
}

p.hometable a
{
    font-size: 9pt;
    color: Black;
    margin: 0px 2px 0px 2px;
    text-decoration: none;
}

p.hometable a:hover
{
    font-size: 9pt;
    color: #666666;
    margin: 0px 2px 0px 2px;
    text-decoration: none;
}

span.VendorNameSmall
{
    font-weight: bold;
    color: #990033;
    text-decoration: none;
}

p.footertext
{
  font-size: 9pt;  
  text-align: center;
  color: #BBBBBB;
  margin-top: 15px;
}

p.footertext a
{
  font-size: 9pt;  
  text-align: center;
  color: #BBBBBB;
  margin-top: 15px;
  text-decoration: none;
}

p.footertext a:hover
{
  font-size: 9pt;  
  text-align: center;
  color: #BBBBBB;
  margin-top: 15px;
  text-decoration: underline;
}

h1
{
    font-size: 14pt;
    font-weight: bold;
    color: #990033;
    text-align: center;
    margin: 10px 20px 30px 20px;
}

h3
{
    font-size: 11pt;
    font-weight: bold;
    color: #990033;
    margin: 15px 20px 2px 20px;
}

span.highlight
{
    color: #990033;
}

span.required
{
    color: Red;
}

table.formtable p, table.formtable h3
{
    margin: 0px 0px 0px 0px;
}

.listprice
{
    text-decoration: line-through;
    color: gray;    
}

a
{
    color: Navy;
    text-decoration: underline;
}

a:hover
{
    color: #336699;
    text-decoration: underline;
}

a:active
{
    color: #FF9900;
    text-decoration: underline;
}

/* End Text formatting __________________________________________________________________________ */