.noPrint {
	display: none;
}

a img {
	border: 0px;
}

img.mainImage {
	float: right;
	border: 1px solid black;
}

img.knop {
	display: none;
}

div#logoBoxPrint {
	text-align: right;
	margin-bottom: 1cm;
}

img#logoPrint {
	width: 6cm;
}

div.blok {
	border-bottom: 1px solid black;
	padding-bottom: 0.5cm;
	margin-bottom: 0.5cm;
}

/* ================================= */
/* Home */
/* ================================= */

div.introBlokHomeAfbeelding img {
	float: right;
}

div.blokNieuws {
	width: 50%;
	margin-right: 4px;
	float: left;
}

div.blokAgenda {
	width: 50%;
}

/* ================================= */
/* Product Thumb */
/* ================================= */

div.productThumb {
	float: left;
	position: relative;
	width: 138px;
	height: 178px;
	padding: 0px 2px 2px 0px;
	border: 1px solid black;
	margin: 0px 10px 10px 0px;
}

div.productThumbInside {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 136px;
	height: 176px;
	padding: 0px 12px 0px 12px;
}

div.productThumb p{
	margin: 0px;
	line-height: 1.2em;
}

div.productThumb div.naam {
	position: absolute;
	top: 110px;
	left: 12px;
	width: 112px;
}

div.productThumb div.prijs {
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 112px;
	text-align: right;
}

div.productThumbFotoKader {
	position: absolute;
	top: 24px;
	left: 12px;
	width: 112px;
	height: 84px;
	border: 1px solid black;
	margin-bottom: 2px;
	text-align: center;
	overflow: hidden;
}

span.prijs, p.prijs{
	font-size: 13px;
	font-weight: bold;
}

div.productThumb div.label {
	position: absolute;
	top: 3px;
	right: 5px;
}

div.productThumb div.label p {
	font-size: 10px;
	font-weight: bold;
}

div.productThumbFotoKader p.artikelcode {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 0px 1px 0px 1px;
}

div.productThumbFotoKader p.artikelcodeBackGround {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: white;
	padding: 0px 1px 0px 1px;
}

/* ================================= */
/* Cat Thumb */
/* ================================= */

div.catThumb {
	float: left;
	position: relative;
	width: 138px;
	height: 178px;
	padding: 0px 2px 2px 0px;
}

div.catThumbTitle {
	position: absolute;
	top: 8px;
}

div.catThumbTitle h2 {
	margin: 0px;
}

div.catThumbFotoKader {
	position: absolute;
	top: 30px;
	text-align: center;
}

div.catThumbInside {
	width: 136px;
	height: 186px;
	padding: 10px 12px 0px 12px;
	overflow: hidden;
}

img.catThumbImage {
	width: 110px;
	height: 98px;
}

div.catThumbInside h2 {
	line-height: 1.1em;
	bottom: 140px;
}

div.catThumb p {
	margin: 0px;
	line-height: 1.1em;
}

div.catThumb div.naam {
	position: absolute;
	top: 130px;
	width: 112px;
}
