
h1
{
    font-family: Helvetica;
    font-size: 1.0em;
    line-height: 1.4em;
    padding:0;
    margin:0;
    display: inline;
    padding-left: 1em;
}

th.skuHeading, td.sku
{
    width: 5%;
}

th.styleHeading, td.style
{
    width: 14%;
}

th.garmentHeading, td.garmentType
{
    width: 9%;
}

th.colourHeading, td.colour
{
    width: 8%;
}

th.seasonHeading, td.season
{
    width:3%;
}

th.priceHeading, td.price
{
    width: 3%;
}

th.sizeSetHeading, td.sizeSet
{
    width: 1%;
}

th.sizeHeading, td.qty, td.zeroQty, td.invalidSize
{
    width: 3%;
}

tr.blankRow, tr.blankRow td
{
    height: 0.3em;
    font-size: 0.1em;
    line-height: 0.1em;
    background-color: #ccc;
    border: 0;
}

th.sizeHeading
{
    font-size: 0.8em;

}

/*******************************************
Colours and fonts
********************************************/
table#stockTable
{
    background-color: #fff;
    width: 1280px;
    background: #fff;
    /* font-family: Arial, Verdana, sans-serif; */
}

table, tr, th, td
{
    border-width: 1px;
    border-style: solid;
    border-spacing: 0;
    border-collapse: collapse;
    border-color: black;
    margin:0;
    font-family:helvetica;
}

td.qty, th.qty
{
    text-align: center;
}

td, th
{
    font-size: 0.8em;
}

th,td.sizeSet
{
    background-color: #333;
    color: #fff;
    font-weight: bold;
}

th.blank
{
    background-color: #fff;
}

td.invalidSize
{
    background-color: #666;
}

td.zeroQty
{
    background-color: #ccc;
}

 td.sectionRow, tr.garmentCategoryHeading, tr.garmentCategoryHeading td
 {
     background-color: #478;
     color: #fff;
     font-weight: bold;
     border-width: 1px;
     border-color: black;
     padding: 1px;
     padding-left: 1em;
     font-size: 1em;
 }

 tr.sectionValue, tr.sectionValue td
 {
     background-color: #125;
     text-align: right;
     font-size: 16px;
     font-weight: bold;
     color: #ffff00;
 }

 tr.tableValue, tr.tableValue td
 {
     background-color: #621;
     text-align: right;
     font-size: 16px;
     font-weight: bold;
     color: #ffff00;

 }