﻿.text_payment {
    border: 1px solid #cccccc;
    height: 30px;
    width: 100%;
    padding: 5px 5px 5px 5px;
    outline: none;
    background: #ffffff;
    color: #292929;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    
} 
.text_payment.amount { width:100%; }
.text_payment_area{
    border: 1px solid #cccccc;
    height: 280px;
    width: 100%;
    padding: 5px 5px 5px 5px;
    outline: none;
    background: #ffffff;
    color: #292929;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.lbl_payment { color:#292929;line-height: 25px; }
.ddl_payment{
    border: 1px solid #cccccc;
    height: 43px;
    width: 100%;
    padding: 10px 5px 5px 5px;
    background: #ffffff;
    color: #292929;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.ddl_payment.currency { width:100%; }
.errmsgPayment{color: red;font-style: italic;font-size: 11px;}
.trSplitter {height:10px;width:100%;}
.tdBtnPayOnline{height: 80px;width: 340px;margin: auto;padding-top: 40px;display:block;}

.divLeftContainer {width:230px; float:left;}
.divRightContainer {width:730px; float:right;background-color:#fff;position:relative;}
.divRightContainerInner{padding:0px 0px 50px 40px}

.divPayWithCash{display:none;}
.divPayWithCreditCard{display:none;}

.divPaymentMethodName {font-weight: 700; font-size: 16px; color: #222831;}
.iconCC {background:url('../img/usr/icon-pay-with-credit-card.png') no-repeat; padding-left:45px; padding-top:7px; height: 40px; border-bottom: 1px dotted #fff; margin-bottom: 10px;}
.iconCash {background:url('../img/usr/icon-pay-with-cash.png') no-repeat; padding-left:45px; padding-top:7px; height: 40px; border-bottom: 1px dotted #fff; margin-bottom: 10px;}

.tblBillCreditCard {background:#ddd url('../img/usr/bg-repeater-left-bnn-online-payment.png') repeat-x bottom; width:100%;padding: 15px 10px 30px 10px;cursor:pointer;}
.tblBillCash {background:#ddd url('../img/usr/bg-repeater-left-bnn-online-payment.png') repeat-x top; width:100%;padding: 15px 10px 30px 10px;cursor:pointer;}
.tblBillCreditCard:hover ,.tblBillCreditCard.active,
.tblBillCash:hover ,.tblBillCash.active {background-color:#fff100;}
.payonlineTbl {width:100%;}
.payonlineTblForm {width:100%;}
.payonlineTblForm td.tdLabel {width:200px}

.divPaymentTypeSelection {padding: 0px 0px 0px 0px; width:230px;}
.divPaymentTypeSelectionArrow {background: url('../img/usr/arrow-billing-selected.gif') 0 0 no-repeat; width: 10px; height: 20px; position: absolute; top: 0px; left: 0px;}
.tdText {line-height: 20px; text-align:justify;}

.divNotes {text-align:justify;}