/*
* 2007-2015 PrestaShop
*
* 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.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@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2015 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

.donateong {
    background-color: #EEEEEE;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}

.donateong .title_block {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.donateong img {
    float: left;
    margin-right: 15px;
    width: 160px;
    height: 160px;
}

.donateong .donate_form {
    float: left;
}

.donateong_block {
    text-align: center;
}

/* ADMIN */
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-left: 1px solid #CCCCCC;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 21px ;
    height: 31px;
    line-height: 31px;
    border: 1px solid #CCCCCC;
    border-left: none;
    font-weight: bold;
    background: #EEEEEE;
    overflow: hidden;
    position: relative;
}

ul.tabs li:hover {
    background: #CCCCCC;
}   
 
ul.tabs li.active{
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.tab_container {
    border: 1px solid #999999;
    border-top: none;
    clear: both;
    float: left; 
    width: 100%;
    background: #FFFFFF;
}

.tab_content {
    background-color: #EBEDF4;
    border: 1px solid #CCCCCC;
    float: left;
    margin-top: 0;
    padding: 20px;
    width: 97%
}

.banner {
    height: 100px;
    float: right;
    margin-top: 10px;
}