/**
 * Paybox PrestaShop Module
 *
 * Feel free to contact Paybox at support@paybox.com for any
 * question.
 *
 * LICENSE: This source file is subject to the version 3.0 of the Open
 * Software License (OSL-3.0) that is available through the world-wide-web
 * at the following URI: http://opensource.org/licenses/OSL-3.0. If
 * you did not receive a copy of the OSL-3.0 license and are unable 
 * to obtain it through the web, please send a note to
 * support@paybox.com so we can mail you a copy immediately.
 *
 * @author Olivier - BM Services (http://www.bm-services.com)
 * @copyright 2012-2014 Paybox
 * @license http://opensource.org/licenses/OSL-3.0
 * @link http://www.paybox.com/
 * @since 2
 **/

.paybox_epayment_module a  {
	background: 25px center no-repeat #fbfbfb;
}

.paybox_epayment_module a:after, .paybox_epayment_3x a:after {
	display: block;
	content: "\f054";
	position: absolute;
	right: 15px;
	margin-top: -11px;
	top: 50%;
	font-family: "FontAwesome";
	font-size: 25px;
	height: 22px;
	width: 14px;
	color: #777777;	
}

p.paybox_epayment_3x {
	display: block;
	border: 1px solid #d6d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 17px;
	line-height: 23px;
	color: #333333;
	font-weight: bold;
	padding: 33px 40px 34px 99px;
	letter-spacing: -1px;
	position: relative;
	background: 25px center no-repeat #fbfbfb;
}
p.paybox_epayment_3x a{
    display: block;
    border: 1px solid #D6D4D4;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #333;
    font-weight: bold;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative;
}
span.annonce_payment {
    display: block;
    border-radius: 4px;
    font-size: 17px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    padding-top: 10px;
    color: #333;
    font-weight: bold;
    letter-spacing: -1px;
    position: relative;
    margin-bottom: 15px;
    /* vertical-align: top; */
}

.box.payment_module{
    border: 1px solid #D6D4D4;
    border-radius: 5px;
    padding: 10px;
    background-color: #FBFBFB;
    margin-bottom: 10px;
}
.payment_module {
	margin-bottom: 10px;
}

/*p.paybox_epayment_3x a {
	padding: 0.5em;
	position: static;
	margin: 0.5em;
	}*/
/*.paybox_epayment_3x a:after {
	display: block;
	content: "\f054";
	position: absolute;
	right: 65px;
	margin-top: -25px;
	font-family: "FontAwesome";
	font-size: 25px;
	height: 22px;
	width: 14px;
	color: #777777;	
}*/
