body, p, ol, ul, td {
  font-family: arial, sans-serif;
  font-size:   13px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 1px;
  background-color: #5e3b8d;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #5e3b8d;
  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: #5e3b8d;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: none;
}

#notice {
	padding: 5px;
  margin: 0px;
	background-color: #FFCC80;
}

#tags_update {
  font-size: 75%;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border:1px solid black;
  background-color: white;
}


#menu ul {
  padding: 2px;
  margin: 2px;
  list-style: none;
  border-top: 5px solid #B36B00;
  border-bottom: 1px solid grey;
}

#menu ul li {
  margin: 0px;
  padding-left padding-right: 10px;
  display: inline;
}

#menu a, #menu a:visited, #menu a:active {
  font-weight: bold;
  color: #666;
  font-size: 11px;
  text-decoration:none;
}

#menu a:active {
  background-color: grey;
}

#menu a:hover {
  text-decoration:underline;
}

#header{
}

#content {
  padding-bottom: 15px;
}

#logo {
  font-size: 250%;
}

#slogan {
  position: relative;
  font-size: 70%;
  margin: 0px;
  line-height: 0px;
  top: -10px;
  left: 80px;
}

dt {
  font-weight: bold;
}

#products {
  list-style: none;
  padding: 0;
  float: left;
}

#products .product {
  float: left;
  border: 4px solid #ccc;
  background-color: #fff;
  margin: 10px;
  padding: 5px;
  cursor: pointer;
}

.attention {
  color: #3c265a;
  font-weight: bold;
}

.attention_nobold {
  color: #3c265a;
}

/* ------------------------------ 
          checkout
   ------------------------------*/

#checkout {
	font-size: 11px;
	color: #666;
	text-align: left;
}

#checkout h1 {
	font-size: 16px;
	color: #5e3b8d;
}

#checkout .checkout_fields {
	text-align: right;
}

#checkout .paypal_fields div {
	text-align: right;
	margin-right: 15px;
}

#checkout .checkout_section {
	
}

#checkout .section_description {
	font-size: 11px;
	color: #666;
}

#checkout .checkout_fields img {
	padding: 2px 0px 0px 5px;
}

#checkout .required {
	font-size: 10px;
	font-weight: bold;
}

#checkout .nonrequired {
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0px 0px 0px !important;
}

#checkout .inputfield {
	font-size: 10px;
}

#checkout .inputfield p {
	font-size: 11px;
}

#checkout .inputfield img {
	margin: 0px;
	padding: 0px;
}

#checkout .checkout_signup {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #ccc;
}

#checkout .order_details {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin: 5px;
}

#checkout .order_details_header {
	background-color: #ccc;
}

#checkout .grand_total {
	font-size: 15px;
	font-weight: bold;
}

#checkout_navigation {
	background-color: #ccc;
	padding: 10px;
	color: #666;
}

#checkout_navigation a {
	text-decoration: none;
	color: #666;
}

#checkout_navigation a:hover {
	text-decoration: underline;
	color: #666;
}

#checkout_navigation .current {
	font-weight: bold;
	color: #666;
}


#checkout_navigation .header {
	font-size: 20px;
}

/* ------------------------------ 
          home / masthead
   ------------------------------*/

#masthead {
	width: 800px;
	background-color: #5e3b8d;
	clear: right;
	height: 90px;
	overflow: hidden;
	}
	
#masthead_loginlogout {
	width: 400px;
	font-size: 13px;
	font-family: arial,sans-serif;
	color: #888888;
	padding: 5px 10px 10px 10px;
}

#masthead_loginlogout td {
	font-size: 10px;
	font-family: arial,sans-serif;
}

#masthead_shopping_cart_title {
	border-color:#888888;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-size: 13px;
	offset: 0;
	margin: 0;
}

#masthead_shopping_cart_total {
	color: #FFFFFF;
	border-color:#888888;
	border-style: dotted;
	border-width: thin;
	font-size: 13px;
	vertical-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

#masthead_shopping_cart_checkout {
	border-color:#888888;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-right-style: dotted;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	font-size: 13px;
	offset: 0;
	margin: 0;
}

#masthead a {
	color: #888888;
	text-decoration: underline;
}

#masthead a:hover {
	color: #baba66;
	text-decoration: underline;
}

#masthead img {
}

.loginlogout_fields {
	background-color: #4b2f71;
	font-size: 10px;
	color: #c69a2c;
	padding: 5px 10px 0 10px;
}

.loginlogout_forgotpassword {
	font-size: 9px;
	color: #baba66;
	padding: 1px;
}

.product_spotlight {
	float: left;
	margin: 0px 4px 0px 0px;
}

.product_spotlight_last {
	float: left;	
}

#yuvallaspotlight {
	margin: 5px 0px 5px 0px;
}

#coming_soon {
	font-size: 14px;
	color: #4c85a6;
}

/* ------------------------------ 
          shopping_cart
   ------------------------------*/

#shopping_cart {
  width: 275px;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#shopping_cart ul, #shopping_cart li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#cart_details {
  background: url(/images/cart_bg.gif) top center repeat-y;
  margin: 0;
}

#cart_shipping {
  background: url(/images/cart_shipping.gif);
  height: 33px;
}

#cart_shipping .amount {
  padding: 10px 37px 10px 30px;
  width: 210px;
  text-align: right;
}

#cart_total {
  background: url(/images/cart_subtotal.gif);
  height: 45px;
}

#cart_total .amount {
  padding: 10px 37px 10px 30px;
  width: 210px;
  text-align: right;
}

.cart_product_remove {
	width: 10px;
}

.cart_product_name {
	width: 125px;
}

.cart_product_quantity {
	width: 10px;
}

.cart_product_price {
	width: 65px;
}

.cart_item {
	width: 210px;
	padding: 10px 20px 10px 30px;
	clear: both;
	text-align: left;
}

.cart_item a {
	color: #fff;
}

.cart_item a:hover {
	text-decoration: none;
}

/* ------------------------------
			Shopping bag
   ------------------------------*/
/*#shopping_bag {
  width: 500px;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#shopping_bag_header {
}

#shopping_bag ul, #shopping_bag li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#shopping_bag_details {
  background: url(/images/shopping_bag_bg.gif) top center repeat-y;
  margin: 0;
}

#shopping_bag_shipping {
  background: url(/images/shopping_bag_shipping.gif);
  height: 33px;
}

#shopping_bag_shipping .amount {
  padding: 10px 37px 10px 30px;
  width: 210px;
  text-align: right;
}

#shopping_bag_total {
  background: url(/images/shopping_bag_subtotal.gif);
  height: 45px;
}

#shopping_bag_total .amount {
  padding: 10px 37px 10px 30px;
  width: 210px;
  text-align: right;
}

.shopping_bag_product_remove {
	width: 10px;
}

.shopping_bag_product_name {
	width: 125px;
}

.shopping_bag_product_quantity {
	width: 10px;
}

.shopping_bag_product_price {
	width: 65px;
}

.shopping_bag_item {
	width: 210px;
	padding: 10px 20px 10px 30px;
	clear: both;
	text-align: left;
}

.shopping_bag_item a {
	color: #fff;
}

.shopping_bag_item a:hover {
	text-decoration: none;
}*/

/* ------------------------------
			breadcrumb
   ------------------------------*/
#breadcrumb {
	margin: 20px 10px 20px 10px;
	color: #4c85a6;
	text-align: left;
}

#breadcrumb a {
	color: #4c85a6;
}

#breadcrumb a:hover {
	color: #4c85a6;
	text-decoration: underline;
}

/* ------------------------------ 
          sidenav content         
   ------------------------------*/

#sidenav {
	background: #5e3b8d;
	width: 260px;
	float: left;
	clear: left;
	padding-bottom: 0px;
}

#sidenav ul {
	margin: 20px 10px 20px 40px;
	list-style-type: none;
}

#sidenav li {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

#sidenav a {
	color: #baba66;
}

#sidenav a:hover {
	color: #baba66;
	text-decoration: underline;
}

#sidenav .current {
	color: #fff !important;
	text-decoration: underline;
}

#sidenav .current a {
	color: #fff !important;
	text-decoration: underline;
}

#side_faq {
	background: #5e3b8d;
	height: 1500px;
}

#sidenav img {
	width: 260px;
	float: left;
}


/* ------------------------------ 
          content
   ------------------------------*/
.columned {
        width: 800px;
        text-align: left;
        }

.leftcolumn {
        width: 260px;
        float: left;
        clear: left;
        }

.leftcolumn p, .rightcolumn p {
        font-size: 12px;
        margin: 5px 30px 18px 0;
        }


.rightcolumn {
        width: 500px;
        float: right;
        margin-left: 10px;
        }

.rightcolumn h1, h5 {
        color: #4c85a6;
}


/* ------------------------------
			faq
   ------------------------------*/
.faq_question {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

.faq_answer {
	font-size: 12px;
	color: #666;	
}

.faq_answer li {
	font-size: 12px;
	color: #666;	
	list-style-type: none;
}

/* ------------------------------
			quotes
   ------------------------------*/
#quote_attribution {
	font-size: 10px;
	text-align: right;
	margin: -10px 20px 20px 0px;
}

/* ------------------------------
			contact
   ------------------------------*/
.contact_header {
	font-size: 13px;
	color: #4c85a6;
	padding: 15px 30px 10px 10px;
}

.contact_spread_header {
	font-size: 13px;
	color: #4c85a6;
	padding: 5px 0px 10px 10px;
	width: 100px;
}

.contact_spread_input_header {
	font-size: 13px;
	color: #4c85a6;
	padding: 0 0 5px 5px;
}

/* ------------------------------
			store / products
   ------------------------------*/
#product_big_wrapper {
	margin-left: 75px;
}

#category_additionaltext {
	font-size: 11px;
	text-decoration: none;
	color: #baba66;
}

.product_categories {
	font-size: 11px;
}

#product_title {
	font-size: 20px;
	color: #4c85a6;
	margin-bottom: 15px;
}

#product_image_wrapper {
	background: #fff;
	width: 460px;
	border: #666 1px solid;
}

#product_image {
	clear: left;
	margin: 5px 5px 5px 5px;
}

#product_details {
	margin-right: 30px;
	float: left;
	clear: left;
}

#product_cartlinks {
	float: left;
	clear: left;
}

.product_listing {
	width: 400;
	height: 120;
	#background: #ccc;
	float: left;
	margin: 0px 10px 10px 0px;
	#background-color: #FFFFFF;
}

.product_listing_detail {
	font-size: 10px;
	margin: 14px 5px 0px 5px;
	width: 275px;
}

.product_listing_detail td {
	font-size: 10px;
	color: #3c265a;
}

.product_listing_detail a {
	color: #666;
}

.product_listing_detail a:hover {
	color: #3c265a;
	text-decoration: none;
}

.product_ingredient {
	cursor: pointer;
}

.tooltip_ingredient {
	padding: 2px; 
	background-color: #eee4ff;
	color: #666;
	border: #666 2px solid;
	width: 300px;
}

.tooltip_product_image {
	padding: 2px; 
	background-color: white;
	color: #666;
	border: #666 1px solid;
	z-index: 5;
}

.tooltip_product_image img {
	border: #666 1px solid;
	margin: 5px;
	width: 450px;
	height: 300px;
}

.tooltip_product_image_name {
	font-size: 18px;
	margin: 10px;
	color: #29b19d;
	display: block;
}

.category_name {
	font-size: 18px;
	font-weight: bold;
	color: #4c85a6;
}

.category_header {
	font-size: 14px;
	color: #4c85a6;
}

.category_blurb {
	font-size: 11px;
	color: #4c85a6;
}

.discount {
	color: #ff0000 !important;
	font-weight: bold;
}

.quantity_in_cart {
	font-weight: bold;
}


/* ------------------------------
			myaccount
   ------------------------------*/

#myaccount {
	font-size: 11px;
	color: #666;
	text-align: left;
}

#myaccount h1 {
	font-size: 16px;
	color: #4c85a6;
	margin: 10px 0px 0px 0px;
}

#myaccount a {
	color: #5e3b8d;
	text-decoration: none;	
}

#myaccount a:hover {
	color: #5e3b8d;	
	text-decoration: underline;
}

#myaccount .required {
	font-size: 10px;
	font-weight: bold;
}

#myaccount .nonrequired {
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0px 0px 0px !important;
}

#myaccount .inputfield {
	font-size: 10px;
}

#myaccount .inputfield p {
	font-size: 11px;
}

#order_history {
}

#order_history .header {
	font-weight: bold;
}

#order_history .date {
	width: 150px;
}

/* ------------------------------
			archive
   ------------------------------*/
.archive_navigation {
	margin: 15px 0px 0px 0px;
}

.fact {
	margin: 10px 0px 0px 0px;
	color: #666;
	font-size: 12px;
}

.fact p {
	font-size: 12px;	
}

.fact_title {
	font-weight: bold;
}

.fact_body {
	font-size: 12px;
}

.newsletter, .newsletter p {
	color: #666;
	font-size: 12px;
}

/* ------------------------------
			aboutus
   ------------------------------*/
.press_clipping, .press_clipping p {
	color: #666;
	font-size: 12px;
}

.top_cart_text {
        color: #FFFFFF;
        font-size: 8px;
}

.top_cart_image {
	offset-top: 4px;
}

