@media print {

body {
	background-image:none;
	background:white;
}

div#main {
	border-width:0px;
}

#main, #content {
	background:white;
}

#header, #menuwrapper, .menu, .top, .partners, .bottom, ul#printTechSpecs {
	display:none;
}
	
div.sidebar ul, div.sidebar-brown ul, div.sidebar-blue ul,
div.sidebar-gold ul, div.sidebar-green ul, div.sidebar-red ul,
div.sidebar-orange ul {
	display:none;
}	

h3.header-008957, h3.header-141414, h3.header-5a738d, 
h3.header-4c4c4c, h3.header-f67836 {
	background-image:none;
	color:black;
}
	
div.accordion {
	visibility:visible;
}

div.blocksSpecPage, #techSpecSettings, .arrowHolder img {
	display:none;
}
	
tr.hideRow, div.printIcon, div.printIcon a {
	display:none;
}
	
div.specContainer {
	padding-bottom:4px;
}

div#techspecs div.accordion {	
	display: block !important;
	height: auto !important;
	overflow: visible !important;
	line-height: 1.4em !important;
	visibility: visible !important;	
}
	
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;
}
	
}