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

TABLE.ShopCustomerAddresses TH.TableHeader
{
    font-weight: normal;
    text-align: left;
}

TABLE.ShopCustomerAddresses
{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

TABLE.ShopCustomerAddresses TD
{
    border: 1px solid #ccc;
    padding: 3px;
}

TABLE.ShopCustomerAddresses TD.Action
{
    width: 50px;
    text-align: center;
}

TABLE.ShopCustomerAddresses TR.Add TD
{
    text-align: center;
    padding: 5px;
}

TABLE.ShopCustomerAddresses TR.Add TD IMG.Icon
{
    margin-right: 5px;
    vertical-align: bottom;
}

TABLE.ShopCustomerAddress
{
    margin-bottom: 20px;
}

P#ShopCustomerVatEuTransactionNote
{
    margin-top: 2pt;
    font-style: italic;
}