@charset "utf-8";
/* CSS Document */


#IngredientListBox {
	float: left;
	height: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bottomUnderlineGrey {
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
h3 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	color: #347C6C;
}



#IngredientSelectionContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 400px;

}


#IngredientReviews {
	background-color: #FFFFFF;
	float: right;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 380px;
	
}
.excitedFont {
	font-size: 1.4em;
	font-style: italic;
	color: #06F;
	font-weight: bold;
}
#IngredientContent {
	float: left;
	width: 100%;
	height: 220px;
}



#BannerA1 {
	float: left;
	height: 160px;
	width: 100%;
}

h5 {
	font-size:0.90em;
}
#ingredientLists li {
	display: inline;
	padding-right: 5px;
	color: #666;
	line-height: 1.8em;
	margin:0px;
	padding-left:0px;
	list-style-position:outside;
}

#ingredientLists a {
	color: #666;
}

#ingredientLists h2 {
	padding-top: 10px;
	margin-top:0px;
	margin-bottom:0px;
}

#ingredientLists ul {
	margin: 0px;
	padding:0px;
	list-style:none;
	list-style-position:outside;
}
