﻿table.basket
{
    width:100%;
    border:solid 1px #6699CC;
}

tr.basketHeader
{
    height:30px;
    background-color:#487BBD;
    color:White;
    font-weight:bold;
}

td.basketHeaderItem
{
}

div.footerCos
{
}

a.mi:link, a.mi:visited
{
    color:#0000AA;
    text-decoration:none;
}

a.mi:hover
{
    text-decoration:underline;
}

tr.cosItemRow
{
    
}

td.cosItemCell
{
}

td.cosItemCellRight
{
    text-align:right;
    font-size:8pt;
}

td.cosItemCellCenter
{
    text-align:center;
}

div.basketFooter
{
    text-align:right;
    margin-top:10px;
}

input.feTextBoxCosMic
{
    width:30px;
    border:solid 1px #6699CC;
}