
#product-cat-copy .cat-th {
  width: 125px;
  height: 125px;
  float: left;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: .50;
  border: 1px solid #852b37;
  background-color: #852b37;
}

#product-cat-copy .cat-th:hover { opacity: 1; }

#product-cat-copy .cat-th img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 125px;
  height: 125px;
}

#product-cat-copy .cat-th .caption {
  font-size: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: url('../_images/caption-bg.png') repeat-y top left;
  text-transform: uppercase;
  display: block;
  width: 215px;
  text-decoration: none;
  text-align: right;
  padding: 5px 10px 8px 20px;
}

#product-cat-copy .cat-th-curtain {
  width: 245px;
  height: 135px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
}

#proimg_wrap {
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  width: 270px;
  height: 270px;
  float: right;
  text-align: center;
  line-height: 380px;
  padding: 15px;
  margin-left: 10px;
  margin-bottom: 20px;
}

#proimg_wrap > img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

@media (max-width: 650px) {
  #proimg_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

#product-copy .nutr-info {
  height: 48px;
  width: 144px;
  background: #77c7c7;
  font-size: 0.8em;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  float: left;
  border: 2px solid #daf0f0;
  border-radius: 10px;
}

#product-copy .shop,
#product-cat-copy .shop {
  height: 48px;
  width: 144px;
  background: #00b1b0;
  font-size: 0.8em;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  float: left;
  border: 2px solid #77c7c7;
  border-radius: 10px;
  margin-left: 20px;
}

#product-child-nav {
  float: right;
  width: 160px;
  overflow: hidden;
  background: #bd704a;
  color: #fcf1da;
  padding: 5px 0;
  margin-left: 20px;
}

#product-child-nav a {
  font-size: 11px;
  color: #fcf1da;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  border-top: 1px dotted #fcf1da;
  border-left: 1px dotted #fcf1da;
  border-right: 1px dotted #fcf1da;
  text-align: center;
  padding: 5px;
}

#product-child-nav ul {
  border-bottom: 1px dotted #fcf1da;
  margin: 0 5px;
}

#product-child-nav ul li { display: block; }

#product-cat-list {
  width: 625px;
  float: left;
  overflow: hidden;
  margin-top: 10px;
  background: url('../_images/product-list-bottom.jpg') no-repeat left bottom;
  padding-bottom: 20px;
}

  #product-cat-list h2 {
  display: block;
  width: 625px;
  background: url('../_images/product-list-top.jpg') no-repeat left bottom;
  padding-bottom: 20px;
  padding-left: 15px;
  font-size: 19px;
  line-height: 22px;
  color: #bf311b;
  font-weight: normal;
  text-transform: uppercase;
}

#product-cat-list h2 a.return {
  font-size: 11px;
  color: #894d00;
  text-transform: none;
  float: right;
  margin-right: 30px;
  text-decoration: none;
}

#product-list {
  width: 585px;
  background: url('../_images/product-list-bg.jpg') repeat-y left top;
  overflow: hidden;
  padding: 0 20px;
}

#product-list ul {
  overflow: hidden;
  width: 560px;
  margin: 0 auto;
  padding-top: 20px;
}

#product-list ul li {
  float: left;
  width: 120px;
  height: 160px;
  display: inline-block;
  text-align: center;
  margin: 5px 10px 5px 10px;
}

#product-list ul li a {
  font-size: 10px;
  line-height: 14px;
  color: #826950;
  display: block;
  padding: 0 10px 10px 0;
}

#product-list ul li a.name {
  height: 45px;
  text-transform: capitalize;
}

#product-btns {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 30px;
}

#product-recipes {
  background: url('../_images/product-recipes-bg.gif') repeat-y left top;
  width: 292px;
  float: left;
  margin-top: 15px;
  overflow: hidden;
}

#product-recipes ul {
  background: url('../_images/product-recipes-foot.gif') no-repeat left bottom;
  padding-bottom: 15px;
}

#product-recipes li {
  display: block;
  background: url('../_images/product-recipes-divider.gif') no-repeat left bottom;
  margin: 0 18px;
  padding: 10px 0 15px 0;
}

#product-recipes li:last-child {
  background-image: none;
  padding-bottom: 5px;
}

#product-recipes .head {
  height: 15px;
  text-align: center;
  background: url('../_images/product-recipes-head.gif') no-repeat left top;
  font-size: 16px;
  text-transform: uppercase;
  color: #bf311b;
  padding: 9px 0 5px 0;
  margin: 0px;
}

#product-recipes li a {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #542f01;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 10px;
  background: url('../_images/recipes-a-arrow.gif') no-repeat right center;
}

#product-recipes li a:hover { padding-right: 15px }

#product-weight { margin-top: 20px; }

#product-weight p { font-size: 0.8em; }

.addthis_toolbox { height: 35px; }

#product-ingredients {
  float: left;
  width: 595px;
  background: url('../_images/ingredients-bot-bg.gif') repeat-y left top;
  margin-top: 15px;
}

#product-ingredients p {
  font-size: 12px;
  line-height: 17px;
  font-weight: 100;
  color: #69685c;
  margin-top: 5px;
  margin-bottom: 5px;
  background: url('../_images/ingredients-bg.gif') repeat-y left top;
  padding: 8px 10px;
}

#product-ingredients p .head {
  text-transform: uppercase;
  color: #605f54;
}

.imgwraqp {
  height: 90px;
  overflow: hidden;
  border-radius: 10px;
}

.cat-th:hover {
  background: #852b37;
  background: -moz-linear-gradient(top, #ffffff 44%, #852b37 45%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,#ffffff), color-stop(45%,#852b37));
  background: -webkit-linear-gradient(top, #ffffff 44%,#852b37 45%);
  background: -o-linear-gradient(top, #ffffff 44%,#852b37 45%);
  background: -ms-linear-gradient(top, #ffffff 44%,#852b37 45%);
  background: linear-gradient(to bottom, #ffffff 44%,#852b37 45%);
}

.cattitles {
  display: none;
  text-align: center;
  color: #fff;
  font-size: 0.7em;
  line-height: 35px;
}

.cattitles a {
  color: #fff;
  text-decoration: none;
}

.cattitles a:hover { text-decoration:underline; }
