.headerSupplement{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
margin: 10px 0;
}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #800000;
font-weight: bold;
text-decoration: underline;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #003366;
font-weight: bold;
text-decoration: underline;
}
.productTitle{
color: #ffffff;
font-weight: bold;
font-size: 16px;
}
.productDetail{
font-size: 15px;
}
.productIngredients{
font-size: 12px;
}
.supplementsFastFinder{
font-size: 12px;
color: #800000;
}
.foodandDrug{
margin: 10 5 5 5;
font-size: 12px;
color: #666666;
}

#productsLinks
{
	text-align: center;
	font-family: Arial, "Franklin Gothic Demi Cond";
	color: #003366;
	font-size: 11px;
	}
	#productsLinks a:link 		{color: #003366; text-decoration: underline; font-weight: normal;}
	#productsLinks a:visited 	{color: #003366; text-decoration: underline; font-weight: normal;}
	#productsLinks a:active 	{color: #800000; text-decoration: underline; font-weight: normal;}
	#productsLinks a:hover 	{color: #800000; text-decoration: underline; font-weight: normal;}
	
#nextPage
{
	text-align: right;
	font-size: 14px;
	padding: 5;	
	}
	#nextPage a:link 		{color: #003366; text-decoration: underline; font-weight: bold;}
	#nextPage a:visited 	{color: #003366; text-decoration: underline; font-weight: bold;}
	#nextPage a:active 		{color: #800000; text-decoration: underline; font-weight: bold;}
	#nextPage a:hover 		{color: #800000; text-decoration: underline; font-weight: bold;}	
	
