/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magento Enterprise Edition License
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magentocommerce.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     enterprise_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
*     { background:none !important; text-align:left !important; }
body  { background:#fff !important; font-size:9pt !important; margin:15px !important; }

.header-container,
.footer-before-container,
.footer-container,
.widget,
.pager,
.toolbar,
.actions,
.buttons-set { display:none !important; }

.page-print .data-table .cart-tax-total { background-position:100% -54px; }
.page-print .data-table .cart-tax-info { display:block !important; }


#header .list {display:none;}
.button.print {display:none;}

.page-print {
	padding:10px;
}
.sales-order-print .order-columns {
	padding: 10px 5px;
}
.sales-order-print .order-columns strong{
	color:#222;
	font-weight:normal;
}
.sales-order-print .order-columns .column {
	width:135px;
}
.sales-order-print .order-columns address {
	line-height:15px;
}
.sales-order-print .order-columns h3 {
    margin-bottom:5px;
}
.sales-order-print .order-columns .column,
.sales-order-print .order-columns .column-payment,
.sales-order-print .order-columns .column-delivery {
	padding:0px 10px;
}
.sales-order-print .order-results {
	font-size:12px;
	margin-bottom:5px;
	padding:10px 0;
}
.sales-order-print .order-head li {
	color:#222;
	padding-left:10px;
	width:115px;
}
.sales-order-print .order-head.subhead .amount {
	padding-left:20px;
	width: 100px;
}
.sales-order-print .order-head.subhead .number {
	padding-left:10px;
}
.sales-order-print .cart .cart-collaterals {
	padding:5px 5px 5px;
}
.sales-order-print .cart .cart-collaterals .col2-set {
	width:360px;
}
.sales-order-print .cart.success .cart-collaterals .promobox {
	min-height:125px;
    margin:-5px 0 0 -5px;
}
.sales-order-print .cart.success .cart-collaterals .promobox img{
    width:100%;
    height:100%;
}
.sales-order-print .success-block {
	display:none;
}
.sales-order-print .cart-table .product-cel {
	padding-bottom:0px;
}
.sales-order-print .cart-table .price-box .price {
	color:#222;
}
.sales-order-print .cart-table .price-box {
	color:#222;
	margin:0;
	width:100px;
}
.sales-order-print .data-table tbody td {
	padding:10px 0 5px 20px;
}
