
/* ************************************************************************************************
		addons payment bill
************************************************************************************************ */
p.payment_module a.bill {
      background: url(img/bill.png) 15px 12px no-repeat #ffe1b5; }
p.payment_module a.bill:hover {
      background-color: #f5bb81; }
 p.payment_module a.bill: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: #333; }


