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

/* Default*/

/*img, div { behavior: url(/css/iepngfix.htc) };*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.4em;
	color: #454545;
	background-image: url(/gfx/branding/bg.gif);
	background-color: #f6f6f6;
	background-attachment: fixed;
	margin: 0;
}

img
{
	border: 0;
}

a, a:active, a:visited
{
	text-decoration: none;
	/*color: #004361;*/
	color: #3b3b3b;
}

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: 230%;
	line-height: 1em;
	font-weight: normal;
	padding-bottom: 10px;
	margin-top: 35px;
	
	background-image: url(/gfx/bg/h_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	
	clear: both;
}

h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 146%;
	font-weight: normal;
	
/*	margin-top: 15px;*/
	margin-bottom: 25px;
}

h3
{
	font-size: 110%;
	font-weight: normal;
	
/*	margin-top: 1em;*/
	margin-bottom: 0em;
}

.bold
{
	font-weight: bold;
}

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

ul
{
	list-style: none;
}

table
{
	border-collapse: collapse;
	margin-bottom: 5px;
	width: 100%;
	/*display: inline;*/
}

table.compact
{
	width: auto;
}

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

td.noWrap
{
	white-space: nowrap;
}

table img
{
	margin-right: 5px;
}

input.text, select, input.quantity
{
	border: 1px solid #aaaaaa;
}

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

input.text, input.quantity
{	
	padding: 3px;
}

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;
	margin-bottom: 23px;
}

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

/* Masthead */

#masthead
{
	height: 80px;
	background-color: #333;
	margin-bottom: 3px;
	position: relative;
	color: #fff;
	
	text-transform: uppercase;
	margin-bottom: 0px;
}

#masthead a
{
	color: #fff;
}

#logo
{
	position: absolute;
	bottom: 14px;
	left: 16px;
	
	left: 14px;
}

#tagline
{
	position: absolute;
	bottom: 12px;
	left: 249px;
}

#login
{
	padding: 0 10px 0 10px;
/*
	position: absolute;
	bottom: 0;
	right: 0;
*/
}

#login td
{
	padding: 0 4px 2px 0;
}
#login input
{
/*
	padding: 1px;
	margin-bottom: 1px;
*/
}

#login input#userID
{
	width: 10em;
}

#login input#pwd
{
	width: 10em;
}

#logout
{
	float: right;
	margin-right: 16px;
	margin-top: 3px;
	background-image: url(/gfx/icons/cancel.png);
	background-position:right center;
	background-repeat: no-repeat;
	padding: 7px 20px 7px 0;
	
	display: none;
}

#changeCountry
{
	margin-right: 30px;
}

#choosenFlag
{
	margin-bottom: -2px;
	border: 1px solid #fff;
	width: 12px;
	height: auto;	
}

#chooseLang
{
	position: absolute;
	bottom: 12px;
	right: 16px;
	
	right: 19px;
}

#chooseLang a img
{
	border: 1px solid #fff;
	margin-left: 2px;
	width: 12px;
	height: auto;
	
}

/* 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%;
}

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

#topMenu ul li a, #topMenuLvl2 ul li a
{
	color: #004361;
}


#topMenu ul li
{
	float: left;
	display: inline;
	width: 12.5%;
	text-align: center;
}

#topMenu ul li a
{
	display: block;
	padding: 7px 0 3px 0;
	
	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;
}

/* Top Menu Level 2 */

#topMenuLvl2
{
	float: left;
	width: 100%;
	border-bottom: 1px solid #efefef;
	margin-bottom: 3px;
	background-color: #fdfdfd;
}

#topMenuLvl2 ul.active
{
 	background-color: #e5effb;
}

#topMenuLvl2 ul li
{
 	float: left;
	margin: 0 10px 0 28px;
	display: inline;
}

#topMenuLvl2 ul
{
	padding: 6px 0 4px 0;
}
/* 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*/

#leftMenu
{
	float: left;
	width: 229px;
	
	margin-bottom: 20px;
}

#leftMenu a.link
{
	float: left;
	margin-left: 10px;
}

#leftMenu dl
{
	border: 3px solid #ebebeb;
	margin: 0 3px 3px 0;
	padding-bottom: 10px;
	float: left;
	width: 220px;
	
	border: 0;
}

#leftMenu dl.news, #leftMenu dl.contact
{
	border: 0;
	padding: 3px 0 0 3px;
}
/*
dl.messages
{
	background-color: #accbdb;
}
/*
dl.messages:hover
{
	background-color: #b6d6e6;
}
*/

/*
dl.webshop
{
	background-color: #bcd85f;
}

dl.business
{
	background-color: #faa61a;
}

dl.registration
{
	background-color: #929293;
}

dl.tools
{
	background-color: #a6a6a8;
}

dl.personal
{
	background-color: #b8b9bc;
}

dl.search
{
	background-color: #c6c8cb;
}
*/

dl.messages dt a, dl.messages dt a:hover, dl.messages dt a:active, dl.messages dt a:visited
{
	color: #accbdb;
}

dl.business dt a, dl.business dt a:hover, dl.business dt a:active, dl.business dt a:visited
{
	color: #faa61a;
}

dl.webshop dt a, dl.webshop dt a:hover, dl.webshop dt a:active, dl.webshop dt a:visited
{
	color: #bcd85f;
}


dl.messages a, dl.webshop a, dl.business a
{
	color: #3b3b3b;
}

#leftMenu dl ul li a:hover
{
	color: #000;
}

#leftMenu dt
{
	float: right;
	width: 156px;
	margin-top: 7px;
	
	/*color: #fff;*/
	font-size: 140%;
	
	line-height: 1.4em;

	width: 196px;
}

#leftMenu dl.news dt, #leftMenu dl.contact dt, #leftMenu dl.search dt
{
	margin-top: 16px;
	color: #6e6e6e;
	width: 212px;
}

#leftMenu dd
{
	margin-left: 34px;
}

#leftMenu dl.news dd, #leftMenu dl.contact dd
{
	margin-left: 7px;
	padding-right: 8px;
}

#leftMenu dd.img
{
	margin: 0;
}

#leftMenu dd.img img
{
	float: left;
	margin: 10px 0 7px 7px;
}

#leftMenu dl.news dd.img img, #leftMenu dl.contact dd.img img
{
	float: left;
	margin: 10px 0 7px 1px;
}

#leftMenu ul
{
	float: left;
	padding-right: 7px;
}

dl.search p
{
	margin: 0;
}

dl.search input
{
	/*
	width: 115px;
	border: 1px solid #fff;
	background-color: #cbcdd0;*/
	
	padding: 3px;
	
	width: 145px;
}

input#search
{
	padding: 3px;
	
	width: 145px;
	margin-left: 10px;
	
	margin-top: 20px;
}

#leftMenu dl.news dd p
{
	color: #4f6f18;
	font-size: 91%;
	line-height: 1.4em;
	padding-bottom: 5px;
	
	background-image: url(/gfx/bg/h_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#leftMenu dl.news dd p a
{
	color: #3b3b3b;
}

#leftMenu dl.news dd p a:hover
{
	color: #000;
}

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

#leftMenu dl.contact dd p
{
	line-height: 1.4em;
}

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

ul#breadcrumbs, div#breadcrumbs
{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	
	background-image: url(../../../gfx/bg/h_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div#breadcrumbs
{
	margin: 0;
	height: 20px;
	
	background: none;
}

#breadcrumbs li
{
	float: left;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-right: 20px;
}

/* Content*/

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

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

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

h1.webshop, h2.webshop, h3.webshop
{
	color: #bcd85f;
}

h1.business, h2.business, h3.business
{
	color: #faa61a;
}

h1.registration, h2.registration, h3.registration
{
	color: #929293;
}

h1.tools, h2.tools, h3.tools
{
	color: #a6a6a8;
}

h1.personal, h2.personal, h3.personal
{
	color: #b8b9bc;
}

h1.search, h2.search, h3.search
{
	color: #c6c8cb;
}

#contentHeader
{
	text-align: right;
	background-image: url(/gfx/bg/h_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	
	position: relative;
	height: 40px;
}

h1.first
{
	margin: 0;
	background: none;

	position: absolute;
	bottom: 0px;
	left: 0px;
}

#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;
}

.productList dt
{
	float: right;
	width: 251px;
	color: #4f6f18;
	font-size: 125%;
	margin-top: 5px;
}

.productList dd
{
	margin-left: 83px;
}

.productList dd.img
{
	float: left;
	margin: 0;
	margin-bottom: 8px;
}

.productList dd.img img
{
	width: 65px;
}

.productList dd.price
{
	color: #000;
	margin-top: 1em;
	margin-bottom: 18px;
	text-align: left;
}

/* Footer */

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

.warning
{
	color: #ff0000;
}

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

.fadetogrey
{
	color: #888;
}

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

div.infoWrap
{
	width: 271px;
	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%;
	margin-top: 20px;
}

#pageContent
{
float: left;
width: 440px;
/*
background-image: url(/gfx/bg/main_content_v_border.gif);
background-repeat: repeat-y;
background-position: right;
*/
}

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

#bannerContainer
{
	float: right;
	width: 225px;
}

#facebookBadge
{
	margin-top: 30px;
	float: left;
	margin-left: 10px;
}

.banner
{
	margin-bottom: 5px;
	display: block;
}

tr.contrastColor
{
	background-color: #E8E8E8;
}

table.awards td
{
	padding: 5px 3px 5px 3px;
}

.alignCenter
{
	text-align: center;
}

input.emailAddress{
	width: 200px;
}