#panierTable
{
	
}

#panierSymbol 
{
	background: url("img/panier_orange.gif") no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 45px;
	height: 36px;

}
* html #panierSymbol 
{
	background-position: 0% 8px; 
}

.panierTitre
{
	background: url('img/bg_panier_titre.gif') repeat-x;
	height: 30px;
	font-weight: bold;
	
}

.panierTitre td
{
	border: 1px solid #D4DFE9;
	vertical-align: middle;
}

.panierPrix
{
	padding-top: 25px;
	background: #FFF6DF;
	border-right: 1px solid #D4DFE9;
	border-left: 1px solid #D4DFE9;
	border-bottom: 1px solid #D4DFE9;
}


.panierMontant
{
	padding-top: 25px;
	background: #FFF6DF;
	font-weight: bold;
	border-right: 1px solid #D4DFE9;
	border-left: 1px solid #D4DFE9;
	border-bottom: 1px solid #D4DFE9;
}
.panierPhoto
{
	width: 60px;
}

.panierDesignation
{
	border-right: 1px solid #D4DFE9;
}

.panierQte
{
	padding-top: 25px;
	border-right: 1px solid #D4DFE9;
	border-left: 1px solid #D4DFE9;
}
.panierSupprimer
{
	padding-top: 25px;
}

.panierTotalAchats 
{
	background: url('img/bg_panier_total.gif') repeat-x;
	height: 30px;
	font-weight: bold;
}

* html .panierTotalAchats 
{
	height: 20px;
}

.panierTotalAchats td
{
	border: 1px solid #D4DFE9;
}

.panierRefreshQte
{
	position: relative;
	top: 3px;
}

* html .panierRefreshQte
{
	top: 1px;
}

#suggestionPanier { background-color: #F0F3F5; }
#suggestionPanier td p { margin: 0; }
.tableSuggPanier { background-color: #FFF; }
.titleSuggPanier { font-weight: bold; padding-top: 25px; }
.titleSuggPanier a { text-decoration: none;  }
.prixSuggPanierBarre { text-decoration: line-through; color: #003F5F; }
.prixSuggPanierTTC { color: #003F5F; }
.prixSuggPanierOp { color: #CB0F17; font-weight: bold; }

