/* Print Stylesheet ** 
Don't know what this is? check http://www.alistapart.com/articles/goingtoprint/ */

																/* >>> ELEMENTS <<< */
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #000;
		background-color: #fff;
		font-family: "Tahoma", "Arial", "MS Sans Serif", "Times New Roman" sans-serif;
		font-size: 11pt;
		}






																/* >>> CONTAINERS <<< */
* { }






																/* >>> SUB CONTAINERS <<< */
div#print {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 5px solid #eee;
	}






																/* >>> LISTS <<< */
*.x {
	display: none;
	}






																/* >>> TYPOGRAPHY <<< */
div#print {
	color: #eee;
	background-color: inherit;
	font-family: "Times New Roman";
	font-size: 14pt;
	text-align: center;
	}
	div#print strong {
		display: block;
		color: #000;
		background-color: inherit;
		font-size: 17pt;
		}






																/* >>> FORMS <<< */
* { }

#stepNav, #left_information, #footerlist,header_navigation{
	display:none;
}


#orderdetails{
	font-size:80%;
}


#orderdetails th{
	color:#000;
	font-weight:bold;
}

#ordersummary{
	padding:5px;
	border:1px solid #fff;
	
}

#ordersummary td{
	width:100px;
	padding:5px;
	font-size:80%;
}

#ordersummary th{
	font-weight:bold;	
	font-size:75%;
}



																/* >>> END <<< */
