#compBody {
    margin: 50px 0 0;
}
#compBody #compBodyHeader {
    
}
#compBody #compBodyHeader #compBodyFooter {
    
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent {
    
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .topContentComposants {
    
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants {
    
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .ligneAccueilContent1 {
    
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .ligneAccueilContent1 .colonneAccueilContent1 {
    
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .bottomContentComposants {
clear: both;
}

/*------------------------------------*\
    #GENERALE
\*------------------------------------*/
.titleContent {
    color: #000;
    font-family: "Oswald",sans-serif;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
}
.descContent {
   background: url("../image/tetiere.gif") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    text-align: left;
    text-indent: 10px;
}
.nameElement {
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-align: left;
    color:#666;
    display:block;
}
.dateElement {
    font-size: 12px;
    display:block;
}
.infoElement {
    color: #000000;
    font-size: 12px;
    text-align: justify;
}
.titleComposants {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

/*------------------------------------*\
    #PAGE ACCUEIL - LISTE FILTRE
\*------------------------------------*/
#compListeFiltre1 {
    margin-bottom: 1px dotted #ccc;
}
.compListeFiltre a {
    text-decoration:none !important;
    border-bottom: 3px solid #000;
    display: block;
    float: left;
    margin: 0 0 20px;
    padding-bottom: 10px;
    }
.compListeFiltre img {
    float: left;
    height: 110px;
    margin-left: 0;
    margin-right: 20px;
    padding: 0;
    width: 110px;
    }
.compListeFiltre p {
    float: left;
    width: 350px;
    }

/*--------------------------------------------------------------------------------------------*\
                                         #PAGE COMPTE
\*--------------------------------------------------------------------------------------------*/
#pageCompte #compBody {
    float: left;
    margin: 20px 0;
    width: 100%;
}
#pageCompte #compBody #compBodyHeader #compBodyFooter {
}
/*------------------------------------*\
    #TITRE
\*------------------------------------*/
#pageCompte .titleContent {
    display: none;
}

/*------------------------------------*\
    #NAVIGATION
\*------------------------------------*/
.ongletContent {
    display: block;
    margin: 20px 0 80px;
}
.ongletContent a {
    display: block;
    float: left;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    width:33%;
}
.ongletContent a span {
    display: block;
    font-size: 12px;
}
a.onglet{
   background: #D8D8D8; 
    color: #000;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    padding: 15px 0;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;  
}
a.onglet:hover{
    background: #969696; 

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;  
}
.ongletContent a.ongletSelected {
    background: #000;
    display: block;
    font-size: 11px;
    font-weight: normal;
    padding: 15px 0;
    text-align: center;
    color:#F8E409;
}
.ongletContent a span.ongletLibelle {
    font-size: 17px;
    text-transform:uppercase;
}
/**
 * Transaction active
 */
.ongletContent a#transactionsActives{
    float:left;
    margin:0;
}
/**
 * Transaction solder
 */
.ongletContent a#transactionsSoldees{

}
/**
 * Mon compte
 */
.ongletContent a#monCompte {
    display: block;
    float: right;
    text-align: center;
    text-decoration: none;
    width: 34%;
    margin: 0;
}

/*------------------------------------*\
    #RECHERCHE
\*------------------------------------*/
#pageCompte .rechercheCompteDigitick {
    clear: both;
    color: #666666;
    margin: 10px 0 20px;
    padding: 10px 0 0;
    width: 100%;
}
#pageCompte .rechercheCompteDigitick span {
}
/**
 * Champ de recherche
 */
#pageCompte .zoneRecherche {
    display: inline-block;
    margin: 10px 0 20px 0;
}
#pageCompte .zoneRecherche input {
    background: #fff;
    border: 1px solid #000;
    font-size: 11px;
    height: 23px;
    width: 90px;
}
#pageCompte .zoneRecherche #calContent{
    display:inline; 
}
#pageCompte .zoneRecherche #calContent input.cal {
    background:url("../image/bg_cal.gif") no-repeat scroll right 0 #FFFFFF;
    font-size: 11px;
    width: 60px;
    height:18px;
}
#pageCompte .zoneRecherche #calContent img#flecheCal {
    vertical-align:top;
}
#pageCompte .zoneRecherche select{
    font-size: 11px;
    margin: 0 5px 0 0;
    width: 250px;
}
/**
 * Champ de recherche - BOUTONS
 */
#pageCompte .zoneRecherche button{
    background: #000 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline;
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
    padding: 5px 3px;
    text-transform: uppercase;
    transition: all 1s ease-in-out 0s;
}
#pageCompte .zoneRecherche button:hover{
    color: #F8E409;
}
#pageCompte .zoneRecherche button#rechercheCancel {
    width:25px;    
}

/**
 * Trie
 */
#pageCompte .zoneTri {
    display: inline-block;
    float: right;
    margin: 10px 0 20px;
}
#pageCompte .zoneTri select{
    width:120px;
}

/*------------------------------------*\
    #MON COMPTE - BOUTON VALIDE
\*------------------------------------*/
#pageCompte .validContent{
    border-bottom: 3px solid #000;
    overflow: auto;
    margin: 50px 0;
}
#pageCompte .validContent input.valid{
    padding: 8px 30px 4px 30px;
    display: block;
    background: #000;
    clear: both;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#pageCompte .validContent input.valid:hover{
    color: #F8E409;
}

/*--------------------------------------------------------------------------------------------*/


/*------------------------------------*\
    #BANDEAUX ETAT
\*------------------------------------*/
.bandeauEtat {
    background-position: -3px -5px !important;
    background-size: 116px auto !important;
    display: block;
    height: 110px;
    margin: 0;
    position: absolute;
    width: 110px;   
}



/*------------------------------------*\
    #ETAPE 1 - BOUTONS
\*------------------------------------*/
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer {
    display: block;
    float: right;
    margin: 60px 0 0;
}
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent {
    display: inline-block;
    margin-left: 20px;
    text-align: center;
}
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent .btSubmit#submitFinaliser,
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent .btSubmit#submitPanier {
    background: #000;
    clear: both;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent .btSubmit#submitFinaliser {
    background: #000 url("../image/fleche_bouton.jpg") no-repeat scroll 147px 10px / 16px auto;
    display: block;
    float: right;
    padding: 8px 20px 7px 0;
    width: 181px;
}
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent .btSubmit#submitPanier { 
    padding: 8px 23px 7px 23px;
}
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent .btSubmit#submitPanier {
    float: left;
}
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent .btSubmit#submitFinaliser:hover {
    color: #F8E409;
    background: #000 url("../image/fleche_bouton_hover.jpg") no-repeat scroll;
    background-position: 147px 10px;
    background-size: 16px auto;
}
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent .btSubmit#submitPanier:hover {
    color: #F8E409;
}
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer #submitChoix {
    display: none;
}

/*------------------------------------*\
    #ETAP 1 - DESCRIPTION TARIFS
\*------------------------------------*/
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .descContent {
}

/*------------------------------------*\
    #ETAP 2 - VALIDATIONS
\*------------------------------------*/
#pageEtape2 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .validContent {
    height: 75px;
    margin-bottom: 10px;
    padding:0 0 0px 0;
}
#pageEtape2 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .validContent input {
    background: #f5f6f6;
    height: 30px;
    margin: 15px auto;
    text-align: center;
    width: 194px;
    cursor: pointer;
    color: #666;
    display: block;
    font-size:14px;
    line-height:30px;
    text-decoration: none;
    text-transform: uppercase;  
            
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#pageEtape2 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .validContent input:hover {
    font-size:13px;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;   
}

/*------------------------------------*\
    #ETAP 3 - PLATFORME DE PAYMENT
\*------------------------------------*/
#compBodyContent.contentComposants div.dataContentComposants div#contenuformulaire .contentComposants .topContentComposants {
    margin-bottom: 10px;
}

#pageEtape3 #infoformulaire #securite span {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-left: 0;
    margin-top: 7px;
    text-align: left;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite span#titleSecurite {
    display: block;
}
#pageEtape3 #infoformulaire #securite span img{
    max-width:240px;
}
#pageEtape3 #infoformulaire #securite span a { 
    margin-left: 4px; 
    text-decoration: underline; 
    font-weight: bold; 
    line-height: 23px;
}
#pageEtape3 #infoformulaire {
    font-size: 12px;
    padding: 0;
    text-align: left;
    width: 100%;
}
#pageEtape3 #infoformulaire #securite {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    width:45%;
}

/*------------------------------------*\
    #ETAP 3 - RECAP
\*------------------------------------*/
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #recapAchat {
    background: #000;
    font-size: 16px;
    margin:0 0 50px;
    padding: 9px 0;
    text-align: left;
    width: 100%;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-indent: 20px;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #recapAchat #libelleRecapAchat { 
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #recapAchat #infoRecapAchat {
}

/*------------------------------------*\
    #ETAP 3 - PAIMENT
\*------------------------------------*/
#pageEtape3 #contenuformulaire .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr .tableColonne1 {
    text-align: right;
    padding-right: 10px;
}
#pageEtape3 #contenuformulaire .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr .tableColonne2 #typeCB {
    width: 150px;
}
#pageEtape3 #contenuformulaire .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr .tableColonne2 #champ0,
#pageEtape3 #contenuformulaire .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr .tableColonne2 #cvvCB {
    width: 146px;
}
#pageEtape3 #contenuformulaire .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr {
    height: 30px;
}
#pageEtape3 #contenuformulaire .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr .tableColonne2 #anneeCB,
#pageEtape3 #contenuformulaire .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr .tableColonne2 #moisCB {
    width: 70px;
    margin-right: 10px;
}

/*------------------------------------*\
    #ETAP 3 - CONFIRM CGV
\*------------------------------------*/
#pageEtape3 #contenuformulaire .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr:nth-child(5) {
    height: 90px;
}
#pageEtape3 #contenuformulaire .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr .cgv {
    color: #000;
    text-decoration: underline;
}

#pageEtape3 #contenuformulaire .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr:nth-child(6) span {
    margin: -15px 0 20px;
    display: block;
}

/*------------------------------------*\
    #ETAP 3 - BOUTONS
\*------------------------------------*/
#pageEtape3 #contenuformulaire .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr:last-child td {
    border-bottom: 3px solid #000;
}

#pageEtape3 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr #rowSubmitEtape3 .btSubmit,
#pageEtape3 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr #rowSubmitEtape3 a {
    padding: 8px 30px 4px 30px;
    display: block;
    background: #000;
    clear: both;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#pageEtape3 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr #rowSubmitEtape3 a {
    margin: 0 0 0 187px;
    padding-bottom: 7px;
    position: absolute;
}
#pageEtape3 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr #rowSubmitEtape3 .btSubmit {
    width: 255px;
    padding: 8px 0 4px;
}
#pageEtape3 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr #rowSubmitEtape3 .btSubmit:hover,
#pageEtape3 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr #rowSubmitEtape3 a:hover {
    color: #F8E409;
}
#pageEtape3 .ligneContent2 .compPaiement3DSecure .formulairePaiement #nouvelleCB tbody tr #rowSubmitEtape3 a {
    margin-right: 30px;
}

/*------------------------------------*\
    #ETAP 3 - PAYMENT
\*------------------------------------*/
#pageEtape3 #infoformulaire #moyenPaiement {  

    display: none;

    float: right;
    font-size: 11px;
    margin-bottom: 18px;
    margin-right: 0;
    width: 50%;
}
#pageEtape3 #infoformulaire #moyenPaiement #titleMoyenPaiement {
    background: url("../image/cadenas.png") no-repeat scroll 1px 50% transparent;
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 4px 0 4px 4px;
    padding: 14px 0px 10px 25px;
}
#pageEtape3 #infoformulaire #moyenPaiement a:last-child {
    color: #1BBC9B;
    display: block;
    float: right;
    font-weight: bold;
    margin-left: 28px;
    margin-top: 5px;
    text-decoration: underline;
    text-indent: 35px;
}
#pageEtape3 #infoformulaire #moyenPaiement a#moyenPaiementCB { 
    background: url("../image/CB.png") no-repeat;
    color: #333;
    font-weight: bold;
    margin: 0 0 0 29px;
    padding: 0 0 0 27px;
    text-decoration: underline;
}

#pageEtape3 #infoformulaire #moyenPaiement a#moyenPaiementPaypal { 
    background: url("../image/paypal.png") no-repeat;
}

#pageEtape3 #infoformulaire #recapAchat { 
    clear: both;
    color: #fff;
    display: block;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite span img {
    float: left;
    margin: 0px;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement {
    width: 312px;
    height: 44px;
    margin: 20px 15px 20px 343px;
    padding: 10px;
    font-size: 11px;
    background: url("../image/pageEtape3_Bg_Options_Paiement.gif") no-repeat left top;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement #titleMoyenPaiement {
    display: block;
    float: left;
    width: 130px;
    height: 44px;
    padding-left: 40px;
    line-height: 22px;
    background: url("../image/pageEtape3_Ico_Cadenas.png") no-repeat left center;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement a {
    display: block;
    float: right;
    clear: right;
    width: 120px;
    height: 22px;
    line-height: 22px;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-indent: 30px;
    text-decoration: none;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement a#moyenPaiementCB {
    background: url("../image/pageEtape3_Ico_CB.gif") no-repeat left center;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement a#moyenPaiementPaypal {
    background: url("../image/pageEtape3_Ico_Paypal.gif") no-repeat left center;
}

/*------------------------------------*\
    #ETAP 4 - DESCRIPTION
\*------------------------------------*/
#pageEtape4 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .descContent {
    color: #000;
    font-family: "Oswald",sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: inherit;
    margin: 15px 0 50px;
    text-indent: 0;
    text-transform: uppercase;
    width: 100%;
    position: relative;
}
#pageEtape4 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .descContent:after {
    border-bottom: 5px solid #000;
    content: " ";
    display: block;
    right: 0;
    margin-top: -15px;
    position: absolute;
    width: 300px;

}

/*------------------------------------*\
    #PAGE GESTION STRUCTURE
\*------------------------------------*/
#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants {
}
#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants {
}
#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants #titleGestionStructureModif {
    color:#FFFFFF;
    font-weight:bold;
    line-height:26px;
    margin-top:10px;
    padding-left:5px;
}
#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .titleLineStructure {
    display:block;
    width:200px;
    float:left;
    clear:left;
    font-weight:bold;
    margin:2px 0;
}
#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants form {
    padding-top:10px;   
}
#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .valueLineStructure input,
#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .valueLineStructure select {
    margin:3px 0px;
    background:url("../image/css_champ.gif") repeat-x scroll 0 center #FFF;
    width:180px;
    line-height:20px;
    font-size:12px;
}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .borderBottom  {
    text-align:center;  
}
#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .valueLineStructure input#validStructureForm {
    background:url("../image/BT_valider_SMALL.gif") no-repeat scroll 0 0 transparent;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    font-size:13px;
    font-weight:bold;
    height:36px;
    padding-left:15px;
    text-transform:uppercase;
    width:170px;
    margin:20px 0;
}

/*------------------------------------*\
    #PayZen
\*------------------------------------*/
.compPaiementPayZen #payzen .tableColonne1 > a {
    position: relative;
    display: block;
    width: 185px;
    height: 40px;
    margin: 20 auto;
}
.compPaiementPayZen #payzen .tableColonne1 > a img {
    display: none;
}
.compPaiementPayZen #payzen .tableColonne1 > a:before {
    content: ' ';
    display: block;
    background: url(../image/Payzen-by-OSB.png) no-repeat;
    height: 40px;
    width: 60px;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 20px;
    background-position: center;
}
.compPaiementPayZen #payzen .tableColonne1 > a:after {
    content: 'PAYER AVEC PAYZEN';
    display: block;
    width: 185px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    padding: 0 20px;
    color: #000;
    border: 1px solid #a3a3a3;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4c4cb+0,f0f1f4+100 */
    background: rgb(196,196,203); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(196,196,203,1) 0%, rgba(240,241,244,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(196,196,203,1) 0%,rgba(240,241,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(196,196,203,1) 0%,rgba(240,241,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4cb', endColorstr='#f0f1f4',GradientType=0 ); /* IE6-9 */
}
#payzen label a.cgv {
    color: #000;
    text-decoration: underline;
}
