
/* CSS for creating PDFs */

.pdf_show {
	display: block;
}

html, body, .global-wrapper, div.white-box div.top, div.white-box div.bottom {
	background: none !important;
	background-image: none !important;
}


#header, #leftnav, #footer, .diagram_button, .catalogue_button, div.white-box div.top, div.white-box div.bottom {
	display: none;
}

div.white-box {
	margin-top: 0px;
}

.pf_logo {
	float: left;
	width: 60%;
	margin-bottom: 20px;
	margin-top: -40px;
}

.pdf_date {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #6d2481;
	text-align: right;
	margin-top: -40px;
}


div.content-main-more table.prod_listing {
	margin: 20px;
}

div.content-main h1 {
	font-size: 20px;
	line-height: 20px;
}

div.content-main h3 {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}

.diagram_image {
	float: right;
}

.white-box {
	border-radius: 15px;
	border: 3px solid #6d2481;
}

table.prod_listing {
	float: left;
	margin-top: 20px;
}

.pdf_footer {
	border-radius: 15px;
	border: 3px solid #6d2481;
	padding: 10px;
}

.model-download-buttons {
	display: none;
}

.diagram_image {
	display: block !important;
}

.model-details {
	border: none;
}

.switch-site {
	display: none;
}


