﻿table.shoppingCart 
{
    width: 100%;
}

table.shoppingCart thead
{
    
    
}

table.shoppingCart th
{
    background: url(img/hr2.gif) no-repeat;
    padding: 0px 5px 0px 5px;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
}

table.shoppingCart td 
{
    padding: 5px 5px 0px 5px;
}

table.shoppingCart .productImage
{
    border: solid 5px #ff9900;
    width: 68px;
}

table.shoppingCart .imageCell
{
    width: 68px;
}
table.shoppingCart .productName, table.shoppingCart .productName a
{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

table.shoppingCart .productQuantity
{
    width: 30px;
    text-align: right;
}

table.shoppingCart tr.separator
{
    height: 16px;
    background: url(img/hr1.gif) repeat-x left 10px;
}

table.shoppingCart tfoot
{
    background-color: #e5e5e5;
}

table.shoppingCart tfoot .label
{
    font-weight: bold;
}

table.shoppingCart tfoot .sublabel
{
    font-weight: normal;
    font-size: 12px;
}

table.shoppingCart tfoot .sublabel a
{
    color: #ff0000;
}


table.shoppingCart tfoot .data
{
    font-weight: bold;
}


table.shoppingCart .textText
{
    font-style: italic;
    padding-top: 5px;
}

table.shoppingCart .textText2
{
    font-style: italic;
    padding-top: 5px;
    padding-left: 20px;
}

table.shoppingCart .optionItem
{
    border-bottom: dashed 1px #999999;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#discountApplier 
{
    margin: 20px 0px 10px 0px;
}

#discountApplier table
{
    margin: 5px 0px 0px 0px;
}

#discountApplier td
{
    padding: 0px 4px 0px 0px;
}