/* CSS Document - changes for printed version (mostly for product page) */
@page {
	size: 210mm 297mm;
	margin: 0px;
}
html, body {
	background-image: none;
}
body {
	padding: 15mm;
}

.noprint {
	display: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666666;
}
div.printonly {
	display: block;
}
.mainbox {
	border: 0px solid #000000;
}
div.datasheethead {
	border: 0px solid #040422;
	z-index: 10;
	position: relative;
	left: -15mm;
}
div.datasheethead img {
		width: 112%;
}
div.datasheethead1 {
	border: 0px solid #040422;
	z-index: 10;
	position: relative;
	left: -32mm;
}
div.datasheethead1 img {
		width: 126%;
}
div.topheader {
	position: absolute;
	height: 0px;
}
div.headline {
	font-size: 24px;
	margin-top: 0px;
}
.box {
	border: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px white;
}
.descbox {
	padding: 15px;
	border-radius: 25px;
	font-size: 18px;
}
.productmain {
	font-size: 18px;
}
.productmin ul li {
	font-size: 19px;
}

a.break {
	page-break-before: always;
	break-before: always;
}

div.datasheetfoot {
	width: 170mm;
	margin: auto;
	position: fixed;
	bottom: 0px;
}
div.datasheetfoot table {
	width: 170mm;
}
div.datasheetfoot table tr {
	width: 50%;
}
div.datasheetfoot table tr td {
	font-size: 13px;
}

