p.payment_module a.cashondeliveryfee { background: url(../img/cashondelivery.jpg) 15px 50% no-repeat #fbfbfb; }

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

p.payment_module a.cashondeliveryfee: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;
}