/*
Title:      CJP - print style
Author:     Poort80 - frontend
Copyright:  2008, Poort80  All rights resevered
*/

/* common tags 
============================================================= */
body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
	line-height:14pt;
}
a,
img{
	color:#CD0067;
	border:none;
	text-decoration:none;
}
a span{
	color:#000;
	border:none;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px 0px 10px 0px;
	padding:0px;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img{
	display:none;
}
h1 {
	font-size:14pt;
}
h2 {
	font-size:13pt;
}
h3 {
	font-size:12pt;
}
h4 {
	font-size:11pt;
}
h5 {
	font-size:10pt;
}
h6 {
	font-size:9pt;
}
p {
	margin:0pt 0pt 10pt 0pt;
	padding:0pt;
}
dt{
	font-weight:bold;
}
.content-standard .table-style{
	margin:0px 0px 20px 0px;
	width:100%;
}
.table-style thead th{
	background-color:#000;
	color:#fff;
	padding:1px 5px 1px 5px;
	font-size:11px;
}
.table-style tbody span{
	width:30px;
	float:left;
}
.table-style tr.odd td {
	background-color:#c5c6c8;
	padding:4px 5px;
}
.table-style tbody td{
	padding:10px 5px;
}
/* vul onderstaande aan met elementen die niet nodig zijn voor de print
============================================================= */
.non_print,
#header,
#footer,
.discount,
.preview,
.primairy-footer,
.banner-box1,
.banner-box2,
.banner-box3,
form,
.side-list dl img,
#mokFlash,
.paging,
.item-tabs,
.item-info,
.dropit,
.help,
iframe{
	display: none;
}

