td.right
{
  /*color: darkblue;*/
  text-align: right;
  /*width: 125px*/
}

td.left
{
  /*color: darkblue;*/
  text-align: left;
  /*width: 125px*/
}

table.list
{
  border-bottom: 1px solid #666666;
  /*border: black 1px solid;*/
}

th
{
  text-align: left;
  border-bottom: 1px solid black;
  /*background-color: navy;
  color: white
  */
}

th.right
{
  text-align:right;
}

td.total
{
  font-weight:bold;
}


/*
th.th1
{
  text-align:right;
}

th.th2
{
  width: 300px
}
input.editName
{
  border: black 1px solid;
  width: 300px
}
input.editPrice
{
  border: black 1px solid;
  width: 50px
}
*/
