body
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11pt;
  color: #333;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

table.header
{
  width: 100%;
}

td.translate
{
  margin-top: 10px;
}

img.header
{
  border: none;
  width: 300px;
  height: 60px;
}

table.main
{
  border: none;
  width: 100%
}

table.products
{
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  padding: 10px;
}

td.products
{
  text-align: center;
  width: 320px;
}

td.product
{
  text-align: center;
  vertical-align: top;
  padding: 5px;
}

img.thumbnail
{
  border: none;
  width: 125px;
  height: 100px;
}

img.buynow
{
  border: none;
  width: 68px;
  height: 23px;
}

table.history
{
  border-style: solid;
  border-width: thin;
}


table.footer
{
  border: none;
}

ul.list
{
  list-style-type: square;
}


.error
{
  color: red;
}


a
{
  text-decoration: underline;
  color: blue;
}


a:Hover
{
  text-decoration: underline;
  color: blue;
}


a:visited
{
  color: blue;
}

div.about
{
    font-size: 14pt;
    font-family: georgia;
    text-align: center;
}

