/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.art-error {
    text-align: center;
    padding: 20px;
    background: #f13333;
    color: #fff;
    font-size: 120%;
}
.art-error a {
	color: #fff;
}
.art-error a:hover {
	color: #ff0;
}

p.art-denug {
    padding: 1;
    color: #c50101;
    font-weight: 700;
    text-align: -webkit-center;
}

.art-order {
    padding: 20px;
    border: 1px #1fa506 solid;
    background: #43b456;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 120%;
}

.box {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    padding: 14px 18px 13px;
    margin: 0 0 30px 0;
    line-height: 23px;
}

span.art-label-cd {
    font-weight: 700;
    text-transform: uppercase;
}

.art-form-pagamento {
    padding: 20px;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
	background: #f6f6f6;
}

a.art-button-return {
    font-weight: 700;
    margin-right: 20px;
}

.art-exclusive_large {
    
    background: #2b5ca8;
    padding: 10px 20px 10px 20px;
    color: #fff;
    border: 1px #fff solid;
	text-transform: uppercase;
}

.art-exclusive_large:hover {
   
    background: #003366;
    padding: 10px 20px 10px 20px;
    color: #fff;
    border: 1px #fff solid;
	text-transform: uppercase;
}

.art_product_buttons {
    text-align: center;
}

p.payment_cartadocente a {
    display: block;
    border: 1px solid #d6d4d4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #333;
    font-weight: bold;
    padding: 20px 40px 24px 20px;
    letter-spacing: -1px;
    position: relative;
}


.payment_cdimg {
	margin-right: 20px;
}

.payment_cdtext {
	font-weight: bold;
    color: #777;
}

p.istro-buono {
    font-size: 80%;
}


.art-order p {
    color: #fff !important;
}

.art-error p {
    color: #fff !important;
}

.banner18app-block {
    background: #fff;
    margin: 10px 0 10px 0;
    padding: 1.25rem;
}

.banner18app-block img {
    margin-bottom: 10px;
}