﻿body 
{
    background-image:url(images/bg.jpg);
    background-repeat:repeat-x;
    background-color:#737574;
    margin:0px 0px 0px 0px;
    font-family:Verdana,Arial;
    font-size:12px;
}

.defaultbody 
{
    background-color:#cfcfcf;
    margin:0px 0px 0px 0px;
}

.mainTable
{
    width:682px;
    margin:0px auto;
    text-align:left;  
    vertical-align:middle;
}

.bodyTable
{
    background-color:#FFFFFF;
    width:100%;
}

.ProductTitle
{
    font-size:15px;
    font-weight:bold;   
}

img.product
{
    border: solid 1px #B1B1B1;    
}

td.productDetail
{
    padding-left: 15px;    
}

.success
{
    color:#2E8025;        
}

.error
{
    color:#FF0000;
}

input.quantity
{
    font-size:12px;
    font-family:Verdana, Arial;
    width:20px;
    border: solid 1px #000000;    
}

tr.ShoppingCart
{
    background-color:Red;
    color:#FFFFFF;
    height:20px;
    font-weight:bold;
}

a img
{
    border-style:none;
}

.splitter
{
    background-color:#000000;
    width:600px;
    height:1px;
}

.checkoutheader
{
    font-family:Verdana, Arial;
    font-size:15px;
    font-weight:bold;    
}

.txtbox
{
    font-size:12px;
    font-family:Verdana, Arial;
    border: solid 1px #000000; 
}

td.nav
{
    width:195px;
    background-image:url(images/nav_bg.gif);
    background-repeat:repeat-y;
}

td.navlink
{
    height:25px;    
}

a.navText:link
{
	font-family:Veranda,Arial;
    font-size:11px;
    color:#000000;
    font-weight:bold; 
    text-decoration:none;
}
a.navText:visited
{
	font-family:Veranda,Arial;
    font-size:11px;
    color:#000000;
    font-weight:bold;
    text-decoration:none; 
}
a.navText:hover
{
	font-family:Veranda,Arial;
    font-size:11px;
    color:#000000;
    font-weight:bold; 
	text-decoration:none;
}
a.navText:active
{
	font-family:Veranda,Arial;
    font-size:11px;
    color:#000000;
    font-weight:bold; 
    text-decoration:none;
}

td.footer
{
    background-image:url(images/footer.gif);
    width:750px;
    height:175px;
    color:#BCBCBD;
    text-align:center;
}

.whitePanel
{
    background-color:#FFFFFF;    
}
