form {
	margin: 0;
	padding: 0;
}

a, a:hover, a:visited
{
	text-decoration: none;
  color: #333333;
	cursor: pointer;
}

a.strongUnderline, 
a.strongUnderline:hover, 
a.strongUnderline:visited
{
	font-weight: bold;
	text-decoration: underline;
}

.strong
{
	font-weight: bold;
}

.marginBottom
{
	margin-bottom: 10px;
}

body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  background-color: #ffffff;
  color: #333333;
}

img { border: none; }

.cy_clear
{	clear: both; }

.cy_float_left
{	float: left; }

.cy_body
{
	text-align: center;
	font-size: 12px;
}

.cy_main
{
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

ul.cy_response_messages
{
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #cde4b0;
	border: 1px solid #789c45;
	padding: 4px;
}

ul.cy_response_messages li.title
{
	background-color: #789c45;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 6px;
}

.cy_header
{
}

.cy_logo
{
	width: 298px;
	float: left;
	overflow: hidden;
}

.cy_headerright
{
	width: 682px;
	float: left;
	overflow: hidden;
	background-image: url(/images/site/header_bg.jpg);
	background-repeat: repeat-x;
}

.cy_menu
{
	height: 180px;
	position: relative;
}

.cy_menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 6px;
	
}

.cy_menu ul li
{
	float: left;
	margin-right: 20px;
}

.cy_menu ul li a, 
.cy_menu ul li a:hover, 
.cy_menu ul li a:visited
{
	color: #ffffff;
}

.cy_search
{
	height: 35px;
	background-color: #000000;
	text-align: right;
}

.cy_search form
{
	padding: 4px 4px 0 0;
}

.cy_content
{
	background-image: url(/images/site/content_bg.gif);
	background-repeat: repeat-y;
}

.cy_leftcontent
{
	float: left;
	width: 282px;
}

.cy_rightcontent
{
	width: 697px;
	float: left;
}

.cy_rightcontent_inner
{
	margin: 10px;
}

.cy_messagebox
{
	display: none;
	margin: 0 10px;
	padding: 6px;
	background-color: #cde4b0;
	border: 1px solid #789c45;
	color: #467900;
}

h1.cy_menutitle,
h1.cy_menutitle a
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #789c45;
	padding: 4px;
	font-size: 13px;
}

ul.menu_categories
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu_categories li
{
	height: 20px;
	border-bottom: 1px solid #4d6a2a;
	padding: 6px 0 0 10px;
	overflow: hidden;
	font-size: 13px;
}

ul.menu_categories li a, 
ul.menu_categories li a:hover, 
ul.menu_categories li a:visited
{
	color: #ffffff;
}

ul.menu_categories li.headbox
{
	background-image: url(/images/site/box_bg_green.gif);
	color: #ffffff;
}

ul.menu_categories li.level2
{
	height: 18px;
	background-color: #93C450;
	padding-left: 20px;
}

ul.menu_categories li.level3
{
	height: 18px;
	background-color: #B0D979;
	padding-left: 30px;
}

ul.menu_categories li.active
{
	background-color: #477900;
}

h2.cy_loginbox_header
{
	margin: 0;
	padding: 0;
	height: 22px;
	background-image: url(/images/site/box_bg_braun.gif);
	color: #ffffff;
	padding: 8px 0 0 10px;
	font-size: 13px;
	font-weight: normal;
}

.cy_loginbox_image
{
	height: 122px;
	background-image: url(/images/site/login_image.jpg);
}

.cy_loginbox_content
{
	background-color: #ca9046;
	padding: 10px;
	color: #ffffff;
}

ul.shopping_cart
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.shopping_cart li
{
	border-bottom: 1px solid #4d6a2a;
	padding: 4px 0 0 10px;
	overflow: hidden;
	color: #ffffff;
}

ul.shopping_cart li.headbox
{
	height: 22px;
	background-image: url(/images/site/box_bg_green.gif);
}

.cy_footer
{
	background-color: #000000;
	background-image: url(/images/site/footer_left.gif);
	background-repeat: no-repeat;
	height: 24px;
}

.copyright
{
	font-size: 9px;
	color: #ffffff;
	text-align: center;
	background-image: url(/images/site/footer_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 100%;
}

.box-main
{
	border: 1px solid #789C45;
	margin-bottom: 20px;
}

h1.box-header
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	background-color: #789c45;
	background-image: url(/images/site/gradient.png);
	font-weight: normal;
	color: #ffffff;
	padding: 2px;
}

.box-content
{
	background-color: #cde4b0;
	padding: 10px;
}

.home_offer_left
{
	float: left;
	width: 315px;
	border-right: 2px dotted #789c45;
}

table.cy_pager
{
	width: 100%;
	margin-bottom: 10px;
	background-color: #cde4b0;
	border: 1px solid #789c45;
	color: #575757;
}

table.cy_pager a
{
	text-decoration: underline;
}

col.cy_pagerleft
{
	width: 70%;
}
col.col.cy_pagerright
{
	width: 30%;
}

.cy_jumpto
{
	float: right;
	margin: 2px 2px 0 0;
}

.cy_pagersep
{
	margin-left: 10px;
}

.home_offer_right
{
	float: left;
	width: 315px;
	padding-left: 20px;
}

.product_category
{
	width: 310px;
	float: left;
	background-color: #cde4b0;
	border: 1px solid #789c45;
	margin: 6px;
	padding: 4px;
}

.product_card_big
{
	width: 315px;
}

.product_card_big .data_left
{
	float: left;
	text-align: center;
	background-color: #ffffff;
	width: 102px;
}

.product_card_big ul.data_right
{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	list-style: none;
	width: 190px;
}

.product_image
{
/*	border: 1px solid #789c45;*/
	margin: 4px 0 6px 0;
}

.product_price,
.product_oldprice
{
	color: #af0510;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

.product_oldprice
{
	text-decoration: line-through;
}

.product_big_separator
{
	clear: both;
	border-bottom: 2px dotted #789c45;
	padding-top: 10px;
	margin-bottom: 10px;
}

.productCard
{
	height: 110px;
	border-bottom: 1px solid #789c45;
}

.productCardNoborder{
	border: none;
}

.productPicture
{
	width: 106px;
	height: 100%;
	background-color: #ffffff;
	float: left;
	text-align: center;
	overflow: hidden;
}

ul.productTexts
{
	margin: 0;
	padding: 0;
	width: 460px;
	padding: 4px;
	float: left;
	list-style: none;
}

ul.productTexts li
{
	margin-bottom: 6px;
	color: #ffffff;
}

ul.productTexts li.product_name
{
	color: #575757;
	font-weight: bold;
	font-size: 14px;
}

ul.productTexts li.addtocart_response
{
	font-weight: bold;
	color: #af0510;
}

ul.productPriceAndCart
{
	margin: 0;
	padding: 0;
	float: right;
	width: 100px;
	height: 100%;
	list-style: none;
}

ul.productPriceAndCart li.price
{
	height: 50%;
	background-color: #c8d5b7;
	text-align: center;
}

ul.productPriceAndCart li.cart
{
	height: 50%;
	background-color: #789c45;
	text-align: center;
	color: #ffffff;
}

ul.shopping_cart_products
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list li
{
	border-bottom: 1px solid #cde4b0;
	border-right: 1px solid #cde4b0;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.need_login_text
{
	float: left;
	margin-left: 10px;
	background-color: #cde4b0;
	border: 1px solid #789c45;
	padding: 10px;
	width: 300px;
}

.need_login_text h3
{
	font-size: 13px;
}

/* lightbox */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/site/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/site/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/site/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
