body
  {
  text-align: center;
  background: #C4C508 url(/images/bg.gif) repeat-x;
  }
  
body, td
  {
  font-family: arial, sans-serif;
  font-size: small;
  }

a
  {
  text-decoration: none;
  color: #5D9941;
  }
  
p
  {
  padding: 0;
  margin: 0.7em 0em;
  line-height: 1.6em;
  }

#records
{

}

form 
  {
  margin: 0px;
  padding: 0px;
  }

form dt
  {
  float: left;
  width: 11em;
  font-weight: bold;
  clear:  left;;
  }

form dd
  {
  margin-left: 11em;
  }

img
  {
  vertical-align: middle;
  border: 0;
  }

input
  {
  vertical-align: middle;
  }

th
  {
  text-align: left;
  }

dd
  {
  margin: 0 0 0.5em 0;
  padding: 0;
  }

ul { list-style: none; padding: 0 0 0 1em; }
ol { padding: 0 0 0 2em; }
ol li { margin-bottom: 0.5em; }

h1
  {
  font-family: Georgia;
  font-size: 200%;
  font-weight: normal;
  padding-bottom: 0em;
  color: #A60E1D;
  margin: 0;
  }

h2
  {
  font-family: Georgia;
  font-size: 180%;
  font-weight: normal;
  color: #666666;
  margin: 0 0 0.2em 0;
  }
  
h3
  {
  font-weight: bold;
  margin: 0;
  font-size: 100%;
  color: #A8122E;
  }

h3 span { font-size: small; }

.float-container
  {
  overflow: hidden;
  height: 1%;
  }

.half-width-float
  {
  width: 50%;
  float: left;
  }

#error
  {
  border: 1px solid #F55;
  background-color: #FEE;
  padding: 0 0.5em;
  line-height:  2em;
  margin-bottom:  1em;
  }
.error { color: red; padding: 1em 0em; }
.errors { border: 2px solid red; padding: 0.5em; }
.errors ul { margin-bottom: 0; }

.highlight
  {
  border: 1px solid #CCC;
  background-color: #F4F4F4;
  padding: 1em;
  }

.right { text-align: right; }
.middle { text-align: center; }

.even td { background-color: #EEE; }
.odd td { background-color: #F4F4F4;}

.rborder { border-right: 1px dashed #CCC; }

/*-- Structural */

#container
  {
  width: 840px;
  margin: 0 auto;
  text-align: left;
  }

#superheader
  {
  margin-top: 20px;
  margin-bottom: 0.2em;
  line-height: 2.4em;
  color: white;
  font-family: Georgia;
  font-size: small;
  text-align: right;
  }

#header
  {
  background: white;
  overflow: hidden;
  height: 1%;
  }

#title
  {
  width: 800px;
  margin: 20px;
  }
  
#title-home
  {
  width: 800px;
  margin: 20px;
  }

#sitemenu
  {
  height: 1.6em;
  padding-left: 20px;
  }
  
#main, #main-homepage
  {
  overflow: hidden;
  height: 1%;
  background-color: white;
  padding: 20px;
  }
  
#content { font-size: 90%; }
#content td { font-size: 100%; }

#rightbar
  {
  background-color: #faf6b8;
  float: right;
  width: 182px;
  font-size: 85%;
  line-height: 1.6em;
  color: #666666;
  padding: 10px;
  margin-top: 43px;
  }

#rightbar input
  {
  font-size: 85%;
  }

#content-outer
  {
  float: left;
  width: 570px;
  }
  
#breadcrumb
  {
  margin-bottom:  1em;
  }

#main-homepage
  {
  background: #FFFFFF;
  }

#footer
  {
  background: #FFFFFF;
  font-size: small;
  clear: both;
  padding: 20px;
  }

#superfooter
  {
  margin-top: 2px;
  margin-bottom: 0.2em;
  line-height: 1em;
  color: white;
  font-family: Georgia;
  font-size: xx-small;
  text-align: right;
  }

#subfooter
  {
  color: white;
  text-align: right;
  font-size: 85%;
  font-family: Georgia, serif;
  
  }
  
/*-- Implementations */

#superheader a, #subfooter a
  {
  color: white;
  }

#sitemenu ul
  {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 22px;
  }
  
#sitemenu li
  {
  margin-right: 0.9em;
  float: left;
  list-style: none;
  }
  
#sitemenu a
  {
  font-family: Georgia;
  font-size: 130%;
  color: #666666;
  }
  
#sitemenu a.current
  {
  color: #A60E1D;
  }
  
#footer a
  {
  color: #663300;
  }
  
  
#banners
  {
  padding: 10px;
  text-align: center;
  }
  
#banners img
  {
  margin-bottom: 10px;
  }
  
#footer a
  {
  color: #666666;
  }
  
#breadcrumb a
  {
  color: black;
  font-size: 90%;
  }
  
.recipe-item
  {
  width: 230px;
  padding: 10px 0px 10px 24px;
  float: right;
  background: #EEE url(/images/w_arrow.gif) no-repeat;
  background-position: 0px 9px;
  }
  
.featured td
  {
  background-color: #faf6b8;
  margin-bottom: 2px;
  }

.featured td:first-child
  {
  background-color: #FFF;
  }

.products
  {
  margin-top: 20px;
  overflow: hidden;
  height: 1%;
  }

.col-1
  {
  width: 50%;
  float: left;
  border-right: 1px solid #CCC;
  }

.col-2
  {
  margin-left: 50%;
  }

#sku
  {
  margin: 2em 0px;
  }

.product
  {
  padding: 0 20px 0 0;
  overflow: hidden;
  height: 80px;
  }
  
.product-title
  {
  margin-bottom: 0.2em;
  }

.product-name
  {
  margin: 0 0 0.2em 0;
  color: #A60E1D;
  font-weight: normal;
  }

.product-strapline
  {
  color: #5D5D5D;
  }

.product-image
  {
  float: left;
  width: 120px;
  text-align: center;
  }

.product-price
  {
  font-weight: bold;
  color: #666666;
  }

.product p
  {
  margin: 0;
  padding: 0.6em 0;
  }

.product-more
  {
  }

.product-inner
  {
  margin-left: 120px;
  }
  
.product-grid
  {
  width: 98%;
  border-collapse: collapse;
  }
  
.product-grid td
  {
  height: 60px;
  padding: 4px;
  padding: 1em 0px;
border-bottom: 1px solid #EEE;
  }
  
.product-grid thead td
  {
  font-weight: bold;
  border-bottom: 3px solid #DDD;
  background-color: #F3F3F3;
  height: auto;
  color: #444;
  }
  
.product-grid tfoot td
  {
  font-weight: bold;
  border-bottom: 0px;
  color: #444;
  padding-top: 1em;
  height: auto;
  }
  
.product-grid tfoot select
  {
  font-size: x-small;
  }
  
.specifications
  {
  border-collapse: collapse;
  width: 100%;
  }
  
.specifications td
  {
  border: 1px solid #DDD;
  padding: 3px;
  }
  
.basket
  {
  border-collapse: collapse;
  width: 100%;
  }
  
.basket thead td
  {
  color: #444;
  border-bottom: 2px solid #DDD;
  background-color: #F3F3F3;
  }
  
.basket td
  {
  padding: 3px;
  }
  
.basket tr.even td, .basket tr.odd td
  {
  border-bottom: 2px solid white;
  }

.progress
  {
  border: 1px solid #555;
  padding: 1px;
  width: 230px;
  }

.progress .outer
  {
  display: block;
  background: #ccc !important;
  width: 230px;
  height: 20px;
  line-height: 20px;
  font-size: 85%;
  text-indent: 5px;
  }
  
.progress .inner
  {
  display: block;
  background: #555 !important;
  color: white;
  overflow: visible;
  white-space: nowrap;
  height: 20px;
  }
  
.saving
  {
  color: #666666;
  }

.swatch-container
  {
  overflow: hidden;
  height: 1%;
  margin-left: 1em;
  }

.colour-swatch, .colour-swatch-selected
  {
  float: left;
  width: 20px;
  height: 26px;
  border: 1px solid #444;
  margin-right: 4px;
  cursor: pointer;
  }

.colour-swatch-selected
  {
  border: 2px solid black;
  }

.search-filters, .search-filters input, .search-filters select
  {
  font-size: 95%;
  }

.search-filters
  {
  padding: 1em;
  background-color: #F5F5F5;
  border: 1px solid #DDD;
  }

.variety-selector
  {
  vertical-align: top;
  }

.variety-label
  {
  line-height: 1.6em;
  }

.variety-label-highlighted
  {
  color: red;
  }

#delivery-info
  {
  background-color: #E58624;
  color: white;
  padding: 0px 5px 5px 5px;
  font-weight: bold;
  }