@media print {
	.nd2LeftCol {
		display: none;
	}
	
	div.nd2RightCol {
		margin: 0 auto;
		width: 6.95in;
	}
	
	div.printOnly {
		display: block;
	}
	
	div.bgContainer {
		background: #FFFFFF;
	}
	
	#nd2Wrapper {
		width: 7in;
	}
	
	div.nd2Header {
		width: 7in;
		height: 1.5in;
	}
	
	div.nd2Header img {
		width: 7in;
		height: 1.5in;
	}

	span.h2, span.h3 {
		clear: both;
	}
	
	.productImage {
		box-shadow: none !important;
	}
	
	.clearBoth {
		clear: both;
		width: 100%;
		heigth: 1px;
	}
	
	.printOnly {
		display: block !important;
	}
	
	* {
		max-width: 7in;
	}
	
	table.nd2Performance thead th, table.nd2Performance tbody td {
		border: 1px solid #000000 !important;
	}
	
	table.nd2Performance thead th {
		font-weight: 700;
		color: #000000 !important;
	}
}

.printOnly {
	display: none;
}

#nd2Wrapper {
    font-family: helvetica neue light,helveticaneue-light,helvetica,arial,verdana,sans-serif;
    font-size: 100%;
    margin: 0 5px;
    text-align: left;
}

#nd2Wrapper a, #nd2Wrapper p, #nd2Wrapper span {
    color: #505050;
    font-family: helvetica neue light,helveticaneue-light,helvetica,arial,verdana,sans-serif;
    font-size: 12px;
    text-decoration: none;
}

#nd2Wrapper a:hover {
	text-decoration: underline;
}

#nd2Wrapper span.h2 {
    display:block;
    color: #A92E29;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#nd2Wrapper span.h3 {
	display:block;
    color: #A92E29;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.nd2Header {
	width: 1059px;
	height: 254px;
	position: relative;
}

.nd2Spacer {
	width: 100%;
	height: 12px;
	clear: both;
}

.bgContainer {
    background: url("../images/E8column.png") repeat-y scroll 24px 0 #FFFFFF;
    height: 100%;
}

.nd2LeftCol {
    float: left;
    margin: 0 0 0 24px;
    overflow: hidden;
    text-align: left;
    width: 310px;
}

.nd2LeftColPad {
	padding: 15px 20px;
}

.linkWrap {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

a#printLink {
    background: url("/images/printIconSmall.png") no-repeat scroll left top transparent;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    margin-right: 12px;
    padding-left: 28px;
}

a#pdfLink {
    background: url("/images/pdfIconSmall.png") no-repeat scroll left top transparent;
    display: inline-block;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    padding-left: 28px;
}

.nd2RightCol {
	margin: 0 22px 0 360px;
	text-align: left;
}

div.section {
    border-color: #D0D0D0;
    border-top: 1px dashed #D0D0D0;
    border-width: 1px;
    margin-top: 20px;
    padding-top: 20px;
    overflow: auto;
}

ul.styledList {
	float: left;
	width: 300px;
	list-style-image: url("../images/listArrowRed.jpg");
	margin-left: 0;
	padding-left: 18px;
}

ul.styledList li {
    margin-bottom: 4px;
    font-size: 12px;
}

ul.unstyledList {
	list-style: none;
	padding-left: 0;
}

div.chartText {
	display: block;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
}

.productImage {
	box-shadow: 0 0 6px #C0C0C0;
	margin: 0 6px;
}

table.nd2Performance {
	border-collapse: collapse;
	margin: 10px 1px;
	font-size: 11px;
}

table.nd2Performance thead tr {
	border: 1px solid #C3C3C3;
	border-style: none solid;
}

table.nd2Performance thead th {
	background: #B10325 url(../images/nd2TableBG.jpg) repeat-x 0 0;
	color: #FFFFFF;
	padding: 0 10px;
	height: 39px;
}

table.nd2Performance tbody td {
	border: 1px solid #C3C3C3;
	border-top-style: none;
	padding: 5px 10px;
}

p.cert {
	font-size: 10px !important;
}

p.ductSizing {
	font-size: 11px !important;
	margin: 0 0 0 2px;
}