/* ------------------------------------------------------------ */
/* 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/2235/images/objects/payments/amazon-payment.gif);
	background-color: #ffffff;
}	  		   

#backSelection {
    
    position: relative;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 135px;
	height: 31px;
	cursor: pointer;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	background-image: url(http://images.esellerpro.com/2235/images/objects/buttons/button-bg.gif);

}

#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/2235/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/2235/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/2235/images/objects/payments/paypal.gif);
	background-color: #ffffff;
}
