
img.prodImg{
	border-bottom:4px solid #F89828;
}

.product{
	float:left;
	border:1px black solid;
	width:150px;
	height:190px;
	background-color:#F2F1F0;
	border-radius:15px;
	overflow:hidden;
	font-size:18px;
	vertical-align:middle;
}

.ProductText{
	height:170px;
	margin-top:35px;
}

.ProductTextLarge{
	height:170px;
	margin-top:35px;
	padding-bottom:40px;
}

td.ProductImageCell{
	padding:20px;
}

td.ProductTextCell{
	width:100%;
	padding-left:45px
}
	
.orange-box{
	background-color:#F89828;
	height:20px;
	width:20px;
	border-radius:4px;
	transform:skewX(170deg);
	margin-top:-15px;
}

.blue-box{
	background-color:#0779BF;
	height:20px;
	width:20px;
	margin-left:15px;
	margin-top:`-1px;
	border-radius:4px;
	transform:skewX(170deg);
}

hr.line{
	margin-top:-22px;
	margin-left:16px;
}

h3{
	margin-bottom:0px;
	margin-left:20px;
}
			
hr.divide{
	margin-top:30px;
}

td.Images{
	border:1px solid black;
}

#SmartDairy{
	margin-bottom:-10px;
}
