/* @override 
	http://www.foodsourceinc.com/css/ingredients.css
*/
.subcategory {
	padding-bottom: 30px;
}
/* @group Ingredients Introduction */

.subcategory_intro {
	padding: 0 0 5px 0;
}
.subcategory_intro p {
	padding: 5px 0;
}
.subcategory_intro.hasImg p {
	padding-left: 146px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.subcategory_intro.hasImg .subcategory_img {
	float: left;
	margin-top: 6px;
	margin-bottom: 9px;
}
#main .subcategory h2 {
}
#main .subcategory h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;	
	padding-bottom: 8px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b4b4b4;
	font-size: 17px;
	color: #57544a;
}


#quick-search {
	background: url(/img/ingredients_finder.gif) no-repeat;
	padding-top: 20px;
	padding-bottom: 19px;
	padding-left: 22px;
	margin-bottom: 23px;
}

#quick-search h3{
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 11px;
	color: #3f5409;
	margin-bottom: 0;
}
#quick-search p {
	padding-bottom: 8px;
}

#quick-search select,
#quick-search input {
	font-size: 11px;
}

/* @end */

/* @group Ingredients Table Measurements  */

.subcategory_list table {
	margin: 10px 0;
	border: 2px solid #8eae5b;
	width: 534px;
}
.column1 {
	width: 80px;
	text-align: center;
}
.column2 {
	width: 300px;
}
.column3{
	width: 130px;
	text-align: center;
}
.subcategory_list td,
.subcategory_list th,
.subcategory_list p,
.subcategory_list h4,
.subcategory_list a
 {
	font-size: 11px;
}
.subcategory td {
	padding: 8px 0;
}



/* @end */

/* @group Ingredient Table Styles */

.subcategory_list a.showinfo {
	font-weight: bold;
	padding: 0 10px 0 5px;
	text-decoration: none;
	color: #a4350d;
}
.subcategory_list a.showinfo:hover {
		color: #a4350d;

}
.subcategory .alt {
	background-color: #effad4;
}
.subcategory_list th {
	font-weight: bold;
}
.subcategory_list th {
	padding: 10px 0;
	background-color: #91ad6a;
	font-weight:  bold;
	color: #f9fffb;
}
.subcategory h4 {
	font-weight:  bold;
	padding: 0 0 2px 0;	
}
#main .subcategory p.short {
	line-height: 18px;
}
.subcategory p.long {
	background-color: #fefedf;
	padding: 5px 10px;
	margin: 5px 0;
	border: 2px solid #ffc788;
}

/* @end */

/* @group Ingredients Select Menu */

.subcategory_select {
	width: 230px;
	padding-bottom: 20px;
}
.subcategory_select h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
.subcategory_select ul {
	margin: 20px 0;
	background-color: #f2f2f2;
}
.subcategory_select ul li {
	display: inline; /* IE hack to remove space between list items */	
}
.subcategory_select ul li a {
	display: block;
	padding: 9px 0;
	padding-left: 20px;
	margin: 0;
	text-decoration: none;
	color: #4a4b4c;
	border-bottom: 1px solid #c7c7c7;
}
.subcategory_select ul li a:hover {
	background-color: #f1f8fe;
}


.select-subcategory {
	margin: 20px 0;
	padding-bottom: 22px;
	background: url(/img/subcategory_select_bg.gif) no-repeat;
}

.select-subcategory #now-displaying,
.select-subcategory h3,
.select-subcategory p {
	margin-left: 60px;
}
.select-subcategory p {
	font-size: 11px;
}
.select-subcategory #now-displaying {
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	color: #97500d;
}

img#subcategory-loading {
	margin-top: -7px;
}

.select-subcategory h3 {
	font-size: 14px;
	padding-top: 16px;
	padding-bottom: 12px;
}

/* @end */
