* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial,Geneva,sans-serif;
	font-size:12px;
}

a img {
	border:0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#000;
}

dl,
ol,
ul {margin:0em 0;}
dl {margin-top:-0.5em;}
dt {
	font-weight:bold;
	margin:0.5em 0 0;
	}
dd {margin:0 0 0 2em;}
dd p {margin:0 0 0.5em;}

code,
kbd,
pre {font-family:Monaco,Courier,"Courier New",Tahoma;}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* Easy Clearing */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* IE Hack - use anything that will set hasLayout to true
 * Instead of using this old method that works for IE6, but not IE7:
 *   * html .clearfix { height: 1%; }
 * This patch uses a proprietary IE-only property that doesn't require a filter
 * and works in both IE6 and 7.
 */
.clearfix { zoom: 1; }


.left_float, .float_left, .fl {
	float:left; 
}
.right_float, .float_right, .fr {
	float:right;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
}

a { 
	color:#4598CE;
}

a:hover {
	color:#186fa7;
}

body {
	background:url('/images/bg.jpg') repeat-x;
}


#global {
	width:956px;
	margin:0 auto;
	background:url('/images/bg_logo.jpg') #fff no-repeat;
}

label {
	display:block;
}

form.adminform input {
	width:300px;
}

#undersearch {
	position:absolute;
	left:50%;
	top:93px;
	margin-left:-145px;
	color:#186FA7;
	text-align:center;
	width:350px;
	background:#ffffdd;
	border:1px solid #FFD700;
	padding:2px 0;
	font-size:11px !important;
}

#undersearch a {

	font-size:11px;
}

#rotate {
	font-size:11px;
}
.all_ingredients div.ingredients_big a {
	font-size:20px;
	color:#74AC00;
}
.all_ingredients div.ingredients_big a:hover {
	color:#418e00;
}

.all_ingredients div.ingredients_big {
	line-height:26px;
	text-align:center;	
}

.all_ingredients div.ingredients_small {
	line-height:20px;
	text-align:center;
}

.all_ingredients div.ingredients_small a {
	font-size:14px;
}
input#inp_quantity {
	width:40px;
	text-align:right;
	padding:2px;
	font-size:12px;
}


/* HEADER -------------------------------------------------------- */

#head h1, #head h2 {
	display:none;
}

#inp_search {
	position:absolute;
	top:53px;
	left:50%;
	margin-left:-130px;
	width:230px;
	/*color:#8ac75a;*/
	color:#186FA7;
	border:0;
}

#btn_search {
	position:absolute;
	top:44px;
	left:50%;
	margin-left:118px;
}

#a_cart {
	position:absolute;
	top:90px;
	left:50%;
	margin-left:216px;
	color:white;
	display:block;
	font-size:10px;
	padding:5px 15px 5px 44px;
}

#center {
	padding:150px 0 0 134px;	
}

#a_home {
	display:block;
	position:absolute;
	top:5px;
	left:50%;
	margin-left:-350px;
	width:180px;
	height:115px;
}

#a_home span {
	display:none;
}

/* LEFT COLUMN --------------------------------------------------- */

#left {
	float:left;
	width:184px;
	margin-top:14px;
}


ul#mainmenu {
	list-style-type:none;
}

ul#mainmenu li {
	display:block;
	padding:1px 0;
	border-bottom:1px dashed #cedf53;
	width:153px;
}

ul#mainmenu li a {
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	color:#008ac0;
	font-weight:bold;
	font-size:14px;
	width:153px;
	height:44px;
	background-repeat:no-repeat;
	background-position:0 0;
}

ul#mainmenu li a span {
	display:none;
}

ul#mainmenu li a:hover {
	background-position:0 -44px;
}

ul#mainmenu li a.selected {
	background-position:0 -88px;
}

#left h3 {
	font-weight:normal;
	padding:20px 0 10px 6px;
}

#left ul.submenu {
	list-style-type:none;
	margin-left:6px;
	margin-top:15px;
}
#left ul.submenu li {
	padding:5px 0;
}
#left ul.submenu a {
	color:#6dc5e6;
}
#left ul.submenu a:hover {
	color:#186fa7;
}


/* RIGHT COLUMN -------------------------------------------------- */

#right {
	float:left;
	width:500px;
}
.breadcrumbs {
	margin:0 12px 15px 12px;
}
.breadcrumbs, .breadcrumbs * {
	font-family:Arial;
}
.breadcrumbs a {
	text-transform:uppercase;
}

.breadcrumbs span {
	color:#8ac75a;
}

.box_white {
	width:506px;
	background:url('/images/box_white_top.png') no-repeat;
}

.box_white .inbox {
	background:url('/images/box_white_bottom.png') no-repeat 0 100%;
	padding:10px;
}

.box_green {
	width:506px;
	background:url('/images/box_green_top.png') no-repeat;
}

.box_green .inbox {
	background:url('/images/box_green_bottom.png') no-repeat 0 100%;
	padding:10px;
}

.box_white, .box_green {
	margin-bottom:34px;
}

.box_white .underlined {
	border-bottom:1px solid #fba919;
}
.box_green .underlined {
	border-bottom:1px solid white;
	padding-bottom:10px;
}


/* H2 ------------------------------------------------------------- */

h2 {
	padding:0 12px;
	color:#74ac00;
	height:24px;
	background-repeat:no-repeat;
}

h2 span {
	display:none;
}

h2, h2 span {
	font-weight:bold;
	font-size:22px;	
}

h2.h22 {
	color:#6cc5e8;
}

h2.h23 {
	color:#fba919;
}

h2 a {
	display:block;
	text-align:right;
	text-transform:uppercase;
}

/* PRODUCTS ------------------------------------------------------ */


.productrow div {
	float:left;
	width:160px;
	height:160px;
	text-align:center;
}

.productmultirow div {
	margin:10px 0;
	height:162px;
}

.productrow div a {
	display:block;
	font-size:18px;
}
.productrow div span {
	color:#8ac75a;
	font-family:Arial;
	font-weight:bold;
}

.product .fl {
	width:220px;
	margin-left:7px;
}

.product .fl h4 {
	font-weight:bold;
	font-family:Verdana;
}

.product .fl p {
	margin-bottom:15px;
	font-family:Verdana;
	font-size:11px;
}

.product .fl h3 {
	color:#fba919;
	font-size:18px;
	font-family:Arial;
	margin-bottom:12px;
}

.product .fr {
	text-align:center;
	width:250px;
}

h4.instock1 { 
	color:#74ac00;
}
h4.instock2 { 
	color:#FBA919;
}
h4.instock3 { 
	color:#ff0000;
}

a.large_image {
	color:#74ac00;
	font-size:10px;
	margin:20px auto;
	display:block;
	background:url('/images/img_large.png') no-repeat;
	width:78px;
	height:16px;
	padding-top:1px;
	text-align:center;
}

.ingredients {
	margin:0 10px 10px 10px;
	text-align:left;
}

.ingredients, .ingredients * {
	font-size:11px;
	font-family:Arial;
}
.ingredients a {
	color:#74ac00;
}
.ingredients a:hover {
	color:#418e00;
}

form.add_to_cart {
	margin:16px 17px 5px 7px;
}
form.add_to_cart div {
	width:172px;
	text-align:right;
}

form.add_to_cart div.quantitydiv {
	text-align:right;
}
form.add_to_cart div.fr {
	text-align:right;
	width:102px;
}
form.add_to_cart p span {
	font-size:18px;
	color:#74ac00;
	font-weight:bold;
}
form.add_to_cart p span strong {
	color:#fba919;
	font-size:18px;
}
form.add_to_cart em {
	color:red;
}
form.add_to_cart label {
	font-size:11px;
}
form.add_to_cart #add_to_cart {
	margin-top:4px;
}

.productlist {
	padding:10px 0 0 0;
}

.productlist h4 {
	font-weight:bold;
	color:#fba919;
}

.productlist ul {
	list-style-type:square;
	margin-left:20px;
	color:#fba919;
}

.productlist label {
	color:#4598CE;
}

.productreview form {
	margin:10px;
}

.productreview form div.clearfix {
	margin:5px 0;
}

.productlist ul li span, .productlist ul li strong, .productlist ul li em {
	color:#000;
}

.productlist ul a {
	font-size:11px;
}


.productlist div {
	width:50%;
}


img#img_big {
	display:block;
	position:absolute;
	top:170px;
	left:50%;
	margin-left:-158px;
	cursor:pointer;
}

/* INFO PAGE ----------------------------------------------------- */

.infopage h3 {
	color:#fba919;
	font-size:15px;
	margin:5px 10px;
}

.infopage .fl {
	width:160px;
	padding-left:10px;
}

.infopage .fl small {
	display:block;
	text-align:center;
}

.infopage .fl small, .infopage .fl small * {
	font-size:10px;
}

.infopage .fr {
	width:300px;
}

.infopage .fr h4 {
	font-weight:bold;
}

.infopage p {
	padding-bottom:20px;
}

.infopage strong {
	background:#ffffcc;
}

.infopage ul {
	list-style-type:none;
}

.infopage ol {
	margin-left:30px;
}

.infopage ul li, .infopage ol li {
	padding:10px 0;
}

.infopage small {
	display:block; 
	text-align:right;
	color:#ccc;
	margin-bottom:10px;
}

.infopage label small {
	display:inline;
}

.infopage p.postmetadata {
	color:#ccc;
}

.infopage .alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.navigation {
	margin-bottom:20px;
	margin-left:10px;
}

.infopage label {
	float:none;
}

/* SEARCH RESULTS ------------------------------------------------ */

.search_results h3 {
	color:#fba919;
	font-size:14px;
	margin:2px 10px;
}

.search_results .search_product {
	margin:0 20px 20px 20px;
}

.search_results .search_product div.fl {
	width:340px;
}

.search_results .search_product div.fl p {
	font-size:11px;
}

.search_results .search_product div.fl h4 a {
	font-weight:bold;
}

.search_results .search_product div.fr {
	width:100px;
}

.search_results p.noresults {
	margin:20px;
}

.search_results a.category_link {
	display:block;
	margin:20px;
	height:20px;
	width:400px;
	background-repeat:no-repeat;
}

.search_results a.category_link span {
	display:none;
}


/* CART ---------------------------------------------------------- */

.hint {
	color:#ccc;
}

.btn_checkout {
	margin-top:10px;
}

.shopping_cart {

}

.shopping_cart div.cart_product {
	margin:20px;
}

.shopping_cart .cart_product div.cart_description {
	width:220px;
}

.shopping_cart .cart_product div.fl p {
	font-size:11px;
}

.shopping_cart .cart_product div.fl h4 a {
	font-weight:bold;
}

.shopping_cart .cart_product div.cart_image {
	width:100px;
}

.shopping_cart .cart_product div.fr {
	text-align:right;
}

.cart_product input.quantity {
	width:30px;
	text-align:right;
}

.shopping_cart a.remove {
	background:url('/images/btn_delete.gif') no-repeat 0 2px;
	color:#6dc5e8;
	font-size:10px;
	padding-left:12px;
}

.cart_product em, table.total em {
	color:red;
}

.cart_product strong, table.total strong {
	color:#74ac00;
}

.cart_product .sale {
	font-weight:bold;
	color:#fba919;
}

.cart_total {
	border-top:1px solid #fba919;
	margin:0 20px;
	padding:5px 0;
} 

table.total {
	width:100%;
}
table.total td {
	padding:3px 0;
}
table.total td.h {
	font-weight:bold;
}
table.total td.v {
	text-align:right;
}

.recalculate {
	padding:0px 20px 5px 20px;
}

.recalculate div.fl {
	width:360px;
	text-align:right;
	padding-top:8px;
	font-style:italic;
	
}

/* FOOTER -------------------------------------------------------- */

#footer {
	background:url('/images/logo_small.png') no-repeat;
	margin:20px 0 0 130px;
	padding:0px 0 10px 120px;
}
#footer * {
	font-family:Arial;
}
#footer p {
	color:#4598ce;
	padding-bottom:3px;
}
#footer strong {
	font-weight:normal;
}
#footer p a, #footer p strong {
	color:#186fa7;
}

#footer p.copyright {
	color:#b3c81b;
}

#bottom {
	height:50px;
	background:url('/images/bottom.png') #cedf52 no-repeat 60% 0;
}


/* ============================================================= */
/* ======================== CHECKOUT =========================== */
/* ============================================================= */

#checkout_right td, #checkout_right div, #checkout_right p {
	font-size: 11px;
	font-family: Arial;
}
#checkout_right {
	width: 200px;
	float: right;
	margin: 20px 0 0 0; 
	padding-right:105px;
}
#checkout_help {
	margin:0;
	/*border: 6px solid #F1F6CE;*/
	padding: 10px;
	float: right;
	color: #444;
}
/*
#checkout_help p {
	display: block;
	font-size: 19px;
	font-weight: 900;
	text-transform: uppercase;
	color: #5D8900;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}*/
#checkout_help strong {
	letter-spacing: -1px;
}
#checkout_cart_info {
	/*border: 6px solid #F1F6CE;*/
	margin:6px;
	padding: 10px;
}

.lil_title {
	font-weight: 900;
	color: #3B6700;
}
.lil_green_link {
	font-weight: 100;
	color:#74ac00;
	font-size: 11px;
	font-family: Arial;
}
a.lil_green_link:hover {
	color:#418e00;
}
.black_text {
	color: #000;
}
table {
	width: 100%;
}
table td {
	vertical-align: top;
}
#cart_info_table {
	margin: 10px 0 0 0;
	color: #555;
	font-weight: 100;
}
#cart_info_table td {
	padding: 0 3px 10px 3px;
}
#checkout_right #cart_info_subtotal {
	color: #BE5C05;
	font-weight: 900;
	font-size: 12px;
	text-align: right;
}
#checkout_login_form div {
	padding: 7px 0 0 0;
	clear: left;
}
label.label_top {
	font-size: 11px;
	font-family: Arial;
}
label.label_side {
	font-size: 11px;
	font-family: Arial;
	display: block;
	float: left;
}
#checkout_new_user, #checkout_return_user {
	margin: 2px 10px 5px 10px;
	display: block;
	float: left;
}
input.textinp {
	color: #333;
	font-size: 11px;
	font-family: Arial;
	padding: 2px;
	width: 100%;
}
#checkout_email {
	width: 250px;
}
#checkout_login_form div.checkout_pad_left {
	padding-left: 33px;
}
#checkout_password {
	width: 217px;
}
div.checkout_title {
	background: #FFF3C7;
	padding: 7px;
	font-size: 11px;
	color: #CB8103;
	font-family: Arial;
	margin: 0 0 10px 0;
}
div.checkout_title strong {
	display: block;
	font-size: 16px;
	font-weight: 900;
	font-family: inherit;
	letter-spacing: -1px;
}
#checkout {
	padding-top:20px;
}
#checkout select, #checkout select option {
	font-size: 11px;
	color: #333;
	font-family: Arial;
}
#checkout select {
	width: 130px;
}
#checkout select option{
	padding: 1px 2px;
}
div.div_address_checkout div {
	padding: 5px 0 0 0;
}
#use_shipping_no, #use_shipping_yes {
	margin: 2px 10px 5px 10px;
	display: block;
	float: left;
}

#checkout_form div.div_address_checkout {
	padding:0 10px 0 3px;
}
.form_error {
	border: 2px solid #800000;
	background: #FEF;
}
.error_message {
	color: red;
	font-style: italic;
	padding: 5px 0;
	font-size: 11px;
	font-family: Arial;
	font-weight: 900;
}
input.radio {
	margin: 2px 10px 5px 10px;
	display: block;
	float: left;
}
div.important_notice {
	border: 1px solid #800000;
	padding: 5px;
	text-align: center;
	color: #800000;
	font-size: 11px;
	font-family: Arial;
}
#checkout_shipping_final_info td,  #checkout_shipping_final_info td strong, #checkout_shipping_final_info td b {
	font-size: 11px;
	font-family: Arial;
}
#checkout_shipping_final_info td strong {
	color: #3B6700;
}


/* LOGIN ------------------------------------------------------------ */

#login_form {
	margin:30px 30px;
}

#login_form p {
	margin-bottom:20px;
}

#login_form .field input {
	width:200px;
	padding:2px;
	font-size:14px;
}

#login_form .buttonrow {
	margin-top:20px;
}

#login_form div.field {

}

.login_error {
	color:red; 
}


/* USER AREA ---------------------------------------------------------- */

table.recent_orders th {
	text-align:left;
}


.order_details td {
	padding:5px;
}

.order_details td.l {
	text-align:right;
	font-weight:bold;
}

/* MISC ---------------------------------------------------------------- */

.expandable {
	margin-bottom:20px;
}

.expandable a {
	background:url('/images/icon_expand.gif') no-repeat 0 3px;
	padding-left:15px;
	margin:4px 0;
	display:block;
}

.expandable a.noexpand {
	background:none;
}

.expandable p {
	padding:0;
	margin:5px 0;
}