/*
  MODULE DED_COMMANDE
  resume.css
*/


#panier_resume_vide {
position: relative;
margin: 0 0 0 30px;
padding: 0;
width: 150px;
height: 100px;
color: #404040;
background: #fff url(../img/fond_resume.jpg) no-repeat 0 0;
font-size: 12px;
}

#panier_resume {
position: relative;
margin: 0 0 0 30px;
padding: 0;
width: 150px;
color: #404040;
background: #eef6b2 url(../img/fond_resume.jpg) no-repeat 0 0;
font-size: 12px;
}

#panier_resume_nbre_items {
position: absolute;
margin: 0;
padding: 0;
top: 5px;
left: 40px;
}

a#panier_resume_commande {
position: absolute;
margin: 0;
padding: 0;
top: 40px;
left: 17px;
font-size: 1em;
color: #004CA9;
font-weight: bold;
text-decoration: underline;
}

a#panier_resume_commande:hover {
cursor: pointer;
color: #fff;
}

#panier_resume ul {
margin: 0;
padding: 110px 0 20px 10px;
width: 130px;
list-style-type: none;
}

#panier_resume ul li {
padding: 3px 0;
}

#panier_resume ul li.bord_bas {
border-bottom: 1px solid #b2b885;
}

#panier_resume ul li span.qte {
display: block;
float: left;
width: 15px;
}

#panier_resume ul li a.categorie {
color: #404040;
text-decoration: none;
font-size: 12px;
}

#panier_resume ul li a.categorie:hover {
color: #404040;
text-decoration: underline;
}

#panier_resume ul li span.produit {
display: block;
margin: 0 0 0 15px;
color: #004CA9;
clear: both;
}
