/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @category  Symmetrics
 * @package   Symmetrics_Einsparshop
 * @author    symmetrics gmbh <info@symmetrics.de>
 * @author    Eric Reiche <er@symmetrics.de>
 * @copyright 2010 symmetrics gmbh
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      http://www.symmetrics.de/
 */
 
/* -- Blocks: total_savings -- */

.total_savings { 
    position: absolute;
    background: url(../images/main/saveexpensescounter_up.png) repeat-y right;
    top: 0 !important;
    right: 0 !important;
    width: 475px;	
    height: 24px;
    text-align: right;
    padding: 5px 15px 0 0; 
}

.total_savings a { color: #4B4B4B; }

/* -- Blocks: save_potential -- */

.block-save_potential {
    position: absolute;
    top: 36px;
    left: 36px;
    width: 900px;
}

.block-save_potential .block-title {
    float: left;
    width: 173px;
    height: 23px;
}

.block-save_potential .block-title h2 a {
    display: block;
    background: url(../../einsparshop/images/icon_cart.png) 0px 3px no-repeat;
    height: 25px;
    width: 140px;
    float: left;
    text-align: right;
}

.block-save_potential .block-title a {
    color: #fff;
}

.block-save_potential .block-content {
    width: 670px;
    height: 23px;
    border-left: 0;
    border-top: 1px solid #6b8700;
    float: left;
    padding: 0 17px 0 17px;
    line-height: 23px;
}

/* -- checkout_cart -- */
.checkout-cart-index .product-name { width: 228px; }

#shopping-cart-table .item-options { position: relative; }

.sp_k, .sp_e { position: absolute; top: -18px; font-weight: normal; text-align: right; width: 90px; }
.sp_e { left: 252px; }
.sp_k { left: 332px; }

.save_cart_header { margin-left: 210px; }

.checkout_total_savings {
    background: #eff5d6;
    border: 1px solid #6b8700;
    width: 350px;
    padding: 8px 10px 8px 10px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 185px;
}

.checkout_total_descr { display: inline-block; width: 195px; }
.checkout_total_euro { display: inline-block; width: 55px; text-align:right; margin-left: 13px; }
.checkout_total_kg { display: inline-block; width: 82px; text-align:right; }

/* Specified pages ========================================================== */

.checkout-onepage-index .sp_k,
.checkout-onepage-index .sp_e,
.checkout-onepage-index .save_cart_header { display: none; }


/*--- saveexpensescounter ----------------------------------*/
.block-save_potential { left: 25px; }
.total_savings {
    
}
.total_savings a { color: #583200 ; }
.checkout_total_savings { background:#fcf4ea !important; border-color: #1e1a70; }
.block-save_potential .block-content { border-color: #b76900 ; }

