/* 
  Print styles for eShop Order Details page
*/

body {
  background-color : #fff;
  font : 95% 'courier new', courier, monospace;
}

div.wrap {
  background-color : #fff;
}
#wpbody{
margin-left:0;
}
#wphead, #user_info, #adminmenu, #submenu, .wrap h2, form, #footer, .eshopinfo, .noprint,
#contextual-help-link-wrap, .nav-tab-wrapper, .downprod a {
  display : none;
}

table, th, td {
  border : 1px solid #aaa;
}

th, td {
  padding: 2px;
}

table {
  background-color : #f0f0f0;
}

th {
  background-color : #f9f9f9;
}

td {
  background-color : #fff;
}

table {
  font-size : 95%;
}

h3.status {
  font-size : 120%;
  color : #666;
}
h4, h5{
	margin:0
}
.right, .total, .totalr {
  text-align : right;
}
.orderaddress, .paypalmemo{
	border-right:1px solid #e5e5e5;
	margin-right:2%;
}
.orderaddress, .shippingaddress,.paypalmemo, .eshopmemo{
	float:left;
	width:45%;
}
.orderaddress h4, .shippingaddress h4, .paypalmemo h4, .eshopmemo h4{
	font-size:1.2em;
	font-style:italic;
	letter-spacing:1px;
}
.orderaddress h4, .shippingaddress h4, .paypalmemo h4, .eshopmemo h4, .orderaddress h5, .shippingaddress h5{
	margin:0;
}

.eshopclear{
	clear:left;
	border:0;
}
.paypalmemo, .eshopmemo{
	min-height:3em;
}
.creditline{
	text-align:center;
}

/* end eShop Print CSS */