body { 
  margin: 10px 10px 10px 10px;
  padding: 0;
  background: #E6F2FF;; 
  color: #333;
  font-family: verdana, "trebuchet MS", helvitica, sans-serif;
  font-size: .8em;
}

div.wrapper {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  border: 2px solid #000000;
  background-color: #ffffff;
  padding: 5px;
  text-align: left;
}

div.header {
  background: #FFFFF0; 
  border-top: 1px solid black; 
  border-left: 1px solid black; 
  border-right: 1px solid black; 
  border-bottom: 1px solid black; 
}

div.header h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: large;
  color: #2F6A44;
  margin-left: 25px;
  text-align: left;
}

div.page {
  background: #F0FFF0;
  border-top: 1px solid black; 
  border-left: 1px solid black; 
  border-right: 1px solid black; 
  border-bottom: 1px solid black; 
  padding: 10px;
  padding-top: 20px;
}

div.navBar { 
  border-bottom: 1px solid green; 
  border-top:1px solid green; 
  padding-left: 50px;  
  background-color: #FAFAD2;  
  color: #2F4F4F;  
  white-space: nowrap;   
}

div.footer {
  background: #FAFAD2; 
  border-top: 1px solid black; 
  border-left: 1px solid black; 
  border-right: 1px solid black; 
  border-bottom: 1px solid black; 
}

#options a{
  background-color: #6B8E23;
  color: White;
  border-top: 1px solid #8FBC8F;
  border-left: 1px solid #8FBC8F;
  border-right: 1px solid #8FBC8F;
  border-bottom: 1px solid #2F4F4F;
}
#ccontent {
  position: absolute;
  border-left: 1px solid green;
  padding-left: 20px;
  padding-right: 20px;
  left: 170px;
  top: 180px;
}
#ccontent p {
  padding-left: 30px;
  font-size: small;
}
#footer {
  border: 1px dotted black;
  color: #556B2F;
  background-color: #FAFAD2;
  margin-top: 20px;
  margin-bottom: 20px;
}
a { 
  color: Maroon; 
  text-decoration: none; 
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
}
.article-footer {
  text-align: right;
  font-size: xx-small;
  color: Gray;
}
.author, .datetime {
  font-weight: bold;
  color: #4F4F4F;
}
.article-title {
  font-size: large;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Sans-serif;
  font-style: italic;
}
#content form {
  padding-left: 30px;
  font-size: small;
  vertical-align: middle;
  }
#content form p{
}
.textbox {
  border: 1px solid gray;
  margin: 5px;
}
.button { 
  border: medium outset;
  background-color: #F5F5F5;
  margin-left: 150px;
  color: black;
  margin-top: 10px;
}

/*
.oldform {
  border: thick double #90EE90;
  padding: 10px;
  margin: 10px;
  width: 350px;
  margin-left: 30px;
  margin-top: 10px;
}
*/

form.plain {
  border: none;
  padding: 0px;
  margin: 0px;
}

form li {
  margin-bottom:20px;
}

label {
  width: 15em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

div.categories {
}

div.category_group {
  padding-left: 10px;
}

div.category_current {
  font-weight: bold;
}

div.market_left {
  float: left;
  width: 200px;
}

div.market {
  margin-left: 200px;
  padding-left: 10px;
  padding-top: 1px;
}

div.category_header {
  padding: 10px;	
  border-bottom: 1px dotted #77d;
}

div.category_footer {
  padding: 10px;	
}

div.product_active {
  border-bottom: 1px dotted #77d;
  padding: 10px;
}

div.product_inactive {
  border-bottom: 1px dotted #77d;
  padding: 10px;
  background-color: #bbb;
}

div.product .name { 
  font-size: 120%; 
  font-family: sans-serif; 
  margin-bottom: 2px; 
  color: #227; 
} 

img.product_thumb { 
width: 100px; 
height: 75px; 
float: left; 
display: block;
position: relative;
background-color: #fff;
border: 1px solid #666;
margin: -3px 5px 5px -3px;
padding: 2px;
} 

div.product p { 
margin-top: 0px; 
margin-bottom: 0.8em; 
} 
div.product .price-line { 
} 
div.product .add-to-cart { 
position: relative; 
} 
div.product .price { 
color: #44a; 
font-weight: bold; 
margin-right: 2em; 
} 
div.product form, #store .entry form div { 
display: inline; 
} 

img.newthumb { 
  width: 100px; 
  height: 75px; 
  position: relative;
  background-color: #fff;
  border: 1px solid #666;
  margin: -3px 5px 5px -3px;
  padding: 2px;
} 

div.cart_row {
  border-bottom: 1px dotted #77d;
  padding: 10px;
  clear: both;
}

div.cart_row span.item {
  float: left;
  text-align: left;
  font-weight: bold;
  }

div.cart_row span.price {
  float: right;
  text-align: right;
  font-weight: bold;
  width: 200px;
  }

div.cart_total {
  border-top: 1px solid #77d;
  text-align: right; 
}

table.cart_review {
  border-collapse: collapse;
  width: 100%;
}

tr.cart_header th {
  padding: 0 0.5em;
  text-align: left;
  border-top: 1px solid #990000;
  border-bottom: 1px solid #990000;
  background: #ddccaa;
}

tr.cart_row td {
  border-bottom: 1px solid #990000;
}

td.quantity {
  width: 15em;
}

td.price {
  width: 6em;
  text-align: right;
}

td.price_adjustment {
  text-align: right;
}

td.total_price_label {
  text-align: right;
  font-weight: bold;
}

td.total_price {
  width: 6em;
  text-align: right;
  font-weight: bold;
  border-top: 1px dashed #990000;
  border-bottom: 2px solid #990000;
}

div.section {
  border:1px solid gray;
  padding: 0 10px 10px 10px;
  margin-top:10px;
  margin-bottom:20px;
}

div.section h3 {
  display:inline;
  padding:5px;
  font-weight:normal;
  height:20px;  
  position:relative;
  z-index:1;
  top:-12px;
  background-color:#F0FFF0;
}

div.expired_section {
  border:1px solid #990000;
  padding: 0 10px 10px 10px;
  margin-top:10px;
  margin-bottom:20px;
}

div.expired_section h3 {
  display:inline;
  padding:5px;
  font-weight:normal;
  height:20px;  
  position:relative;
  z-index:101;
  top:-12px;
  background-color:#F0FFF0;
}

div.help_box {
  text-align: left;
  width: 100%;
  clear: both;
  border: 1px solid black;
  background: #DAFFCD;
}

div.help_box p {
  padding-left: 10px;
  padding-right: 10px;
}

img {
  padding-left: 10px;
  padding-right: 10px;
}

#faq_list li {
  list-style-image: url(/images/information.png);
}
  
ul.navCircle {
  margin: 0;
  padding: 6px 0 20px 10px;
  }

ul.navCircle li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
  }
  
ul.navCircle span {
  float: left;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 0 12px 6px 12px;
  text-decoration: none;
  color: #000;
  }

ul.navCircle a:link, ul.navCircle a:visited {
  float: left;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 0 12px 6px 12px;
  text-decoration: none;
  color: #708491;
  }

ul.navCircle a:link.active, ul.navCircle a:visited.active, ul.navCircle a:hover {
  padding-bottom: 6px;
  color: #000;
  background: url(/images/arrow_up.gif) no-repeat bottom center;
  }

ul.navCircle span.help {
  cursor: help;
  float: right;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 0 6px 6px 6px;
  text-decoration: none;
  color: #000;
}
span.help img {
  cursor: help;
}

div.imgholder {
  float: left;
  background: url(/images/dropshadow.png) no-repeat bottom right !important;
  background: url(/images/dropshadow.gif) no-repeat bottom right;
  margin: 10px 7px 0 10px !important;
  margin: 10px 0 0 5px;
}

div.imgholder img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #666;
  margin: -3px 5px 5px -3px;
  padding: 2px;
}

img.imgframe {
  float: left;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #666;
  margin: -3px 5px 5px -3px;
  padding: 2px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

div.notice {
  width: 400px;
  border: 2px solid orange;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

div.warning {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

table.growers {
  border-collapse: collapse;
}

table.growers td {
  padding-left: 5px;
  border-bottom: 1px solid green;
  height: 60px;
}

h2.container {
  width: 500px;
  height: 25px;
  margin: 10px 0 0 0;
  background: url(/images/containers/top.gif) no-repeat center top;
}

h2.container span {
  font-size: 20px;
  font-weight: normal;
  background: #FFFFFF;
  position: relative;
  left: 10px;
  top: 5px;
  padding-right: 10px;
}

div.container {
  width: 500px;
  background: url(/images/containers/middle.gif) repeat-y center center;
}

div.container p {
  margin: 0 10px 10px 10px;
}

div.container_footer {
  background: url(/images/containers/bottom.gif) no-repeat center bottom;
  width: 500px;
  height: 10px;
}
