/**
* This CSS is used for basket pages
*/
#tiledGoods
{
    width: 83%;
    display: inline;
    text-align: left;
}

#tiledGoods .columnHeader
{
    background-color: #f6eac6;
    height: 55px;
    width: 100%;
    margin-bottom: 17px;
}

#basket a
{
    font-family: Arial;
    font-weight: normal;
    font-size: 9pt;
    color: black;
}
.BasketDarkItem
{
    background-color: #dce4ee;
    height: 25px;
    text-align: center;
    font-family: Arial;
    font-weight: normal;
    font-size: 9pt;

}
.BasketLightItem
{
    background-color: white;
    height: 25px;
    text-align: center;
    font-family: Arial;
    font-weight: normal;
    font-size: 9pt;

}

.addressLine a
{

    color: black;
    font-family: Arial;
    font-size: 9pt;
}

.addressLine
{
    background-color: white;
    color: #878787;
    font-family: Arial;
    font-size: 8pt;
}

.addressLine h4
{
    color: black;
    font-weight: bold;
    font-family: Arial;
    font-size: 10pt;
}

th
{
    background-color: #858585;
    color: white;
    height: 25px;
    font-family: Arial;
    font-weight: normal;
    font-size: 9pt;
    height: 20px;
}

.basketInfo
{
    color: #cb5c29;
    margin-left: 5px;
    margin-bottom: 5px;
}