@charset "utf-8";
/*************************************************************
                       CSS PROCESS RESA
*************************************************************/
/*ECRAN */
@media screen {

/* Paiement 
**************************************************************/
#PaymentSelection .PaymentListContainer { text-align:left; width:700px;} 	
#PaymentSelection .PaymentList .lbl { }
#PaymentSelection ul.PaymentList { margin:0; padding:0 0 10px 35px; width:270px;}
	
#PaymentSelection li.Payment {
	display:table; height:50px; line-height:52px; list-style-image:none; list-style-position:outside; list-style-type:none;
	margin:0; padding:0; vertical-align:middle;
}
#PaymentSelection div.lbl { float:left; font-weight:bold; margin:2px; width:60px; }
#PaymentSelection div.img { float:left; margin:2px; margin-top:10px; width:100px; text-align:left;}
#PaymentSelection div.inputs { float:left; margin:2px; width:20px; height:52px; vertical-align:middle;}
	#PaymentSelection div.inputs .paymentInput { margin-top:15px;}
#PaymentSelection li.input {width:20px;}
#PaymentSelection div.btOnlinePayment { text-align:center; margin-left:-60px;}
 *html #PaymentSelection div.btOnlinePayment { text-align:center; margin-left:0px;}
 *+html #PaymentSelection div.btOnlinePayment { text-align:center; margin-left:0px;}
#instanceCtrlContent_usrPaymentSelection_btValidPayment { font-weight:bold; cursor:pointer; }

/************************************************************************************/

}
