.products_table
{
  width: 600px;
  position: relative;
  left: 200px;
  right: 0px;
  text-align: right;
  }

.product_table_divider
{
  border-bottom: solid 1px #888;
  height: 25px;
  }

.product_description_cell
{
  padding-right: 15px;
  font-size: 9pt;
  text-align: left;
  padding-top: 25px;
  }

.product_image_cell
{
  padding-top: 25px;
  }

.product_name
{
  font-weight: bold;
  margin-bottom: 15px;
  }

.product_image_cell
{

  }

.image_link
{
  cursor: pointer;
  cursor: hand;
  }