#our-breads-list ul.products {
  overflow: hidden;
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}
#our-breads-list ul.products li {
  list-style: none;
  float: left;
  border: 0;
  margin: 0 30px 0 0;
  padding: 0;
  overflow: hidden;
  width: 275px;
}
#our-breads-list ul.products li div.image {
  padding: 0;
}
#our-breads-list ul.products li div.text {
  padding: 10px 0px 10px 0px;
}


/*
 * Product Item
 */
#product-image {
  margin: 0px 0px 20px 0px;
}

/*
 * Nutritional Images
 */
#nutritional-images ul {
  overflow: hidden;
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}
#nutritional-images ul li {
  list-style: none;
  float: left;
  border: 0;
  margin: 0;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  width: 190px;
}


 
/*
 * Recipes
 */
#recipes ul.recipes {
  overflow: hidden;
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}
#recipes ul.recipes li {
  list-style: none;
  float: left;
  border: 0;
  margin: 0;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  width: 190px;
}
#recipes ul.recipes li div.image {
  padding: 10px 0px 0px 0px;
}
#recipes ul.recipes li div.text {
  width: 150px;
  height: 60px;
}
#recipes ul.recipes li div.text a {
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 10px 10px 0px 5px;
}

#recipes ul.recipes li.panel-1 {
  background: #ffffff url(/img/recipe-bg-panel-1.gif) no-repeat bottom left;
}
#recipes ul.recipes li.panel-2 {
  background: #ffffff url(/img/recipe-bg-panel-2.gif) no-repeat bottom left;
}
#recipes ul.recipes li.panel-3 {
  background: #ffffff url(/img/recipe-bg-panel-3.gif) no-repeat bottom left;
}


