/**
 * 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) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */
body  { background:#fff !important; font-size:9pt !important; margin:15px !important;
    border-bottom: 0
}

.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; }



.print-only{
    display:block;
}


li.blog, li.customer-service, div.breadcrumbs, div.ratings, div.data-qty, div.product-share-icons, div.MagicZoomPlusHint, div.product-reviews--row, div.fixed-footer-container, div#livechat-full, #toggle_header_help, ul.mobile-login, .site-switcher, #product-tabs{
    display: none!important;
}

.main{
    margin-top:0;
}

.product-assurances{
    margin-left:0;
}

div.product-tabs-container > div.row > h3.print-only{
    background: #ffffff;
    color: #4FA6BC;
    border: 2px solid #4FA6BC;
    font-size:14px;
    text-align: center;
    border-radius: 5px;
    padding:10px;
}

div.product-tabs-container > div.row > div.product-tabs-content{
    display: block!important;
}

div.product-tab-area{
    border-bottom:0;
}

.widget-title.orange h2, .box-title.orange h2{
    background:#ffffff;
    color:#FF662F;
    border:2px solid #FF662F;
    border-top:none;
}

.widget-title.dk-blue h2, .box-title.dk-blue h2{
    background:#ffffff;
    color:#368BA4;
    border:2px solid #368BA4;
    border-top:none;
}