table#orderinhoudTabel
{
  width: 100%;
  height: auto;
}

    td#orderinhoudTitelImageCell,
    td#orderinhoudRegelImageCell,
    td#orderinhoudTotaalImageCell
    {
      width: 150px;
      height: auto;
    }

    td#orderinhoudTitelTitelCell,
    td#orderinhoudRegelTitelCell,
    td#orderinhoudTotaalTitelCell
    {
      width: auto;
      padding-left: 10px;
    }

    td#orderinhoudTitelAantalCell,
    td#orderinhoudRegelAantalCell,
    td#orderinhoudTotaalAantalCell
    {
      width: 80px;
      padding-left: 10px;
    }

    td#orderinhoudTitelPrijsCell,
    td#orderinhoudRegelPrijsCell,
    td#orderinhoudTotaalPrijsCell
    {
      width: 80px;
      padding-left: 10px;
      text-align: right;
      padding-right: 5px;
    }

    td#orderinhoudTitelImageCell,
    td#orderinhoudTitelTitelCell,
    td#orderinhoudTitelAantalCell,
    td#orderinhoudTitelPrijsCell
    {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #999999;
    }

        td#orderinhoudTitelImageCell p,
        td#orderinhoudTitelTitelCell p,
        td#orderinhoudTitelAantalCell p,
        td#orderinhoudTitelPrijsCell p
        {
          font-weight: bold;
          color: #330066;
        }

    td#orderinhoudRegelImageCell,
    td#orderinhoudRegelTitelCell,
    td#orderinhoudRegelAantalCell,
    td#orderinhoudRegelPrijsCell
    {
      padding-top: 5px;
      padding-bottom: 5px;
    }

        td#orderinhoudRegelTitelCell p
        {
        }

            td#orderinhoudRegelTitelCell p a
            {
              text-decoration: none;
            }

        td#orderinhoudRegelAantalCell input.textfield
        {
          width: 60px;
        }

            td#orderinhoudRegelAantalCell a
            {
              font-size: 10px;
              text-decoration: none;
              line-height: 12px;
            }

        td#orderinhoudRegelPrijsCell p
        {
        }

    td#orderinhoudTotaalImageCell,
    td#orderinhoudTotaalTitelCell,
    td#orderinhoudTotaalAantalCell,
    td#orderinhoudTotaalPrijsCell
    {
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #999999;
    }

        td#orderinhoudTotaalTitelCell p
        {
          font-weight: bold;
        }

