﻿body {
}


div.ProductGrid
{
	float: left;
	width: 695px;
	font-family: Times New Roman, Serif;
	margin: 10px 0px 0px 0px;
}


table
{
	border-collapse: collapse;
	width: 695px;
}


    th, td
    {
	    padding: 3px 4px 3px 4px;
	    border-right: 1px solid #000000;
	    border-top: 1px solid #000000;
    }
    
    .product
    {
        text-align:left;
    }
    
    
    .doubleLine
	{
		border-right: 3px double #000000;
	}
	
	.inputQty
	{
		border-right: 1px single #000000;
		text-align:center;
	}
	
	    .inputQty input
	    {
	        width: 40px;
	    }	
	
	.header
    {
	    background: #d9cfbf;
	    font-style: italic;
	    font-weight: bold;
	    font-size: 13px;	    
    }
    
        .header th
        {
           padding: 5px; 
        }
        
        
    .footer
    {
    }
    
        .footer td
        {
           border-right:none;
        }

    tr.odd
    {
	    background: #d9cfbf;
    }
    
    
    .SubMenu input
    {
        margin: 3px 0px 0px 0px;
        font-size: 11px;
    }


div.ShoppingCart
{
    float:left;
    width: 627px;
}

div.CheckoutConfirm
{
    float:left;
    width: 690px;
}

    
    
div.CartTotals
{
    float:left;
    clear:both;
    width: 100%;
    margin: 2px 0px 2px 0px;
}


    div.totalLabel
    {
        float:right;
        font-weight:bold;
        font-size: 12px;
        color: #000000;
       
    }
    
    
    div.totalQty
    {
        float:right;
        width: 120px;
        text-align:right;
    }
    
    div.CartTotals b
    {
        font-size: 14px;
        text-decoration: underline;
    }
    

div.NoItems
{
    float:left;
    width:100%;
    font-size: 12px;
    text-align:center;
    margin: 8px 0px 8px 0px;
}
