TABLE.cart
{ 
}

TABLE.cart TR TD.header
{
    font-weight: bold;
    padding-bottom: 20px;
}

TABLE.cart TR TD.item_name
{
    text-align:right;
    padding-right: 8px;
    padding-top: 3px;
    vertical-align: top;
}

TABLE.cart TR TD.input
{
    padding-bottom: 2px;
    width: 350px;
}

TABLE.cart TR TD.input INPUT, TABLE.cart TR TD.input TEXTAREA    
{
    width: 100%;
    border: 1px solid #EF7B18;
    background-color: #ecebeb;
}

TABLE.cart TR TD.input INPUT:focus, TABLE.cart TR TD.input TEXTAREA:focus
{
    background-color: #FFFFFF;
}

TABLE.catalogue TR TD A.cart_icon, A.cart_icon
{
    cursor:pointer;
    width: 18px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin-left:auto;
    margin-right: auto;
    white-space: nowrap;
}

TABLE.catalogue TR TD A.cart_icon IMG, A.cart_icon IMG
{
    width:16px;
    height:16px;
}  

TABLE.catalogue TR TD A.cart_icon:hover IMG, A.cart_icon:hover IMG
{
    width:18px;
    height:18px;
}


TABLE.cart_item_list
{
    border: 1px solid #215A9C; 
    margin-top: 30px;
    margin-bottom: 20px;
}

TABLE.cart_item_list TR TD
{
    padding-top:2px;
    padding-bottom:2px;
    padding-left:5px;
    padding-right:5px;
    white-space: nowrap;
    text-align: right;
    background-color: #ffffff;
}

TABLE.cart_item_list TR.odd TD
{
    background-color: #e3eefb;
}

TABLE.cart_item_list TR TD.title
{
    color:#215A9C;
    font-weight:normal;
    font-size: 16px;
    height: 30px;
    border: 0px;    
}

TABLE.cart_item_list TR TD.header
{
    padding:7px;
    text-align: center;
    background-color: #EF7B18;
    color: #215A9C;
    font-weight: bold;
    white-space: normal;
    vertical-align: bottom;
} 

TABLE.cart_item_list TR TD INPUT.quantity
{
    width: 25px;
    height: 16px;
    font-size: 9px;
    border: 1px solid #EF7B18;
    background-color: #ecebeb;
    text-align: right;
}

TABLE.cart_item_list TR TD INPUT.quantity:focus
{
    background-color: #FFFFFF;
}
