/*  ----------------------------------------------------------------------------
    cart-table
----------------------------------------------------------------------------- */
.cart-table{
    width: 100%;
    border-collapse: collapse;
}
.cart-table tr{
    vertical-align: middle;
}
.cart-table th, .cart-table td{
    border: 1px solid #211612;
    font: normal 11px/13px Arial, Helvetica, sans-serif;
    padding: 5px;
    vertical-align: middle;
}
.cart-table th{
    background: #7A9623;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 5px;
}
.cart-table td{
    background-color:#372721;
    color: #CCBEA4;
    font-weight: bold;
    font-size: 11px;
}
.cart-table td a:link, .cart-table td a:visited{
    color: #C2D26F;
}
.cart-table td a:hover, .cart-table td a:active{
    color: #EDE2CF;
}
.cart-table tr.total-ht td{
    background: #DEDEDE;
    color: #000000;
}
.cart-table tr.tva td{
    background: #E7E7E7;
    color: #000000;
}
.cart-table tr.fdp td{
    background: #C1D43A;
    color: #221611;
    text-align: right;
}
.cart-table tr.total td{
    background: #7A9623;
    border-color: #211612;
    color: #FFFFFF;
    text-align: right;
    padding: 10px 5px;
}
.cart-table tr.total td a:link, .cart-table tr.total td a:active{
    color: #FFFFFF;
}
.cart-table tr.total td a:hover, .cart-table tr.total td a:visited{
    color: #FFFFFF;
}
.cart-table tr.cgv td{
    background: #000000;
    color: #FFFFFF;
}
/*  ----------------------------------------------------------------------------
    address-table
----------------------------------------------------------------------------- */

.address-table{ border-collapse: collapse;}
.address-table td, .address-table th{
    border: 1px solid #533E37;
    font-size: 11px;
    padding: 5px;
    text-align: left;
}
.address-table thead th{
    background: #6A4D3D;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
}
.address-table tbody th{
    background: #37261E;
    color: #FFFFFF;
}
.address-table td{
    padding: 5px;
    background: #2A1C17;
    color: #CCBEA4;
}
.address-table td a:link, .address-table td a:visited{
    color: #00BFC2;
}
.address-table td a:hover, .address-table td a:active{
    color: #000000;
}
.address-table input{
    width: 240px;
}
.address-table textarea{
    width: 240px;
}
.address-table select{
    width: 254px;
    font-weight: normal;
}
#txtAdresseID{
    float: right;
}
/*  ----------------------------------------------------------------------------
    commands-table
----------------------------------------------------------------------------- */
.commands-table th{
    background-color: #2A1C17;
    border: 1px solid #533E37;
    color: #CCBEA4;
    font-size: 12px;
    padding: 2px 5px;
    font-weight: bold;
}
.commands-table td{
    background-color: #37261E;
    border: 1px solid #533E37;
    color: #CCBEA4;
    font-size: 11px;
    padding: 3px 5px;
    text-align: center;
    vertical-align: middle;
}
.commands-table td a:link, .commands-table td a:visited{
    color: #C2D26F;
}
.commands-table td a:hover, .commands-table td a:active{
    color: #EDE2CF;
}
/*  ----------------------------------------------------------------------------
    Cart bar
----------------------------------------------------------------------------- */
#cart-bar{
    float: left;
    padding: 0 0 16px 0;
}
/*  ----------------------------------------------------------------------------
    Cart bar > Mon panier
----------------------------------------------------------------------------- */
/*  Cart bar > Mon panier > FR
----------------------------------------------------------------------------- */
.txtpanier, .txtpanier_over, .txtpanier_selected{
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
    display: inline;
	width: 97px;
	height: 94px;
    margin: 0 16px 0 0;
}
.txtpanier{
	background-image:url(../images/bar/btn-panier-checked.gif);
}
.txtpanier_over{
	background-image:url(../images/bar/btn-panier.gif);
}
.txtpanier_selected{
	background-image:url(../images/bar/btn-panier-select.gif);
}
.txtpanier_selected:hover{
	/* background-image:url(../images/bar/btn-panier-checked.gif); */
}

/*  ----------------------------------------------------------------------------
    Cart bar > Identification
----------------------------------------------------------------------------- */
/*  Cart bar > Identification > FR
----------------------------------------------------------------------------- */
.txtidentification, .txtidentification_over, .txtidentification_selected{
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
    display: inline;
	width: 97px;
	height: 94px;
    margin: 0 16px 0 0;
}
.txtidentification{
	background-image:url(../images/bar/btn-identification-checked.gif);
}
.txtidentification_over{
	background-image:url(../images/bar/btn-identification.gif);
}
.txtidentification_selected{
	background-image:url(../images/bar/btn-identification-select.gif);
}
.txtidentification_selected:hover{
	/* background-image:url(../images/bar/btn-identification-checked.gif); */
}

/*  ----------------------------------------------------------------------------
    Cart bar > Recapitulatif
----------------------------------------------------------------------------- */
/*  Cart bar > Recapitulatif > FR
----------------------------------------------------------------------------- */
.txtrecapitulatif, .txtrecapitulatif_over, .txtrecapitulatif_selected{
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
    display: inline;
	width: 97px;
	height: 94px;
    margin: 0 15px 0 0;
}
.txtrecapitulatif{
	background-image:url(../images/bar/btn-recapitulatif-checked.gif);
}
.txtrecapitulatif_over{
	background-image:url(../images/bar/btn-recapitulatif.gif);
}
.txtrecapitulatif_selected{
	background-image:url(../images/bar/btn-recapitulatif-select.gif);
}
.txtrecapitulatif_selected:hover{
	/* background-image:url(../images/bar/btn-recapitulatif-checked.gif); */
}

/*  ----------------------------------------------------------------------------
    Cart bar > Paiement
----------------------------------------------------------------------------- */
/*  Cart bar > Recapitulatif > FR
----------------------------------------------------------------------------- */
.txtpaiement, .txtpaiement_over, .txtpaiement_selected{
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
    display: inline;
	width: 97px;
	height: 94px;
    margin: 0 0 0 0;
}
.txtpaiement{
	background-image:url(../images/bar/btn-paiement-checked.gif);
}
.txtpaiement_over{
	background-image:url(../images/bar/btn-paiement.gif);
}
.txtpaiement_selected{
	background-image:url(../images/bar/btn-paiement-select.gif);
}
.txtpaiement_selected:hover{
    /* background-image:url(../images/bar/btn-paiement-checked.gif); */
}


/*  ----------------------------------------------------------------------------
    Buttons
----------------------------------------------------------------------------- */

.poursuivre-btn{ background: url(../images/poursuivre-btn-bg.gif) no-repeat left top; width: 84px; height: 21px; display: block; text-indent: -9999px; }
.poursuivre-btn:hover{ background-position: left bottom; }

.actualiser-btn{ background: url(../images/actualiser-btn-bg.gif) no-repeat left top; width: 90px; height: 21px; display: block; text-indent: -9999px; }
.actualiser-btn:hover{ background-position: left bottom; }

.valider-btn{ background: url(../images/valider-btn-bg.gif) no-repeat left top; width: 69px; height: 21px; display: block; text-indent: -9999px; }
.valider-btn:hover{ background-position: left bottom; }

.supprimer-btn{ background: url(../images/supprimer-btn-bg.gif) no-repeat left top; width: 62px; height: 21px; display: block; text-indent: -9999px; }
.supprimer-btn:hover{ background-position: left bottom; }

.sauvegarder-btn{ background: url(../../images/charte/bg-sauvegarder.jpg) no-repeat left top; width: 125px; height: 26px; display: block; text-indent: -9999px; }
.sauvegarder-btn:hover{ background-position: left bottom; }

.imprimer-btn{ background: url(../images/imprimer-btn-bg.gif) no-repeat left top; width: 142px; height: 21px; display: block; text-indent: -9999px; }
.imprimer-btn:hover{ background-position: left bottom; }

.terminer-btn{ background: url(../images/terminer-btn-bg.gif) no-repeat left top; width: 134px; height: 21px; display: block; text-indent: -9999px; }
.terminer-btn:hover{ background-position: left bottom; }

.effacer-btn{ background: url(../images/effacer-btn-bg.gif) no-repeat left top; width: 13px; height: 13px; display: block; text-indent: -9999px; font-size: 10px; line-height: 10px; }
.effacer-btn:hover{ background-position: left bottom; }

.facture-btn{ background: url(../images/facture-btn-bg.gif) no-repeat left top; width: 142px; height: 21px; display: block; text-indent: -9999px; }
.facture-btn:hover{ background-position: left bottom; }

.retour-btn{ background: url(../images/retour-btn-bg.gif) no-repeat left top; width: 72px; height: 21px; display: block; text-indent: -9999px; }
.retour-btn:hover{ background-position: left bottom; }

.paypal-btn{ clear: both; float: left; background: url(../images/paypal-btn-bg.gif) no-repeat left top; width: 436px; height: 32px; display: block; text-indent: -9999px; margin: 0 0 10px 0; }
.paypal-btn:hover{ background-position: left bottom; }

.carte-credit-btn{ clear: both; float: left; background: url(../images/carte-credit-btn-bg.gif) no-repeat left top; width: 436px; height: 32px; display: block; text-indent: -9999px; margin: 0 0 10px 0; }
.carte-credit-btn:hover{ background-position: left bottom; }

.cheque-btn{ clear: both; background: url(../images/cheque-btn-bg.gif) no-repeat left top; width: 436px; height: 32px; display: block; text-indent: -9999px; }
.cheque-btn:hover{ background-position: left bottom; }

.accordion-content{ overflow: hidden; clear: both; padding: 0 0 10px 0; float: left; width: 436px; }
