
/* CSS for printing webpages */


/*-----------------------
	Main ITEMS
------------------------*/

*	{
	background: none !important;
	font: 9pt verdana, helvetica, sans-serif;
	line-height: 12pt;
	color: #000;	
	}

h1, h2, h3, h4
	{
	color: #000;
	font-weight: bold;
	}

h1 {font-size: 16pt;}
h2 {font-size: 13pt;}
h3, h4 {font-size: 11pt;}

img
	{
	display: none;
	}

li
	{
	padding-bottom: 6px;
	}

#TopBanner, #HeaderSearch, #TopSubBanner, #SideMenu, #ContentGraphicTop, #ContentGraphicBottom, #DemoRequest, #HomeLink, .topLink
	{
	display: none;
	}


/*-----------------------
	CONTENT ITEMS
------------------------*/

.horizontalBorder, .ProdDescriptionHeading, .ProductDescriptionClose, #Footer
	{ 
	border-bottom: none; 
	border-top: 2px solid #ccc; 
	width: auto; 
	}

.viewAll, .datasheetBox, .subscriptionHelp, .pricingNotes
	{
	display: none;
	}

.ContentTableHeader, .ContentTableHeaderHL, .TableText h4
	{
	font-weight: bold;
	font-size: 11pt;
	color: #000 !important;
	text-decoration: none;
	}

.ProdDescriptionHeading
	{
	padding-top: 10px;
	}

.mainPromo, .Instructions, .ErrorMessages
	{
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	overflow: auto;
	margin-bottom: 15px;
	padding: 10px;
	}

.leftCol, .rightCol
	{
	width: auto;
	float: none;
	color: #000;
	padding: 0 10px;
	}

#content
	{
	width: auto;
	text-align: center;
	overflow: auto;
	}

#ContentBody
	{
	position: relative;
	float: none;
	width: auto;
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0 0 0 20px;
	}

.GrandTotal
	{
	font-weight: bold;
	}

/*-----------------------
	FOOTER ITEMS
------------------------*/

#Footer
	{
	position: relative;
	margin: 0px;
	padding: 0px;
	}

	
#FooterMenu, #FooterStaticMenu
	{
	display: none;	
	}
	
#FooterInfo
	{
	text-align: center;
	width: 300px;
	padding-top: 10px;
	}
	
#Copyright
	{
	clear: both;
	width: auto;
	padding-top: 5px;
	text-align: center;
	}

#FooterAddressLeft, #FooterAddressRight
	{
	width: 180px;
	padding-top: 10px;
	}

#FooterAddressLeft
	{
	float: left;
	text-align: left;
	}

#FooterAddressRight
	{
	float: right;
	text-align: right;
	}