/* -------------------------------------------------------------------------------------------------------------
   ePages 5 - Storefront Style $Revision: 1.268.2.1 $
   ------------------------------------------------------------------------------------------------------------- */


  .ContentArea li {
      list-style-position: inside;
  }
 
  ul.OrderProcess li {
    
      width: 88px;
      height: 95px;
  }

  .ListItemProductContainer {
      display: table;
      position: relative;
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0px;
  }

  .ListItemProduct {
      display:table-row;
      margin-top: 1px;
      position:relative;
      height: auto;
      _height: 50px;
      clear: both;
      background: #EBEFF7 !important;
  }

  .AlternateRow .ListItemProduct {
      background: #F3F3F3 !important;
  }

  .ListItemProduct .ImageArea{
      display:table-cell;
      _float: left;
      _width: 80px;
      _height: 50px;
      min-width:80px;
      min-height: 50px;

      vertical-align:top;
      text-align: center;
      padding: 6px;
      background: #EBEFF7 !important;
  }

  .AlternateRow .ListItemProduct .ImageArea{
      background: #F3F3F3 !important;
  }


  .ListItemProduct .InfoArea {
      display:table-cell;

      _clear: right;
      _float: left;
      padding: 6px;
      width: 100%;
      _width: auto;
      height: auto;
      vertical-align:top;
      background: #EBEFF7 !important;
  }

  .AlternateRow .ListItemProduct .InfoArea{
      background: #F3F3F3 !important;
  }


