/**
 * 1997-2014 Quadra Informatique
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0) that is available
 * through the world-wide-web at this URL: http://www.opensource.org/licenses/OSL-3.0
 * If you are unable to obtain it through the world-wide-web, please send an email
 * to modules@quadra-informatique.fr so we can send you a copy immediately.
 *
 * @author Quadra Informatique <modules@quadra-informatique.fr>
 * @copyright 1997-2014 Quadra Informatique
 * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */

/* Payment */
p.be2bill > a > span:first-child {
    background: url('../img/be2bill_btn.png') 0px 0px no-repeat transparent;
    display:block;
    float:left;
    width:31px;
    height:28px;
}

p.be2bill > a:hover > span:first-child {
    background-position:0px -28px;
}

p.be2bill > a > span.btn_label {
    background: url('../img/be2bill_btn.png') 0px -56px repeat-x transparent;
    display:block;
    float:left;
    width:auto;
    height:28px;
    color: #FFF;
    line-height:28px;
    text-transform:none;
    font-weight: bold;
}

p.be2bill > a:hover > span.btn_label {
    background-position:0px -84px;
}

p.be2bill > a > span {
    background: url('../img/be2bill_btn.png') -31px 0px no-repeat transparent;
    display:block;
    float:left;
    width:9px;
    height:28px;
}

p.be2bill > a:hover > span {
    background-position:-31px -28px;
}

/* Payment execution & validation */

#module-be2bill-payment #left_column,
#module-be2bill-redirection #left_column,
#module-be2bill-submit #left_column {
    display: none;
}

#module-be2bill-payment #center_column,
#module-be2bill-redirection #center_column,
#module-be2bill-submit #center_column {
    width: 100%;
}

#module-be2bill-payment ul.be2bill-payment-description {
    margin: 0 0 15px 15px;
}

#module-be2bill-payment form p img {
    float:left;
    height: 49px;
    margin: 0px 20px 5px 0px;
    width: 86px;
}

#module-be2bill-submit iframe.be2bill-payment-iframe {
    display: block;
    height: 650px;
    width: 100%;
}

.be2bill_link:after{
    color: #777777;
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}

.be2bill_link, .be2bill_link16{
	background: url("../img/cards.jpg") no-repeat scroll 7px 30px #fbfbfb;
      font-family: OswaldMedium;
  font-size: 17px!important;
  font-weight: normal!important;
  text-transform: uppercase;
    padding: 33px 40px 34px 85px!important;
}
#HOOK_PAYMENT > div.row:nth-child(3n) .be2bill_link16 {
background: url("../img/payment_icon2.png") no-repeat scroll 7px 30px #fbfbfb;
  font-family: OswaldMedium;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
    padding: 33px 40px 34px 85px!important;
}
.be2bill_link16:after{
    color: #000;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}