.cart_moule .user_icon{
      background:url(user.png) 0 0 no-repeat;
      padding-left: 20px;
}

.cart_moule .cart_icon{
      background:url(cart.png) 0 0 no-repeat;
      padding-left: 20px;
}

.cart_moule .del_icon{
      background:url(del.png) 0 0 no-repeat;
      height:16px;
      width:16px;
      display:block;
      cursor:pointer;
      float: right;
}

.cart_moule .price_row{
/*   float:left; */
  text-align:right;
  white-space: nowrap;
}

body div.cart_moule table.cart_mod_table{
  width:100%;
}

.cart_moule .cart_mod_total{
  font-weight: bold;
}

.separator {
    border-top: 1px dotted #000000;
    font-size: 1px;
    height: 1px;
    overflow: hidden;
}
