/*  ----------------------------------------------------------------------------
    Mon panier
----------------------------------------------------------------------------- */
table.commands{ margin-top: 10px; border-collapse: separate; border-width: 1px 0 0 1px; border-style: solid; border-color: #6D6D65; }
table.commands th, table.commands td{ border-width: 0 1px 1px 0; border-style: solid; border-color: #6D6D65; }
table.commands th{ background: #6D6D65; color: #FFFFFF; padding: 5px; font-weight: bold; font-size: 12px; }
table.commands td{ background: #CECCBD; color: #555450; padding: 5px; white-space: nowrap; }
table.commands .tva td, table.commands .total-ht td, table.commands .fdp td{ background: #8B8B81; color: #FFFFFF; text-align: right; font-weight: bold; }
table.commands .total td{ background: #6D6D65; color: #FFFFFF; text-align: right; font-weight: bold; font-size: 12px; }
table.commands td a:link, table.commands td a:visited{ color: #555450; }

table.address{ margin-top: 10px; border-collapse: separate; border-width: 1px 0 0 1px; border-style: solid; border-color: #6D6D65; }
table.address th, table.address td{ border-width: 0 1px 1px 0; border-style: solid; border-color: #6D6D65; vertical-align: top; }
table.address th{ background: #6D6D65; color: #FFFFFF; padding: 5px; font-weight: bold; font-size: 11px; text-align: left; white-space: nowrap; }
table.address td{ padding: 3px; }
table.address input{ width: 193px; }
table.address textarea{ width: 196px; height: 40px; }
table.address select{ width: 187px; }

#txtAdresseID{ float: right; }

table.summary{ margin-top: 15px; border-collapse: separate; border-width: 1px 0 0 1px; border-style: solid; border-color: #6D6D65; }
table.summary th, table.summary td{ border-width: 0 1px 1px 0; border-style: solid; border-color: #6D6D65; vertical-align: top; }
table.summary th{ background: #4E4F49; color: #FFFFFF; padding: 5px; font-weight: bold; font-size: 11px; text-align: left; white-space: nowrap; }
table.summary td{ padding: 3px; }

#cart-bar{ float: left; width: 604px; height: 24px; padding: 0 0 5px 0; }

.txtpanier, .txtpanier_over, .txtpanier_selected{
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
    display: inline;
	width: 117px;
	height: 24px;
    margin: 0 15px 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.gif);
}


.txtidentification, .txtidentification_over, .txtidentification_selected{
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
    display: inline;
	width: 133px;
	height: 24px;
    margin: 0 15px 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.gif);
}


.txtrecapitulatif, .txtrecapitulatif_over, .txtrecapitulatif_selected{
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
    display: inline;
	width: 133px;
	height: 24px;
    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.gif);
}

.txtpaiement, .txtpaiement_over, .txtpaiement_selected{
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
    display: inline;
	width: 110px;
	height: 24px;
    margin: 0 15px 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.gif);
}

