/*
**   VIDE   **************************************************************************
*/

div#panierVide
{
	text-align: center;
}

div#panierVide label
{
	font-weight: bold;
	font-size: 17px;
	font-style: italic;
	color: #00575F;
}


/*
**   PRODUIT   **************************************************************************
*/

div.produit
{
	position: relative;
	width: 660px;
	height: 115px;
	margin: 0 auto 15px;
	background: url(../img/panier_produit.gif) no-repeat top left;
}

div.description
{
	position: absolute;
	width: 368px;
	height: 92px;
	top: 16px;
	left: 16px;
	color: #00575F;
}

div.description label
{
	display: block;
	margin: 0 5px 5px 0;
}

div.description label.titre
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

div.description label.pu
{
	font-weight: bold;
}

div.quantite
{
	position: absolute;
	width: 70px;
	height: 22px;
	line-height: 22px;
	top: 60px;
	right: 187px;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

div.prix
{
	position: absolute;
	width: 70px;
	height: 22px;
	line-height: 22px;
	top: 60px;
	right: 101px;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

div.produit a
{
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	top: 52px;
	right: 34px;
}


/*
**   TOTAL   **************************************************************************
*/

table#tabTotal
{
	margin: 0 auto;
}

table#tabTotal th
{
    text-align: right; 
	padding: 0 6px;
}

table#tabTotal td
{
	text-align: left;
	padding: 4px 6px;
	color: #000000;
}

table#tabTotal td.gros
{
	font-size: 18px;
	font-weight: bold;
}
