/* ------------------------------------------------------------ */
/* Payment Gateways */
/* ------------------------------------------------------------ */
/* Create payment buttons here.                                 */
/* ------------------------------------------------------------ */

/* ----- Amazon Checkout Gateway ----- */

.Amazon-Gateway {
	position: relative;
	float: left;
	margin: 0 0 10px 20px;
	width: 191px;
	height: 50px;
	cursor: pointer;
	background-image: url(http://images.esellerpro.com/41/images/objects/payments/amazon-payment.gif);
	background-color: #000000;
}

#ProcessCheckout-Amazon-Payment { 
	position: relative;
	float: left;
	margin: 10px 0 10px 20px;
	cursor: pointer;
}

/* ----- CreditCard Checkout Gateway ----- */

.CreditCard-Gateway {
	position: relative;
	float: left;
	margin: 0 0 10px 20px;
	width: 191px;
	height: 50px;
	cursor: pointer;
	background-image: url(http://images.esellerpro.com/41/images/objects/payments/credit-card-payment.gif);
	background-color: #ffffff;
}

/* ----- Google Checkout Gateway ----- */

.Google-Gateway {
	position: relative;
	float: left;
	margin: 7px 0 10px 10px;
	width: 180px;
	height: 46px;
	cursor: pointer;
	background-image: url(http://images.esellerpro.com/41/images/objects/payments/google-checkout.gif);
	background-color: #ffffff;
}

/* ----- Paypal Checkout Gateway ----- */

.Paypal-Gateway {
	position: relative;
	float: left;
	margin: 0 0 10px 10px;
	width: 145px;
	height: 52px;
	cursor: pointer;
	background-image: url(http://images.esellerpro.com/41/images/objects/payments/paypal.gif);
	background-color: #ffffff;
}

