table.products{
  border-collapse: collapse;
  width: 100%;
}
table.products th, table.products td{
  background: #e4e4e4;
  border: 10px solid #fff;
  padding: 3px;
  text-align: center;
}
table.products th{
  border-bottom: 0;
}
table.products td{
  border-top: 0;
}
table.products td img{
  margin: 0;
  padding: 0;
}
table.products th a{
  background: #fff;
  color: #555;
  display: block;
  font-weight: normal;
  padding: 5px;

  text-decoration: none;
}

#fieldset-valhallaCategoryIndex{
  margin-bottom: 1.0em;
  border: 1px solid #ccc;
}
#fieldset-valhallaCategoryIndex legend{
  color: #666;
}
#fieldset-valhallaCategoryIndex ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#fieldset-valhallaCategoryIndex ul li{
  float: left;
  padding-right: 15px;
}

.productPaginationControl{
  padding-bottom: 10px;
}

#fieldset-valhallaManufacturerIndex{

  margin-bottom: 1.0em;

  border: 1px solid #ccc;

}

#fieldset-valhallaManufacturerIndex ul{

  list-style: none;

  margin: 0;

  padding: 0;

}

#fieldset-valhallaManufacturerIndex ul li{

  float: left;

  padding-right: 15px;

}
