body {
	font-family: "Myriad Pro", Helvetica, Arial, "sans-serif" !important;
	margin-bottom: -300px;
	font-size: 12px;
}
 body .order-details-items {
	float: left;
	width: 800px;
}
body .block-order-details-view .block-content .box {
	
	margin-bottom: -10px;
}
body .order-details-items .product-item-name {
	font-size: inherit;
	margin: 0;
}

body .order-details-items th.col.name {
	padding-left: 0;
}
body .order-details-items td.col.name {
	padding: 20px 0;
}

body .cart-price,
body .cart-price .price {
	font-size: 14px !important;

}
body span.price {
	float: right;
	margin-top: 2px;
}
body .totals span.price {
	margin-top: 0px;
}
.col.qty {
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body .qty.summary {
	float: right;
}
.columns {
	
	
}
.header-message-wrapper {
	display: none;
}
.header.content {
	padding: 0;	
}
.section-items {
	display: none;	
}
.page-print .logo {
    margin-left: 0px;
}
.block.block-order-details-view {
	float: left;
}
.box-order-billing-method,
.box-order-billing-address {
	width: 200px;
	margin-right: 20px;
	float: left;
}