/* GP WebPay payment module CSS **************************** */
/* PrestaShop 1.6.x */

/* Formatting offered payment on Checkout page */
p.payment_module a.gpwebpay {
    background: url("../img/gpwebpay-64.png") no-repeat scroll 15px 12px #fbfbfb;
}
p.payment_module a.gpwebpay:after {
    color: #777777;
    content: "\f054";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    margin-top: -11px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}
p.payment_module a:hover { background-color: #f6f6f6; }

ul.currency_list { margin-left: 20px; list-style-type: circle; }

/* Payments icons on Checkout page */
#order-opc #center_column .cards_block {display:block; height: 30px; margin-top: 8px;}

/* Payments icons on Product detail page */
.box-security { text-align: center; }
.box-security img { margin-bottom: 10px; }

/* Payments icons on Left / Right column */
.payment_logo_block { display:block; text-align:center; }
.payment_logo_block img { margin: 6px 0; }

img.payment_logo { float: right; }
p.red-text {
    color: #cc0000;
}
img.gpwebpay_payment_logo {
    float: right;
    margin-left: 15px;
}