@charset "utf-8";
/* CSS Document */
/* Style Sheet for Printing pages */
/* Jacobsen.com */

/**********************************************************************************
***************************** Print CSS *******************************************
***********************************************************************************/
@media print {

body {
	background-image: none;
	background: white;
}

.top-index, #footer, div.printIcon, div.printIcon a, 
div#fade-left, div#fade-right, div#product-wrapper-specific {
	display: none;
}

table.calculatorForm select, table.calculatorForm input {
	border-style: none;
}
	
div#eclipseCalculatorForm #submit {
	display: none;
}
	
table#costDetail, table#costDetail th, table#costDetail td {
	border: 1px solid #000;
}
	
.eclipseModelHighlight {
	text-decoration: underline;
}

}