/* ------------------------------------------------------------ */
/* Payment Gateways */
/* ------------------------------------------------------------ */
/* Create payment buttons here.                                 */
/* ------------------------------------------------------------ */

/* ----- 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/2189/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/2189/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/2189/images/objects/payments/paypal.gif);  
        background-color: #ffffff;
        
    }
    
    .Paypal-eBay-Gateway {	 
    
        position: relative;
        float: left;	 
        
        margin: 0 0 10px 20px;
        
        width: 145px;
        height: 52px;
        
        cursor: pointer;	
        
        background-image: url(http://images.esellerpro.com/2189/images/objects/payments/paypal.gif);  
        background-color: #ffffff;
        
    }
   