﻿/********************/
/* Main Div Layouts */
/********************/

table.grid 
{
  width: 100%;
}

.grid td 
{
  width: 178px;
  font-size: 12px;
  color: #999999;
  vertical-align: top;
}

.grid td a
{
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  line-height: 15px;
  font-family: Arial, Helvetica, Sans-Serif;
}

.grid td a:hover
{
  text-decoration: underline;
}

/***********************/
/* Suplimental Classes */
/***********************/

.hidden 
{
  display: none;
}

.show 
{
  display: block;
}

.required 
{
  color: #cc0000;
  font-weight: bold;
}

/*******************/
/* Shopping Basket */
/*******************/

table.basket 
{
  width: 100%;
  border: 1px solid #820003;
}

table.basket th
{
  background-color: #820003;
  color: #ffffff;
  border: none;
}

table.basket td
{
  border: none;
  color:#A60000;
  font-size:12px;
  height: 45px;
}

table.basket tr
{
  border: none;
}

/****************************/
/* Order Items Confirmation */
/****************************/
table.confirmation 
{
  width: 100%;
  border: 1px solid #B23613;
}

table.confirmation th
{
  background-color: #B23613;
  color: #ffffff;
  border: none;
}

table.confirmation td
{
  border: none;
  color:#000000;
  font-size:12px;
  height: 45px;
}

table.confirmation tr
{
  border: none;
}
