/* ------------------------------------------------------------ */
/* 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/2660/images/objects/payments/amazon-payment.gif);
	background-color: #000000;
}

#ProcessCheckout-Amazon-Payment { 
	position: relative;
	float: left;
	margin: 10px 0 10px 20px;
	cursor: pointer;
}

/* ----- Gateway ----- */

.Gateway{
	float: left;
	margin: 10px 0 0 10px;
	width: 182px;
	height: 115px;
	cursor: pointer;
}

.Gateway#Gateway-CreditCard{ margin: 10px 0 0 0; }

/* ----- CreditCard Checkout Gateway ----- */

#Gateway-CreditCard {
	background-image: url(http://images.esellerpro.com/2660/images/objects/payments/gateway-creditcard.png);
	background-color: transparent;
}

/* ----- Google Checkout Gateway ----- */

#Gateway-Google {
	background-image: url(http://images.esellerpro.com/2660/images/objects/payments/gateway-google.png);
	background-color: transparent;
}

/* ----- Paypal Checkout Gateway ----- */

#Gateway-Paypal {
	background-image: url(http://images.esellerpro.com/2660/images/objects/payments/gateway-paypal.png);
	background-color: transparent;
}
