/*display: none;*/

	#categoryTree h2 {
	display: none;
	}

/*set background for productcategories*/
	/*first set backgrounds of all childs*/
	#categoryTree ul li.nth-child1 ul li,
	#categoryTree ul li.nth-child2 ul li,
	#categoryTree ul li.nth-child3 ul li,
	#categoryTree ul li.nth-child4 ul li,
	#categoryTree ul li.nth-child5 ul li,
	#categoryTree ul li.nth-child6 ul li,
	#categoryTree ul li.nth-child7 ul li,
	#categoryTree ul li.nth-child8 ul li,
	#categoryTree ul li.nth-child9 ul li,
	#categoryTree ul li.nth-child10 ul li,
	#categoryTree ul li.nth-child11 ul li,
	#categoryTree ul li.nth-child12 ul li,
	#categoryTree ul li.nth-child13 ul li,
	#categoryTree ul li.nth-child14 ul li,
	#categoryTree ul li.nth-child15 ul li,
	#categoryTree ul li.nth-child16 ul li,
	#categoryTree ul li.nth-child17 ul li,
	#categoryTree ul li.nth-child18 ul li,
	#categoryTree ul li.nth-child19 ul li,
	#categoryTree ul li.nth-child20 ul li {
	background-image: url("../icons/bullet_subcattree.png");
	}
		#categoryTree ul li.nth-child1 ul li ul li ul li,
		#categoryTree ul li.nth-child2 ul li ul li ul li,
		#categoryTree ul li.nth-child3 ul li ul li ul li,
		#categoryTree ul li.nth-child4 ul li ul li ul li,
		#categoryTree ul li.nth-child5 ul li ul li ul li,
		#categoryTree ul li.nth-child6 ul li ul li ul li,
		#categoryTree ul li.nth-child7 ul li ul li ul li,
		#categoryTree ul li.nth-child8 ul li ul li ul li,
		#categoryTree ul li.nth-child9 ul li ul li ul li,
		#categoryTree ul li.nth-child10 ul li ul li ul li,
		#categoryTree ul li.nth-child11 ul li ul li ul li,
		#categoryTree ul li.nth-child12 ul li ul li ul li,
		#categoryTree ul li.nth-child13 ul li ul li ul li,
		#categoryTree ul li.nth-child14 ul li ul li ul li,
		#categoryTree ul li.nth-child15 ul li ul li ul li,
		#categoryTree ul li.nth-child16 ul li ul li ul li,
		#categoryTree ul li.nth-child17 ul li ul li ul li,
		#categoryTree ul li.nth-child18 ul li ul li ul li,
		#categoryTree ul li.nth-child19 ul li ul li ul li,
		#categoryTree ul li.nth-child20 ul li ul li ul li {
		background-image: url("../icons/bullet_subsubcattree.png");
		}
	/*then set backgrounds for each category*/
	#categoryTree ul li.nth-child1,
	#categoryTree ul li.nth-child18 {
	background-image: url("../icons/plus01.png");
	}
	#categoryTree ul li.nth-child2,
	#categoryTree ul li.nth-child19 {
	background-image: url("../icons/plus02.png");
	}
	#categoryTree ul li.nth-child3,
	#categoryTree ul li.nth-child20 {
	background-image: url("../icons/plus03.png");
	}
	#categoryTree ul li.nth-child4,
	#categoryTree ul li.nth-child21 {
	background-image: url("../icons/plus04.png");
	}
	#categoryTree ul li.nth-child5,
	#categoryTree ul li.nth-child22 {
	background-image: url("../icons/plus05.png");
	}
	#categoryTree ul li.nth-child6,
	#categoryTree ul li.nth-child23 {
	background-image: url("../icons/plus06.png");
	}
	#categoryTree ul li.nth-child7,
	#categoryTree ul li.nth-child24 {
	background-image: url("../icons/plus07.png");
	}
	#categoryTree ul li.nth-child8,
	#categoryTree ul li.nth-child25 {
	background-image: url("../icons/plus08.png");
	}
	#categoryTree ul li.nth-child9,
	#categoryTree ul li.nth-child26 {
	background-image: url("../icons/plus09.png");
	}
	#categoryTree ul li.nth-child10,
	#categoryTree ul li.nth-child26 {
	background-image: url("../icons/plus10.png");
	}
	#categoryTree ul li.nth-child11,
	#categoryTree ul li.nth-child27 {
	background-image: url("../icons/plus11.png");
	}
	#categoryTree ul li.nth-child12,
	#categoryTree ul li.nth-child28 {
	background-image: url("../icons/plus12.png");
	}
	#categoryTree ul li.nth-child13,
	#categoryTree ul li.nth-child29 {
	background-image: url("../icons/plus13.png");
	}
	#categoryTree ul li.nth-child14,
	#categoryTree ul li.nth-child30 {
	background-image: url("../icons/plus14.png");
	}
	#categoryTree ul li.nth-child15,
	#categoryTree ul li.nth-child31 {
	background-image: url("../icons/plus15.png");
	}
	#categoryTree ul li.nth-child16,
	#categoryTree ul li.nth-child32 {
	background-image: url("../icons/plus16.png");
	}
	#categoryTree ul li.nth-child17,
	#categoryTree ul li.nth-child33 {
	background-image: url("../icons/plus17.png");
	}

/*Product subcats*/
#shortcutShoppingcart {
display: none;
}
/*A*/
	#categoryTree ul li a,
	#categoryTree ul li.active ul li a,
	#categoryTree ul li.active ul li.active ul li a,
	#categoryTree ul li.active ul li.active ul li.active ul li a,
	#categoryTree ul li.active ul li.active ul li.active ul li.active ul li a {
	color: white;
	}
	#categoryTree ul li.active a,
	#categoryTree ul li.active ul li.active a,
	#categoryTree ul li.active ul li.active ul li.active a,
	#categoryTree ul li.active ul li.active ul li.active ul li.active a,
	#categoryTree ul li.active ul li.active ul li.active ul li.active ul li.active a,
	#categoryTree ul li a:hover,
	#categoryTree ul li.active ul li a:hover,
	#categoryTree ul li.active ul li.active ul li a:hover,
	#categoryTree ul li.active ul li.active ul li.active ul li a:hover,
	#categoryTree ul li.active ul li.active ul li.active ul li.active ul li a:hover {
	color: #CEE845;
	}
	#categoryTree ul li a {
	display: block;
	height: auto !important;
	height: 21px;
	min-height: 21px;
	margin-left: 23px;
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
	}
	#categoryTree ul li a,
	#categoryTree ul li.active a:hover,
	#categoryTree ul li ul li a {
	text-decoration: none;
	}
	#categoryTree ul li a:hover {
	text-decoration: underline;
	}
		#categoryTree ul li ul li a {
		height: auto !important;
		height: 19px;
		min-height: 19px;
		margin-left: 11px;
		font-weight: normal;
		}
/*LI*/
	#categoryTree ul li {
	margin: 0;
	padding: 5px 0 0 11px;
	height: auto !important;
	height: 24px;
	min-height: 24px;
	border-top: 1px solid #1A6C8F;
	background-repeat: no-repeat;
	background-position: 11px 5px;
	}
	#categoryTree ul li.active {
	padding-bottom: 5px;
	background-color: #0D6388;
	}
		#categoryTree ul li ul li {
		height: auto !important;
		height: 22px;
		min-height: 22px;
		margin: 0;
		padding: 0;
		border-width: 0;
		}
		#categoryTree ul li ul li,
		#categoryTree ul li.active ul li:hover,
		#categoryTree ul li.active ul li.active {
		background-position: 3px 7px;
		}
		#categoryTree ul li.active ul li:hover,
		#categoryTree ul li.active ul li.active {
		background-image: url("../icons/bullet_subcattree_active.png");
		}
			#categoryTree ul li.active ul li.active ul li {
			background-image: url("../icons/bullet_subsubcattree.png");
			}
				#categoryTree ul li.active ul li.active ul li.active,
				#categoryTree ul li.active ul li.active ul li:hover {
				background-image: url("../icons/bullet_subsubcattree_active.png");
				}

		#categoryTree ul li.active ul li.active {
		border: solid #CEE845;
		border-width: 0;
		border-width: 1px 0 1px 1px;
		border-color: #005b82;
		background-color: #1c6b8c;
		}
		#categoryTree ul li.active ul li.active ul li.active {
		border-color: #0d6388;
		background-color: #2c7391;
		}
			#categoryTree ul li.active ul li.active ul li.active ul li.active {
			border-color: #1c6b8c;
			background-color: #3c7b96;
			}
				#categoryTree ul li.active ul li.active ul li.active ul li.active ul li.active {
				border-color: #2c7391;
				background-color: #4f869e;
				}

/*UL*/
	#categoryTree ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*background-color: #005b82;*/
	}
		#categoryTree ul li ul {
		display: none;
		margin-left: 11px;
		/*background-color: #0D6388;*/
		}
			#categoryTree ul li ul,
			#categoryTree ul li.active ul li ul,
			#categoryTree ul li.active ul li.active ul li ul,
			#categoryTree ul li.active ul li.active ul li.active ul li ul,
			#categoryTree ul li.active ul li.active ul li.active ul li.active ul li ul {
			display: none;
			}
			#categoryTree ul li.active ul,
			#categoryTree ul li.active ul li.active ul,
			#categoryTree ul li.active ul li.active ul li.active ul,
			#categoryTree ul li.active ul li.active ul li ul li.active ul,
			#categoryTree ul li.active ul li.active ul li ul li.active ul li.active ul {
			display: block;
			}
		#categoryTree ul li ul li ul {
		display: none;
		}
			#categoryTree ul li.active ul li ul {
			display: none;
			}
			#categoryTree ul li ul li.active ul {
			display: block;
			/*background-color: #0D6388;*/
			}
		#categoryTree ul li ul li ul li ul {
		/*width: 177px;*/
		}
			#categoryTree ul li.active ul li ul,
			#categoryTree ul li.active ul li.active ul li ul,
			#categoryTree ul li.active ul li.active ul li.active ul li ul,
			#categoryTree ul li.active ul li.active ul li.active ul li.active ul li ul {
			display: none;
			}
			#categoryTree ul li.active ul li.active ul,
			#categoryTree ul li.active ul li.active ul li.active ul,
			#categoryTree ul li.active ul li.active ul li ul li.active ul,
			#categoryTree ul li.active ul li.active ul li ul li.active ul li.active ul {
			display: block;
			}
#content {
color: white;
font-size: 11px;
}
	#content table.itemlist {
	/*width: 507px;*/
	border-collapse: collapse;
	border: none;

	width: 100%;
	}
	#content table.itemlist tr td {
	height: 137px;
	padding: 6px;
	padding-bottom: 10px;
	vertical-align: top;
	background: url("../../../img/itemlist_back.png") repeat-x;
	overflow: hidden;

	clear: both;
	}
		#content table.itemlist .product_description {
		width: 392px;
		padding-top: 5px;
		border-top: 1px solid #E5EFF5;
		clear: both;
		}
	#content table.itemlist th {
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
	height: 0;
	}
	#content table.itemlist tr td.product_header,
	#content table.itemlist tr td.product_bottom {
	white-space: nowrap;
	width: 25px;
	}

	#content table.itemlist tr td h2 {
	color: #288da4;
	margin: 0;
	padding: 0;
	}
	#content table.itemlist tr td p {
	margin: 0;
	padding: 3px 0;
	}
	#content table.itemlist tr td img {
	border: 1px solid #a5c9db;
	}
		#content table.itemlist tr td img.icon {
		border: none;
		}
		#content table.itemlist tr td div.shoppingcart_icon_link img {
		display: none;
		}
		#content table.itemlist tr td div.shoppingcart_icon_link {
		left: 0;
		float: right;
		width: 51px;
		height: 26px;
		background-image: url("../icons/putin2shopcart.gif");
		}
			#content table.itemlist tr td div.shoppingcart_icon_link a {
			display: block;
			width: 100%;
			height: 26px;
			font-size: 0;
			text-indent: -9999px;
			text-decoration: none;
			float: right;
			}
	#content .quicklinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
		#content .quicklinks ul li {
		margin: 0;
		padding: 0;
		}
			#content .quicklinks ul li a img {
			vertical-align: bottom;
			}
	#content .detail_icon_link {
	float: left;
	width: 50px ;
	white-space: nowrap;
	padding: .5em 0;
	margin: 0;
	}
		#content .quicklinks a,
		#content .actionbar a,
		#content .detail_icon_link a {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #006699;
		text-decoration: none;
		}
			#content .quicklinks a img,
			#content .actionbar a img,
			#content .detail_icon_link a img {
			margin-right: 5px;
			}
			#content .quicklinks a:hover,
			#content .actionbar a:hover,
			#content .detail_icon_link a:hover {
			color: #009BE9;
			}
	#content .product_name {
		margin-bottom: 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #006699;
		/*white-space: nowrap; prevent titel from growing out of the box*/
	}
	#content .product_price,
	#content .product_price_incl_vat,
	#content .product_price_excl_vat,
	#content .freefield_Actieprijs,
	#content .freefield_Actiekorting,
	#content .freefield_Eenheid,
	#content .product_article_code {
		display: block;
		float: left;
		padding-top: 5px;
		padding-bottom: 5px;
		white-space: nowrap;
	}
	#content .product_article_code {
		width: 65%;
	}
	#content .product_price,
	#content .product_price_incl_vat,
	#content .product_price_excl_vat,
	#content .freefield_Actieprijs,
	#content .freefield_Actiekorting {
		font-family: Arial, Helvetica, sans-serif;
	}
	#content .product_price_incl_vat {
		width: 60%;
	}
	#content .freefield_Eenheid,
	#content .product_article_code,
	#content .product_amount {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #006699;
		white-space: nowrap;
	}
	#content .product_price_excl_vat,
	#content .freefield_Actieprijs {
		font-size: 14px;
		font-weight: bold;
		color: black;
	}
	#content .product_price_excl_vat {
		color: black;
	}
	#content .freefield_Actieprijs,
	#content .freefield_Actiekorting {
		margin-right: 10px;
		color: red;
	}
	#content .product_price_excl_vat,
	#content .freefield_Actieprijs,
	#content .detail_icon_link {
		clear: left;
		margin-right: 10px;
	}
	#content .freefield_Eenheid {
		clear: left;
		margin-right: 20px;
	}
	#content .product_amount {
		margin-top: 0;
	}
	/*size the default width of 100px to 88px with the height in proportion*/
	#content .document_id img {
	width: 88px;
	}