/* ------------------------------------------------------------ */
/* Payment Gateways */
/* ------------------------------------------------------------ */
/* Create payment buttons here.                                 */
/* ------------------------------------------------------------ */

/* ----- Bank Transfer Gateway ----- */

	.BankTransfer-Gateway {

		position: relative;
		float: left;	  

		margin: 20px 0 10px 20px;

		width: 95px;
		height: 65px;

		cursor: pointer;  

		background-image: url(http://images.esellerpro.com/1/images/objects/payments/bank-transfer.gif);  
		background-color: #ffffff;
	    
    }
    
    .BankTransfer-Gateway-Disabled {
	
		position: relative;
		float: left;	  

		margin: 20px 0 10px 20px;

		width: 95px;
		height: 65px;

		cursor: pointer;  

		background-image: url(http://images.esellerpro.com/1/images/objects/payments/bank-transfer-disabled.gif);  
		background-color: #ffffff;
		    
    }
    
/* ----- Credit Facility Gateway ----- */

	.CreditFacility-Gateway {

		position: relative;
		float: left;	  

		margin: 20px 0 10px 20px;

		width: 95px;
		height: 65px;

		cursor: pointer;  

		background-image: url(http://images.esellerpro.com/1/images/objects/payments/credit-account.gif);  
		background-color: #ffffff;
	    
    }
    
    .CreditFacility-Gateway-Disabled {
	
		position: relative;
		float: left;	  

		margin: 20px 0 10px 20px;

		width: 95px;
		height: 65px;

		cursor: pointer;  

		background-image: url(http://images.esellerpro.com/1/images/objects/payments/credit-account-disabled.gif);  
		background-color: #ffffff;
		    
    }

/* ----- CreditCard Checkout Gateway ----- */			 

    .CreditCard-Gateway {
    
        position: relative;
        float: left;	  
        
        margin: 20px 0 10px 20px;
        
        width: 95px;
        height: 65px;
        
        cursor: pointer;  
        
        background-image: url(http://images.esellerpro.com/1/images/objects/payments/credit-card-payment.gif);  
        background-color: #ffffff;
    
    }
    
    .CreditCard-Gateway-Disabled {

		position: relative;
		float: left;	  

		margin: 20px 0 10px 20px;

		width: 95px;
		height: 65px;

		cursor: pointer;  

		background-image: url(http://images.esellerpro.com/1/images/objects/payments/credit-card-payment-disable.gif);  
		background-color: #ffffff;

    }
    
/* ----- Google Checkout Gateway ----- */		    
    
    .Google-Gateway	{
    
        position: relative;
        float: left;	  
        
        margin: 20px 0 10px 10px;
        
        width: 95px;
        height: 65px;
        
        cursor: pointer; 
        
        background-image: url(http://images.esellerpro.com/1/images/objects/payments/google-checkout.gif);
        background-color: #ffffff;
        
    }
    
    .Google-Gateway-Disabled {
	    
		position: relative;
		float: left;	  

		margin: 20px 0 10px 10px;

		width: 95px;
		height: 65px;

		cursor: pointer; 

		background-image: url(http://images.esellerpro.com/1/images/objects/payments/google-checkout-disabled.gif);
		background-color: #ffffff;
	        
    }
    
/* ----- Paypal Checkout Gateway ----- */		
    
    .Paypal-Gateway {	 
    
        position: relative;
        float: left;	 
        
        margin: 20px 0 10px 10px;
        
        width: 95px;
        height: 65px;
        
        cursor: pointer;	
        
        background-image: url(http://images.esellerpro.com/1/images/objects/payments/paypal.gif);  
        background-color: #ffffff;
        
    }
    
    .Paypal-Gateway-Disabled {	 
	    
		position: relative;
		float: left;	 

		margin: 20px 0 10px 10px;

		width: 95px;
		height: 65px;

		cursor: pointer;	

		background-image: url(http://images.esellerpro.com/1/images/objects/payments/paypal-disabled.gif);  
		background-color: #ffffff;
	        
    }
    
    .Paypal-eBay-Gateway {	 
    
        position: relative;
        float: left;	 
        
        margin: 20px 0 10px 20px;
        
        width: 145px;
        height: 52px;
        
        cursor: pointer;	
        
        background-image: url(http://images.esellerpro.com/1/images/objects/payments/paypal.gif);  
        background-color: #ffffff;
        
    }