/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * 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@mageworx.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 * or send an email to sales@mageworx.com
 *
 * @category   skin_default
 * @package    MageWorx_CustomerCredit
 * @copyright  Copyright (c) 2009 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
*/


.credit-payment h4 {
    background-image:url(../images/customercredit/icon-credit.gif);
    padding-left:23px;
    min-height:16px;
    color:#e26703;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
}

.box-account .credit-payment h2 {
    background-image:url(../images/customercredit/icon-credit.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #E65505;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding-left: 21px;
    text-transform: uppercase;
}

.box-account .box-credit-generate h2 {
    background-image:url(../images/customercredit/fam_money_add.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #E65505;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding-left: 21px;
    text-transform: uppercase;
}
.customcredit-list {
    overflow: hidden;
}
.customcredit-list li {
    float: left;
    margin-left: 20px;
}