/*
 * Version: $Revision: 1.18 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2007 BeSite
 */

TABLE.ShopCart
{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 15px;
}

TABLE.ShopCart TH
{
    background-color: #bbb;
}

TABLE.ShopCart TH,
TABLE.ShopCart TD
{
    padding: 3px;
}

TABLE.ShopCart TR.ShopItem TD
{
    border-top: 1px solid #999;
}

TABLE.ShopCart .Quantity
{
    width: 50px;
    text-align: right;
    padding-right: 5px;
}

TABLE.ShopCart .QuantityEditable
{
    width: 90px;
    text-align: center;
    padding-right: 5px;
}

TABLE.ShopCart TD.Quantity INPUT
{
    text-align: center;
}

TABLE.ShopCart TD.Quantity BUTTON
{
    vertical-align: bottom;
}

TABLE.ShopCart .Item
{
    text-align: left;
}

TABLE.ShopCart TD.Price SPAN.OldPrice
{
    margin: 0;
}

SPAN.OldPrice
{
    text-decoration: line-through;
    color: #333;
    margin-right: 10px;
    font-size: 90%;
}

TABLE.ShopCart TH.Price
{
    width: 85px;
}

TABLE.ShopCart TH.VatPercent
{
    width: 60px;
}

TABLE.ShopCart TH.Total
{
    width: 85px;
}

TABLE.ShopCart TH.Price, TABLE.ShopCart TD.Price,
TABLE.ShopCart TH.VatPercent, TABLE.ShopCart TD.VatPercent,
TABLE.ShopCart TH.Total, TABLE.ShopCart TD.Total,
TABLE.ShopCart TD.GrandTotal
{
    text-align: right;
}

TABLE.ShopCart TR.FirstTotals TD
{
    border-top: 2px solid black;
    padding-top: 5px;
}

TABLE.ShopCart TD.Subtotal, TABLE.ShopCart TD.Vat, TABLE.ShopCart TD.Total, TABLE.ShopCart TD.GrandTotal
{
    font-weight: bold;
    text-align: right;
}

TABLE.ShopCart TD.Subtotal
{
    font-weight: normal;
    font-size: 90%;
}

TABLE.ShopCart TD.Vat
{
    font-weight: normal;
    font-size: 80%;
}

TABLE.ShopCart INPUT 
{
    width: 25px;
}

TABLE.ShopCart BUTTON.CartIcon
{
    width: 24px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    font-size: 1px;
    margin-bottom: 2px;
}

TABLE.ShopCart BUTTON.CartIcon IMG
{
    margin: 0;
}

BUTTON.ShopMore
{
    margin-bottom: 10pt;
}

DIV#GiftCoupon
{
    margin-bottom: 10pt;
}

INPUT#ShopGiftCouponCodeInput
{
    text-align: center;
    width: 125px;
}