BODY
{
   FONT-FAMILY: Verdana,'Arial Black';
   FONT-SIZE: 10pt;
   BACKGROUND-COLOR: white;
}

H1
{
   FONT-FAMILY: Verdana,'Arial Black';
   FONT-SIZE: 21pt;   
   COLOR: darkorange;
}

.BasketHeading, .BasketSummary
{
   FONT-FAMILY: Verdana,'Arial Black';
   FONT-SIZE: 10pt;   
   COLOR: darkorange;
}

.BasketSummary
{
   COLOR: black;
   FONT-WEIGHT: bolder;
}

TD.Serial, TD.Artist, TD.Title, TD.Price, TD.AddToBasket, TD.Quantity
{
   FONT-FAMILY: Verdana,'Arial Black';
   FONT-SIZE: smaller;
}

TR.ProductListStyle1
{
   BACKGROUND-COLOR: ivory;   
}

TR.ProductListStyle2
{
   BACKGROUND-COLOR: oldlace;   
}

TD.Quantity
{
   WIDTH: 75px;
}
TD.Serial
{
   WIDTH: 75px;
}
TD.Artist
{
   WIDTH: 150px;   
}

TD.Title
{
   WIDTH: 300px;   
}

TD.Price
{
   WIDTH: 85px;   
}

TD.AddToBasket
{
   WIDTH: 95px;   
}

TABLE.Category
{
   WIDTH: 650px;
}

TD.Category
{
    FONT-FAMILY: Verdana,'Arial Black';
    FONT-WEIGHT: bolder;
    FONT-SIZE: large;
    WIDTH: 250px;
    HEIGHT: 100px;
    TEXT-ALIGN: center;
}

DIV.FormElementError
{
   position: relative;
   left: 280px;
   top: -20px;
   color: red;
   visibility: hidden;
}
