/*---Global-------*/
.td-br {border-right: 1px solid #ededed;}

/*---Catagories Page--------*/
.cat-cont-expand-title {margin: 0 0 10px 0;}
.shop-img {width:180px}
.shop-img-align {
	float: left;
	margin: 0 10px 15px 0;
	border: 1px solid #e1e1e1;
	/*width:292px;*/
	width: 32%;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.25);
	background: #fff;
}
div.shop-img-align:nth-child(3n+2) {
	margin-right: 10px;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
.shop-img-align {float: left; width: 47%;}
}
@media only screen and (min-width: 0) and (max-width: 599px) {
.shop-img-align {float: none; width: 100%; margin: 0 0 10px 0;}
}

.shop-img {max-width:100%; height:auto;}
.shop-img-wrap{
	height:340px;
	position:relative;
	padding: 10px 0 0 0;
	}
.shop-img-overlay{
	background: url(/images/cat-fade-80.png) top left repeat;
	bottom:0;
	color:#fff;
	opacity:0;
	filter: alpha(opacity = 0);
	position:absolute;
	width:100%;
	z-index:1000;
	}
.shop-img-wrap:hover .shop-img-overlay{
	opacity:1;
	filter: alpha(opacity = 75);
	transition:opacity 0.25s;
	-moz-transition:opacity 0.25s;
	-webkit-transition:opacity 0.25s;
	}
.shop-img-title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0 15px;
  height: 45px;
	}
.shop-img-title a, .shop-img-title a:visited {color: #1e6eac; text-decoration: none; font-weight: bold;}
.shop-img-title a:hover {color: #52a5e5;}

.shop-img-desc {padding: 10px; color: #fff;}
.shop-img-below-price {height: 20px; padding: 5px; color: #505050; text-align: center; font-weight: bold;}
.shop-img-below-buttons {background: #f1f1f1; text-align: center; padding: 2px 0 5px 0;}

/*---Product Page--------*/
.tdPr1 {width: 30%; float: left;}
.tdPr2 {width: 70%; float: left;}
@media only screen and (min-width: 601px) and (max-width: 800px) {
.tdPr1 {width: 35%;}
.tdPr2 {width: 65%;}
}
@media only screen and (min-width: 0) and (max-width: 600px) {
.tdPr1 {width: 100%; float: none;}
.tdPr2 {width: 100%; float: none; padding: 0 0 10px 0;}
}







.PR-Serving {padding: 0 0 10px 0;}
.pr-serving-divider {color: #c2c2c2; float: left; margin: 0 15px 0 0;}
.pr-serving-1 {float: left; margin: 0 15px 0 0;}
@media only screen and (min-width: 0) and (max-width: 600px) {
.pr-serving-divider {display: none;}
.pr-serving-1 {float: none;}
}
.PR-IT {width: 100%; border: 1px solid #7895bc;}
.PR-Ir1 {width: 75%; padding: 10px; border-top: 1px solid #7895bc; text-align: left; border-right: 1px solid #7895bc;}
.PR-Ir2 {width: 25%; padding: 10px; border-top: 1px solid #7895bc; text-align: right; background: #e7eef7;}
.PR-Su1 {width: 30%; padding: 10px; border-top: 1px solid #7895bc; border-right: 1px solid #7895bc;}
.PR-Su2 {width: 70%; padding: 10px; border-top: 1px solid #7895bc; background: #e7eef7;}
.PR-IH {
	background: #2d578f;
	color: #fff;
	font-weight: bold;
	}
.PR-Other-Ing {
	padding: 10px;
	border-top: 1px solid #7895bc;
	background: #f4f8fd;
	}
.PR-IngExtra {
  padding: 20px 0 0 0;
  }
.PR-IngExtra-Title {
  font-weight: bold;
  font-style: italic;
  color: #898989;
  font-size: 16px;
  padding: 0 0 15px 0;
  }
.PR-Testimonials {
	border: 1px solid #d1d1d1;
	padding: 20px;
	background: #f6faff;
	margin: 20px 0 0 0;
	}
.PR-Test-Title {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #326fbd;
	}

