/****************************************
*                                       *
*   Farm Fresh Express General Styles   *
*                                       *
****************************************/

/* Colours :
*   Purple: RGB(161,98,145)
*   Yellow: RGB(254,253,223)
*   Dark Yellow: RGB(255,250,194)
*   Green: RGB(103,192,42)
*   Terracotta: RGB(223,134,4)
*/

html {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-color: RGB(254,253,223);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-color: RGB(254,253,223);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 76%;
}

body#header {
    background-color: RGB(103,192,42);
}

body#header_nav {
    background-color: RGB(161,98,145);
}

body#left_nav {
    background-color: RGB(161,98,145);
}

body#dark_yellow {
    background-color: RGB(255,250,194);
}

body#right_nav {
    background-color: RGB(255,250,194);
}

body.popup {
  background: RGB(254,253,223);
  overflow: auto;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.2em;
}

h3, h4, h5, h6 {
    font-size: 1.1em;
}

p {
    font-size: 1.0em;
}

a {
    color: RGB(161,98,145);
    font-size: 1.0em;
    text-decoration: none;
}

a.externallink {
    color: RGB(161,98,145);
    font-size: 1.0em;
    text-decoration: none;
    border-bottom: dashed;
    border-bottom-color: RGB(161,98,145);
    border-bottom-width: 1px;
}

a:hover {
    color: RGB(103,192,42);
    font-size: 1.0em;
}

a.externallink:hover {
    color: RGB(103,192,42);
    font-size: 1.0em;
    border-bottom-color: RGB(103,192,42);
}

abbr, acronym {
    cursor: help;
}

/* Header Styles */

#ffe-logo {
    margin: 0;
    padding: 0;
    border: 0;
    width: 129px;
    height: 62px;
    position: absolute;
    top: 15px;
    left: 20px;
}

.header-home-nav {
    float: right;
    width: 75px;
    position: relative;
    top: 70px;
    text-align: center;
}

#header-left-nav {
    width: 75px;
    position: absolute;
    top: 70px;
    left: 5%;
    text-align: center;
}

#header-middle-nav {
    width: 75px;
    position: absolute;
    top: 70px;
    left: 35%;
    text-align: center;
}

#header-right-nav {
    width: 75px;
    position: absolute;
    top: 70px;
    left: 65%;
    text-align: center;
}

.header-home-nav a, #header-left-nav a, #header-middle-nav a, #header-right-nav a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.header-home-nav a:hover, #header-left-nav a:hover, #header-middle-nav a:hover, #header-right-nav a:hover {
    color: RGB(223,134,4);
}

/* Left Navigation Styles */

#leftnav {
    background-color: RGB(161,98,145);
    height: 100%;
    width: 100%;
}

#leftnav #leftnav-padding {
    padding: 5px;
}

#leftnav ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#leftnav a {
    color: white;
}

#leftnav a .navtitle {
    font-weight: bold;
}

#leftnav a .navblurb {
  margin: 0;
  margin-left: 17px;
  margin-bottom: 10px;
  line-height: 1.08em;
}

#leftnav a:hover {
/*    color: RGB(223,134,4);*/
    color: RGB(255,250,194)
}

#leftnav li.shops {
  margin-bottom: 10px;
}

#leftnav li.list {
  margin: 0;
}

#leftnav a.picked {
  font-weight: bold;
  font-size: 1.0em;
  color: RGB(255,250,194);
  margin: 0;
}

#leftnav a.shoplist {
  font-size: 1.0em;
  font-weight: bold;
  color: white;
  margin-left: 17px;
  line-height: 1.08em;
}

#leftnav a.collapsedlist {
  font-size: 1.0em;
  font-weight: bold;
  color: white;
  margin: 0;
  line-height: 1.08em;
}

#leftnav a.shoplist:hover, #leftnav a.collapsedlist:hover {
/*    color: RGB(223,134,4);*/
    color: RGB(255,250,194)
}

#leftnav legend {
    color: white;
}

/*******************************/
/* Right Navigation Bar Styles */
/*******************************/

#rightnav {
/*  background-color: RGB(254,253,223);*/
  float: right;
  width: 100%;
  margin: 0;
  height: 100%;
}

#rightnav.producers {
  overflow: auto;
}

#rightnav.magazine {
  background: RGB(254,253,223);
}

#rightnav.shopping {
  background: RGB(254,253,223);
}

/* Producers Navigation List Styles */

#rightnav .producerlist {
  margin: 10px;
}

#rightnav ul, li {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}

#rightnav a {
  font-weight: bold;
  font-size: 0.9em;
  color: RGB(161,98,145);
  margin: 0;
  padding: 0;
}

#rightnav a.odd {
  color: RGB(223,134,4);
}

#rightnav a:hover {
  color: RGB(103,192,42);
}

#rightnav legend {
    color: RGB(103,192,42);
}

/* Shopping Cart RightNav List */

#rightnav .paddingbox {
  height: 100%;
  padding: 7px 12px;
  overflow: auto;
}

#rightnav .title a {
  font-weight: bold;
  font-size: 1.1em;
  color: RGB(103,192,42);
}

#rightnav .title a:hover {
  color: RGB(161,98,145);
}

#rightnav .shoptitle a {
  font-size: 1.0em;
  color: RGB(161,98,145);
  line-height: 2em;
}

#rightnav .shoptitle a.selected {
  color: RGB(103,191,42);
}

#rightnav .shopqty {
  float: right;
  font-size: 1.0em;
  color: RGB(161,98,145);
  line-height: 2em;
}

#rightnav .productname {
  font-size: 1.0em;
  font-style: italic;
  color: RGB(161,98,145);
  margin-bottom: 5px;
  margin-left: 5px;
}

#rightnav .productqty {
  float: right;
  font-size: 1.0em;
  font-style: italic;
  color: RGB(161,98,145);
  margin-bottom: 5px;
  margin-right: 5px;
}

#rightnav #minibasket {
    width: 100%;
    margin-top: 5px;
}

#rightnav #minibasket .selectedshoptitle{
    font-size: 1.0em;
    font-weight: bold;
    color: RGB(103,192,42);
}

#rightnav #minibasket .shoptitle, #rightnav #minibasket .shoptitle a {
    font-size: 1.0em;
    font-weight: bold;
    color: RGB(161,98,145);
}

#rightnav #minibasket .shoptitle a:hover {
    color: RGB(103,192,42);
}

#rightnav #minibasket .name {
    padding-left: 5px;
    font-style: italic;
    color: RGB(161,98,145);
}

#rightnav #minibasket td.quantity {
    font-style: italic;
    text-align: right;
    color: RGB(161,98,145);
}

#rightnav #minibasket td.totalquantity {
    font-weight: bold;
    color: RGB(161,98,145);
}

#rightnav .ordertitle {
  color: RGB(103,191,42);
  font-size: 1.0em;
  font-weight: bold;
}

#rightnav .ordertotal {
  float: right;
  color: RGB(103,191,42);
  font-size: 1.0em;
  font-weight: bold;
}

#rightnav .totaltitle {
  color: RGB(103,191,42);
  font-size: 1.0em;
  font-weight: bold;
  margin-top: 20px;
}

#rightnav .totalamount {
  float: right;
  color: RGB(103,191,42);
  font-size: 1.0em;
  font-weight: bold;
  margin-top: 20px;
}

#totalline {
  margin: 2px 0;
  padding: 2px 0;
  border-top: solid;
  border-top-color: RGB(161,98,145);
  border-top-width: 1px;
  border-bottom: solid;
  border-bottom-color: RGB(161,98,145);
  border-bottom-width: 1px;
}

#pickslotbutton, #pickslotbutton a {
    margin: 0;
    border: none;
    padding: 0.7em 0.6em;
    color: white;
    font-size: 1.0em;
    font-weight: bold;
    background-color: RGB(223,134,4);
    text-align: center;
}

#pickslotbutton a:hover {
    color: white;
}

#pay-table {
    margin: 0 0 0 5%;
    width: 90%;
    text-align: center;
}

#pay-table #nopaybutton {
    margin: 0;
    border: none;
    padding: 4px 3px;
    color: white;
    background-color: RGB(190,190,190);
}

#pay-table #paybutton, #pay-table #paybutton input {
    margin: 0;
    border: none;
    padding: 0.7em 0.6em;
    color: white;
    font-size: 1.0em;
    font-weight: bold;
    background-color: RGB(103,192,42);
}

#pay-table #spacer {
    font-size: 0.4em;
}

#pay-table #amendbutton {
    margin: 0;
    border: none;
    padding: 0.7em 0.6em;
    color: white;
    font-size: 1.0em;
    font-weight: bold;
    background-color: RGB(223,134,4);
}

#pay-table #clearbutton {
    margin: 0;
    border: none;
    padding: 0.7em 0.6em;
    color: white;
    font-size: 1.0em;
    font-weight: bold;
    background-color: RGB(185,0,0);
}

#pay-table #amendbutton a, #pay-table #amendbutton a:hover, #pay-table #clearbutton a, #pay-table #clearbutton a:hover, #pay-table #paybutton a {
    color: white;
}

#rightnav input {
  width: 150px;
  margin-left: 6px;
}

#rightnav input.submit {
  width: 75%;
  height: 40px;
  border: none;
  background-color: RGB(103,191,42);
  font-size: 1.0em;
  color: white;
  margin: 0 12%;
  margin-top: 5px;
  overflow: auto;
}

#changebutton {
    margin: 0 0 0 5%;
    width: 80%;
    border: none;
    padding: 0.7em 0.6em;
    color: white;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    background-color: RGB(223,134,4);
}

#changebutton.green {
    background-color: RGB(103,191,42);
}

#maincontent .fixedbutton {
    margin: 0 2%;
    padding: 0.7em 0.6em;
    border: none;
    width: 9em;
    color: white;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    background-color: RGB(103,191,42);
}

#changebutton a, #maincontent .fixedbutton a {
  width: 150px;
  color: white;
  font-size: 1.0em;
  padding: 10px 0;
}

#changebutton a:hover, #maincontent .fixedbutton a:hover {
  color: white;
}

#rightnav a img.icons {
  float: left;
  border: none;
  margin-right: 5px;
}

#rightnav a .icontextone {
  padding-top: 5px;
  margin-bottom: 7px;
}

#rightnav a .icontexttwo {
  margin-top: -4px;
}

/***********************/
/* Main Content Styles */
/***********************/

#maincontent {
  margin: 0;
  padding: 0;
  background-color: RGB(254,253,223);
  width: 100%;
  height: 100%;
}

/* Front Page Styles */

#maincontent .twocolleft {
  width: auto;
  height: 100%;
}

#maincontent .onecolrightdark {
  float: right;
  width: 33%;
  height: 100%;
  background-color: RGB(255,250,194);
  border-left: solid;
  border-left-color: white;
  border-left-width: 7px;
  margin-left: 17px;
}

#maincontent .onecolrightdark a {
  font-weight: bold;
}

/* Registration Form Styles */

#maincontent.yellowback {
  background-color: RGB(255,250,194);
}

#maincontent .rightcol {
  float: right;
  width: 25%;
}

#maincontent .leftcol {
  width: 74%;
  height: 100%;
}

#maincontent .right-col {
  float: right;
  width: 69%;
  height: 100%;
}

#maincontent .left-col {
  width: 30%;
  height: 100%;
}

#maincontent table {
  width: 100%;
/*  background-color: RGB(255,250,194);*/
    background-color: transparent;
  padding: 0;
  margin: 0;
}

#maincontent table.register {
  width: 92%;
}

#maincontent table td {
  margin: 0;
  padding: 0;
  border: solid;
  border-color: RGB(255,250,194);
  border-width: 2px;
}

#maincontent table td.labels {
  width: 30%;
}

#maincontent table label {
  color: black;
  font-weight: bold;
}

#maincontent table label.purple {
  color: RGB(161,98,145);
}

#maincontent table input {
  color: green;
  background-color: white;
}

#maincontent table input.small {
  width: 100%;
}

#maincontent table  input.newslettertype {
    background-color: RGB(255,250,194);
}

#maincontent table.borderless td {
    border: solid 5px transparent;
}

#content .center {
  width: 100px;
  margin: 2em auto;
}

#maincontent form .button {
/*  position: absolute;
  bottom: 50px;*/
  color: white;
  font-size: 1.0em;
  background-color: RGB(103,192,42);
  border: none;
  padding: 5px;
  width: 100px;
}

#maincontent form .center {
  text-align: center;
}

#maincontent legend {
  color: RGB(103,192,42);
}

/* Login Styles */

#maincontent table td a {
  color: RGB(161,98,145);
}

#maincontent .errormessage {
  color: red;
  font-weight: bold;
}

#registerbutton {
  float: right;
  width: 100px;
  border: none;
  background-color: RGB(103,192,42);
  font-size: 1.0em;
  color: white;
  padding: 8px 0;
  text-align: center;
  margin: 0 25px;

}

#registerbutton a {
  width: 150px;
  color: white;
  font-size: 1.0em;
}

/* Terms and Conditions Styles */

#maincontent.termspopup {
  height: auto;
  overflow: auto;
}

#maincontent.terms #content dl.topterms {
    margin: 0;
    padding: 0;
}

#maincontent.terms #content dl.topterms dt {
    margin: 0;
    position: relative;
    top: 0.5em;
    font-weight: bold;
    font-size: 1.1em;
}

#maincontent.terms #content dl.topterms dd {
    margin: 0 0 25px 0;
}

#maincontent.terms #content dl.subterms {
    margin: 10px 0 0 20px;
}

#maincontent.terms #content dl.subterms dt {
    margin: 0;
    position: relative;
    top: 1.2em;
    font-weight: bold;
    font-size: 1.0em;
}

#maincontent.terms #content dl.subterms dd {
    margin: 0 0 5px 3em;
}

/* How-To Styles */

#maincontent .toprow {
  background-color: RGB(254,253,223);
  width: auto;
  height: 6%;
  border-bottom: solid;
  border-bottom-color: white;
  border-bottom-width: 7px;
}

#maincontent .bottomrow {
  background-color: RGB(255,250,194);
  width: 100%;
  height: 89%;
/*  overflow: auto;*/
}

#maincontent .borderedcolumns {
  float: left;
  width: 263px;
  height: 100%;
  border-right: solid;
  border-right-color: white;
  border-right-width: 7px;
}

#maincontent .nobordercolumn {
  float: left;
  width: 263px;
  height: 100%;
}

#maincontent .numboxes {
  background-color: RGB(103,192,42);
  position: relative;
  top: -10px;
  left: -10px;
  width: 24px;
  height: 29px;
  text-align: center;
  font-size: 25px;
  color: white;
  font-weight: bold;
}

#maincontent .list {
  width: auto;
}

#maincontent .listnum {
  float: left;
}

#maincontent .listitem {
  margin-left: 25px;
}

/* Breadcrumbs Styles */

#breadcrumbsbox {
  margin: 0;
  padding: 2px 0;
  border: 0;
  width: 97%;
  font-size: 1.0em;
  font-weight: bold;
  color: white;
  background-color: RGB(223,134,4);
  z-index: 999;
}

#breadcrumbsboxnew {
  margin: 0;
  padding: 1px 0;
  border: 0;
  width: 97%;
  font-size: 1.0em;
  font-weight: bold;
  color: white;
  background-color: RGB(223,134,4);
  z-index: 999;
}

a.breadcrumbs {
  margin-left: 5px;
  color: white;
  font-weight: bold;
}

a:hover.breadcrumbs {
  color: black;
}

/* Shop Front Styles */

#shopscontainer {
  width: 100%;
  height: 100%;
}

#shopscontainer table#shop-table {
    width: 97%;
}

#shopscontainer table#shop-table img {
    border: 0;
}

#shopscontainer table#shop-table td {
    border-color: RGB(254,253,223);
    text-align: center;
    vertical-align: top;
}

.shoplink {
  padding: 15px 5px;
  text-align: center;
  cursor: pointer;
}

.shoplinktext {
    font-size: 1.2em;
    font-weight: bold;
    color: RGB(161,98,145);
}

.image {
/*  background-color: red;*/
/*  background: url(../images/cattle.jpg);*/
  width: 150px;
  height: 150px;
/*  width: 100px;
  height: 100px;*/
}

.imagecontainer .image a img{
  border: 0;
}

/* Shop Category Styles */

#catcontainer {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 93%;
/*  position: relative;
  top: 25px;*/
  background-color: white;
  z-index: 0;
  _height:0;
  min-height: 0;
}

#fudgecontainer {
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  z-index: 0;
  _height:0;
  min-height: 0;
}

#shopcolumnleft {
  background: RGB(254,253,223);
  height: 99.9%;
  margin: 0;
  padding: 0;
  width: 32.3%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  min-height: 0;
  border-right: 3px solid white;
}

#shopcolumnmiddle {
  background-color: RGB(254,253,223);
  height: 99.9%;
  margin: 0;
  padding: 0;
  width: 32.3%;
  position: absolute;
  left: 33.5%;
  top: 0;
  z-index: 0;
  min-height: 0;
  border-right: 3px solid white;
}

#shopcolumnright {
  background-color: RGB(254,253,223);
  height: 99.9%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 67%;
  width: 32.3%;
  z-index: 0;
  min-height: 0;
}

#shopnametext {
  background-color: transparent;
  width: 60%;
  height: 5%;
  margin: 5% 19.9%;
}

#shoplisttext {
  background-color: transparent;
  width: auto;
/*  height: 99%;*/
  padding: 3em 0 0 0;
  overflow: hidden;
}

#shoplisttext ul {
    margin: 0;
    margin-top: 7.5px;
    padding: 0;
    width: 100%;
}

#shoplisttext li {
    padding: 0.5em 0;
    padding-left: 5%;
    width: 95%;
}

#shoplisttext li.selected {
    background-color: RGB(255,250,194);
    width: 95%;
}

#shoplisttext a {
  color: RGB(161,98,145);
  font-size: 1.0em;
  font-weight: bold;
  text-decoration: none;
}

#shoplisttext a.green {
  color: RGB(103,192,42);
}

#shoplisttext a:hover {
  color: RGB(103,192,42);
}

#shoplisttext #featured {
    margin: 1em;
    padding: 0.5em 2em;
    border: 1px dashed RGB(150,150,150);
}

#shoplisttext #featured h2 {
    color: RGB(161,98,145);
}

#shoplisttext #featured a img {
    border: 0;
    margin-bottom: 1em;
    width: 95%;
}

/* Category Detail Styles */

#maincontent table#product-table {
    padding: 0;
    margin: 0 1%;
    border: 0;
/*    width: 600px;*/
    width: 95%;
    background-color: RGB(254,253,223);
}

#maincontent table#product-table tbody, #maincontent table#product-table tr, #maincontent table#product-table td {
    margin: 0;
    border-color: RGB(254,253,223);
}

#maincontent table#product-table img {
    border: 0;
}

table#product-table tr#titles {
    width: 600px;
    color: RGB(161,98,145);
    font-weight: bold;
}

table#product-table tr#titles td.titleone {
    width: 55%;
}

table#product-table tr#titles td.titletwo {
    width: 15%;
}

table#product-table tr#titles td.titlethree {
    width: 14.9%;
    text-align: center;
}

table#product-table tr#titles td.titlefour {
    width: 7%;
    text-align: center;
}

table#product-table tr#titles td.titlefive {
    width: 8%;
    text-align: center;
}

table#product-table td.detailone {
    width: 50%;
}

table#product-table td.detailtwo {
    width: 15%;
}

table#product-table td.detailthree {
    width: 19.9%;
}

table#product-table td.detailthree a {
    width: 75%;
}

table#product-table td.detailthree img {
    width: 100%;
}

table#product-table td.detailfour {
    width: 11%;
    text-align: center;
}

table#product-table td.detailfive {
    width: 3%;
    text-align: center;
}

table#product-table td.detailfive img {
    width: 25px;
}

#productnotes {
  width: 95%;
  font-size: 1.0em;
  margin: 0 10px;
}

#productnotes p {
  font-size: 0.8em;
  display: inline;
}

.errors {
    font-weight: bold;
    color: RGB(185,0,0);
    background-color: RGB(250,220,220);
    margin-top: 5px;
    padding: 5px;
}

/* Basket Styles */

#maincontent table#basket-table {
    width: 100%;
}

#maincontent table#basket-table tbody {
    margin: 0;
    padding: 0;
    border: 0;
}

#maincontent table#basket-table td {
    border-color: RGB(254,253,223);
}

#maincontent table#basket-table .shopname {
  margin: 0;
  margin-bottom: 15px;
  color: RGB(161,98,145);
  font-size: 1.2em;
  font-weight: bold;
}

#maincontent table#basket-table .productone {
  width: 55%;
  margin-left: 5px;
  margin-right: 1%;
  margin-bottom: 20px;
}

#maincontent table#basket-table .producttwo {
  font-size: 1.0em;
  width: 5%;
  margin-right: 1%;
  text-align: center;
}

#maincontent table#basket-table .producttwo input {
  font-size: 1.0em;
  padding: 0;
  width: 20px;
  text-align: left;
}

#maincontent table#basket-table .productthree {
  font-size: 1.0em;
  width: 7%;
  margin-right: 3%;
  text-align: center;
}

#maincontent table#basket-table .productfour {
  font-size: 1.0em;
  width: 7%;
  margin-right: 3%;
  text-align: center;
}

#maincontent table#basket-table .productfive {
  font-size: 1.0em;
  width: 6%;
  text-align: center;
}

/* THUMBNAILS AND IMAGES */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
float: left;
margin-right: 1em;
margin-bottom: 2em;
}

.thumbnail:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
background-color: RGB(250,220,220);
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
top: 20px;
left: 20px; /*position where enlarged image should offset horizontally */

}

/*********************************/

#baskettitleouter {
  width: 100%
}

#reviewtitles, #baskettitles {
  width: 96%;
  margin: 0;
  margin-top: 5px;
  padding: 0 10px;
}

#reviewtitles h1, #baskettitles h1 {
  font-size: 2.0em;
  font-weight: bold;
  color: RGB(103,192,42);
  margin: 0;
}

#reviewtitles h2, #baskettitles h2 {
  display: inline;
  font-size: 1.0em;
  font-weight: bold;
  color: RGB(103,192,42);
  margin: 0;
}

#review, #basketcontents {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.0em;
}

#review .shopname, #basketcontents .shopname {
  margin: 0;
  margin-bottom: 15px;
  color: RGB(161,98,145);
  font-size: 1.2em;
  font-weight: bold;
  clear: both;
}

#reviewtitles .productone, #review .productone {
  font-size: 1.1em;
  float: left;
  width: 57%;
  margin-left: 5px;
  margin-right: 3%;
  margin-bottom: 20px;
}

#reviewtitles .producttwo, #review .producttwo {
  font-size: 1.0em;
  float: left;
  width: 15%;
  margin-right: 3%;
  text-align: center;
}

#reviewtitles .productothree, #review .productthree {
  font-size: 1.0em;
  float: left;
  width: 7%;
  text-align: center;
}

/* Account Styles */

table#pastorders-table {
  width: 100%;
}

table#pastorders-table tr#titlerow {
    color: RGB(103,192,42);
    font-weight: bold;
}

table#pastorders-table td {
    border-color: RGB(254,253,223);
}

table#pastorders-table img {
    border: none;
}

table#pastorders a {
  color: RGB(161,98,145);
  font-weight: bold;
}

table#pastorders a.notify {
  color: red;
}

table#pastorders a:hover {
/*  color: RGB(103,192,42);*/
color: RGB(223,134,4);
}

table#pastorders a.notify:hover {
  color: RGB(161,98,145);
}

table#pastorders .vshort {
  float: left;
  width: 5%;
  margin: 1% 0.6%;
  margin-left: 0;
}

table#pastorders .short {
  float: left;
  width: 9%;
  margin: 1% 1%;
}

table#pastorders .medium {
  float: left;
  width: 13%;
  margin: 1% 1%;
}

table#pastorders .long {
  float: left;
  width: 21%;
  margin: 1% 1%;
}

/* Producer Pages */

#producerfront {
  width: 100%;
}

#producerfront img {
  width: 100%;
}

#producercontent {
  width: 97%;
}

/* Content Styles */

#content {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 30px;
  padding-bottom: 20px;
  margin: 0;
}

#content.basket {
  padding: 0 10px;
  padding-top: 2px;
  padding-bottom: 15px;
  margin: 0;
  clear: left;
}

#content.darkyellow {
  background-color: RGB(255,250,194);
}

#content.darkyellow a {
  font-size: 1.0em;
  font-weight: bold;
  color: RGB(161,98,145);
}

#content.howto {
  height: 100%;
  padding: 0 10px;
  margin: 0;
}

#content h1 {
  font-size: 2.0em;
  font-weight: bold;
  color: RGB(103,192,42);
  margin: 0;
}

#content h1.producertitle {
  margin: 10px 4%;
  font-size: 1.7em;
  color: RGB(161,98,145);
}


#content h2.black {
  display: inline;
  font-size: 1.0em;
  font-weight: bold;
  margin: 0;
}

#content h2.green {
  display: inline;
  font-size: 1.0em;
  font-weight: bold;
  color: RGB(103,192,42);
  margin:0;
}

#content h2.purple {
  display: inline;
  font-size: 1.0em;
  color: RGB(161,98,145);
  margin: 0;
}

#content p {
  display: inline;
  font-size: 1.0em;
  margin: 0;
}

#content p.purple {
  font-size: 1.0em;
  color: RGB(161,98,145);
  margin: 0;
}

#content p.purplebold {
  font-size: 1.0em;
  color: RGB(161,98,145);
  margin: 0;
  font-weight: bold;
}

#content .sred {
  font-size: 1.0em;
  color: RGB(150,0,0);
  margin: 0;
}


#content p a, #content h2 a {
  font-weight: bold;
}

/* Other Styles */

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

#bottombarright {
  background-color: transparent;
  position:absolute;
  left: 1034px;
  bottom: 0;
  width: 213px;
  height: 200px;
  border-left: solid;
  border-left-color: white;
  border-left-width: 7px;
}

#bottombarright.darkyellow {
  background-color: RGB(255,250,194);
}

.clearline {
  clear: both;
  width: 95%;
  height: 1px;
  border-bottom: solid;
  border-bottom-color: RGB(161,98,145);
  border-bottom-width: 1px;
  margin: 0 10px;
  margin-bottom: 10px;
}

/* Magazine Styles */

#magazine h2.black {
  display: block;
  font-size: 1.0em;
  font-weight: bold;
  margin: 0;
}

#magazine h2.green {
  display: block;
  font-size: 1.0em;
  font-weight: bold;
  color: RGB(103,192,42);
  margin:0;
}

#magazine h2.purple {
  display: block;
  font-size: 1.0em;
  color: RGB(161,98,145);
  margin: 0;
}

#magazine p {
    display: block;
    margin: 1.0em 0;
}

#magazine img.left {
    float: left;
    margin: 0 15px 15px 0;
    border: 0;
}

#magazine img.right {
    float: right;
    margin: 0 0 15px 15px;
    border: 0;
}

#magazine img.leftthumb {
    float: left;
    width: 10%;
    margin: 0 10px 0 0;
    border: 0;
}

#magazine img.rightthumb {
    float: right;
    width: 10%;
    margin: 0 10px 0 0;
    border: 0;
}

#magazine img.left a, #magazine img.right a, #magazine img.leftthumb, #magazine img.rightthumb {
    border: 0;
}

#magazine img.left a:hover, #magazine img.right a:hover, #magazine img.leftthumb a:hover, #magazine img.rightthumb a:hover {
    border: 0;
}

#magazine ul li {
    list-style-type: disc;
}

#magazine div.recipe ul li {
    list-style-type: none;
    margin: 0.2em 0;
}

#magazine .available {
    color: RGB(161,98,145);
    font-weight: bold;
}

#magazine .purple {
    color: RGB(161,98,145);
}

#magazine .green {
    color: RGB(103,192,42);
}

#magazine .terracotta {
    color: RGB(223,134,4);
}

#magazine .underline {
    text-decoration: underline;
}

#magazine .strikethrough {
    text-decoration: line-through;
}

#magazine .indent {
    margin-left: 5em;
}

#magazine blockquote {
    background: transparent url(../../images/magazine/quote-left.gif) no-repeat top left;
    margin: 15px 30px 10px 10px;
    padding: 1px 15px 0 20px;
    text-indent : 30px;
}

#magazine blockquote cite {
    text-align: center;
    font-weight: bold;
    text-indent: 0;
}

#magazine q {
    quotes:"\201C" "\201D" "\2018" "\2019";
}

#magazine q:before {
    content:open-quote;
}

#magazine q:after {
    content:close-quote;
}

* html #magazine q {
    font-style:italic;
}

#magazine p.left {
    text-align: left;
}

#magazine p.center {
    text-align: center;
}

#magazine p.right {
    text-align: right;
}

#magazine div.lefttextbox {
    float: left;
    width: 40%;
    margin: 15px 15px 15px 0;
}

#magazine div.righttextbox {
    float: right;
    width: 40%;
    margin: 15px 0 15px 15px;
}

#magazine h1.articletitle {
  font-size: 2.0em;
  font-weight: bold;
  color: RGB(103,192,42);
  margin: 0;
}

#magazine h2.articlestrapline {
  display: block;
  font-size: 1.0em;
  color: RGB(161,98,145);
  margin: 0 0 0.5em 0;
  padding: 0;
}

#magazine .magazinerightbox {
    float: right;
    border-left: solid;
    border-left-width: 1px;
    border-left-color: RGB(150,150,150);
    margin: 0 0 10px 15px;
    padding: 0 0 0 15px;
    width: 35%;
}

#magazine .magazineleftbox {
    float: left;
    border-right: solid;
    border-right-width: 1px;
    border-right-color: RGB(150,150,150);
    margin: 0 0 10px 15px;
    padding: 0 15px 0 0;
    width: 35%;
}

#magazine div.feature {
    margin: 0;
    padding: 0 0 5px 0;
}

#magazine .competitionbox {
    color: black;
    background-color: RGB(255,250,194);
    padding: 5px;
    margin-bottom: 15px;
}

p#copyright {
    float: right;
    clear: both;
    font-size: 0.8em;
}

/* Shop Categories CSS/DOM menu */

#menucontainer {
    width: 99.9%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: RGB(223,134,4);
    z-index: 50;
    border-bottom: 2px solid #fff;
}

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/padding.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */

/* Colours:

#e2dfa8 : pale yellow hover
#df8604 : FFE terracotta
#ff8 : yellow text
#b2ab9b : dark grey type

*/

/* remove all the bullets, borders and padding from the default list styling */
#menucontainer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 3em;
    background: transparent;
    min-height: 0;
    z-index: 10;
}

/* style the sub-level lists */
#menucontainer ul ul {
    width: 15em;
    list-style-type: none;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menucontainer ul li {
    float: left;
    height: 3em;
    line-height: 3em;
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* style the sub level list items */
#menucontainer ul ul li {
    display: block;
    width: 14em;
    height: auto;
    line-height: 1em;
    list-style-type: none;
}

#menucontainer ul ul li.blank {
    display: block;
    width: 16em;
    height: 15px;
    background-color: #df8604;
    border-left: 2px solid white;
}

/* style the links for the top level */
#menucontainer a, #menucontainer a:visited {
    display: block;
    float: left;
    height: 100%;
    width: 7em;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: #ff8;
    background: #df8604;
    padding: 0 3em 0 1em;
    border-left: 2px solid #fff;
/*    border-right: 2px solid #fff;*/
}

/* hack IE5.x to get the correct the faulty box model and get the width right */
* html #menucontainer a, * html #menucontainer a:visited {width:11em; w\idth:7em;}

/* style the sub level links */
#menucontainer ul ul a, #menucontainer ul ul a:visited {
    display: block;
    background: #b2ab9b;
    color: white;
    width: 14em;
    height: 100%;
    line-height: 1em;
    padding: 0.5em 1em;
    border-bottom: 1px solid white;
}

* html #menucontainer ul ul a, * html #menucontainer ul ul a:visited  {width:14em; w\idth:14em;}

/* style the table so that it takes no part in the layout - required for IE to work */
#menucontainer table {
    border: 0;
    border-collapse: collapse;
    padding: 0;
    margin: -1px;
    width: 0;
    height: 0;
    font-size: 1em;
    z-index: 1;
}

#menucontainer table td {
    border: 0;
}

/* style the third level background */
#menucontainer ul ul ul a, #menucontainer ul ul ul a:visited {
    background: #b2ab9b;
}

/* style the fourth level background */
#menucontainer ul ul ul ul a, #menucontainer ul ul ul ul a:visited {
    background: #b2ab9b;
}

/* style the sub level 1 background */
#menucontainer ul :hover a.sub1 {
    background: #b2ab9b;
}

/* style the sub level 2 background */
#menucontainer ul ul :hover a.sub2 {
/*    background: #b2ab9b;*/
    background: #e2dfa8;
    color: black;
}

/* style the level hovers */
/* first > top */
* html #menucontainer a:hover {
    color: black;
    background: #e2dfa8;
    position: relative;
    z-index: 100;
}

#menucontainer li:hover {
    position: relative;
}

#menucontainer :hover > a {
    color: black;
    background: #e2dfa8;
}

/* second */

* html #menucontainer ul ul a:hover, * html #menucontainer ul ul a.sub1:hover{
    color: black;
    background: #e2dfa8;
    position: relative;
    z-index: 110;
}

#menucontainer ul ul li:hover {
    position: relative;
}

#menucontainer ul ul :hover > a, #menucontainer ul ul :hover > a.sub1 {
    color: black;
    background: #e2dfa8;
}

/* third */

* html #menucontainer ul ul ul a:hover, * html #menucontainer ul ul ul a.sub2:hover {
/*    background: #e2dfa8;*/
    background: #b2ab9b;
    color: white;
    position: relative;
    z-index: 120;
}

#menucontainer ul ul ul :hover > a, #menucontainer ul ul ul :hover > a.sub2 {
/*    background: #e2dfa8;*/
    background: #b2ab9b;
    color: white;
}

/* fourth */
#menucontainer ul ul ul ul a:hover {
    background: #e2dfa8;
    color: black;
    position: relative;
    z-index: 130;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menucontainer ul ul {
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 3em;
    left: 0;
    width: 14em;
}

/* position the third level flyout menu */
#menucontainer ul ul ul{
    left: 12em;
    top: 0;
    width: 14em;
}

/* make the second level visible when hover on first level list OR link */
#menucontainer ul :hover ul{
    visibility: visible;
    height: auto;
    padding: 0 3em 3em 3em;
    background: transparent;
    left: -3em;
}

/* keep the third level hidden when you hover on first level list OR link */
#menucontainer ul :hover ul ul{
    visibility: hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
#menucontainer ul :hover ul :hover ul ul{
    visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
#menucontainer ul :hover ul :hover ul{
    visibility: visible;
    left: 12em;
}

/* make the fourth level visible when you hover over third level list OR link */
#menucontainer ul :hover ul :hover ul :hover ul {
    visibility: visible;
}

/* ******************************* END CSS PLAY ***************************** */

/* More Information Popups */

img#infoimg {
    float: left;
    margin: 3px 5px 25px 3px;
    border: 0;
    padding: 0;
    width: 25px;
    height: 25px;
}

a#popup:visited {
    color:#000;
    text-decoration: none;
}

a#popup {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

a#popup span {
    display: none;
}

a#popup:hover {
    color: #000;
    cursor: default;
}

a#popup:hover #popbox {
    display: block;
    position: absolute;
    width: 25em;
    background-color:  RGB(255,250,194);
    color: black;
    border: 3px solid RGB(223,134,4);
    text-align: left;
    padding: 0;
}

a#popup:hover #poptop {
    display: block;
    width: 100%;
    min-height: 25px;
    padding: 0.3em 0 0 0;
    color: #00c;
    background-color: RGB(223,134,4);
    color: #fff;
    text-align: left;
    font-size: 1.0em;
    font-weight: bold;
}

a#popup:hover #poptext {
    display: block;
    width: auto;
    padding: 0.5em 1em 1em 1em;
}

/* Search */

#newsearch {
    display: none;
}

a.searchlink {
    float: right;
    font-size: 1.3em;
    font-weight: bold;
}

a:hover.searchlink {
    font-size: 1.3em;
    font-weight: bold;
}

a.searchlink img {
    border: 0;
    margin-right: 5px;
}

form#search fieldset {
    width: 50%;
    font-weight: bold;
    font-size: 1.2em;
    color: RGB(103,192,42);
}

form#search label {
    font-weight: bold;
    color: black;
    cursor: pointer;
}

form#search input.shop, form#search input.checkbox {
    cursor: pointer;
}

form#search table td, form#search table td.shopcheck, form#search table td input {
    border: 0;
    background-color: RGB(254,253,223);
}

form#search table td.label {
    width: 35%;
    text-align: right;
    border: 0;
}

form#search span.toggle {
    float: right;
    color: RGB(161,98,145);
    font-weight: bold;
    font-size: 0.8em;
    cursor: pointer;
    margin-right: 25px;
}

form#search span.toggle:hover {
    color: RGB(223,134,4);
}

#searchtips {
    float: right;
    width: 45%;
}

#searchtips fieldset {
    font-weight: bold;
    font-size: 1.2em;
    color: RGB(103,192,42);
    padding: 1em;
}

#searchtips ul {
    font-weight: normal;
    font-size: 0.9em;
    color: black;
    padding-left: 1em;
}

#searchtips ul li {
    list-style-type: disc;
    margin-bottom: 15px;
}

#searchresult ul {
    font-weight: bold;
    font-size: 1.0em;
    color: black;
    padding-left: 1em;
}

#searchresult ul li {
    list-style-type: none;
    margin-bottom: 15px;
}

#searchresult ul li a {
    color: black;
    background: top left no-repeat url(../../images/examine.gif);
    padding-left: 20px;
}

#searchresult ul li a:hover {
    color: RGB(223,134,4);
    background: top left no-repeat url(../../images/examine_go.gif);
    cursor: pointer;
}

#leftnav #minisearch {
    margin-top: 15px;
}

#leftnav #minisearch fieldset {
    color: white;
    font-weight: bold;
    width: 80%;
}

/* Shopping List Management */

#shoppinglists fieldset legend {
    color: RGB(185,0,0);
    font-weight: bold;
    font-size: 1.4em;
}

#shoppinglists fieldset legend a {
    color: RGB(185,0,0);
}

#shoppinglists fieldset legend a:hover {
    color: RGB(103,192,42);
}

#shoppinglists fieldset legend.active {
    color: RGB(103,192,42);
}

#shoppinglists fieldset legend img {
    vertical-align: middle;
    margin-right: 5px;
}

#shoppinglists a img {
    border: 0;
}

#shoppinglists form label {
    font-weight: bold;
    cursor: pointer;
}

#shoppinglists table tr.totals {
    font-weight: bold;
}

#shoppinglists table tr td.unavailable {
    background-color: RGB(185,0,0);
    color: white;
    font-weight: bold;
}

#shoppinglists table tr th {
    background-color: RGB(250,220,220);
}

#shoppinglists table tr td {
    border: 0;
    text-align: center;
}

#shoppinglists a.listaction, #shoppinglists form input.submit {
    border: 0;
    display: inline;
    font-weight: bold;
    font-size: 1.2em;
    color: RGB(161,98,145);
}

#shoppinglists a.listaction img, #shoppinglists form img {
    margin-left: 5em;
    margin-right: 5px;
    vertical-align: middle;
}

