/* Siemon Print Styles */

html, body {
	font-family: Times, Times New Roman, Georgia, serif;
	margin: 0;
	padding: 0;
} 

.no-print { display: none; }
#bread-crumb { display: none; }

a { color: #000000; text-decoration: none; }
a:link { color: #000000; }   
a:visited { color: #000000; }

/* Experimental url printing for links
#content a:link:after,
#content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 60%;
}
*/

h1 { font-size: 16pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
p, ol, ul, li, dt, dd { font-size: 12pt; }
dt { font-weight: bold; }
dd { margin: 0; }
ul { list-style-type: square; }
ol.alist { list-style: upper-alpha; }
ul.no-indent {margin-left: 20pt; }

form { display: none; }
img { border: 0; }

/* General */

.page-break { page-break-before: always; }

.float-left { float: left; }
.float-right { float: right; }
.float-center { text-align: center; }
.center { margin: 0 auto 0 auto; display: block; }

.block { display: block; }
.inline { display: inline; }
.clear { clear: both; }

.skip-nav { display: none; }
.no-print { display: none; }

.psmall { font-size: 10pt; }
.pxsmall { font-size: 8pt; }

#content dt { margin: 10pt 0 5pt 0; }

.enlarge-img { display: none; }

img.pad { margin: 5pt; }
img.pad-left { margin: 0 0 10pt 10pt; }
img.pad-right { margin: 0 10pt 10pt 0; }
.img-container { width: 50%; padding: 2pt; margin: 5pt; }
.img-container p { margin: 0 5pt 5pt 5pt; }
.img-pad { margin: 10pt; }

dl.note { font-size: 10pt; }
dl.note dt { display: inline; margin: 0; }
dl.note dd { font-style: italic; margin: 0 0 8pt 0; }

.quote {
	background: #f7f7ee;
	clear: both;
	margin: 10pt auto 10pt auto;
	padding: 10pt;
	width: 50%;
}
.quote p {
	border-bottom: solid 1pt #666666;
	border-top: solid 3pt #666666;
	color: #666666;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	padding: 10pt 0 10pt 0;
	text-align: center;
}

/* Template */

/* Container */

#pagewidth { 
	width: 100%;
}

/* Header */

#header {
	background: #ffffff url(/share/template_images05/printer.gif);
	border-bottom: solid 1pt #000000;
	padding: 0;
	margin: 0 0 10pt 0;
	width: 100%;
}

#hd-utility {
	display: none;
}

#country {
	display: none;
}

#tag-line {
	display: none;
}

#hd-title {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20pt 0 0 0;
	text-transform: uppercase;
}

/* Take h1 off of web forms then delete this */
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20pt 0 0 0;
	text-transform: uppercase;
}
/* end delete */

.tag-line {
	clear: right;
	display: block;
	float: right;
	font-size: 12pt;
	font-weight: bold;
	height: 42px;
	letter-spacing: 3pt;
	margin: 17pt 0 0 0;
	text-transform: capitalize;
}

#scr-tag-line {
	display: none;
}

.company {
	display: none;
}

#print-logo {
	float: left;
	height: 62px;
	margin: 0;
	width: 185px;
}

#home-img {
	display: none;
}

#utility {
	display: none;
}

/* Header Navigation */

#header-nav {
	display: none;
}

#header-nav-us {
	display: none;
}


/* Sidebars and Content specs */

/* Old left sidebar -don't delete
#left-side {
	display: none;
}
*/

#outer {
	margin: 0;
	padding: 0;
	width: 100%;
}

 #inner {
	margin: 0;
	padding: 0;
	width:100%;
}

#content {
	margin: 0;
	padding: 0;
	width: 100%;
}
 
#right-side {
	display: none;
}

/* Footer Navigation */

#footer-nav {
	display: none;
}

/* Footer */

#footer {
	border-top: solid 1pt #000000;
	margin: 20pt 0 0 0;
	padding: 0;
	width:100%;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 2pt 0 0 0;
}


#footer-box-col2 {
	display: none;
}

#footer-box-col3 {
	display: none;
}










/* e-catalog */

/* Chapter columns */

#cat-index-left {
	float: left;
	padding: 0 15pt 0 0;
	width: 45%;
}

#cat-index-left dl {
	margin: 0 0 35pt 0;
}

#cat-index-left dt{
	margin: 0;
}

#cat-index-left dd {
	margin: 0 0 5pt 0;
}

#cat-index-right {
	float: left;
	padding: 0 0 0 15pt;
	width: 45%;
}

#cat-index-right dl {
	margin: 0 0 35pt 0;
}

#cat-index-right dt {
	margin: 0 0 8pt 0;
}

#cat-index-right dd {
	margin: 0 0 5pt 0;
}

/* Product GI styles */

#product-photo {
	clear: both;
	float: left;
	padding: 0 0 20pt 0;
	width: 95%;
}

#product-photo img {
	display: block;
	margin: 0 auto 0 auto;
}

#product-resources {
	display: none;
}

#product-info-box-nav {
	display: none;
}

#product-overview {
	clear: both;
	padding: 0 30pt 10pt 0;
	width: 95%;
}

#product-performance {
	clear: both;
	padding: 0 0 10pt 0;
	width: 95%;
}

#product-features {
	clear: both;
	padding: 0 0 10pt 0;
	width: 95%;
}

#product-features li {
	margin: 0 0 3pt -20pt;
}

#product-pictorial-features {
	clear: both;
	border: solid 1pt #ffefce;
	background: #fffefb;
	margin: 15pt 0 15pt 0;
	page-break-before: always;
	padding: 0 1pt 10pt 1pt;
	width: 97%;
}

#product-pictorial-features h3 {
	margin: 4pt 0 10pt 5pt;
}

#product-pictorial-features dl {
	float: left;
	margin: 5pt 0 0 0;
	width: 33%;
}

#product-pictorial-features dt {
	text-align: center;
}

#product-pictorial-features img {
	border: solid 1pt #000000;
	display: block;
	margin: 0 auto 0 auto;
}

#product-pictorial-features dd {
	padding: 2pt;	
}

#product-pictorial-features dd.pf-txt {
	padding: 0 0 0 10pt;	
}

#product-pictorial-features .no-print {
	border: 0;
}

#product-other-information {
	border: solid 1pt #cee7ff;
	clear: both;
	margin: 15pt 0 15pt 0;
	padding: 5pt;
	text-align: center;
	width: 95%;
}

#product-other-information h3 {
	text-align: left;
}

#product-other-information dl {
	display: inline;
}

#product-other-information dd img {
	border: solid 1pt #000000;
	margin: 0 0 1pt 0;
}

#product-other-information .no-print {
	border: 0;
}

#product-technical-tip {
	border: solid 1pt #d5ffce;
	clear: both;
	margin: 10pt 0 5pt 0;
	padding: 5pt;
	width: 95%;
}

#product-technical-tip dt {
	font-size: 12pt;
}

#product-part-numbers {
	border: solid 1pt #dfdfdf;
	margin: 15pt 0 15pt 0;
	padding: 5pt;
	width: 95%;
}

#product-part-numbers h3 {
	margin: 0;
}

#product-part-numbers li {
	font-size: 8pt;
}

#product-part-numbers li a {
	display: none;
}

#product-part-numbers p {
	font-size: 8pt;
}

#product-part-numbers dt {
	margin: 0;
	padding: 0;
}

#product-part-numbers dd {
	margin: 0;
	padding: 0;
}

#product-part-numbers strong {
	font-size: 10pt;
}

#product-status {
	clear: both;
	padding: 0;
	width: 95%;
}

#product-status img {
	margin: 0 10pt 0 0;
}

#promos {
	display: none;
}

#press-promote {
	display: none;
}
