#logo_right, #header_navs, #banner, 
#secondary, #footer, .add_to_cart,
#order_form, .dnone{
    display: none;
}
#navigation li, #navigation div, #submit{
    list-style: none;
    display: inline;
}
#breadcrumbs li{
    display: inline;
}

img{
    border: none;
}


/********************************************
        PRINT CART STYLES
********************************************/
#content table {
    line-height: 1.2;
    margin-bottom: 20px;
}
thead {
    border-bottom: 2px solid #D2EBB7;
}

#checkout_cart, #checkout_actions{
    width: 100%;
}
#checkout_cart th{
    background-color: #ECF7E1;
    color:#000000;
    padding:2px 5px;
    text-align:left;
}
#checkout_cart tbody td {
    border-bottom:1px dashed #DCD2DB;
    padding:5px;
}
#checkout_cart .totalprice{padding:2px 5px;}
#checkout_cart th.price, #checkout_cart td.print, #checkout_cart td.auth_code,
#checkout_cart td.product_price, #checkout_cart td.product_subtotal,
#checkout_cart td.totalprice, .aright{
    text-align: right;
}
#shopping_cart td.totalprice, #checkout_cart td.totalprice  {
    border: 0;
    font-weight: bold;
    padding-top: 10px;
}
#checkout_actions .auth_code { width: 260px; }
.auth_code{
    border-top: 2px solid #D2EBB7;
    padding: 10px 0;
}