﻿.product-list-header, .product-list-header td
{
    padding-top:1px;
    padding-bottom: 2px;
    background-color:#EA3838;
    font-weight:bold;
    color:#FFFFFF;
    font-size:11px;
}

.product-list-header .code-column
{
    text-align:left;
    width:80px;
}

.product-list-header .description-column
{
    text-align:left;
}

.product-list-header .price-column
{
    text-align:center;
    width:50px;
}

.product-list-header .available-quantity-column
{
    text-align:center;
    width:80px;
}

.product-list-header .basket-quantity-column
{
    text-align:left;
    width:70px;
}

.product-list-header .total-price-column
{
    text-align:center;
    width:80px;
}
