h1, h2, h3, h4, p, div, td {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#basketsummary {
	display: none;
}
#sidebar {
	display: none;
}
#navcontainer {
	display: none;
}


#pageheading h1 {
	text-indent: 0px;
	font-size: 20px;
}

#main h2 {
	font-size: 14px;;
}


/* @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: #d6724a;

}
.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 */