﻿#main_content h4 
{
    font-size: 120%;
    letter-spacing: 1px;
    text-transform: none;
    color: #993A31;
}

table.cartTable 
{
    margin: 5px 0;
    width: 100%;
    border: solid 1px #ccc;
    border-width: 2px 0;
}
table.cartTable tr 
{
    margin: 5px 0;
}
table.cartTable td 
{
    padding: 5px;
    vertical-align: top;
}   
table.cartTable td span 
{
    display: block;
    font-style: italic;
    letter-spacing: 1px;
}
table.cartTable td span.type
{
    font-style: normal;
    font-size: 80%;
}
table.cartTable tr.header, table.cartTable tr.header td 
{
    background: #809677;
    color: #000;
    font-weight: bold;
}
table.cartTable tr.alt, table.cartTable tr.alt td 
{
    background: #DFE6DD;
}
table.cartTable td.text
{
    letter-spacing: 1px;
}
table.cartTable td.thumb, table.cartTable td.thumb img, table.cartTable td.thumb a, table.cartTable td.thumb a:hover
{
    height: 50px;
    width: 50px;
    border-bottom: none; 
}
table.cartTable td.id 
{
    color: #666;
}
table.cartTable td input.qty
{
    width: 20px;
}
table.cartTable td.delete a
{
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: transparent url(images/art/parts/delete.gif) center center no-repeat;
}
table.cartTable tr.sub, table.cartTable tr.sub td
{
    border-top: solid 2px #ccc;
}
table.cartTable tr.grandtotal, table.cartTable tr.grandtotal td 
{
    font-weight: bold;
}
table.cartTable td.decimal
{
    text-align: right;
    letter-spacing: 1px;
}

/* ZIP CODE FORM */
#zipCodeForm 
{
    position: absolute;
    top: 20px;
    left: 200px;
    border: solid 5px #4a3124;
    background: #b5b5b5;
    color: #000;
    padding: 20px 30px;
    z-index: 1000;
}
#zipCodeForm h4 
{
    font-weight: bold;
    font-size: 110%;
    letter-spacing: 1px;
    color: #4A3124;
}
#zipCodeForm input { border: solid 2px 4a4a4a; color: #96574a; font-size: 100%; font-weight: bold; background: #fff; }


/* BUTTONS */
ul#buttonWrapper 
{
    position: relative;
    width: 100%;
    overflow: hidden;
    list-style: none; 
    margin: 20px 0 0 0;
}

#buttonWrapper li a
{
    display: block;
    width: 147px;
    height: 29px;
    text-indent: -9999px;
}
#buttonWrapper li.continue_shopping, #buttonWrapper li.update_quantity 
{
    float: left;
    margin-left: 0;
}
#buttonWrapper li.checkout 
{
    margin-right: 0;
    float: right;
}
#buttonWrapper li.continue_shopping a
{
    background: transparent url(images/art/continue_shopping.gif) top left no-repeat;
    border-bottom: none;
}
#buttonWrapper li.continue_shopping a:hover
{
    background: transparent url(images/art/continue_shopping-ro.gif) top left no-repeat;
    border-bottom: none;
}
#buttonWrapper li.update_quantity a
{
    background: transparent url(images/art/update_quantity.gif) top left no-repeat;
    border-bottom: none;
}
#buttonWrapper li.update_quantity a:hover
{
    background: transparent url(images/art/update_quantity-ro.gif) top left no-repeat;
    border-bottom: none;
}

#buttonWrapper li.checkout a
{
    background: transparent url(images/art/checkout.gif) top left no-repeat;
    border-bottom: none;
}
#buttonWrapper li.checkout a:hover
{
    background: transparent url(images/art/checkout-ro.gif) top left no-repeat;
    border-bottom: none;
}