/*
	Style Index
	---------------------
	
	$1 - Site Structure Styles
		$1.1 - General Styles
		$1.2 - Main Layout Styles
		$1.3 - Shared Layout Styles
		
	$2 - Content Styles
		$2.1 - General Content Styles
		$2.2 - Heading Styles
		$2.3 - Paragraph Styles
		$2.4 - Link Styles
		
	$3 - List Styles
		$3.1 - General Lists
		$3.2 - Main Navigation
		$3.3 - Links List
		
	$4 - Image Styles
		$4.1 - General Image Styles
		$4.2 - Image Buttons

	$5 - Form Styles
		$5.1 - General Form Styles
		
*/ 







/*** $1 - Site Structure Styles ***/

		/* 1.1 - General Styles */
		
* {
	margin:0;
	padding:0;
}
/************************/
	
		/* 1.2 - Main Layout Styles */
	
body {
	background: url(../images/bg_body.gif) repeat-x top center #fff;
	color:#2c2c2c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	line-height: 18px;
	text-align: left;
}

/* ERROR CLASSES FORM ELEMENTEN */
.error,
.notice, 
.success    { padding:10px; margin-bottom:16px; border:2px solid #ddd; }
.error      { background:#fbe3e4; color:#8a1f11; border-color:#fbc2c4; }
.notice     { background:#fff6bf; color:#514721; border-color:#ffd324; }
.success    { background:#e6efc2; color:#264409; border-color:#c6d880; }
.error a    { color:#8a1f11; }
.notice a   { color:#514721; }
.success a  { color:#264409; }


#container {
	margin: 0 auto;
	padding:0 10px 0 10px;
	position:relative;
	width: 975px;
	text-align: left;
}
#warning {
	background: #ffe8e8;
	border-bottom: 1px solid #ffb7b7;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;

}
#header {
	height:146px;
	margin: 0 auto 0 auto;
	padding-bottom: 50px;
	position:relative;
	width:975px;
}
#main {
	overflow:hidden;
	margin:24px auto 0 auto;
	width: 975px;
}
#column_1 {
	border-right: 1px solid #e7f0ea;
	float:left;
	width:224px;
}
#column_2 {
	float:left;
	margin:0 0 0 25px;
	width:725px;
}
#footer {
	background: #e7f0ea;
	clear:both;
	font-size:10px;
	height: 33px;
	margin-top: 40px;
	padding-top: 13px;
	width: 100%;
}
#footer #footer_wrap {
	margin: 0 auto;
	width: 975px;
}
#footer a {
	color: #565656;
	text-decoration: none;
}

#footer span.aym, #footer span.aym a {
	color: #6d8876;
}

#footer .aym_link {
	background: url(../images/allyourmedia.gif) right 4px no-repeat;
	padding-right: 18px;
	padding-top: 7px;
	
}
#footer #footer_left {
	color: #565656;
	float: left;	
	text-align: left;
	width: 260px;
}

#footer #footer_right {
	float: right;
	height: 22px;
	text-align: right;
	width: 540px;
}

#container .right {
	float:right;
}
#container .left {
	float:left;
}
#container .clear {
	clear:both;
}
#search {
	background: url(../images/search.jpg) no-repeat;
	height: 100px;
	left: 325px;
	position: absolute;
	top: 22px;
	width: 318px;
	padding: 0;
	margin: 0;
}
#search input {
	background: none;
	border: 0px solid black;
	padding: 0;
	margin: 0;
}
#search form {
	padding: 0;
	margin: 0;
}
#search img {
	position: absolute;
	bottom: 14px;
	left: 0;
}
#search .search_field {
	color: #565656;
	height: 20px;
	width: 250px;
	padding: 0 !important;
	margin: 0 !important;
	top: 8px;
	left: 10px;
	position: absolute;
	line-height: 20px;
}
#search .search_button {
	cursor: pointer;
	height: 26px;
	width: 36px;
	
	
	top: 8px;
	right: 10px;
	position: absolute;
}
#search img {
	padding: 8px 6px;
}
#cart {
	background: #f3f7f5;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 302px;

}

#cart .cart_wrap {
	border-right: 1px solid white;
	border-left: 1px solid white;
	padding: 10px 0px 2px 0px;
}

#cart .cart_items {
	font-size: 9px;
}

#cart .cart_col1 {
	float: left;
	padding-left: 10px;
	position: relative;
	width: 160px;
}

#cart .cart_col1 a {
	color: #565656;
	text-decoration: none;
}

#cart .cart_col2 {
	border-left: 1px solid white;
	float: right;
	padding-right: 10px;
	position: relative;
	width: 110px;
}

#cart .cart_foot_links {
	padding-right: 10px;
	text-align: right;

}

#cart .cart_foot {
	background: url(../images/cart_foot.jpg) no-repeat bottom;
	height: 12px;

}
#cart .cart_foot a {
	color: #565656;
	text-decoration: none;

}

#tags {
	color: #a3a3a3;
}
#tags a {
	color: #a3a3a3;
	text-decoration: none;
}

#ideal {
	position: absolute; 
	top: 88px;
	right: 4px;

}

/************************/

.intro_home {
	font-size: 13px;
	line-height: 20px;
	margin: 0px 0px 50px 0px;
}

.intro_cat {
		font-size: 13px;
	line-height: 20px;
}

.intro_home h1 {
	margin: 0px 0 30px 0;
}

.item_home {
	height:190px;
	float:left;
	margin-bottom: 45px;
		width:340px;
}

.item_home_left {
	margin-right: 45px;
}

.item_home .column {
	float:left;
	width:150px;
}
.products {
	background:url(../images/bg_products_top.gif) no-repeat #fff;
	display:block;
	float:left;
	margin:0 0 30px 37px;
	_margin:0 0 30px 30px;
	padding:20px 0 0 0;
	width:217px;
}
.first {
	margin: 0 0 30px 0;
}
.prod_cat {
	height: 260px;
	_height: 300px;
	padding-top: 10px;
}

.prod_cat_title {
	height: 45px;
}
.prod_cat_title h3 {
	color: #000;
	font-size: 13px;
}
.prod_cat_title a {
	color: #000;
	font-size: 13px;
}
.empty_product {
	background:url(../images/empty_product.png) no-repeat #E7F0EB;
	display:block;
	float:left;
	height:322px;
	margin:10px 16px 0 0;
	_margin:10px 10px 0 0;
	width:217px;
}
.products_content {
	background:url(../images/bg_products_middle.gif) repeat-y #fff;
	/*	height:auto !important; */
  	height: 280px;
	/*	min-height:255px; */
  	padding:0 10px 18px 10px;
	width: 197px;
}
.product_image {
	height:160px;
	text-align: center;
	width: 197px;
}
.product_title {
	height:40px;
}
.product_title a {
	color: #565656;
	text-decoration: none;
}

.product_title a:hover {
	text-decoration: none;
}

.products_bottom {
	background:url(../images/bg_products_bottom.gif) no-repeat #fff;
	height:29px;
	padding:5px 10px 0px 10px !important;
	width:197px !important;
}
.products_bottom .more_info {
	width:197px !important;
}
.product {
	background: url(../images/bg_product_top.gif) no-repeat #fff;
	margin:10px 0 0 0;
	padding:17px 0 0 0;
	width:725px;
}

.product_left {
float: left;
	padding-right: 20px;
position: relative;
width: 440px; 
}
.product_right {
	border-left: 1px solid #e7f0ea;
	float: left;
	padding-left: 19px;
	position: relative;
	width: 200px;
	text-align: left;
	
}

.product_right a img {
	float: left;
}

.product_content {
	background:url(../images/bg_product_middle.gif) repeat-y #fff;
	float: left;
	padding:0px 10px 0px 10px;
	position:relative;
	width:705px;
}
.product_content .stretcher { /* seems to be different box model in IE, so stretching with child div */
	width: 680px;
	height: 1px;
	overflow: hidden;
}
.product_bottom {
	background:url(../images/bg_product_bottom.gif) no-repeat #fff;
	float: left;
	height:17px;
	position: relative;
	width:725px;
	margin-bottom: 30px;

}
.linkscolumn {
	width:200px;
	float:left;
}
.contact_block_big {
	float:left;
	margin:0 0 18px 0;
	width: 700px;
}
.contact_block_small {
	float:left;
	margin:0 0 18px 0;
	width:700px;
}
div.home_prod {
	height: 310px;
}
div.home_prod .prod {
	border-left:1px solid #e7f0ea;
	border-right:1px solid #e7f0ea;
	border-top:1px solid #e7f0ea;
	height: 50px;
	padding: 12px 5px 0px 8px;
	vertical-align: top;
}
div.home_prod .heading {
	background: #a6c8b0;
	height: 40px;
}
div.home_prod .foot {
	background: #e7f0ea;
	height: 15px;
}
div.home_prod .prodimg {
	float: left;
	text-align: center;
	width: 60px;
}
div.home_prod .prodtitle {
	float: left;
	text-align: left;
	width: 180px;
}
div.home_prod .prodprice {
	float: right;
	text-align: left;
	width: 80px;
}
div.home_prod img {
	float: none;
	text-align: center;
}
div.home_prod h2 {
	color: #fff;
	font-weight: bold;
	height: 26px;
	margin: 5px 10px 8px 10px;
	padding: 0;
}
div.home_prod h2 a {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
div.home_prod a {
	color: #565656;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}
div.home_prod a.show_all {
	background: #8aa291 url(../images/show_all.gif) no-repeat right top;
	color: #fff;
	display: block;
	float: right;
	font-size: 9px;
	font-weight: normal;
	height: 18px;
	padding: 2px 24px 0px 8px;
	position: relative;
	right: 12px;
	top: 10px;
}

div.home_prod a.show_all:hover {
	background: #617266 url(../images/show_all-hover.gif) no-repeat right top;
	color: #d4d4d4;
}

div.home_prod .price {
	color: #287a41;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}
div.home_prod .btw {
	color: #a3a3a3;
	font-size: 9px;
	line-height: 9px;
	text-decoration: none;
}



/************************/
	
		/* 1.3 - Shared Layout Styles */
		
			.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
	height:1px;
}
#container .nomargin {
	margin:0;
}
/*** $2 - Content Styles ***/

		/* 2.1 - General Content Styles */
		
a {
	color: #5c7765;
}
a:hover, a:active {
	text-decoration:underline;
}
br.clear {
	clear:both;
}
/************************/
	
		/* 2.2 - Heading Styles */

h1 {
	color: #000;
	font-size:24px;
	font-weight: normal;
	margin: 0px 0 15px 0;
}
h2, h3 {
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 15px;
}
h4, h5 {
	color: #287a41;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:24px;
	line-height:39px;
}
h4 {
	margin:15px 0 0 0;
}
.linkscolumn h3 {
	font-size:15px;
	line-height:18px;
	margin:-1px 0 1px 0;
}
.item_home h2 {
	float:left;
}
ul#portfolio h2 {
	float:left;
	display:block;
}
#column_1 h3 {
	clear:both;
}
.products h3 {
	color:#565656;
	font-family:inherit;
	font-size:11px;
	line-height:14px;
}
.product_content h3 {
	float:left;
}
h5 {
	font-size:18px;
	margin:18px 0 0 0;
}
h2 a {
	text-decoration:none;
}
/* 2.2.1 - Products nav styles */
			
			.products-nav-container {
	height: 4px;
	width: 918px;
	overflow: visible;
}
#products-nav {
	width: 918px;
	position: relative;
	z-index: 10;
}
#products-nav .contents {
	padding: 30px;
	background: #ffffff url(../images/bg_products_nav.png) repeat-y;
	width: 918px;
	width: 858px;
}
#products-nav .border-bottom {
	background: #ffffff url(../images/bg_products_nav_bottom.png) no-repeat bottom;
	height: 22px;
}
#products-nav ul {
	float: left;
	margin: 0px 5px;
	width: 200px;
}
#products-nav li {
	padding: 5px;
}
#products-nav li a {
	color: black;
	text-decoration: none;
}
#products-nav li .subcat, #products-nav li .subcat a {
	color: gray;
}
#products-nav li .subcat {
	padding-left: 10px;
}
#products-nav .current a {
	color:#287a41;
	font-weight:bold;
	text-decoration:none;
}
/************************/
	
		/* 2.3 - Paragraph Styles */		
			
p {
	margin:0 0 18px 0;
}
#header p {
	color:#13955e;
	float:left;
	margin:0 40px 0 50px;
	width:390px;
}
#footer p {
	margin:0 0 0 0;
}
.shopping_cart {
}
.item_home p {
	clear:left;
}
p.title {
	color: #287a41;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:18px 0 0 0;
}
address {
	font-style:normal;
}
.products_content p {
	font-size:10px;
}
.product_content p {
	clear:left;
}
p.price {
	color: #287a41;
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	margin:0;
}
.product p.price {
	clear:none;
	float:left;
}
p.price sup {
	font-size:12px;
	font-weight:normal;
	line-height:28px;
}
p.more_info {
	line-height:28px;
}
p.message_ok, p.message_warning {
	font-weight:bold;
}
p.cart_breadcrumb {
	color:#A6C8B0;
	margin:18px 0 0 0;
}
p.cart_footer {
	color:#565656;
	font-size:9px;
	line-height:12px;
	padding:0 25px 0 65px;
}
/************************/
	
		/* 2.4 - Link Styles */
		
a.arrow {
	background: #8aa291 url(../images/show_all.gif) no-repeat right top;
	clear: both;
	color: #fff;
	float: right;
	font-size: 9px;
	font-weight: normal;
	height: 14px;
	line-height: 13px;
	margin-bottom: 4px;
	padding: 2px 30px 2px 8px;
	position: relative;
	text-decoration: none;
}

p.arrow_bg {
background: #d4e4d9;
}

a.arrow:hover {
	background: #617266 url(../images/show_all-hover.gif) no-repeat right top;
	color: #d4d4d4;
}

p.more_info a {
	background:url(../images/icon_magnify.gif) no-repeat right 5px;
	color: #287a41;
	display:block;
	padding:0 10px 0 0;
	width:190px;
}
.linkscolumn a {
	color:#565656;
	text-decoration:none;
}
.linkscolumn a:hover {
	text-decoration:underline;
}
p.cart_breadcrumb a {
	color:#287744;
	text-decoration:none;
}
p.cart_breadcrumb a.current {
	font-weight:bold;
}
a.zakelijke_link {
	font-size: 14px;
	color: #a6c8b0;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
}
/*** $3 - List Styles ***/

		/* 3.1 - General Lists */
		
			ul li {
	list-style:none;
}

.breadcrumbs a {
	text-decoration: none;

}

/************************/
	
/* 3.2 - Main Navigation */
		
#header ul {
	background: #a6c8b0;
	clear:both;
	left:0;
	position:absolute;
	top:130px;
}
#header li {
	display:inline;
	margin:0 2px 0 0;
}
#header li a {
	color:#fff;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	padding:2px 10px 5px 10px;
	text-decoration:none;
	height: 15px;
}
#header li a:hover {
	background:#8aa291;
	color:#FFF;
}
#header li.current a {
	background:#e7f0ea;
	color:#5d5252;
}

#header #login_button {
	background: #a6c8b0;
	position: absolute;
	right:0;
	top:130px;
}

#header #login_button a {
	background: #8aa291;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	padding:2px 10px 5px 10px;
	text-decoration:none;
	height: 15px;
}

#header #login_button a:hover {	
background: #617266;
	color: #d4d4d4;
}

#login-big-left {
	border-right: 1px solid #e7f0ea;
 	float: left;
	padding: 33px 33px 0px 33px; 
	width: 228px;
}

#login-big-right {
 	float: left;
	padding: 33px 33px 0px 33px; 
	width: 228px;
}

#login-big-left.filled, #login-big-right.filled {
    padding: 10px 25px 0px 25px !important;
}
/************************/
	
		/* 3.3 - Sub Navigation */
		
ul#categories {
	font-size: 11px;
	line-height:18px;
	margin:0 0 0 0;
	padding-right: 10px;
}
#categories a {
	background:url(../images/cat_li.gif) no-repeat 0px 4px;
	color:#565656;
	display: block;
	_display: inline;
	padding-left: 15px;
	text-decoration:none;
}
#categories a:hover {
	background:url(../images/cat_li-hover.gif) no-repeat 0px 4px;
	color:#54695a;
	text-decoration: none;
}
#categories .current a {
	background:url(../images/cat_li-hover.gif) no-repeat 0px 4px;
	color:#54695a;
	text-decoration:none;
}
#categories .current a:hover {
	text-decoration:underline;
}
#categories li .subcat, #categories li .subcat a {
	color: gray;
}
#categories li .subcat {
	padding-left: 10px;
}
/************************/

			.linkscolumn ul {
	margin:0 0 18px 0;
}
.contact_block_big ul li, contact_block_small ul li {
	display: block;
	float:left;
	width:170px;
}
.sitemap {
	margin:0 0 0 20px;
}
.sitemap li {
	list-style:square;
}
.sitemap li li {
	margin:0 0 0 20px;
}
.pagination {
	clear:both;
	margin:0;
	padding:10px 0 20px 0;
	text-align:right;
	
}
.pagination ul {
	float:right;
}
.pagination li {
	display:inline;
	margin:0 0 0 10px;
}
.pagination li a {
	background: #e7f0ea;
	border: 1px solid #8aa291;
	display:block;
	color:#8aa291;
	font-weight:bold;
	float:left;
	line-height:20px;
	margin:0 0 0 10px;
	padding: 0px 5px;
	text-align:center;
	text-decoration:none;
}
.pagination li.current a {
	background: #8aa291;
	border: 1px solid #8aa291;
	color:#fff;
}
#newsticker {
	background: #e7f0ea;
	height: 30px;
	margin: 0 0 30px 0;
	padding-top: 10px;

	position: relative;
}
#newsticker p {
	display: inline;
	margin: 10px;
}
#newsticker ul {
	border: 1px solid #dae2cc;
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
#newstop {
	background: #e7f0ea;
	color: #647d6c;
 	position: absolute;
	top: 166px;
	width: 100%;
	left: 0px;
	font-size: 12px;
}
#newstop div {
	background: #e7f0ea;
	background:url(../images/news-arrow.gif) no-repeat 0px 6px;
	padding-left: 13px;
}
/*** $4 - Image Styles ***/

		/* 4.1 - General Image Styles */
		
img {
	border: none;
	text-decoration:none;
}
#imgPreviewWithStyles {
	background: #83b090;
	padding: 3px;
	width: 144px;
	z-index: 999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#imgPreviewWithStyles p {
	color: #fff;
	font-style: italic;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
#imgPreviewWithStyles img {
	border: 2px solid #a6c8b0;
}
.preview {
	display: block;
}
.logo {
	margin-top: 27px;
}
/************************/
	
		/* 4.2 - Image Buttons */

		/************************/
	
			#header img {
	float:left;
}
.item_home img {
	float:right;
}
.product_content img {
	float:right;
}
.top_image {
	position:absolute;
	right:50px;
	top:0;
}
.biglink {
	background: url(../images/biglink.gif) no-repeat;
	color: #FFF;
	font-size: 12px;
	float: right;
	height: 40px;
	margin-bottom: 15px;
	padding: 4px 10px;
	text-decoration: none;
	width: 133px;
}
.biglink:hover {
	background: url(../images/biglink-hover.gif) no-repeat;
	text-decoration: none;
}
.update_cart_item {
	background: #c3daca url(../images/update_cart_item.gif) no-repeat;
	border: 0px solid black;
	cursor: pointer;
	float: right;
	height: 16px;
	padding: 2px;
	position: relative;
	visibility: hidden;
	width: 16px;
}
/*** $5 - Form Styles ***/

		/* 5.1 - General Form Styles */
		
form {
	margin:0 0 0 0;
}
input.form_sc {
	display:none;
}
form br {
	clear:both;
}
fieldset {
	border:none;
}
legend {
	display:none;
}
label {
	display:block;
	margin:15px 0 0 0;
}
#form_search label, #form_login label {
	float:left;
	margin:9px 0 0 0;
	width:80px;
}
input {
	background:#e7f0ea;
	border: 1px solid #287a41;
	color:#287a41;
	font-size:11px;
	padding:3px 3px 3px 3px;
	margin:0 0 3px 0;
	width:180px;
}
select.green {
	background:#287a41;
	border:none;
	color:#FFFFFF;
	font-size:11px;
	padding:3px 3px 3px 3px;
	margin:0 0 3px 0;
	width:186px;
}
select.lightgreen {
	background:#D2E2D7;
	border:none;
	color:#FFFFFF;
	font-size:11px;
	padding:3px 3px 3px 3px;
	margin:0 0 3px 0;
	width:286px;
}
input.fieldError, textarea.fieldError {
	border: 1px solid red !important;
}
label.labelError, p.labelError {
	color: red;
}
input:focus, textarea:focus, select:focus {
}
#form_search select {
	border:1px solid #bbb;
	float:left;
	margin:9px 0 0 10px;
	width:180px;
}
textarea {
	border:1px solid #bbb;
	float:left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	height:100px;
	margin:9px 0 0 10px;
	width:180px;
}
textarea.textarea_admin {
	background: #E7F0EA;
    border: 1px solid #287A41;
	color:#287A41;
	height:100px;
	font-size:11px;
	padding:3px 3px 3px 3px;
	margin:0 0 3px 0;
	width:180px;
}
.submit {
	background: #8aa291 url(../images/submit.gif) no-repeat;
	border: 0;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	line-height:16px;
	padding:2px 10px 5px 10px;
	text-decoration:none;
	height: 30px;
	cursor: pointer;
	width: 70px;
	float: left;
	margin-top: 10px;
}
.bestellen {
	background: #8aa291 url(../images/bestellen.jpg) no-repeat;
	border: 0;
	color: #FFF;
	cursor: pointer;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 27px;
	margin-top: 10px;
	line-height: 13px;
	padding-left: 10px;
	text-align: left;
	width: 180px;
}
.bestellen:hover  {
	background: #FFF url(../images/bestellen-hover.jpg) no-repeat;
}
#form_search .submit, #form_login .submit {
	margin:10px 32px 0 0;
}
#form_message {
	width:485px;
}
.checkbox {
	display:inline;
	float:none;
	margin:5px 0 0 0;
	padding:0;
	width:auto;
}
.button_image {
	background:none;
	border:none;
	width:auto;
}
/************************/

			form.form_visitor input {
	background:#D2E2D7;
	color:#2C2C2C;
	margin:6px 0 0 0;
	width:400px;
	border: none;
}
form.form_visitor textarea {
	background:#D2E2D7;
	border:0;
	color:#2C2C2C;
	height:150px;
	margin:6px 0 0 0;
	overflow: visible;
	width:400px;
}
form.form_visitor input.radio {
	width:auto;
}
form.form_visitor label.radio {
	display:inline;
	margin:0 18px 0 0;
	width:auto;
}
form.form_visitor .button_image {
	background:none;
	width:auto;
}
.radio {
	width:auto;
	background:none;
	border:0;
}
.block_order_quantity {
	display:inline;
	margin:4px 0 0 0;
	padding:5px 5px 5px 0;
 *padding: 0 5px 0 5px;
}
.block_order_quantity input {
	background:#fff;
	border:1px solid #C5C5C5;
	color:#287A41;
	margin:3px 0 0 0;
	width:70px;
}
.product_consumer_order {
	display:block;
}
.product_consumer_order .submit {
	color:#287A41;
	margin:0;
}
.product_consumer_order fieldset {
	padding:0;
}
#filterform {
}
#filterform select {
	border:1px solid #9BA890;
	color:#287A41;
	float:left;
	margin:18px 16px 18px 0;
	width:217px;
}
.characteristic_block {
	float:left;
	padding:0 0 10px 5px;
	width:100px;
}
label.checkbox {
	display: inline;
}
/*** $6 - Table Styles ***/

		/* 6.1 - General Table Styles */
		
			table {
	border:1px solid #27713D;
	border-collapse:collapse;
	width:90%;
}
th {
	background: #a6c8b0;
	color:#fff;
	font-weight:bold;
	text-align:left;
}
tr {
	background:#FFFFFF;
}
tr.alternative {
	background:#E7F0EA;
}
td, th {
	padding:5px 2px 5px 2px;
}
/************************/
	
		/* 6.2 - Quantity Table */
		
			table#quantity {
	border:0;
	display:inline;
	float:left;
	font-size:10px;
	margin:0 0 0 0;
	width:150px;
}
#quantity th {
	background:#fff;
	color:#565656;
	font-weight:normal;
	text-align:left;
	padding:2px 5px 2px 0px;
}
#quantity td {
	background:#BFD8C7;
	border:1px solid #fff;
	padding:2px 5px 2px 5px;
}
#quantity td.quantity {
	background:#A6C8B0;
	width:60px;
}
/************************/
		
		table.product_cat_select, table.product_cat_select table {
	border: none;
}
table.product_cat_select td {
	vertical-align: top;
	padding: 1px;
}
table.product_cat_select .checkbox_row td {
	vertical-align: middle;
}
th.forwardSort a, th.reverseSort a {
	color:#fff;
}
/* th a:link, th a:visited {
	color:#fff;
	padding:0;
	margin:0;
	text-decoration:none;
} */
th a:focus {
	outline:none;
}
td a:focus {
	text-decoration:underline;
	outline:none;
}
th span {
}
tr {
	background:transparent;
}
tr.alternative {
	background: #E7F0EA;
}
td.alternative, td.alternative a {
}
th.sortable, th.sortable-text, th.sortable-date, th.sortable-numeric, th.sortable-currency {
	cursor:pointer;
}
th.sort-active {
	color:#ff0000 !important;
}
table.halfSize {
	width:50%;
}
body.sort-active * {
	cursor:wait;
}

table.clients {
    width: 100%;    
}
table.profile {
	border:0;
	line-height:36px;
}
table.profile tr {
	border:1px solid #fff;
}
table.profile th {
	background:#F1F3EE;
	border:1px solid #fff;
	color:#565656;
	padding:0 5px 0 5px;
	vertical-align:top;
	width:22%;
	font-size: 12px;
	font-weight: normal;
}
table.profile td {
	background:#D2E2D7;
	border:1px solid #fff;
	padding:0 5px 0 5px;
	font-size: 12px;
}
table#order {
	border:0;
	line-height:36px;
	margin:18px 0 18px 0;
	width:99%;
}
table#order th {
	background:#fff;
	color:#565656;
	font-size:11px;
	padding:0 5px 0 5px;
}
table#order th a {
	color:#565656;
	font-weight:normal;
}
table#order td {
	background:#C3DACA;
	border:1px solid #fff;
	padding:0 5px 0 5px;
}
table#order td.title {
	background:#EEF3EF;
	width:400px;
}
table#order td.light {
	background:#EEF3EF;
}
table#order td.delete, table#order td.image {
	background:#fff;
}
table#order td.image {
	padding:0 0 0 0;
	text-align:center;
	vertical-align:middle;
}
table#order td.image img {
	margin:5px 0 -10px 0;
}
table#order td.extra_costs {
	background:#EEF3EF;
	color:#565656;
	font-size:14px;
	font-weight: normal;
}
table#order td.price {
	text-align:right;
}
table#order td.white {
	background:#fff;
}
table.home_products {
	clear:left;
	border-bottom:0px solid #e7f0ea;
	border-left:1px solid #e7f0ea;
	border-right:1px solid #e7f0ea;
	border-top:1px solid #e7f0ea;
	display:block;
	margin-bottom: 140px;
	width: 328px;
}
table.home_products td {
	border-bottom:1px solid #e7f0ea;
	height: 60px;
	padding: 12px 5px 0px 8px;
	vertical-align: top;
}
table.home_products td.td_price {
	width: 62px;
}
table.home_products h2 {
	color: #fff;
	font-weight: bold;
	height: 26px;
	margin: 10px 10px 12px 10px;
	padding: 0;
}
table.home_products h2 a {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
table.home_products a {
	color: #565656;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}
table.home_products a.show_all {
	background: #8aa291 url(../images/show_all.gif) no-repeat right top;
	color: #fff;
	display: block;
	float: right;
	font-size: 9px;
	font-weight: normal;
	height: 18px;
	padding: 0px 30px 0px 8px;
	position: relative;
	right: 12px;
	top: 12px;
}
table.home_products .price {
	color: #287a41;
	font-size: 14px;
	line-height: 10px;
	text-decoration: none;
}
table.home_products .btw {
	color: #a3a3a3;
	font-size: 9px;
	line-height: 9px;
	text-decoration: none;
}
div.custom_table {
	color: #287a41;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:14px;
}
ul.cart_footer {
	color:#565656;
	font-size:9px;
	line-height:12px;
	list-style: outside square;
	padding:0 25px 20px 65px;
}
ul.cart_footer li {
	list-style: outside square;
}
ul.voorwaarden {
	list-style: inside square;
	padding-bottom: 20px;
}
ul.voorwaarden li {
	list-style: inside square;
}

.update_cart_quality {
float: left; position: relative; width: 32px; 
}

