/*
	Stylesheets defined explicitly for printing/pdf generation.
	These may override default styles in the cascade, provided that this 
	file is linked *after* the default styles.
*/

/*
	Hides the given element. This should be applied to elements which you do not want 
	to be visible in print.
*/
body.industrial .oemhideonscreen
{
    display:none;
}

div#occcontent .printhidden {
	display:none;
}

/* class used to hide things on the screen,
   but make them appear when printing */
div#occcontent .screenhidden_printshown {
	display: inline;
}
/* as above, but not shown on PDF */
div#occcontent .printonly {
	display: inline;
}

div#occcontent-wrapper {
}

div#occcontent {
	padding: 0.75em 0 2.7em 0;
	position:relative;
	width:100%;
	float:left;
	clear:both;
}

div#occcontent-inside {
	height: 34em;	
}

div#wrapper 
{
	width:100%;
}

div#wrapper div#titleimage img
{
	float:left; /* This is included to force IE to render the image with full width, by enabling 'layout'. */
	width:100%;
}

/*datasheet */

div#occcontent div.datasheetHeading 
{
	margin-top:1em;
}

/*data sheet table*/
div#occcontent table.datasheet_summary {
	margin-top:0.5em;
	border : none;
	border-collapse:collapse;
}


div#occcontent table.datasheet_fact {
	margin :0;
	border : none;
}

div#occcontent table.datasheet_fact th {
	width: 11em;
	vertical-align: top;
}

div#occcontent p#footer img 
{
	position:relative;
	top:0.45em;
	margin:0em;
	border:medium none;
	text-decoration:none;
}

div#occcontent table.datasheet_summary th
{
	width: 11em;
}