#workstation
{
  float: right;
  clear: left;
}

#price_section
{
  height:     auto !important;/*all browsers except ie6 will respect the !important flag*/
  min-height: 280px;
  height:     280px;/*Should have the same value as the min height above*/
}

#page table
{
  border-collapse: collapse;
}

#page table td
{
  padding:   2px;
  font-size: 10pt;
}

#page table .price_column
{
  padding-left: 10px;
  text-align:   center;
}
