/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
@media print{
	/*body{line-height:1.5;color:#000;background:none;font-size:10pt;display:block;padding: 0; margin: 0;font-family: arial,Helvetica, sans-serif;}*/
*{
	display:block;padding: 0; margin: 0;  font-family: arial,Helvetica, sans-serif;
 }
	.container{width:100% !important;}
	.confirm_address{width:45% !important;}
	.confirm_address p:first-child span{display:inline;}
	table{display:table;}
	.acctDetail p span{float:left;}
	.orderTable, .prodAttributes{width:100% !important;display:table;}
	.orderTable tr, .prodAttributes tr, table tr {display: table-row;vertical-align: inherit;border-color: inherit;}
	.orderTable tr th,  .orderTable tr td, .prodAttributes tr th, .prodAttributes tr td, table tr td{display: table-cell;vertical-align: inherit;}
	.productDetails{width:420px;}
	tbody {display: table-row-group;vertical-align: middle;border-color: inherit;}
	
	.printReceipt{
		display:none;
	}
	.printMedia{display:none;}
	#MidContent_Singleanalytic .productMedia .prodImage img {height: auto;width: auto;}


 }