@charset "UTF-8";
#loading-mask .loader {
    background: none repeat scroll 0 0 #FFF4E9;
    border: 2px solid #F1AF73;
    color: #D85909;
    font-weight: bold;
    left: 50%;
    margin-left: -60px;
    padding: 15px 60px;
    position: fixed;
    text-align: center;
    top: 45%;
    width: 120px;
    z-index: 9999;
}

#loading-mask {
	font-size: 1.1em;
    background-color: transparent;
    border: 0 none;
    height: 100%;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#credit_cards, .credit_cards {
    float: left;
    border: 0;
    width: 120px;
    height: 27px;
    margin: -20px -10px 0 0;
}
#credit_cards img, .credit_cards img {
    width : 40px;
    border: 0;
    margin-top: 3px;
}

#widget_credit_cards, .widget_credit_cards {
    border: 0;
    width : 100%;
    height: 100%;
}
#widget_credit_cards img, .widget_credit_cards img {
    width     : 40px;
    border    : 0;
    margin-top: 3px;
}

#widget_logo_master_card {}
#widget_logo_master_card_secure{}
#widget_logo_visa{}
#widget_logo_visa_verified{}