@import url("base.css");

img,
a
{
   border-style: none;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

table.productList
{
  background: #B4B5D9;
  vertical-align: top;
}

td.selectedProd
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

td.productThumb
{
   text-align: center;
}

.productLabel
{
   font-size: 10pt;
}

.moreback
{
   font-size: 10pt;
   vertical-align: middle;
}
