/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * 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     default_blank
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
*     { background:none !important; text-align:left !important; }
body  { background:#fff !important; font-size:9pt !important; margin:15px !important; }
a     { color:#2976c9 !important; }
th,td { color:#2f2f2f !important;  border-color:#ccc !important; }

.header-container,
.nav-container,
.footer-container,
.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; }

#stepFlag, .checkout-messages {
  display: none;
}
.checkoutThreeStepContent {
  margin-top: -50px;
}
.checkoutThreeStepContent .content .leftSide {
    width: 100% !important;
    /*float: none !important;
    display: inline !important; */
    margin-bottom: 10px;
}
.checkoutThreeStepContent .content .rightSide {
    width: 100% !important;
    /*width: 200px !important;
    float: none !important;
    display: inline !important; */
    margin-bottom: 10px;
}
.rightSide.coupon-style {
    display: none;
}

.checkoutStep .logo {
    float: none !important;
    /*display: none;*/
}

table#shopping-cart-table {
    border-top: 1px solid #ccc;
}

span.icon_onestepcheckout {
    display: none;
}
div#summary_total {
    border: none;
}

button#onestepcheckout-place-order {
  display: none;
}

.place-order-text {
    display: none;
}
.one-step-to-cart {
  display: none;
}

.checkoutStep .logo {
    margin-top: 55px !important;
    display: none;
}
#review_confirm_payment p {
  font-size: 14px !important;
  font-weight: normal !important;
}
.br-print {
  display: none !important;
}
a.onestep-print {
  display: none;
}

.printLogo {
  display: block !important;
  margin-top: 80px;
}

.addressPrint {
    float: right;
}
.print-cart #shopping-cart-table .item-price{
  float: right !important;
}

.totalsBox {
    padding-right: 5px;
}

/* from print.html */
.print-order {
    width: 900px;
    margin: 0 auto;
    color: #000;
}
.print-order .print-head {
    margin-bottom: 10px;
}
.print-order .order-num,
.print-order .order-date {
    font-size: 26px;
    float: left;
    margin: 10px 0;
    margin-right: 50px;
}
.print-order .order-num span,
.print-order .order-date span {
    font-size: 18px;
}
.print-order hr {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #000;
    border-top: none;
    margin: 20px 0 0 0;
}
.print-order h2 {
    line-height: 2.25;
    font-size: 20px;
    font-weight: bold;
}
.print-order #my-orders-table {
    width: 100%;
}
.print-order #my-orders-table thead {
    border: none;
}
.print-order #my-orders-table thead tr th {
    color: #999999;
    padding: 5px 0 15px 0;
}
.print-order #my-orders-table thead tr th.name {
    width: 318px;
}
.print-order #my-orders-table tfoot {
    border-top: 1px solid #000;
}
.print-order #my-orders-table tbody tr td{
    padding-bottom: 10px;
}

.print-order #my-orders-table .subtotal .a-right,
.print-order #my-orders-table .shipping .a-right,
.print-order #my-orders-table .grand_total .a-right,.print-order #my-orders-table tfoot .a-right {
    padding-right: 70px;
}
.print-order #my-orders-table .subtotal td,
.print-order #my-orders-table .shipping td,
.print-order #my-orders-table .grand_total td {
    padding: 10px 0;
}
.print-order #my-orders-table .subtotal,
.print-order #my-orders-table .shipping,.print-order #my-orders-table tfoot {
    /*font-size: 20px;*/
}
.print-order #my-orders-table .subtotal td {
    padding: 20px 0 0 0;
}
.print-order #my-orders-table .shipping td {
    padding: 0 0 10px 0;
}
.print-order #my-orders-table .grand_total {
    /*font-size: 24px;*/
}

