div.product-featured .table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

div.product-featured .featured {
  border: solid 1px #CEEA82;
  margin-bottom:10px;
}

div.product-featured .table td {
  border: 0;
}

div.product-featured .picture {
  padding: 5px;
}

div.product-featured .header a {
  font-family: Arial, Verdana, Snas-Serif;
  font-size: 14px;
  font-weight: bold;
  color: #777777;
  text-align: center;
  text-decoration: none;
}
div.product-featured .header a:hover {
  font-family: Arial, Verdana, Snas-Serif;
  font-size: 14px;
  font-weight: bold;
  color: #027EAE;
  text-align: center;
  text-decoration: none;
}

div.product-featured .price {
  font-family: Arial, Verdana, Snas-Serif;
  font-size: 14px;
  font-weight: bold;
  color: #FF0000;
  text-align: center;
}