@charset "utf-8";
/* CSS Document */
/* start: Print Orders Table */
table.tblOrders												{ margin-bottom: 5px; border:0; width: 140%; }
table.tblOrders td,
table.tblOrders th										{ text-align: left; }
table.tblOrders td										{ font: 18px Tahoma; padding: 2px; font-weight:normal; }
table.tblOrders th										{ font: bold 25px Tahoma; color: #000; padding: 2px; border-bottom: 1px solid #fff; }
table.tblOrders td.t1									{ width: 30%; color:#000; font-weight:bold; }
table.tblOrders td.tdLast							{ background: #f5f5f5; text-align: right; }
table.tblOrders td.tdLast a						{ float: right; }
.aMisc2, body tblOrders input.aMisc2 															{ color: #FFFFFF; background: #333; text-transform: uppercase; font: 80% Tahoma; padding: 5px 10px; margin-right:1px; border: none; margin-bottom: 2px; width:100%; }
.aMisc2:hover, body tblOrders input.aMisc2:hover 												{ color: #fff; background: #666; border: none; cursor: pointer; }
/* end: Print Orders Table */
/* start: print order description table */
div.order-Description table 					{ font: 18px Tahoma;  padding:0; margin:0; border:0; margin-bottom: 15px; width:140%; }
div.order-Description table td				{ font: 16px Tahoma; padding: 2px; font-weight:normal; }
div.order-Description table th				{ font: bold 18px Tahoma; color: #000; padding: 2px; border-bottom: 1px solid #fff; }
div.order-Description table td a						{ background: #ff6600; color: #fff; padding: 3px; text-transform: uppercase; text-decoration: none; font: 10px arial; }
div.order-Description table td a:hover			{ background: #000; color: #fff; }
/* end: print order description table */
/* print display none */
.printDisplayNone{
	display:none;
}
.col-Right h1.print								{ margin-bottom: 0.5em; font: bold 25px Tahoma; color:#000; text-transform:none; border-bottom: 1px solid #fff; width:140%;}
/* this hides all content of the site from printing */
body, .col-Right h2 {
	visibility:hidden; font-family:Arial;
}
/* this reveals content for printing */
.inner-right {
	visibility:visible; position:absolute; top:-80px; left:0; color:#000000; font-size:200%;
}