@charset "UTF-8";
/* CSS Document */

/* Default*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.4em;
	color: #797979;
	background-color: #fff;
	background-image: url(/gfx/bg/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	width: 100%;
}

img
{
	border: 0;
}

a, a:active, a:visited, a:link
{
	text-decoration: none;
	color: #797979;
}

a:hover
{
	color: #000;
}

form
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 0;
	margin-bottom: 1em;
}

p.bottomBorder
{
	padding-bottom: 1em;
	margin-bottom: 1em;
}

h1
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 200%;
	line-height: 1em;
	font-weight: normal;
	padding-bottom: 10px;
	margin-top: 35px;

	clear: both;
}

h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 155%;
	font-weight: normal;

/*	margin-bottom: 25px;*/
}

h2.topBorder
{
	padding-top: 8px;
}

h3
{
	font-size: 110%;
	font-weight: normal;

	margin-bottom: 0em;
}

.bold
{
	font-weight: bold;
}

ul, li
{
	margin: 0;
	padding: 0;
}

ul
{
	list-style: none;
}

ul.disc
{
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 12px;
}

table
{
	border-collapse: collapse;
	margin-bottom: 5px;
	width: 100%;
}

table.compact
{
	width: auto;
}

td
{
	padding: 5px 8px 8px 0;
}

td.noWrap
{
	white-space: nowrap;
}

table img
{
	margin-right: 5px;
}

input
{
	overflow: visible;
}

input.text
{
	border: 1px solid #dddddd;
	border-top: 1px solid #cfcece;
	width: 165px;
}

select, input.quantity, input#quickOrder, textarea
{
	border: 1px solid #b8b8b8;
}

input, select
{
	color: #454545;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

input.text, input.quantity
{	
	padding: 2px;
	height: 12px;
}

input.button
{
	border: 1px solid #d5d5d5;
	
	background-image: url(/gfx/bg/button_shop.gif);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #e7e7e7;
	
	padding-left: 5px;
	padding-right: 5px;
/*	overflow: visible; */
	
	cursor: pointer;
/*	padding: 2px 5px 2px 5px;*/

padding-bottom: 1px;

height: 18px;
}

input.next
{
	background-color: #a7c363;
	
	padding: 0;
	border-left: 0;
	
	height: 16px;
}

input.submit
{
	margin-bottom: 3px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clearBoth
{
	clear: both;
}

.highlight
{
	color: #000;
}

.alignRight
{
	text-align: right;
}

.valignTop
{
	vertical-align: top;
}

table.valignTop td
{
	vertical-align: top;
}

.bottomBorder
{	
	background-image: url(/gfx/bg/h_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.topBorder
{	
	background-image: url(/gfx/bg/h_border.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.arrow1
{
	display: block;
	background-image: url(/gfx/icons/arrow_1.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

#containerWrap
{
	font-size: 110%;
	width: 960px;
	margin: 0 auto;
	margin-top: 23px;
}

#container
{
	padding: 3px;
	background-color: #fff;
}

/* Masthead */

#masthead
{
	height: 65px;	

	padding: 0px 16px 0px 16px;
	text-align: right;
}

#logo
{
	float: left;
}

#countryList
{
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 200;
	position: relative;
	float: right;
	margin-left: 3px;
}

#countryList li
{
	position: relative;
}

#countryList li ul
{
	position: absolute;
	top: 15px;
	right: 0px;
	display: none;
	width: 140px;
}

#countryList li ul li a 
{
	display: block;
	text-decoration: none;
	color: #3a3a3a;
	padding-right: 10px;
	background: #eee;
	padding-bottom: 10px;
	font-size: 12px;
}

#countryList li a:hover
{
	background: #b1b3b4; 
	color: #fff;
}

#countryList li:hover ul, li.over ul
{
	display: block;
}

#countryList li a#changeCountry
{
	color: #b1b3b4;
	text-transform: lowercase;
	padding-right: 10px;
	background-image: url(/gfx/icons/arrow_down.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
}

#countryList li a#changeCountry:hover
{
	cursor: pointer;
	background-color: #fff;
	color: #b1b3b4;
}

#chooseLang
{
	text-transform: uppercase;
	float: right;
	width: 500px;
}

#webshopCountry
{
	float: right;
	padding-bottom: 5px;
}

#webshopCountry
{
	font-size: 155%;
	text-transform: capitalize;
	color: #b1b3b4;
	float: right;
	margin: 0;
	line-height: 1em;
	width: 500px;
}

#webshopCountry a img
{
	margin-bottom: -2px;
	margin-left: 2px;
	margin-top: 8px;
}

/* Top Menu*/

#topMenu
{
	background-image: url(/gfx/bg/top_menu.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fdfdfd;
	
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#topMenu ul, #topMenuLvl2 ul
{
	float: left;
	width: 100%;
}

#topMenu ul li a
{
	color: #3a3a3a;
}

#topMenu ul li
{
	float: left;
	display: inline;
	
	text-align: center;
	vertical-align: middle;
}

#topMenu ul li#formContainer
{
	float: right;
	margin-right: 16px;
}

#topMenu ul li#formContainer label
{
	margin-right: 3px;
}

#topMenu ul li a
{
	display: block;
	padding: 5px 18px 5px 18px;
	
	background-image: url(/gfx/bg/top_menu_right_border.gif);
	background-position: right;
	background-repeat: repeat-y;
	margin-bottom: 3px;
}

#topMenu ul
{
	background-image: url(/gfx/bg/top_menu_bottom_border.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#topMenu ul li.active, #topMenu ul li a:hover
{
	background-image: url(/gfx/bg/top_menu_active.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e5effb;
}

#topMenu ul li form
{
	padding-top: 2px;
}

#topMenu ul li form input#quickOrder
{
	color: #b8b9bc;
}

/* Main content */

#mainContent
{
	background-image: url(/gfx/bg/main_content_v_border.gif);
	background-repeat: repeat-y;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Left Menu*/

#leftMenuWrap
{
	float: left;
	
	width: 228px;
}

#leftMenu
{
	padding: 0px 11px 20px 15px;
	color: #424242;
}

#leftMenu a
{
	color: #424242;
}

#leftMenu form p
{
	margin: 0;
	padding-bottom: 1em;
}

#leftMenu input.text
{
	width: 168px;
	margin-top: 0;
}

#leftMenu .button
{
	border: 0;
	background: none;
	padding: 0;
}

#leftMenu img
{
	padding: 10px 0px 10px 0px;
	display: block;
}

#leftMenu p span.date
{
	display: block;
	color: #6e6e6e;
}

#leftMenu span.business 
{
	color: #819b00;
	color: #b1c453;
}

p.numbers
{
	margin-left: 14px;
}

/* Content*/

#contentWrap
{
	float: left;
	width: 725px;
}

#content
{
	padding: 0px 16px 0 20px;
}

.messages, .customerId, h1.home
{
	color: #accbdb;
}

.webshop
{
	color: #bcd85f;
	color: #96b400;
}

.business
{
	color: #faa61a;
	color: #b1c453;
}

.registration
{
	color: #929293;
}

.tools
{
	color: #a6a6a8;
}

.personal
{
	color: #b8b9bc;
}

.search
{
	color: #c6c8cb;
}

#contentHeader
{
	background-repeat: no-repeat;
	
	margin-bottom: 10px;
	
	position: relative;
	
	clear: both;
}

#contentHeader.nutrition
{
	background-image: url(/gfx/branding/nutrition.gif);
	background-position: right 17px;
}

#contentHeader.inMind
{
	background-image: url(/gfx/branding/inmind.gif);
	background-position: right 25px;
}

h1#first
{
	margin: 0;
	border-bottom: 1px solid #797979;
}

h1#first.webshop a, h1#first.webshop a:hover, h1#first.webshop a:active, h1#first.webshop a:visited
{
	color: #96b400;
}

#firstH1Wrap
{
	padding-bottom: 1px;
	
	background-image: url(/gfx/bg/connector_dot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#firstH1Wrap.nutrition
{
	width: 575px;
}

#firstH1Wrap.inMind
{
	width: 464px;
}

#leftLine
{
	border-left: 1px solid #797979;
	height: 9px;

	position: relative;
	bottom: 1px;
	left: 0px;
	clear: both;
	font-size: 0;
}

#content img.solidBorder
{
	border: 3px solid #ebebeb;
}

img.floatRight
{
	margin: 0 0 20px 20px;
}

.border
{
	background-image: url(/gfx/bg/h_v_border.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color: #c1c1c1;
	
	padding: 1px;
}

.border *
{
	background-color: #fff;
}

.border img
{
	display: block;
}

.leftColumn
{
	float: left;
	width: 334px;
}

.rightColumn
{
	float: right;
	width: 334px;
}

table.business tr
{
	background-image: url(/gfx/bg/business_h_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* Footer */

#linkBack
{
	margin-top: 1em;
}

#clearAll
{
	clear: both;
	height: 50px;
}

#footer
{
	clear: both;
	padding-left: 248px;
}

.warning
{
	color: #ff0000;
}

tr.warning td input, tr.warning td select
{
	border-color: #ff0000;
}

p.info
{
	display: block;
	background-color: #fff;
	margin: 0;
	padding: 8px;
	
	padding-top: 20px;
	background-image: url(/gfx/icons/warning.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
}

div.infoWrap
{
	width: 272px;
	float: right;
	margin-bottom: 8px;
}

img.sideImg
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* SPECIAL */
.articleHeadline
{
	display: none;
}

#articleSummary
{
	display: block;
	font-size: 120%;
	line-height: 120%;
}

#pageContent
{
	float: left;
	width: 440px;
}

#pageContent ul
{
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 12px;
}

span.title
{
	font-size: 120%;
	line-height: 150%;
}

.big p, .big table, p.big
{
	font-size: 110%;
}

.big table table
{
	font-size: 100%;
}

form.big .text
{
	height: inherit;
}

tr.selected
{
	color: #000;
/*	border: 1px solid #000; */
}

a.fb_share_link
{
	display: block;
	margin-top: 18px;
	padding-left: 20px;
	background-image: url(/gfx/icons/facebook_share_icon.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#tooltip{
	position: absolute;
	background-color: #fff;
	border: 1px solid #797979;
	padding: 10px;
	font-size: 120%;
	display:none;
	width: 280px;
}