/**
* Credit card offline payment
*
* NOTICE OF LICENSE
*
* This product is licensed for one customer to use on one installation (test stores and multishop included).
* Site developer has the right to modify this module to suit their needs, but can not redistribute the module in
* whole or in part. Any other use of this module constitues a violation of the user agreement.
*
* DISCLAIMER
*
* NO WARRANTIES OF DATA SAFETY OR MODULE SECURITY
* ARE EXPRESSED OR IMPLIED. USE THIS MODULE IN ACCORDANCE
* WITH YOUR MERCHANT AGREEMENT, KNOWING THAT VIOLATIONS OF
* PCI COMPLIANCY OR A DATA BREACH CAN COST THOUSANDS OF DOLLARS
* IN FINES AND DAMAGE A STORES REPUTATION. USE AT YOUR OWN RISK.
*
*  @author    idnovate.com <info@idnovate.com>
*  @copyright 2014 idnovate.com
*  @license   See above
*/

#payment_form {
	padding: 15px;
	border: 1px solid #CCC;
	color: black;
	background: #F8F8F8;
	overflow: hidden;
}

#payment_form label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}

#payment_form p {
	margin-bottom: 4px;
}

#payment_form p.text input {
	padding: 0 5px;
	height: 22px;
	width: 260px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #666;
	display: block;
}

#payment_form p.select select {
	padding: 0 5px;
	height: 22px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #666;
	display: block;
}

#payment_form p.select select {
	width: auto;
	display: inline-block;
}

#payment_form p.text,
#payment_form .required {
	color: #222;
}

#payment_form #errorDiv {
	margin-bottom: 15px;
}

#payment_form h3 {
	font-size: 13px;
	text-align: center;
}

#payment_form div.payment_buttons {
	text-align: center;
}

#payment_form .image-hint {
	display: inline-block!important;
}

#payment_form p.cart_navigation {
	padding: 10px 0;
}

p.payment_module a.creditcard: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;
}

p.payment_module a.creditcard {
	background: url(../img/cards.png) 15px 15px no-repeat #fbfbfb;
}