/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
/*table {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #92C428;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
td, th {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #363636;
  }

thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;;
  text-align: left;
  background: #4591AD;
  color: #FFFFFF;
  padding-top:3px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover {
  background: #C2F64D;
  color: #363636;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
tbody th a:hover {
  background: transparent;
  color: #363636;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #AEE239;
  }
tbody tr:hover {
  background: #FFD800;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #FFD800;
  color: #FFFFFF;
  }
#produit {
  width:5em;
}
img.produit{
width:80px;
height:80px;
}
span.total{
  font-weight:bold;
}

.buttonImg { width: 70px; height: 30px; border: none; cursor: pointer; background: url("btnImg.gif") no-repeat left top; } .buttonImg:hover { background: url("btnImgHover.gif") no-repeat left bottom; } 
*/
table.panier{
width:400px;
border-collapse: collapse;
border: 1px solid #003300;
}
table.panier thead {
background: #00CC00;/*#C9DA00;*/
border-bottom:double #003300;
color:#003300;
}
table.panier thead tr:hover {
background: #C9DA00;
}
table.panier tr:hover {
  background: #FFFFAA;
  color: #000000;
}
table.panier td {
border: 1px dotted #003300;
padding-left:5px;
}
table.panier td.origine {
width:75px;
}
table.panier td.rcol {
width:50px;
text-align:center;
}
tr.panier:hover {
  background: #C9DA00;
  border: 1px solid #03476F;
  color: #000000;
  }

.none2{
text-align:right;
}

table.none
{
width:400px;
border-collapse: collapse;
/*background: #FFFFFF;*/
border: none;
}
td.none{
border: none;
}
table.none tr.produit:hover {
background: #FFFFAA;
color: #000000;
}
