﻿.orderPrintView {
    width: 600px; 
    margin: 20px auto !important;    
}

.orderPrintView .logo {
	display:block;
}

.orderPrintView span.promo {
	display:block;
	color:#000;
	}

.orderPrintView h3 {
    color:#000;
    font-style:italic;
    font-weight:bold;        
}

.orderPrintHead .td{
	width:185px;		
	}

.orderPrintView.ui-widget-content, .orderPrintView .th {
	border-color: #9D9D9D !important;	
}

.orderPrintView th, .orderPrintView .th {
	background:#9D9D9D;
}

.orderPrintView td {
	padding: 5px 3px;
    border-bottom: dashed 1px #9D9D9D !important;
}

.orderPrintView td a{
 text-decoration:none;
 color:#000;
 font-weight:bold; 
}

		