
  /*
  <!--STOP_TRANSL_STRONG-->
  */
  /* Element z jedną ofertą (prostokąt z ramką) */
  .MUListItem
  {
    border: 0px solid transparent ;
    padding: 0;
    margin-top: 5px;
    padding-top: 5px;
    width: 100%;
    background-color: white;
  }

  .MUListItemFirst
  {
    margin-top: 0px;
    padding-top: 0px;
  }

  .MUListItem, .MUListItem *
  {
    color: black
  }

  /* Nagłówek oferty (typ oferty, ...) */
  .MUListItem TABLE.MUHeader
  {
    width: 100%;
    border-collapse: collapse;
  }

  /* Nagłówek oferty */
  .MUListItem TABLE.MUHeader TD,
  .MUListItem TABLE.MUHeader A,
  .MUListItem TABLE.MUHeader TD SPAN
  {
    background: transparent;
    color: black;
    text-decoration: none;
    font: bold 11px verdana, sans-serif;
    padding-bottom: 3px;
  }

  /* Nagłówek oferty - kropki rozdzielające */
  .MUListItem TABLE.MUHeader .MUBullet
  {
   xcolor: white;
   padding-left: 5px;
   padding-right: 5px;
  }

  .MUListItem .Location
  {
    font: bold 12px arial, sans-serif;
    padding-left: 5px;
  }

  .MUListItem .Address
  {
    font: italic 11px arial, sans-serif;
  }

  /* Pod adresem - zdjęcie, dane, logo */
  .MUListItem TABLE.MUBody
  {
    width: 100%;
  }

  .MUListItem TABLE.MUBody TD.MUImage
  {
    width: 100px; /* mniej niż ma zdjęcie, żeby rozepchało */
    vertical-align: top;
  }

  .MUListItem .MUBaseData
  {
    vertical-align: top;
  }

  .MUListItem .logo
  {
    float: right;
  }

  /* Nazwa pola oferty */
  .MUListItem .MULFCaption
  {
    font: bold 11px arial, sans-serif;
    padding-right: 5px;
    white-space: nowrap;
  }

  /* Wartość pola oferty */
  .MUListItem .MULFVal
  {
    xfont: < %= MultiUnitListItemFieldValFont % >;
  }
  
  .MUListItem .MULDesc
  {
    font: italic 11px arial, sans-serif;
  }
  