/*///////////////////////////////////////////////////////////////////////////////////
// STYLE : structure des pages qui compose la "boutique" : panier, processus de 
// commande, mon compte, ... et de toute les pages sans menu gauche.
/////////////////////////////////////////////////////////////////////////////////////

/////////////////////////////////////////////////////////////////////////////////////
// SOMMAIRE :
// Page Suivi de commande
///////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////////////
// Page Suivi de commande
///////////////////////////////////////////////////////////////////////////////////*/
table#tableListingPanier{
	border-collapse:collapse;
	width:508px;
}
th.thCellEnteteTabListeProd{
	height:18px;
	background:#406A40 url(../images/background/extend-onglet-detail.gif) repeat-x;
	font:10px Verdana, Arial, Helvetica, sans-serif; color:#fff;
	border-left:1px solid #fff; border-right:1px solid #fff;
}
td.tdCellTabSuiviListe{
	font:10px Verdana, Arial, Helvetica, sans-serif; color:#993112;
	border-left:1px solid #fff; border-right:1px solid #fff; border-bottom:1px dashed #fff;
	padding:3px;
	background:#F4EDE3;
}
td.tdCellTabSuiviListe a:link, td.tdCellTabSuiviListe a:visited{
	font:10px Verdana, Arial, Helvetica, sans-serif; color:#993112; text-decoration:underline;
}
td.tdCellTabSuiviListe a:hover, td.tdCellTabSousListe a:active{
	text-decoration:none;
}
td.tdCellTabSuiviListe span.spanSuiviVert{
	font-weight:bold;	color:#00cd18;
}
td.tdCellTabSuiviListe span.spanSuiviOrange{
	font-weight:bold;	color:#f3930a;
}
td.tdCellTabSuiviListe span.spanSuiviRouge{
	font-weight:bold;	color:#ba2121;
}
td.tdCellTabSuiviListe span.spanSuiviPetit{
	font-size:9px;
}
td.tdCellTabSousListe{
	border-left:1px solid #E8F2E7; border-right:1px solid #E8F2E7; border-bottom:1px solid #E8F2E7;
	background:#E8F2E7;
}
td.tdCellTabSousListe p{
	padding:10px; margin:0;
	font:italic 10px Verdana, Arial, Helvetica, sans-serif; color:#585858; text-align:justify;
}
td.tdCellTabSousListe p a:link, td.tdCellTabSousListe p a:visited{
	font:10px Verdana, Arial, Helvetica, sans-serif; color:#585858; text-decoration:underline;
}
td.tdCellTabSousListe p a:hover, td.tdCellTabSousListe p a:active{
	text-decoration:none;
}
td.tdCellLigneVide{
	border-bottom:1px solid #E8F2E7;
}
