﻿body {
}

/*
 * CART CONTENT STYLE
 */

table#cartContent
{
    border: none 1px lime;
    margin: auto;
    width: 650px;
}

thead#mainHeader
{
    background-color: White;
    color: Black;
    text-align: center;
}

tr#header
{
    background-color: #B2A894;
    color: Black;
}

#itemRow
{
    
}

#productName
{
    max-width: 340px;
    overflow: scroll;
}

#productPrice
{
    text-align: right;
    width: 85px;   
}

#quantity
{
    text-align: center;
    width: 25px;
}

#itemTotalCost
{
    text-align: right; 
    width: 85px;  
}

#updateDelete
{
    font-size: smaller;
    text-align: center;
    width: 115px;
}

#subTotalLabel
{
    text-align: right;
}

#subTotal
{
    text-align: right;   
}

/*
 * CUSTOMER INFORMATION STYLE
 */

#warrantyPrivacyPolicies
{
   width: 50%;
   vertical-align: top;
}

.title
{
    font-weight: bold;
    text-decoration: underline;
}

#customerInformation
{
    width: 50%;
}

table#custInfo
{
    border: solid 1px white;
    width: 375px;
}

.labels
{
    vertical-align: top;
    text-align: right;
    border: solid 1px black;
    width: 60px;
}

table#custInfo td#header 
{
    border: none;
    text-align: center;
    background-color: White;
    color: Black;   
}

/*
 *  Checkout page style
 */

.amountLabels
{
    text-align: right;
}
.amounts
{
    text-align: right; 
    padding-left: 10px;  
}