﻿table.basket
{
    width:100%;
}


tr.basketHeader
{
    border:solid 1px Black;
    background-image:url(imgs/bgMyBasket.jpg);
    color:White;
    font-weight:bold;
}

tr.basketHeader:hover
{
    background-color:#CCCCCC
}

td.basketHeaderItem
{
    border-top:solid 1px #666666;
    border-bottom:solid 3px Orange;
}
td.basketHeaderItem:hover
{
    background-color:inherit;
}

tr.cosItemRow
{
    vertical-align:top;
    background-color:#D4E0E4;    
}

tr.cosItemRow:hover
{
    background-color:#FFFFCC;
    
}

td.cosItemCell
{
    border-bottom:dotted 1px #DDDDDD;
}

td.cosItemCellCenter
{
    text-align:center;
    border-bottom:dotted 1px #DDDDDD;
}

td.cosItemCellRight
{
    text-align:right;
    padding-right:20px;
    border-bottom:dotted 1px #DDDDDD;
}

table.platatransport
{
    width:100%;    
}