/**
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 * @author    Matis Halmann <info@e-abi.ee>
 *
 * @copyright 2018 Aktsiamaailm LLC
 *
 * @license   http://en.e-abi.ee/litsentsitingimused
 */
/* 
    Created on : Jul 24, 2014, 3:42:16 AM
    Author     : Matis
*/

p.payment_module a.banklink:after {
    color: #777777;
    content: "";
    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.banklinkmaksekeskus {
    background: url("./banklinkmaksekeskus.gif") no-repeat scroll 15px 28px / 58px auto #fbfbfb;
}


p.payment_module a.banklink:hover {
    background-color: #f6f6f6;
}
