div#brewerChurch
{
    background-color: #f00;
}

div.linkBox
{
    background: #33aacc;
    line-height: 2em;
    padding: 2px 20px;
}

.linkBox a
{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}


body
{
    background: #ccc;
}

table
{
    background: #fff;
    font-family: Arial, Verdana, sans-serif;
}

table, td, th
{
    border-width: 1px;
    border-style: solid;
    border-spacing: 0px;
    border-collapse: collapse;
    border-color: #000;
    padding: 2px;
}

td.size, th.size
{
    width: 50px;
    text-align: center;    
}

td.size
{
    font-size: 12px;
}

th.size, th.heading, th.emptySize, th.skuHeading, th.styleHeading, th.colourHeading, th.seasonHeading, th.priceHeading, th.garmentHeading, th.sizeSetHeading
{
    background: #333;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
    height: 26px;
}

td.invalidSize, td.sizeSetData
{
    background: #333;
}

td.zeroQuantity
{
    background: #ccc;
}

 .qtyInput, td.quantity
 {
     width: 20px;
     font-size: 14px;
     text-align: center;
 }

 th.skuHeading, td.skuData
 {
     width: 9%;
 }

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

 th.garmentHeading, td.garmentData
 {
     width: 8%;
 }

 th.colourHeading, td.colourData
 {
     width: 10%;
 }

 th.seasonHeading, td.seasonData
 {
     width: 5%;
 }

 th.priceHeading, td.priceData
 {
     width: 5%;
 }

 th.size, th.emptySize, td.quantity, td.invalidSize, td.zeroQuantity
 {
    width: 3%;
 }

 tr.blankRow, tr.blankRow td
 {
     background-color: #ddd;
     font-size: 6px;
     line-height: 6px;
     height: 6px;
 }

 td.sectionRow, tr.garmentCategoryHeading, tr.garmentCategoryHeading td
 {
     background-color: #255;
     color: #fff;
     font-weight: bold;
     border-width: 3px;
     padding: 3px;
     font-size: 18px;
 }

 /* Filter Box thingd */

div#filterBox, #filterBox .subBox
{
    margin: 20px auto;
    border: 2px solid #389;
}

#filterBox .subBox h3
{
    background-color: #389;
    font-size: 16px;
    color: #fff;
    font-family: Verdana, Arial, sans-serif;
    padding: 4px;
    margin:0;
    
}

#filterBox .subBox
{
    clear: both;
    width: 95%;
}


 div#filterBox
 {
     width: 1280px;
     background-color: #fff;
 }






 div.filterBoxGarmentCategory
 {
     margin: 10px;
     width: 180px;
     height: auto;
     float: left;
 }

 #filterBoxGarmentSelector h4
 {
    text-align: center;
    background-color: #a99;
    font-size: 14px;
    color: #fff;
    font-family: Verdana, Arial, sans-serif;
    padding: 4px;
    margin: 0px 0px 6px 0px;
 }


 div#filterBoxGarmentSelector
 {
    font-size: 14px;
    font-family: Arial, Verdana, sans-serif;
 }

 div.filterBoxGarmentCategoryRow
 {
    clear: both;
 }

 div.filterBoxSeasonColumn
 {
    width: 280px;
    float: left;
    margin: 10px;
    font-size: 14px;
    font-family: Arial, Verdana, sans-serif;
 }



 div#filterBoxSeasonSelector h2
 {
    font-size: 18px;
    font-family: Arial, Verdana, sans-serif;
    
 }

 hr.clear
 {
     margin:0px;
     padding:0px;
     visibility: hidden;
     height: 0px;
     color: #fff;
     clear: both;
 }


#filterBoxBrandSelector p.notice
{
    color: red;
    font-weight: bold;
    clear: both;
    margin-left: 50px;
}

 #filterBoxBrandSelector ul li
 {
     display: block;
     font-size: 16px;
     margin: 0px 10px;
     font-family: Verdana, Arial, sans-serif;
     padding-bottom: 30px;
     float: left;
     background-image: none;
     vertical-align: top;
 }

    #filterBoxBrandSelector ul li a, #filterBoxBrandSelector ul li a:active, #filterBoxBrandSelector ul li a:hover, #filterBoxBrandSelector ul li a:visited
    {
        color: #a55;
    }

    #filterBoxBrandSelector ul li.activeBrand a, #filterBoxBrandSelector ul li.activeBrand a:active, #filterBoxBrandSelector ul li.activeBrand a:hover, #filterBoxBrandSelector ul li.activeBrand a:visited
    {
        color: #c33;
        text-decoration:none;
    }

 #filterBoxBrandSelector ul li.activeBrand
 {
    font-weight: bold;
    font-size: 20px;
    background-image: url('../img/css/dot30.gif');
    background-repeat: no-repeat;
    background-position: 50% 80%;

 }

 #filterBoxActionSelector input, #filterBoxActionSelector label
 {
     display: block;
     float: left;
     margin: 10px 3px;
     padding: 0px;
     font-family: Verdana, Arial, sans-serif;
     font-size: 14px;
 }

 #filterBoxActionSelector input
 {
    margin-left: 30px;
 }

 #filterBox .submit input
 {
     width: 400px;
     height: 50px;
     margin: 20px auto;
     display: block;

 }


 #notifications p
 {
     padding: 0 15px;
     color: black;
 }

 #notifications div
 {
     color: red;
     font-weight: bold;
 }



 /*********************************
 This is the new table thing
 ************************************/

 div#productData
 {
     width: 100%;
 }



 div#productData .submit input
 {
     width: 40%;
     height: 50px;
     margin: 20px auto;
     display: block;
 }

 #stockTable
 {
     width: 1600px;
     margin: 20px auto;
 }

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


 }