/*.cart-table tr{
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    height: 20px;
    vertical-align: middle;
}
.cart-table th, .cart-table td{
    font: normal 12px/14px Arial, Helvetica, sans-serif;
    border: 1px solid #A12541;
    vertical-align: middle;
	text-align: center;
}
.cart-table th{
    background: #FFA93F;
    color: #72001A;
    height: 30px;
    padding: 0;
    font-weight: bold;
}
.cart-table td{
    background-color:#FFF;
    color: #820018;
    padding: 5px 0;
    font-weight: bold;
}
.cart-table td a:link, .cart-table td a:visited{
    color: #FF6C00; text-decoration: none;
}
.cart-table td a:hover, .cart-table td a:active{
    color: #820018; text-decoration: underline;
}
.cart-table tr.fdp th{
    background: #A40328;
    color: #FFF;
    height: 30px;
    padding: 0;
}
.cart-table tr.total td{
    background: #72001A;
    border-color: #A12541;
    color: #FFFFFF;
    height: 30px;
    padding: 0;
}
.cart-table tr.cgv td{
    background: #A40328;
    color: #FFF;
}
.cart-table tr.cgv td a:link, .cart-table tr.cgv td a:visited{
    color: #FFD812; text-decoration: none;
}
.cart-table tr.cgv td a:hover, .cart-table tr.cgv td a:active{
    color: #FFFFFF; text-decoration: underline;
}
.address-table{
    border-collapse: separate;
    border-width: 1px 0 0 1px;
    border-color: #A7A8A6;
    border-style: solid;
}
.address-table td, .address-table th{
    border-width: 0 1px 1px 0;
    border-color: #A7A8A6;
    border-style: solid;
}
.address-table th{
    padding: 0 10px;
    background: none;
    color: #660000;
    text-align: left;
    height: auto;
    font-weight: bold;
    width: 115px;
    background-color: #E5E5E5;
}
.address-table td{
    padding: 5px;
    background: #FFF;
}
.address-table input{
    width: 239px;
    border-color: #808080;
}
.address-table textarea{
    width: 242px;
    border-color: #808080;
}
.address-table select{
    width: 249px;
    font-weight: normal;
    border-color: #808080;
}
#txtAdresseID{
    float: right;
}

.commands-table th{
    background-color: #FFA93F;
    border: 1px solid #A12541;
    color:#72001A;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
}
.commands-table td{
    background-color:#ffffff;
    border: 1px solid #A12541;
    color:#820018;
    font-size: 12px;
    padding: 2px 5px;
}
.commands-table td a:link, .commands-table td a:visited{
    color: #FF6C00; text-decoration: none;
}
.commands-table td a:hover, .commands-table td a:active{
    color: #820018; text-decoration: underline;
}
.listing-products .icons{ position: absolute; top: 40px; right: 5px; }*/

/*  ----------------------------------------------------------------------------
    Cart bar
----------------------------------------------------------------------------- */

#cart-bar{ float: left; width: 815px; height: 30px; padding: 0 0 15px 0; }
/*  ----------------------------------------------------------------------------
    Cart bar > Mon panier
----------------------------------------------------------------------------- */
.txtpanier, .txtpanier_over, .txtpanier_selected{
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
    display: inline;
	width: 131px;
	height: 30px;
    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-checked.gif);
}
/*  ----------------------------------------------------------------------------
    Cart bar > Identification
----------------------------------------------------------------------------- */
.txtidentification, .txtidentification_over, .txtidentification_selected{
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
    display: inline;
	width: 120px;
	height: 30px;
    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-checked.gif);
}
/*  ----------------------------------------------------------------------------
    Cart bar > Recapitulatif
----------------------------------------------------------------------------- */
.txtrecapitulatif, .txtrecapitulatif_over, .txtrecapitulatif_selected{
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
    display: inline;
	width: 120px;
	height: 30px;
    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
----------------------------------------------------------------------------- */
.txtpaiement, .txtpaiement_over, .txtpaiement_selected{
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
    display: inline;
	width: 120px;
	height: 30px;
    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-checked.gif);
}
