/*************************************************************
* BEGIN : GENERAL LAYOUT
*************************************************************/
/*
@font-face {
	font-family: "Calibri";
	font-style: normal;
	font-weight: normal;
	src: url("/file/font/calibri.ttf");
}
*/
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f4f4f4;
	color: #646464;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	text-align: center;
}
img {
	border: 0px;
}
b, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
form, ul {
	margin: 0px;
	padding: 0px;
}
a {
	color: #646464;
	text-decoration: none;
}

#div_header, #div_banner, #div_body, #div_footer {
	clear: both;
	width: 100%;
	text-align: center;
}
.div_container {
	position: relative;
	margin: 0px auto;
	width: 960px;
}
/*************************************************************
* END : GENERAL LAYOUT
*************************************************************/


/*************************************************************
* BEGIN : PAGE HEADER
*************************************************************/
#div_header {
	height: 155px;
	border-bottom: 3px solid #ffffff;
	background-color: #f6f6f6;
}
	#div_header .div_container {
		height: 125px;
		padding-top: 30px;
	}
	
	#div_header_logo {
		position: relative;
		float: left;
	}
		#div_header_logo img {
		}
		
	#div_header_intro {
		position: absolute;
		top: 30px;
		right: 0px;
		width: 720px;
		height: 90px;
		padding-top: 35px;
		padding-right: 20px;
		color: #ffffff;
		font-size: 10pt;
		text-align: right;
		background-image: url('/IMAG/GENE/PICT/GIBE_Spacer.gif');
	}
		#div_header_intro a {
			color: #ffffff;
		}
	
	#div_header_navigation {
		position: absolute;
		top: 120px;
		right: 20px;
		width: 720px;
		height: 35px;
		text-align: right;
	}
		#div_header_navigation img {
		}

	#div_header_language {
		position: absolute;
		z-index: 50;
		top: 160px;
		right: 20px;
		color: #ffffff;
	}
		#div_header_language a {
			color: #ffffff;
		}
		#div_header_language a:hover {
		}
	
	#div_header_contact {
		position: absolute;
	}
		#div_header_contact span {
		}
		
	#div_header_deliveryarea {
		display: none;
	}
		#div_header_deliveryarea a {
		}
		#div_header_deliveryarea img {
		}
/*************************************************************
* END : PAGE HEADER
*************************************************************/


/*************************************************************
* BEGIN : PAGE BANNER
*************************************************************/
#div_banner {
	padding-bottom: 3px;
	background-color: #ffffff;
}
	#div_banner .div_container {
		width: 960px;
		text-align: left;
	}
	
	#div_banner img {
	}	
	#div_banner h1 {
		position: absolute;
		top: 40px;
		left: 20px;
		width: 500px;
		font-size: 18pt;
		font-weight: normal;
		text-align: left;
	}
	#div_banner h2 {
		position: absolute;
		top: 100px;
		left: 20px;
		width: 500px;
		font-size: 12pt;
		text-align: left;
	}
		#div_banner h2 em {
			color: #ff0000;
			font-style: normal;
			font-weight: normal;
		}
	
	#div_bannerspecials {
		position: absolute;
		top: 200px;
		left: 20px;
		width: 500px;
	}
		.div_bannerspecial {
			float: left;
			width: 115px;
			margin-right: 10px;
			text-align: left;
		}
		.div_bannerspecial a {
			color: #3d254c;
			font-size: 10pt;
		}
		.div_bannerspecial img {
			display: block;
			width: 115px;
			height: 115px;
			margin-bottom: 5px;
		}
/*************************************************************
* END : PAGE BANNER
*************************************************************/
	

/*************************************************************
* BEGIN : PAGE CONTENT
*************************************************************/
#div_content {
	background-color: #ffffff;
}
	#div_content .div_container {
		display: table !important;
		display: block;
		background-color: #ffffff;
	}
	#div_contentleft {
		position: relative;
		display: table-cell;
		float: left;
		width: 210px;
	}
	#div_contentright {
		position: relative;
		display: table-cell;
		float: left;
		width: 750px;
	}
/*************************************************************
* END : PAGE CONTENT
*************************************************************/


/*************************************************************
* BEGIN : PAGE CONTENT LEFT
*************************************************************/
#div_contentleft_navigation {
	width: 210px;
	margin-bottom: 20px;
}
	#div_contentleft_navigation ul {
		padding: 0px;
		margin: 0px;
	}
		ul#navigation_level1 li {
			display: block;
			margin-bottom: 2px;
			padding: 10px 5px;
			padding-left: 40px;
			background: url('/IMAG/GENE/PICT/GIBE_ArrowLink.png') 4px 50% no-repeat;
			/*border: 1px solid #d7d7d7;*/
			color: #646464;
			font-size: 10pt;
			line-height: 15px;
			text-align: left;
		}
		ul#navigation_level1 li.current {
			background: url('/IMAG/GENE/PICT/GIBE_ArrowLink_Current.png') 4px 50% no-repeat;
		}
		ul#navigation_level1 li a {
			font-size: 10pt;
			font-weight: bold;
			color: #646464;
		}
		ul#navigation_level1 li b ,
		ul#navigation_level1 li h2 ,
		ul#navigation_level1 li h3 {
			display: inline;
			color: #646464;
			font-size: 10pt;
			font-weight: bold;
		}
		
		ul#navigation_level1 li#navigation_level1_sublevel {
			display: inline;
			margin: 0px;
			padding: 0px;
			border: 0px;
		}
		
		ul#navigation_level2 li {
			display: block;
			margin-left: 15px;
			padding: 10px 5px 10px 40px;
			background-color: #ffffff;
			font-size: 10pt;
			line-height: 15px;
			text-align: left;
		}
		ul#navigation_level2 li a {
			color: #646464;
			font-size: 10pt;
			font-weight: bold;
		}
		ul#navigation_level2 li b,
		ul#navigation_level2 li h2,
		ul#navigation_level2 li h3 {
			display: inline;
			color: #646464;
			font-size: 10pt;
			font-weight: bold;
		}

#div_contentleft_spotlight {
	width: 210px;
	margin-bottom: 20px;
}
	#div_contentleft_spotlight img {
		display: block;
		margin-bottom: 10px;
	}
	
.div_contentleft_parameter {
	position: relative;
	display: block;
	height: 40px;
	margin-bottom: 10px;
	padding-right: 20px;
	border: 1px solid #d7d7d7;
	background-color: #efefef;
	color: #58595b;
	font-size: 8pt;
	line-height: 40px;
	text-align: right;
	text-transform: uppercase;
}
	.div_contentleft_parameter select {
		position: absolute;
		top: 12px;
		left: 12px;
		font-size: 8pt;
		text-transform: uppercase;
	}

#div_contentleft_customercomment {
	margin: 40px 0px;
	color: #eeeeee;
}
	#div_contentleft_customercomment h4 {
		padding: 10px 5px;
		border: 1px solid #d7d7d7;
		background-color: #e7e4eb;
		color: #646464;
		font-size: 10pt;
		font-weight: bold;
	}
	#div_contentleft_customercomment dl {
		margin: 5px 0px 0px 0px;
		padding: 5px;
		border: 1px solid #d7d7d7;
		background-color: #f4f4f4;
	}
	#div_contentleft_customercomment dl dt {
		margin: 0px;
		padding: 0px;
		color: #646464;
		font-size: 8pt;
		font-weight: bold;
	}
	#div_contentleft_customercomment dl dd {
		margin: 10px 0px;
		padding: 0px;
		color: #646464;
		font-size: 8pt;
	}
/*************************************************************
* END : PAGE CONTENT LEFT
*************************************************************/


/*************************************************************
* BEGIN : PRODUCT CATALOGUE
*************************************************************/
#catalogue_title {
	display: none;
}
	#catalogue_title h2 ,
	#catalogue_title b {
	}
	#catalogue_title a {
	}

#catalogue_products {
	display: block;
	clear: both;
	vertical-align: top;
	padding-left: 10px;
	background-color: #ffffff;
}
	.product {
		float: left;
		display: inline;
		width: 240px;
		background: url('/IMAG/GENE/PICT/GIBE_Bg_Product.png') no-repeat;
		text-align: left;
	}
		.product_image {
		}
		.product img {
			display: block;
			height: 200px;
			margin: 0px auto;
			margin-top: 5px;
			text-align: center;
		}
		.product_info {
			height: 20px;
			margin: 10px 0px;
			padding: 0px 15px;
			font-size: 10pt;
			font-weight: bold;
		}
		.product_info a {
			font-size: 10pt;
			font-weight: bold;
		}
		.product_price {
			height: 15px;
			margin: 10px 0px;
			padding: 0px 15px;
			font-size: 10pt;
			line-height: 15px;
		}
		.product_more {
			margin: 0px;
			margin-top: 12px;
			padding: 0px;
			height: 25px;
			padding-left: 30px;
			text-indent: -20px;
			border: 1px solid #d7d7d7;
			background-color: #e7e4eb;
			line-height: 25px;
			text-align: left;
		}
		.product_more a {
			color: #44033d;
			font-size: 10pt;
			line-height: 10px;
		}
		.product_more b {
			font-weight: bold;
		}
	
	.spacer {
		float: left;
		display: inline;
		width: 10px;
		height: 20px;
	}
	.separator {
		clear: both;
		width: 720px;
		height: 5px;
	}
	
#catalogue_paging_top {
	position: absolute;
	top: -30px;
	right: 0px;
}
#catalogue_paging_bottom {
	clear: both;
	float: left;
	height: 25px;
	width: 745px;
	margin-left: 5px;
	background-color: #ffffff;
	text-align: right;
}
	#catalogue_paging_top,
	#catalogue_paging_bottom {
		color: #606060;
		font-size: 10pt;
		text-decoration: none;
	}
	#catalogue_paging_top b,
	#catalogue_paging_bottom b {
		margin-left: 5px;
		padding: 0px 5px;
		color: #606060;
		font-size: 10pt;
		line-height: 25px;
		text-decoration: none;
	}
	#catalogue_paging_top a ,
	#catalogue_paging_bottom a {
		margin-left: 5px;
		padding: 0px 5px;
		color: #606060;
		font-size: 10pt;
		line-height: 25px;
		text-decoration: underline;
	}
/*************************************************************
* END : PRODUCT CATALOGUE
*************************************************************/


/*************************************************************
* BEGIN : PRODUCT PAGE
*************************************************************/
/*************************************************************
* END : PRODUCT PAGE
*************************************************************/


/*************************************************************
* BEGIN : PAGE FOOTER
*************************************************************/
#div_footer {
	background-color: #f4f4f4;
	padding-top: 5px; 
	padding-bottom: 50px;
}
	#div_footer .div_container {
	}
	
/*************************************************************
* FOOTER NEWSLETTER
*************************************************************/
#div_footer_newsletter {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
}
	#div_footer_newsletter form {
		position: relative;
		float: right;
		margin-top: 10px;
		padding-right: 40px;
		font-size: 10pt;
	}
	#div_footer_newsletter input {
		margin: 0px 5px;
		font-size: 8pt;
		text-transform: uppercase;
	}
	#div_footer_newsletter #lbl_error {
		color: #cc0000;
	}
	#div_footer_newsletter #btn_newsletter_submit {
		position: absolute;
		top: 1px;
		right: 10px;
		width: auto;
		height: auto;
	}
	
/*************************************************************
* FOOTER USEFUL INFORMATION
*************************************************************/
#div_footer_usefulinformation {
	clear: both;
}
	#div_footer_usefulinformation_title {
		height: 40px;
		margin: 10px 0px;
		padding: 0px 10px;
		border: 1px solid #d7d7d7;
		background-color: #e7e4eb;
		color: #44033d;
		font-size: 10pt;
		line-height: 40px;
		text-align: left;
		text-transform: uppercase;
	}
	#div_footer_usefulinformation_title h2 {
		color: #44033d;
		font-size: 9pt;
		font-weight: bold;
	}
	#div_footer_usefulinformation_left {
		float: left;
		width: 160px;
		text-align: left;
	}
		#div_footer_usefulinformation_left img {
			margin: 20px 0px;
		}
		#div_footer_usefulinformation_left label {
			display: block;
			padding: 5px;
			font-size: 8pt;
		}
		#div_footer_usefulinformation_left cite {
			display: block;
			padding: 10px 5px;
			font-size: 8pt;
			font-style: normal;
		}
	#div_footer_usefulinformation_right {
		float: right;
		width: 790px;
		padding: 20px 5px;
		font-size: 10pt;
		text-align: left;
	}
		#div_footer_usefulinformation_right b {
			font-weight: bold;
		}
	
/*************************************************************
* FOOTER LINKS
*************************************************************/
#div_footer_links {
	clear: both;
	border: 1px solid #d7d7d7;
	background-color: #e7e4eb;
	text-align: center;
}
	#div_footer_links ul {
		margin: 5px 0px;
		list-style-type: none;
	}
	#div_footer_links ul li {
		display: inline;
		margin: 0px 15px;
	}
	#div_footer_links ul li a {
		color: #44033d;
		font-size: 10pt;
		font-weight: bold;
		line-height: 30px;
		text-transform: uppercase;
	}
	
/*************************************************************
* FOOTER RICHTEXT
*************************************************************/
#div_footer_richtext {
	clear: both;
	display: block;
}
	
/*************************************************************
* FOOTER CONTACT
*************************************************************/
#div_footer_contact {
	float: right;
	font-size: 10pt;
	text-align: right;
}

/*************************************************************
* FOOTER SECURITY
*************************************************************/
#div_footer_security {
	float: left;
	text-align: left;
}
/*************************************************************
* END : PAGE FOOTER
*************************************************************/


/*************************************************************
* BEGIN: FOOTER COUNTRIES
*************************************************************/
#div_footer_countries {
	position: relative;
	display: none;
	z-index: 100;
	width: 900px;
	margin: 0px 10px;
	margin-top: 158px;
	padding: 20px;
	border: 1px solid #44033d;
	background-color: #ffffff;
	text-align: left;
}
	#div_footer_countries ul {
		list-style-type: none;
	}
	#div_footer_countries ul li {
		display: block;
		float: left;
		width: 300px;
	}
	#div_footer_countries ul li a {
		color: #646464;
		font-size: 10pt;
	}
	#div_footer_countries ul li a:hover {
		color: #44033d;
	}
	#btn_countries_close {
		position: absolute;
		top: -20px;
		right: -20px;
	}
/*************************************************************
* END: FOOTER COUNTRIES
*************************************************************/


/*************************************************************
* BEGIN : FOOTER RICHT TEXT CONTENT
*************************************************************/
#div_richtext_topleft {
}
#div_richtext_bottomleft {
}
#div_richtext_topmiddle {
}
#div_richtext_bottommiddle {
}
#div_richtext_topright {
}
#div_richtext_bottomright {
}
/*************************************************************
* END : FOOTER RICH TEXT CONTENT
*************************************************************/


/*************************************************************
* BEGIN : SHOPPING CART
*************************************************************/
table {
	width: 100%;
	background-color: #ffffff;		/*BgColor CenterTable*/
}
	table td {
		color: #083018;				/*TextColor CenterTable*/
		font-size: 10pt;
	}
	table td small {
		color: #083018;				/*TextColor CenterTable*/
		font-size: 8pt;
	}
	table td em {
		color: #cc0000;				/*TextColor Remarks*/
		font-size: 10pt;
		font-weight: bold;
		font-style: normal;
	}
	table td strong {
		color: #083018;				/*TextColor CenterTable*/
		font-size: 10pt;
		font-weight: bold;
	}
	table td a {
		color: #083018;				/*TextColor CenterTable*/
	}

table tbody {
}
	table tbody th {
		background-color: #083018;	/*BgColor Columns*/
		color: #ffffff;				/*TextColor Columns*/
		font-size: 10pt;
		font-weight: bold;
	}
	table tbody td {
		color: #083018;				/*TextColor CenterTable*/
	}
	
table tfoot {
}
	table tfoot td {
		color: #083018;				/*TextColor CenterTable*/
	}
/*************************************************************
* END : SHOPPING CART
*************************************************************/