﻿/* Feature Boxes */
table.feature_boxes {
	margin: 10px 0 0 0;
}
.page_sidebar table.feature_boxes {
	margin: 0;
}
table.feature_boxes td.feature_boxes-item {
	vertical-align: top;
	background: url(../../Images/Controls/FeatureBoxes/bg.jpg) repeat-x top left;
	padding: 0;
}
table.feature_boxes td:first-child {
	border-left-width: 0;
}
td.feature_boxes-item td {
	vertical-align: top;
}
td.feature_boxes-item div.feature_box {
	padding: 10px;
}
td.feature_boxes-item .image_top {
	margin-bottom: 5px;
}
td.feature_boxes-item .image_top a {
}
td.feature_boxes-item .image_bottom {
	margin-top: 5px;
	text-align: center;
}
td.feature_boxes-item .image_left {
	margin-right: 10px;
}
td.feature_boxes-item .image_right {
	margin-left: 10px;
}
td.feature_boxes-item .image_top a img,
td.feature_boxes-item .image_bottom a img,
td.feature_boxes-item .image_left a img,
td.feature_boxes-item .image_right a img {
	padding: 3px;
	background: #ffffff;
	border: solid 1px #e7e7e7;
}
td.feature_boxes-item td.content_area {
	width: 100%;
}
td.feature_boxes-separator {
	background: url(../../Images/Global/div_ver.gif) repeat-y top center;
	border-bottom: solid 10px #ffffff;
	padding: 9px 9px 9px 8px;
}
td.feature_boxes-separator:last-child,
td.fbs_last {
	display: none;
}
td.feature_boxes-separator {
	display: expression(this.nextSibling==null?'none':'');
}
td.feature_boxes-item .title {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin: -2px 0 4px -1px;
}
td.feature_boxes-item .title a {
	text-decoration: none;
	color: #8a8a8a;
}
td.feature_boxes-item .title a:hover {
	text-decoration: underline;
	color: #888888;
}

/* Theme */
table.feature_boxes .AboutUs div.feature_box {
	border-top: solid 4px #14a5e4;
}
table.feature_boxes .AboutUs .title a {
	color: #14a5e4;
}
table.feature_boxes .AboutUs .title a:hover {
	color: #1084b6;
}

table.feature_boxes .OurProducts div.feature_box {
	border-top: solid 4px #ff7f91;
}
table.feature_boxes .OurProducts .title a {
	color: #ff7f91;
}
table.feature_boxes .OurProducts .title a:hover {
	color: #cc6674;
}

table.feature_boxes .NutritionAndHealth div.feature_box {
	border-top: solid 4px #fc8102;
}
table.feature_boxes .NutritionAndHealth .title a {
	color: #fc8102;
}
table.feature_boxes .NutritionAndHealth .title a:hover {
	color: #ca6702;
}

table.feature_boxes .Community div.feature_box {
	border-top: solid 4px #387f04;
}
table.feature_boxes .Community .title a {
	color: #387f04;
}
table.feature_boxes .Community .title a:hover {
	color: #2d6603;
}

table.feature_boxes .Recipe div.feature_box {
	border-top: solid 4px #e4ad12;
}
table.feature_boxes .Recipe .title a {
	color: #e4ad12;
}
table.feature_boxes .Recipe .title a:hover {
	color: #b68a0e;
}
.customFeatureBox  {
	margin-top: 20px;
}
.customFeatureBox .title {
	color: #14A5E4;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial,Helvetica,Tahoma,sans-serif
}
.customFeatureBox img {
	margin: 5px 0 10px 0;
}
