/* -- shopping_cart.php -- */

div#shoppingCart h1 {
  /*background: transparent url(../../common_img/autre/table_background_cart.gif) no-repeat  right;*/
}

div#cartContent input { width:2em; margin: 0; padding:0; }

div#cartContent { margin: 0; clear: both; }

div.cartProduct { margin:0;  padding: 0;  clear: left; width:100%; }

div.cartProduct p.cartDelete { float: left; margin:2.6em 0 0 0; padding:0; }





div.cartProduct ul {
 /*float:left;*/
 margin: 0;
 padding: 20px 0 0 0;
 height: 70px;
 /*width: 340px; */
}

div.cartProduct li {
  list-style: none;
  font-size: small;
  line-height: 1.2em;
  margin: 0.5em 0 0 0;
  padding: 0 0 0 0.5em;
}

div.cartProduct li.cartName {
  font: bold x-small ;
  margin-left:20px;
  padding-top: 0.3em;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

div.cartProduct li.cartQty {
  color: #776;
  /*margin: 0.1em 0 0 9em;*/
  float:right;
  margin-right:15px;
  border-left: 1px solid;
}

div.cartProduct li.cartPrice {
  color: #776;
  font-style: italic;
  /*margin: -1.3em 0em 0em 15em;*/
  float:right;
  border-left: 1px solid;
}

div.cartProduct span.cartAttributes {
 font-weight:normal;
 font-style: italic;
 font-size:0.8em;
 color:#000000;
}

p.cartSubTotal  {
 text-align:right;
 padding: 1em 1em 1em 0;
}
