/*** COMMON STYLES ***/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/siteimg/bg_main.jpg) no-repeat top center #ffffff;
	background-attachment: fixed;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 100%;
	line-height: 1.125em;	
	color: #666666;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #272727;
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d1deef;
	letter-spacing: -1px;
	line-height: 1.12em;
}

h2 {
	font-size: 1.333em;
	color: #333333;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	color: #272727;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
}

h4 {
	font-size: 1.167em;
	font-weight: bold;
	color: #333333;
	margin: 0 0 3px;
}

h5, h6 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	color: #333333;
}

img, iframe {
	border: 0;
}

p {
	margin: 0 0 25px 0;
}

a {
	color: #009ee0;
}


a:hover {
	text-decoration: none;
}

hr {
	margin: 0 0 25px 0;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	border: 0;
	border-bottom: 1px solid #d1deef;	
}

ul {
	margin: 0 0 25px 0;
	padding: 0;
}

ul li {
	padding: 0 0 0 15px;
	background: url(/siteimg/bullet.png) no-repeat 2px 7px;
	list-style: none;
}

ol {
	margin: 0 0 25px 22px;
	padding: 0;
}

table,
input,
select,
textarea {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;	
	font-size: 1em;
}

table {
	border: 0;	
	margin: 0 0 25px 0;
}

table th,
table td {
	padding: 0 2px;
	text-align: left;
	vertical-align: top;
}

/*** FORMS ***/

fieldset {
	border: 0;
	margin: 0 0 25px 0;
}

fieldset legend {
	color: #333333;
	background: #ffffff;
	font-weight: bold;
	padding: 0 15px 0 0;
}


fieldset label {
	float: left;
	width: 150px;
	margin: 0 5px 4px 0;
	color: #333333;
	padding-right: 20px;
	position: relative;
}

fieldset label span.required {
	position: absolute;
	right: 0;
	top: 0;
	background: url(/siteimg/required.png) no-repeat left 4px;
	width: 9px;
	text-indent: -9999px;
}

fieldset label.radio,
fieldset label.checkbox {
	width: auto;
	color: #666666;
	margin: 0 20px 7px 0;
}

fieldset input {
	border: 0;
}


fieldset input.text, 
fieldset select, 
fieldset textarea {
	color: #999999;
	padding: 2px 0;
	margin: 0 0 4px 0;
	border: 1px solid #d2d2d2;
	border-top: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	width: 216px;
}

fieldset input.radio,
fieldset input.checkbox {
	border: 0;
	vertical-align: -2px;
}

fieldset select {
	height: 21px;
	width: 218px;
	padding-right: 2px;
}

fieldset textarea {
	width: 216px;
	height: 55px;
	overflow: auto;
}

fieldset textarea.xl {
	width: 698px;
}

fieldset br {
	clear: both;
}

.error {
	color: #cc0033;
}

p.error_msg {
	border: 1px solid #e0e0e0;
	color: #cc0033;
	background: url(/siteimg/icon_error.png) no-repeat 5px 5px #ffffe6;
	padding: 7px 10px 7px 45px;
	font-size: 1em;
}

div.error_msg {
	border: 1px solid #e0e0e0;
	color: #cc0033;
	background: url(/siteimg/icon_error.png) no-repeat 5px 5px #ffffe6;
	padding: 7px 10px 7px 45px;
	font-size: 1em;
	margin: 0px 0px 20px 0px;
}

div.error_msg ul li
{
	color: #cc0033;
}

a.button {
	display: inline-block;
	background: url(/siteimg/bg_button.png) no-repeat;
	width: 138px;
	height: 22px;
	padding: 6px 0 0;
	position: relative;
	top: -4px;
	left: -4px;
	margin-right: -8px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
}

a.altbutton {
	background: url(/siteimg/bg_altbutton.png) no-repeat;
	left: 0;
	top: 0;
	width: 130px;
	padding-top: 2px;
	height: 19px;
	color: #009ee0;
	margin-right: 0;
}

a.bigbutton {
	background: url(/siteimg/bg_button_big.png) no-repeat;
	padding-top: 9px;
	height: 25px;
}

a.button:hover {
	background-position: left bottom;
}

div.contact_form fieldset {
	border-top: 1px solid #333333;
}

div.contact_form fieldset h3 {
	margin: 10px 0;
}

div.contact_form p {
	font-size: 0.916em;
}

div.contact_form p.error_msg {
	font-size: 1em;
}

a.indented_button {
	margin: 10px 0 0 263px;
}

input.date {
	padding-right: 23px;
	background: url(/siteimg/icon_calendar.png) no-repeat right top;
	min-height: 14px;
	cursor: pointer;
}

/*** LAYOUT ***/

div.pagewrapper {
	width: 990px;
	margin: 0 auto;
	font-size: 0.75em;
	background: #ffffff;
	position: relative;
}

div.header, 
div.content, 
div.footer {
	clear: both;
	width: 990px;
	overflow: hidden;
}

div.header {
	width: 970px;
	padding: 0 0 22px 20px;
}

div.content {
	width: 950px;
	padding: 0 20px 20px 20px;
}

div.footer {
	color: #7ed3f7;
	background: url(/siteimg/bg_footer.png) repeat-x top left;
	width: 950px;
	height: 29px;
	padding: 15px 20px 0 20px;
}

div.col_main {
	width: 700px;
	margin: 0 30px 0 0;
	float: left;
}

div.col_side {
	width: 220px;
	float: left;
	line-height: 1.273em;
}

div.subcol_left {
	float: left;
	width: 220px;
	padding-top: 40px;
	margin-right: 20px;
}

div.subcol_mid {
	float: left;
	width: 460px;
}

div.container {
	margin: 0 0 10px 0;
}

.clear {
	float: none !important;
	clear: both !important;
	height: 0 !important;
}

a.more {
	background: url(/siteimg/icon_more.png) no-repeat top right;
	padding: 0 30px 0 0;
	margin: 10px 0 0 0;
	text-align: right;
	display: block;
}

p.back {
	margin: -35px 0 15px;
}

a.back {
	background: url(/siteimg/icon_back.png) no-repeat left top;
	padding: 2px 0 2px 22px;
	color: #666666;
	font-weight: bold;
	font-size: 0.833em;
	text-transform: uppercase;
	text-decoration: none;
}

a.back:hover {
	text-decoration: underline;
}

p.intro,
div.intro {
	font-size: 1.167em;
	line-height: 1.357em;
	color: #333333;
}

div.intro p {
	margin: 0;
}

div.intro {
	margin: 0 0 25px;
}

a.delete {
	background: url(/siteimg/icon_delete.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
}

/*** HEADER ***/

ul.language,
ul.secnav {
	float: right;
}

ul.language {
	margin: 0 0 0 85px;
}

ul.language li,
ul.secnav li {
	background: none;
	padding: 0;
	float: left;
	border-right: 1px solid #999999;
	padding: 3px 5px 4px 5px;
}

ul.language li {
	border-right: 0;
	border-left: 1px solid #999999;
}

ul.language li a,
ul.secnav li a {
	color: #0056a2;
	text-decoration: none;
}

ul.language li.active {
	background: url(/siteimg/bg_metanav_seperator.png) repeat-x top left #7b6b51;
}

ul.language li.active a {
	color: #ffffff;
}

ul.mainnav {
	clear: both;
	width: 990px;
	margin: 0;
	overflow: hidden;
	background: url(/siteimg/bg_nav.png) repeat-x top left;
}

ul.mainnav li {
	float: left;
	background: none;
	padding: 0;
}

ul.mainnav li:hover {
	background: url(/siteimg/bg_nav_hover_small.png) repeat-x top left;
}

ul.mainnav li.hassub:hover {
	background: url(/siteimg/bg_nav_hover.png) repeat-x top left;
}

ul.mainnav li a {
	color: #ffffff;
	font-family: Georgia, Verdana, Helvetica, Sans-Serif;	
	font-size: 1.167em;
	text-decoration: none;
	display: block;
	padding: 9px 15px 10px 15px;
}

ul.mainnav li.logo {
	background: #ffffff;
	width: 240px;
	height: 36px;
}

ul.mainnav li.logo a {
	padding: 0 0 1px 5px;
}

ul.mainnav ul {
	position: absolute;
	left: -9999px;	
}

ul.mainnav li:hover ul {
	left: 260px;
	width: 730px;	
	background: url(/siteimg/bg_subnav.png) repeat-x top left transparent;
	margin: 0;
	padding: 0;
}

ul.mainnav ul li a {
	font-size: 1em;
	padding: 5px 15px 6px 15px;
}

ul.mainnav ul li a:hover {
	text-decoration: underline;
}

ul.mainnav ul li:hover {
	background: none;
}

ul.breadcrumb {
	margin: 12px 0 15px 245px;
	padding: 0;
	width: 730px;
	overflow: hidden;
}

ul.breadcrumb li {
	background: none;
	padding: 0 3px 0 0;
	float: left;
	font-size: 0.917em;
	color: #666666;
}

ul.breadcrumb li a {
	color: #333333;
}

/*** INTRO & USP's ***/

div.home_intro {
	width: 100%;
	overflow: hidden;
}

div.home_intro_text {
	float: left;
	color: #333333;
	padding: 0 20px 0 10px;
	width: 450px;
	font-size: 1.167em;
	line-height: 1.357em;
}

div.home_intro_text h1 {
	color: #009ee0;
	font-size: 2.143em;
	font-weight: bold;
	line-height: 1em;
	padding: 0;
	margin-bottom: 6px;
	border: 0;
}

div.home_intro_text p {
	margin-bottom: 10px;
}

div.home_intro_usps {
	float: left;
	font-size: 0.917em;
	padding: 10px 0 0 0;
	width: 200px;
}

div.home_intro_usps h4 {
	margin: 5px 0 10px;
	font-size: 1.095em;
	line-height: 1em;
	font-weight: normal;
}

div.home_intro_usps ul {
	line-height: 1.273em;
}

div.home_intro_usps ul li {
	padding-bottom: 10px;
}
	

/*** TEASERS ***/

div.teaser {
	font-size: 0.917em;
	border-top: 1px solid #d1deef;
	padding: 20px 0 0 0;
	width: 220px;
}

div.teaser:first-child {
	border: none;
	padding-top: 0;
}

div.col_main div.teaser {
	border: none;
	float: left;
	font-size: 1em;
	line-height: 1.25em;
	padding: 0;
}

div.col_main div.teaserbanner {
	margin-left: 19px;
}

div.teaser h2 {
	font-size: 1.455em;
}

div.col_main h2 {
	font-size: 1.333em;
}

div.teaser fieldset {
	margin: 0;
}

div.teaser select {
	width: 220px;
	color: #111111;
}

div.teaser p {
	margin: 0 0 10px 0;
}

div.teaser img {
	display: block;
	margin: 0 0 10px 0;
}

div.teaser_shop {
	padding: 0 0 10px 0;
	overflow: hidden;
}

div.teaser_shop_home {
	margin-top: 45px;
}

div.teaser_shop fieldset {
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d1deef;
}

div.teaser_shop img {
	float: left;
	margin: 0 25px 5px 0;
}

div.teaser_shop label {
	width: 70px;
	color: #111111;
}

div.teaser_shop select {
	width: 125px;
}

div.teaser_shop_home div.teaser_shop_companies {
	background: url(/siteimg/bg_teaser_shop_companies.png) no-repeat bottom left;
	padding: 15px 10px 0 10px;
}

div.teaser_shop_home div.teaser_shop_companies fieldset {
	border: 0;
}

div.teaser_shop_home div.teaser_shop_companies h2 {
	margin-bottom: 12px;
}

div.teaser_shop_home div.teaser_shop_companies label {
	width: 60px;
	padding-right: 10px;
}

div.teasercart {
	padding-bottom: 10px;
}

div.teasercart h2 {
	background: #1951b1;
	color: #ffffe6;
	padding: 10px 10px 8px 10px;
	margin: 0;
}

div.teaser div.cart {
	padding-bottom: 7px;
	margin: 0 0 15px 0;
	color: #666666;
	background: url(/siteimg/bg_shadow.png) no-repeat left bottom;
}

div.teaser div.cart p {
	border-left: 1px solid #d1deef;
	border-right: 1px solid #d1deef;
	padding: 5px;
	margin: 0;
}

div.teaser ul.cart_product {
	margin: 0;
	padding: 0;
}

div.teaser ul.cart_product li {
	border-bottom: 1px solid #d1deef;
	border-left: 1px solid #d1deef;
	border-right: 1px solid #d1deef;
	background: none;
	padding: 5px;
}

div.teaser ul.cart_product li:first-child {
	padding-top: 3px;
}

div.teaser ul.cart_product li span.amount {
	float: right;
	width: 15px;
}

div.teaser ul.cart_product li.see_more {
	border-top: 1px solid #ffffff;
	border-bottom: 0;
	background: #eff8fd;
	padding: 10px;
}

div.teaser ul.cart_product li.see_more a.more {
	margin: 0;
}

div.teaser div.cart_bottom {
	background: url(/siteimg/bg_teaser_bottom.png) no-repeat top left #eff8fd;
	height: 2px;
	overflow: hidden;
}

div.col_main div.teaserhome {
	border: 1px solid #d1deef;
	padding: 12px 10px;
	width: 200px;
}

/*** CONTENT ***/

div.user_content p.intro,
div.user_content div.intro {
	background: #eff8fd;
	padding: 20px 15px 40px 15px;
}

div.form_box_blue {
	border-top: 1px solid #d1deef;
	border-bottom: 1px solid #d1deef;
	padding: 1px 0;
	margin: 0 0 10px 0;
}

div.form_box_blue fieldset {
	background: #eff8fd;	
	padding: 5px 10px;
	margin: 0;
}

div.form_box_blue fieldset label, 
div.form_box_blue fieldset select {
	margin-bottom: 0;
	font-size: 0.917em;
	color: #111111;
}

div.form_box_blue fieldset input {
	width: 150px;
	margin-right: 10px;
}

div.form_box_blue fieldset a.button {
	top: 0;
}

div.form_box_blue fieldset label.small {
	width: 115px;
	padding-top: 4px;
}

div.form_box_blue fieldset label.large {
	width: 195px;
}

/*** FOOTER ***/

p.footer_text {
	float: left;
	width: auto;
	color: #7ed3f7;
	font-weight: bold;
	font-size: 0.917em;
}

p.footer_text a {
	text-decoration: none;
	color: #7ed3f7;
}

p.footer_text a:hover {
	text-decoration: underline;
}

ul.footernav {
	margin: 0;
	padding: 0;
	float: right;
}

ul.footernav li {
	padding: 0 10px;
	background: none;
	float: left;
	font-size: 0.916em;
	border-left: 1px solid #dbdbdb;
}

ul.footernav li:first-child {
	border-left: 0;
}

/*** PRODUCTS ***/

div.products_country {
	padding: 4px 6px;
	background: #ffffe6;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
	width: auto;
	overflow: hidden;
}

div.products_country h4 {
	float: left;
	height: 18px;
	padding: 0 10px 0 30px;
	font-weight: normal;
}

div.products_country h4.nl {
	background: url(/siteimg/flag_nl.png) no-repeat;
}

div.products_country h4.be {
	background: url(/siteimg/flag_be.png) no-repeat;
}

div.products_country h4.fr {
	background: url(/siteimg/flag_fr.png) no-repeat;
}

div.products_country div.description {
	float: left;
	border-left: 1px solid #e0e0e0;
	padding-left: 10px;
	color: #000000;
}

div.products_country div.description p {
	margin: 0;
}

div.filter_column {
	float: left;
	width: 120px;
	margin-right: 20px;
	padding-top: 4px;
}

div.products_column {
	float: left;
	width: 560px;
}

div.filter_column p {
	margin: 0 0 15px;
}

div.filter_column a {
	text-decoration: none;
	color: #666666;
}

div.filter_column a:hover {
	text-decoration: underline;
}

a.filterbutton {
	background: url(/siteimg/bg_filterbutton.png);
	display: block;
	width: 120px;
	height: 19px;
	padding: 2px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.833em;
}

ul.filter li {
	padding: 0;
	background: none;
}

ul.filter li.active a {
	font-weight: bold;
	color: #009ee0;
}

ul.filter h4 {
	font-weight: normal;
}

ul.filter h4 a {
	color: #272727;
	background: url(/siteimg/icon_info.png) no-repeat right 2px;
	padding-right: 20px;
}

ul.filter ul {
	font-size: 0.917em;
	line-height: 1.545em;
	margin: 0 0 15px;
}

fieldset.sort {
	margin: 0;
	background: #f4f3f1;
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 3px 3px;
	text-align: right;
	font-size: 0.917em;
}

fieldset.sort label {
	width: auto;
	float: none;
	margin: 0 15px 0 0;
	color: #111111;
	font-weight: normal;
}

fieldset.sort select {
	margin: 0;
	color: #111111;
}

ul.productlist {
	margin: 0 0 10px;
}

ul.productlist li {
	background: none;
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #d1deef;
}

ul.productlist img {
	float: left;
	margin: 4px 20px 0 5px;
	width: 100px;
}

ul.productlist div.productdetails {
	float: left;
	width: 285px;
	margin-right: 20px;
}

ul.productlist div.productdetails h4 {
	font-weight: normal;
}

fieldset.orderproduct {
	text-align: right;
	width: 130px;
	margin: 0;
}

ul.productlist fieldset.orderproduct {
	float: left;
}

ul.productlist h4 a {
	text-decoration: none;
}

ul.productlist h4 a:hover {
	text-decoration: underline;
}

div.productdetails dl,
ul.productlist a.moreinfo,
ul.productlist p {
	font-size: 0.917em;
	line-height: 1.364em;
}

ul.productlist p {
	margin-bottom: 1em;
}

div.productdetails dt {
	float: left;
	clear: both;
	width: 75px;
}

div.productdetails dd {
	margin-left: 75px;
	color: #333333;
}

ul.productlist a.moreinfo {
	display: inline-block;
	margin: 0 0 3px 75px;
	white-space: nowrap;
}

ul.productlist p a.moreinfo {
	font-size: 1em;
	display: inline;
	margin: 0;
}

ul.productlist h5 {
	font-size: 1.167em;
	font-weight: normal;
	color: #000000;
}

fieldset.orderproduct input.text {
	width: 24px;
	margin: 0 0 7px;
	font-size: 0.833em;
	padding: 2px 3px;
	color: #444444;
}

fieldset.orderproduct label {
	width: 75px;
	float: none;
	margin: 0 10px 0 0;
	font-weight: normal;
	font-size: 0.833em;
	color: #444444;
	vertical-align: middle;
}

fieldset.orderproduct a.button {
	margin-bottom: 7px;
}

/*** PAGINATOR ***/

div.paginator {
	text-align: center;
	font-size: 0.917em;
}

div.paginator a,
div.paginator span {
	min-width: 23px;
	height: 21px;
	padding: 2px 0 0;
	text-align: center;
	color: #333333;
	text-decoration: none;
	display: inline-block;
}

div.paginator a:hover {
	color: #009ee0;
}

div.paginator .active {
	color: #ffffff;
	background: #009ee0;
	font-weight: bold;
}

div.paginator .prev {
	margin-right: 30px;
	padding-left: 8px;
	background: url(/siteimg/bg_paginator.png) no-repeat left 7px;
}

div.paginator .next {
	margin-left: 30px;
	padding-right: 8px;
	background: url(/siteimg/bg_paginator.png) no-repeat right -15px;
}

img.productimage {
	padding: 9px;
	border: 1px solid #d1deef;
}

div.subcol_left img.productimage {
	width: 200px;
}

div.subcol_mid div.productdetails {
	float: none;
	width: 310px;
	margin: 0 0 15px;
	position: relative;
	padding: 10px 150px 20px 0;
	border-bottom: 1px solid #d1deef;
	min-height: 129px;
}

div.subcol_mid div.productdetails dl {
	line-height: 1.818em;
}

div.subcol_mid div.productdetails dt {
	font-weight: bold;
	width: 115px;
}

div.subcol_mid div.productdetails dd {
	font-size: 1.091em;
	color: #666666;
	margin-left: 115px;
}

div.subcol_mid div.productdetails fieldset.orderproduct {
	position: absolute;
	bottom: 5px;
	right: 0;
}

div.subcol_mid div.productdetails fieldset.specific {
	bottom: auto;
	top: 10px;
}

div.subcol_mid div.productdetails fieldset.orderproduct h4 {
	font-size: 0.917em;
	color: #666666;
	margin: 0 0 1em;
}

div.subcol_mid div.productdetails fieldset.orderproduct h4 strong {
	font-size: 1.455em;
	line-height: 1.5em;
	color: #272727;
}

div.productdetails dl dt.price {
	margin-top: 20px;
}

div.productdetails dl dd.price {
	margin-top: 20px;
	font-size: 1.455em;
	color: #272727;
	font-weight: bold;
}

div.productdetails p.intro,
div.productdetails div.intro {
	margin: 0;
}

/*** FAQ ***/

div.faq dl {
	border-bottom: 1px solid #d1deef;
	margin: 0 0 50px 0;
}

div.faq dt {
	border-top: 1px solid #d1deef;
	background: url(/siteimg/icon_closed.png) no-repeat 1px 7px;
	padding: 5px 0 5px 25px;
	font-weight: bold;
	color: #333333;
	font-size: 1.167em;
	cursor: pointer;
}

div.faq dt:first-child {
	border-top: none;
}

div.faq dt.open {
	background: url(/siteimg/icon_opened.png) no-repeat 1px 7px;
	padding: 5px 0 10px 25px;
}

div.faq dd {
	color: #666666;
}

div.faq dd p {
	padding: 0 0 25px 0;
	margin: 0;
}

/*** ORDER PROCESS ***/

ul.order_nav {
	border-bottom: 1px solid #d1deef;
	margin: 0 0 15px;
	height: 29px;
	color: #999999;
	font-size: 1.167em;
}

ul.order_nav li {
	float: left;
	padding: 7px 15px 0 16px;
	height: 23px;
	background: url(/siteimg/bg_order_nav.png) no-repeat left 11px;
	position: relative;
	z-index: 10;
}

ul.order_nav li:first-child {
	background: none;
	padding-left: 15px;
}

ul.order_nav a {
	color: #333333;
	text-decoration: none;
}

ul.order_nav a:hover {
	text-decoration: underline;
}

ul.order_nav li.active {
	background: url(/siteimg/bg_order_nav_active.png) no-repeat left top;
	z-index: 20;
	margin: 0 -16px 0 -15px;
	padding: 0 0 0 16px;
	height: 30px;
}

ul.order_nav li.active span {
	display: block;
	background: url(/siteimg/bg_order_nav_active.png) no-repeat right top;
	padding: 7px 31px 0 14px;
	height: 23px;
	color: #333333;
}

fieldset.order {
	border-top: 1px solid #333333;
	margin: 0 0 35px;
	padding: 10px 0 0;
}

fieldset.order_noborder {
	border: 0;
	padding: 0;
}

fieldset.order p {
	font-size: 0.917em;
	line-height: 1.273em;
	margin-bottom: 1em;
}

p.form_intro {
	margin: 0.5em 0 1em;
	font-size: 0.917em;
	line-height: 1.273em;
	color: #666666;
}

fieldset.ordertable {
	border: none;
	padding: 0;
	margin-bottom: 15px;
}

table.order_table {
	margin: 0;
	border-spacing: 0;
	width: 100%;
	color: #272727;
	border-bottom: 1px solid #333333;
}

table.order_table td,
table.order_table th {
	padding: 20px 15px 20px 10px;
	vertical-align: top;
	border-left: 1px solid #e0e0e0;
}

table.order_table td:first-child,
table.order_table th:first-child {
	border-left: none;
}

table.order_table th {
	background: #eff8fd;
	padding: 7px 15px 7px 10px;
	font-weight: bold;
	white-space: nowrap;
}

table.order_table td {
	border-top: 1px solid #e0e0e0;
}

table.order_table td.product img {
	width: 75px;
	float: left;
}

table.order_table td.product h4 {
	border: none;
	margin: 0 0 3px 85px;
	font-size: 1.167em;
}

table.order_table td.product h5 {
	font-weight: normal;
	color: #666666;
	margin-left: 85px;
}

table.order_table .price {
	text-align: right;
	white-space: nowrap;
}

table.order_table .delete {
	width: 16px;
}

table.order_table strong {
	color: #000000;
	font-weight: bold;
	font-size: 1.167em;
}

table.order_table td.amount input.text {
	width: 24px;
	margin: 0;
	font-size: 0.833em;
	padding: 2px 3px;
	color: #444444;
}

table.order_table td.specific_fields {
	padding: 1px 10px;
}

table.order_table td.options {
	padding-top: 22px;
}

table.order_table td.specific_fields label,
table.order_table td.specific_fields input.text,
table.order_table td.specific_fields select,
table.order_table td.specific_fields textarea {
	float: none;
	font-size: 0.833em;
	margin: 0;
	width: auto;
}

table.order_table input.error {
	border: 1px solid red;
}

table.order_table td.specific_fields select.freq {
	width: 106px;
}

table.order_table td.specific_fields label {
	padding-right: 12px;
}

table.order_table td.specific_fields label span.required {
	top: -2px;
}

div.datepicker_vista div.header {
	padding: 1px 0 0;
	overflow: visible;
	clear: none;
	width: auto;
}

fieldset.totals {
	border: none;
	margin: 0;
	padding: 0;
}

div.discount {
	float: left;
	width: 325px;
	margin-right: 50px;
	padding-top: 8px;
}

div.discount img {
	float: left;
	margin: 9px 10px 0 0;
}

div.discount label {
	float: left;
	width: auto;
	clear: right;
	font-weight: bold;
	color: #000000;
	font-size: 0.917em;
}

div.discount input {
	float: right;
	width: 122px;
	margin-right: 5px;
}

div.discount a.button {
	float: right;
}

div.discount p.error {
	clear: both;
	margin-left: 66px;
}

table.totals {
	width: 325px;
	float: right;
	border: none;
	color: #000000;
	font-size: 1.167em;
	margin-bottom: 25px;
}

table.totals td,
table.totals th {
	border-left: none;
	border-top: none;
	padding: 7px 57px 4px 10px;
}

table.totals_overview th,
table.totals_overview td {
	padding-right: 15px;
}

table.totals td {
	border-bottom: 1px solid #e0e0e0;
	font-weight: bold;
}

table.totals .price {
	text-align: right;
	white-space: nowrap;
	padding-right: 15px;
}

table.totals th {
	font-size: 1.143em;
}

fieldset.order h3 {
	margin-bottom: 5px;
}

fieldset.orderbuttons {
	padding-top: 15px;
}

fieldset.orderbuttons a.button {
	float: right;
}

fieldset.order input.text,
fieldset.order textarea,
fieldset.order select,
fieldset.order a.indented_button {
	float: left;
}

fieldset.order a.indented_button {
	margin-top: 4px;
}

fieldset.order h4 {
	border-bottom: 1px solid #d6d6d6;
	font-size: 1em;
	margin: 0 0 1em;
}

fieldset.order h4 span {
	position: relative;
	background: #ffffff;
	padding-right: 15px;
	bottom: -8px;
}

span.error {
	/*margin-left: 415px;*/
	display: block;
	float: left;
	width: 250px;
	font-size: 0.917em;
	line-height: 1.273em;
	margin-left: 15px;
	padding: 4px 0 0 20px;
	background: url(/siteimg/icon_error_small.png) no-repeat left 4px;
}

fieldset.order label.newaccount,
fieldset.order label.editaccount {
	color: #999999;
	margin: 20px 0 8px 176px;
	display: block;
	float: none;
	border-bottom: 1px solid #d6d6d6;
	padding: 0 0 5px;
}

fieldset.order label.editaccount {
	border-top: 1px solid #d6d6d6;
	border-bottom: none;
	padding: 5px 0 0;
	margin: 3px 0 0 176px;
}

table.order_table h6 {
	font-size: 0.833em;
	font-weight: normal;
	color: #999999;
}

table.order_table h6 em {
	font-style: normal;
	font-size: 1.1em;
	font-weight: bold;
	color: #111111;
}

div.summary_customerdata,
div.summary_billing,
div.summary_delivery {
	float: left;
	margin-left: 20px;
	width: 160px;
	margin-top: 1em;
}

div.summary_customerdata {
	margin-left: 0;
	width: 340px;
}

div.summary_customerdata h4,
div.summary_billing h4,
div.summary_delivery h4 {
	border: none;
}

div.summary_customerdata p,
div.summary_billing p,
div.summary_delivery p {
	font-size: 1em;
}

div.summary_customerdata dt {
	float: left;
	clear: left;
	width: 130px;
	color: #999999;
}

div.summary_customerdata dd {
	margin-left: 130px;
}

fieldset.order label.conditions {
	margin-top: 10px;
}

p.final_step_msg {
	font-weight: bold;
}

p.final_step_msg a.button {
	margin-top: 10px;
}

span.numbercontroller input {
	display: block;
	background: url(/siteimg/numberbuttons.png) no-repeat;
	height: 11px;
	width: 11px;
	padding-top: 11px;
	overflow: hidden;
}

span.numbercontroller input.decrement {
	background-position: left bottom;
}

td.amount {
	width: 55px;
}

fieldset.orderproduct input.numbercontrol {
	margin-top: 2px;
}

fieldset.orderproduct span.numbercontroller {
	display: inline-block;
	vertical-align: top;
}

td.amount span.numbercontroller {
	float: left;
	position: relative;
	top: -2px;
}


/*** shop_notification ***/

div.shop_notification {
	position: fixed;
	z-index: 9999;
	background: url(/siteimg/bg_notification.png) no-repeat;
	width: 158px;
	height: 60px;
	color: #333333;
	font-size: 0.687em;
	font-weight: bold;
	padding: 38px 23px 20px 37px;
}

/*** language selector ***/

div.pagewrapper_language {
	width: 775px;
	overflow: hidden;
	margin: 35px auto 0 auto;
	font-size: 0.75em;
	position: relative;
}

div.pagewrapper_language ul.lang_selection {
	margin: 65px 0 25px 0;
	width: 785px;
	overflow: hidden;
}

div.pagewrapper_language ul.lang_selection li {
	float: left;
	width: 190px;
	margin: 0 5px 10px 0;
	padding: 0;
	background: none;
	color: #666666;
}

div.pagewrapper_language ul.lang_selection li div {
	background: url(/siteimg/bg_language_selector.png) no-repeat left bottom;
	padding: 10px 12px 0 12px;
	min-height: 150px;
}	

div.pagewrapper_language h2 {
	color: #009ee0;
	background: url(/siteimg/bg_language_selector_top.png) no-repeat left top;
	margin: 0;
	padding: 10px 14px 0 14px;
	min-height: 22px;
	text-shadow: #f2f2f2 1px 1px 0;
}

div.pagewrapper_language ul.lang_selection li p {
	border-bottom: 1px solid #d1deef;
	padding: 7px 5px 5px 5px;
	margin: 0 0 0 0;
	font-size: 0.9167em;
	line-height: 1.364em;
}

div.pagewrapper_language ul.lang_selection li p:hover {
	background: #f8f8f8;
}

div.pagewrapper_language ul.lang_selection li p a {
	color: #666666;
}

div.pagewrapper_language ul.lang_selection li p a strong {
	color: #333333;
	font-size: 1.273em;
	line-height: 1.214em;
	font-weight: bold;
	text-decoration: none;
}

div.pagewrapper_language ul.lang_selection li p:hover a strong,
div.pagewrapper_language ul.lang_selection li p a:hover strong {
	text-decoration: underline;
}

div.pagewrapper_language div.lang_selection_corporate h2 {
	background: url(/siteimg/bg_language_selector_large_top.png) no-repeat left top;
}

div.pagewrapper_language div.lang_selection_corporate ul {
	margin: 0 0 10px 0;
	width: 773px;
	padding: 10px 12px 12px 12px;
	overflow: hidden;
	background: url(/siteimg/bg_language_selector_large.png) no-repeat left bottom;
}

div.pagewrapper_language div.lang_selection_corporate ul li {
	background: none;
	padding: 0;
	float: left;
	font-size: 1.167em;
	color: #d1deef;
}

div.pagewrapper_language div.lang_selection_corporate ul li:first-child {
	background: url(/siteimg/bg_language_selector_arrow.png) no-repeat left 12px;
	padding: 0 0 0 10px;
}

div.pagewrapper_language div.lang_selection_corporate ul li a {
	display: block;
	float: left;
	padding: 6px 10px 11px 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

div.pagewrapper_language div.lang_selection_corporate ul li a:hover {
	background: #f8f8f8;
	text-decoration: underline;
}

div.pagewrapper_language div.lang_selection_corporate ul li span {
	padding: 6px 0 0 0;
	display: block;
	float: left;
}

div.pagewrapper_language h2.slogan {
	color: #00adee;
	text-transform: uppercase;
	height: 26px;
	background: url(/siteimg/afvalbestaatniet.png) no-repeat right top;
	text-indent: -9999em;
	margin: 0 10px 0 0;
}