table.purchase_items {
	  width: 100%; font-size:10pt;margin-bottom:10px;}
  table.purchase_items td, table.purchase_items th {
    padding: 4px 2px; }
  table.purchase_items th {
    font-weight: bold; }
  table.purchase_items td {
    border-top: 1px solid #DDD; }
  table.purchase_items th.price, table.purchase_items td.price {
    text-align: right;
    padding-right: 10px; }
  table.purchase_items tr.odd td {
    background-color: #F8F8F8; }
  table.purchase_items tfoot td {
    border-top: 3px double #DDD;
    border-bottom: 1px solid #DDD; }
