/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote
{
	margin: 0;
	padding: 0;
}
input
{
	padding: 1px;
	height: 20px;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
object, a, input
{
	outline: none;
}
address, caption, cite, code, dfn, strong, th, var
{
	font-style: normal;
	font-weight: bold;
}
ol, ul
{
	list-style: none;
}
ul.unordered_list
{
	list-style: disc;
}
ol.ordered_list
{
	list-style: decimal;
}
li
{
	line-height: 1.2;
}
ul.unordered_list li, ol.ordered_list li
{
	margin-left: 20px;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
	color: #03ac88;
}
sup, sub
{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup
{
	bottom: 1ex;
}
sub
{
	top: .5ex;
}
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
html[xmlns] .clearfix
{
	display: block;
}
* html .clearfix
{
	height: 1%;
}
nobr
{
	white-space: nowrap;
}
/*.clearfix:after { content: "";  display: block; height: 0; clear: both;  visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}*/
/* ---------------------  basic styles ---------------------  */
html
{
	font-size: 100%;
	min-height: 101%;
}
body
{
	font: normal 80%/1.3 Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #f1f1f5;
	padding: 0 1em;
}
p
{
	margin: 10px 0;
	font-size: 1em;
}
small
{
	font-size: 0.9em;
}
a:link, a:visited
{
	color: #3399cc;
	text-decoration: none;
}
a:hover
{
	color: #3399cc;
	text-decoration: underline;
}
a.with_arrow
{
	color: #666;
	font-weight: 900;
	background: transparent url(../img/link_arrow_pink.gif) no-repeat right center;
	padding-right: 10px;
	text-decoration: none;
}
h1
{
	font-size: 2.5em;
	margin: 5px 0;
	line-height: 1.2em;
}
h2
{
	font-size: 2.3em;
	margin: 5px 0;
	line-height: 1;
}
h3
{
	font-size: 2.1em;
	margin: 5px 0;
	line-height: 1;
}
h4
{
	font-size: 1.3em;
	margin: 5px 0;
	line-height: 1;
}
hr
{
	font-size: 0;
	height: 1px;
	width: 95%;
	border: none;
	text-align: left;
	background: #ccc;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

/* ---------------------  divs ---------------------  */
#wrap
{
	width: 988px;
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
}

#header, #navcontainer, #content, #footer
{
	text-align: left;
}

#header
{
	width: 990px;
	color: #fff;
}
#header fieldset
{
	margin: 20px 10px;
}
.logo
{
	float: left;
}
.header_search
{
	width: 256px;
	height: 94px;
	background: #fff url(../img/bg_wheretobuy.jpg) no-repeat top left;
	float: left;
}
.header_search fieldset
{
	padding-top: 8px;
}
#searchbttn
{
	background: transparent url(../img/bttn_search.jpg) no-repeat top left;
	width: 18px;
	height: 18px;
	border: none;
	vertical-align: middle;
	vertical-align: text-bottom;
}
/* ---------------------  navigation ---------------------  */
#navcontainer
{
	margin: 10px;
	width: 972px;
	background: transparent url(../img/bg_nav.jpg) no-repeat top right;
}
ul#nav
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 972px;
}
ul#nav li
{
	float: left;
	width: 74px;
	height: 35px;
	position: relative;
	margin-right: 4px;
	font-size: 1.2em;
	text-align: center;
	padding-top: 14px;
	z-index: 78;
}
ul#nav li a:hover, ul#nav li.current a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
ul#nav li.home
{
	background: url(../img/bttn_home.jpg) no-repeat top left;
	width: 63px;
}
ul#nav li.whol
{
	background: url(../img/bttn_wholesoy.jpg) no-repeat top left;
	width: 166px;
}
ul#nav li.flav
{
	background: url(../img/bttn_flavors.jpg) no-repeat top left;
	width: 74px;
}
ul#nav li.life
{
	background: url(../img/bttn_lifestyle.jpg) no-repeat top left;
	width: 79px;
}

/* ---------------------  drop-down navigation ---------------------  */
ul#nav li ul.drop_down_list
{
	position: absolute;
	top: 35px;
	left: 0px;
	display: none;
	margin: 0;
	padding: 13px 0 0 0;
	width: 100%;
	background: #fff;
	z-index: 88;
}
ul#nav li ul.drop_down_list li
{
	float: left;
	clear: both;
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
	height: 20px;
	background: #fff;
	text-align: left;
	z-index: 88;
}

ul#nav li.flav ul.drop_down_list li
{
	width: 170px;
}
ul#nav li.life ul.drop_down_list li
{
	width: 160px;
}
ul#nav li.flav ul.drop_down_list li a
{
	width: 160px;
}
ul#nav li ul.drop_down_list li a
{
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 0 5px;
	width: 95%;
	height: 18px;
	margin: 0;
	border: 1px solid #fff;
	color: #3399CC;
	font-weight: normal;
	z-index: 88;
}
ul.drop_down_list li:hover a.blue_arrow, ul#nav li ul.drop_down_list li a:hover
{
	border: 1px solid #aaa;
	background: #eee;
	font-weight: bold;
	color: #3399cc;
	padding: 0 0 0 8px; /* sets the extended right hover margin for the drop down menu */
	width: 100%;
	margin: 0 0 0 -5px;
	z-index: 88;
}
ul#nav li ul.drop_down_list li a:hover, ul#nav li:hover ul.drop_down_list
{
	display: block;
}
/* ---------------------  drop-down navigation ends here ---------------------  */
ul#nav li ul.drop_down_list li a.blue_arrow
{
	background-image: url(../img/blue_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 140px 50%;
	z-index: 88;
}
ul#nav li ul.drop_down_list li a.blue_arrow:hover
{
	/* background-image: none; */
	background-position: 145px 50%;
	z-index: 88;
}
ul.drop_down_list li ul.slide_out_list
{
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	width: 100%;
	z-index: 89;
}
ul.slide_out_list:hover, ul.slide_out_list li a:hover, ul.drop_down_list li:hover ul.slide_out_list
{
	display: block;
}
#content
{
	position: relative;
	z-index: 77; /* IE */
}

#masthead
{
	background: transparent url(../img/bg_mainarea.jpg) no-repeat top left;
	width: 970px;
	height: 340px;
	position: relative;
	margin-bottom: 15px;
	margin-left: 10px;
}
#masthead_compare
{
	background: transparent url(../img/bg_comparision.jpg) no-repeat top left;
	width: 970px;
	height: 212px;
	position: relative;
	margin-bottom: 15px;
	margin-left: 10px;
}

#masthead2
{
	background: transparent url(../img/bg_mainarea2.jpg) no-repeat top left;
	width: 970px; /* min-height fast hack */
	min-height: 404px;
	height: auto !important;
	height: 404px;
	position: relative;
	margin-bottom: 15px;
	margin-left: 10px;
}
#masthead3
{
	background: transparent url(../img/bg_mainarea3.jpg) no-repeat top left;
	width: 970px; /* min-height fast hack */
	min-height: 315px;
	height: auto !important;
	height: 315px;
	position: relative;
	margin-bottom: 15px;
	margin-left: 10px;
}
#masthead4
{
	background: transparent url(../img/bg_mainarea3.jpg) no-repeat top left;
	width: 970px; /* min-height fast hack */
	min-height: 246px;
	height: auto !important;
	height: 246px;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 10px solid #fff;
	margin-left: 10px;
}
#masthead5
{
	background: transparent url(../img/bg_andrew.jpg) no-repeat top center;
	width: 970px; /* min-height fast hack */
	min-height: 302px;
	height: auto !important;
	height: 302px;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 10px solid #fff;
	margin-left: 10px;
}
#mastheadmargin
{
	text-align: center;
	background-color: Black;
	width: 950px; /* min-height fast hack */
	min-height: 2946px;
	height: auto !important;
	height: 2946px;
	margin-bottom: 15px;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
	margin-left: 10px;
	margin-right: 10px;
}

#mastheadtv
{
	background: transparent url(../img/bg_mainarea.jpg) no-repeat top left;
	width: 970px; /* min-height fast hack */
	min-height: 335px;
	height: auto !important;
	height: 335px;
	position: relative;
	margin-bottom: 15px;
	margin-left: 10px;
}
#mastheadbuy
{
	background: transparent url(../img/bg_mainarea_buy.jpg) no-repeat top left;
	width: 970px; /* min-height fast hack */
	min-height: 198px;
	height: auto !important;
	height: 198px;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 10px solid #fff;
	margin-left: 10px;
}
.left, .left2
{
	float: left;
	width: 510px;
	height: auto;
	margin-left: 40px;
	margin-top: 44px;
}
.left2
{
	width: 280px;
}
.left3
{
	width: 400px;
	float: left;
	height: auto;
	margin-left: 30px;
	margin-top: 0px;
}
.lefttv
{
	width: 360px;
	float: left;
	height: auto;
	margin-left: 30px;
	margin-top: 20px;
}
.large
{
	font-size: 1.3em;
}
.image_right
{
	float: right;
	margin: 10px 10px 0 0;
	width: 40%;
}
.image_right_buy
{
	float: right;
	margin: 10px -50px 0 0;
	width: 40%;
}
#masthead #soybean
{
	position: absolute;
	bottom: 40px;
	left: 540px;
}
#bursts
{
	color: #666;
	margin-left: 570px;
	padding-top: 30px;
}
#bursts h2
{
	font-size: 1.6em;
	font-weight: bold;
}
#bursts p
{
	font-size: 0.9em;
	width: 200px;
}
#lifestyle_callout_wrapper
{
	/* IE SAFTY */
	float: left;
	width: 620px;
}
#burst_battle_of_the_chefs
{
	background: url(../img/burst_harley.png) no-repeat center center;
}
#burst_recipe
{
	background: url(../img/burst_recipe.png) no-repeat center center;
}
.lifestyle_callout
{
	float: left;
	width: 289px;
	height: 344px;
	margin: 30px 0px 0px 20px;
}
.lifestyle_callout h1 a
{
	float: left;
	width: 249px;
	height: 50px;
	padding: 180px 20px 0px 20px;
	font-size: 14pt;
	line-height: 16pt;
	font-weight: 300;
	text-transform: uppercase;
}
.lifestyle_callout h1 a:hover
{
	/* text-decoration: none; */
}
.lifestyle_callout p
{
	padding: 0 20px;
	margin: 10px 0px;
	color: #333333;
}
.lifestyle_callout a.more_arrow
{
	padding: 0 12px 0 20px;
	clear: both;
	color: #ff3668;
	font-weight: 600;
	text-transform: uppercase;
	background: transparent url(../img/pink_arrow.gif) no-repeat right center;
	line-height: 10pt;
	font-size: 10pt;
	float: left;
	margin-top: 20px;
}
a.video_arrow
{
	padding: 0 12px 0 0;
	clear: both;
	color: #3399cc;
	font-weight: 600;
	background: transparent url(../img/pink_arrow.gif) no-repeat right center;
	line-height: 10pt;
	font-size: 10pt;
	float: left;
	margin-top: 20px;
}
a.more_arrow
{
	background: transparent url(../img/arrow.png) no-repeat right center;
	color: #ff3668;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 0;
	font-size: 10pt;
	padding-right:20px;
}
.process, .comparison, .myths
{
	width: 365px;
	height: 107px;
	padding: 15px 0 0 15px;
}

.process
{
	background: url(../img/burst_soyprocess.jpg) no-repeat top left;
}
.comparison
{
	background: url(../img/burst_soycomparison.jpg) no-repeat top left;
}
.myths
{
	background: url(../img/burst_soymyths.jpg) no-repeat top left;
}
#process p
{
	margin: 5px;
}
#comparison p
{
	margin: 0px 5px 5px 5px;
}
#myths p
{
	margin: 5px;
}
#flavors
{
	position: absolute;
	width: 650px;
	left: 335px;
	top: 4px;
}
#flavors li
{
	float: left;
	width: 180px;
	height: 180px;
	position: relative;
	font-size: 1.2em;
	text-align: center;
	margin-left: -23px;
}
#flavors li.indent
{
	margin-left: 35px;
}
#subhead
{
	background: url(../img/bg_homebttm.jpg) no-repeat top left;
	width: 970px;
	height: 196px;
	padding: 10px 0 0 8px;
	margin-left: 10px;
}

#subnav
{
	margin-left: 5px;
}
#subnavwide
{
	width: 970px;
	margin-left: 5px;
}
#subnavwide li, #subnav li
{
	float: left;
	width: 230px;
	height: 171px;
	position: relative;
	margin-right: 8px;
}
#subnavwide li a, #subnav li a
{
	text-indent: -99999px;
	height: 171px;
	width: 232px;
	display: block;
}
.myth a
{
	background: url(../img/sectn_myths.png) no-repeat top left;
}
.myth a:hover
{
	background: url(../img/sectn_myths_roll.png) no-repeat top left;
}
.tv a
{
	background: url(../img/sectn_tvspot.png) no-repeat top left;
}
.tv a:hover
{
	background: url(../img/sectn_tvspot_roll.png) no-repeat top left;
}
.history a
{
	background: url(../img/sectn_history.png) no-repeat top left;
}
.history a:hover
{
	background: url(../img/sectn_history_roll.png) no-repeat top left;
}
.recipe a
{
	background: url(../img/sectn_recipes.jpg) no-repeat top left;
}
.recipe a:hover
{
	background: url(../img/sectn_recipes_roll.jpg) no-repeat top left;
}
.quiz a
{
	background: url(../img/sectn_soyquiz.jpg) no-repeat top left;
}
.quiz a:hover
{
	background: url(../img/sectn_soyquiz_roll.jpg) no-repeat top left;
}
.blueb a
{
	background: url(../img/sectn_bluebrry.jpg) no-repeat top left;
}
.blueb a:hover
{
	background: url(../img/sectn_bluebrry_roll.jpg) no-repeat top left;
}
.kirsch a
{
	background: url(../img/sectn_akirsch.jpg) no-repeat top left;
}
.kirsch a:hover
{
	background: url(../img/sectn_akirsch_roll.jpg) no-repeat top left;
}
.nutr a
{
	background: url(../img/sectn_nutrients.jpg) no-repeat top left;
}
.nutr a:hover
{
	background: url(../img/sectn_nutrients_roll.jpg) no-repeat top left;
}
.ask a
{
	background: url(../img/sectn_dietitian.jpg) no-repeat top left;
}
.ask a:hover
{
	background: url(../img/sectn_dietitian_roll.jpg) no-repeat top left;
}
.benf a
{
	background: url(../img/sectn_benefits.jpg) no-repeat top left;
}
.benf a:hover
{
	background: url(../img/sectn_benefits_roll.jpg) no-repeat top left;
}
.flavo a
{
	background: url(../img/sectn_flavors.jpg) no-repeat top left;
}
.flavo a:hover
{
	background: url(../img/sectn_flavors_roll.jpg) no-repeat top left;
}
.whols a
{
	background: url(../img/sectn_wholesoy.jpg) no-repeat top left;
}
.whols a:hover
{
	background: url(../img/sectn_wholesoy_roll.jpg) no-repeat top left;
}
.harley a
{
	background: url(../img/sectn_havley.jpg) no-repeat top left;
}
.harley a:hover
{
	background: url(../img/sectn_havley_roll.jpg) no-repeat top left;
}
.section
{
	float: left;
	text-align: right;
}
.section a
{
	text-indent: 0px !important;
	height: auto !important;
}
.section img
{
	margin-bottom: 8px;
}
#battle_column_wrapper, #three_column_wrapper, #two_column_wrapper
{
	background: #fff;
	margin: -18px 8px 25px 10px;
	padding: 0px 11px;
}

#column_wrapper
{
	background: #fff;
	margin: 0px 8px 25px 10px;
	padding: 0px 11px;
}

#battle_column_wrapper div.left_column
{
	float: left;
	width: 430px;
}
#battle_column_wrapper div.main_column
{
	margin: 0px 0px 0px 450px;
}
#battle_column_wrapper div.main_column img
{
	margin: 5px;
}

#three_column_wrapper .sidebar, #two_column_wrapper .sidebar
{
	float: left;
	width: 184px;
	background: #fff url(../img/bg_two_column_sidebar.jpg) no-repeat left top;
	padding: 25px;
}
.video_thumbnail
{
	background: #fff url(../img/SoyJoyTVSpotsBoxGray.jpg) no-repeat left top;
	width: 169;
	height: 169;
}

.indenttv
{
	display: inline-block;
	margin: 10px 0 0 10px;
	width: 168px;
}
.indenttitle
{
	display: inline-block;
	margin: 0 0 0 10px;
	width: 168px;
}
/*
p.indent
{
	margin: 10px 0 0 10px;
}
*/
p.title
{
	color: #658b12;
	font-weight: 900;
	text-transform: uppercase;
}
.thin_blue_title
{
	color: #3399CC;
	font-weight: 100;
}
#three_column_wrapper .sidebar li, #two_column_wrapper .sidebar li
{
	padding-bottom: 1em;
}
#three_column_wrapper .sidebar strong, #two_column_wrapper .sidebar strong
{
	color: #39c;
}
#three_column_wrapper .main_column
{
	margin: 0 244px;
	padding-top: 25px; /* Match sidebar's first-line */
}
#two_column_wrapper .main_column
{
	margin-left: 244px;
	padding: 5px 25px; /* Match sidebar's first-line */
}
#two_column_wrapper .video_thumbs
{
	margin-left: 390px;
}
.video_thumbs
{
	float: right;
	margin: 10px 0 0 0;
	width: 570px;
}
.video_right
{
	float: right;
	margin: 10px 10px 0 0;
	width: 570px;
}
.video_row
{
	float: right;
	margin: 12px -10px 0 0;
	width: 570px;
}
.column
{
	float: left;
	background: #fff url(../img/SoyJoyTVSpotsBoxGray.jpg) no-repeat left top;
	width: 169px;
	height: 169px;
	margin: 0 21px 10px 0;
	padding: 0;
}

.video_thumbnail_active
{
	background: #fff url(../img/SoyJoyTVSpotsBox.jpg) no-repeat left top;
}
.column .playbutton
{
	margin: -20px -20px;
}

#two_column_wrapper .main_column_find
{
	margin-left: 244px;
	padding: 0px; /* Match sidebar's first-line */
}
#three_column_wrapper .with_image, #two_column_wrapper .with_image
{
	min-height: 160px !important;
}
/* For few pages with gray */
.with_gray_bg
{
	background-color: #eaeaea;
	margin-bottom: 10px;
}
#three_column_wrapper .with_image strong, #two_column_wrapper .with_image strong
{
	color: #666;
}
#three_column_wrapper .with_image img, #two_column_wrapper .with_image img
{
	margin: 0em 1em 1em 0em;
}

#three_column_wrapper .right_sidebar, #two_column_wrapper .right_sidebar
{
	float: right;
	width: 184px;
	padding: 25px;
	clear: right;
}
.right_sidebar blockquote
{
	font-size: 12pt;
	font-family: Times;
}
.legal_footer
{
	clear: both;
	margin-left: 244px;
	padding: 0;
}
.like_cite, .right_sidebar cite
{
	font-size: 8pt;
	color: #666;
	font-family: Times;
}
.quiz_question h3, .quiz_question h4
{
	padding: 0.5em 0 0.12em 0;
	cursor: pointer;
}
.quiz_question label
{
	font-size: 14px;
	line-height: 12px;
}
.quiz_question submit
{
	padding-top: 20px;
}
#footer
{
	background: url(../img/bg_footer.jpg) no-repeat top left;
	width: 970px;
	height: 45px;
	margin: 0 0 0 10px;
}
#footer .linx
{
	float: left;
	width: 300px;
	margin: 15px;
}
#footer .flinx
{
	float: left;
	color: #999;
	width: 860px;
}
#footer .flinx a, #footer .pharma a
{
	color: #999;
}
#footer .pharma
{
	color: #999;
	text-align: right;
}
#footer .newsform
{
	margin-left: 600px;
}
#footer .newsform label
{ *display:inline-block;*margin-top:4px;*vertical-align:top;}
#footer a, #footer a:hover
{
	color: #171515;
}
#footer fieldset
{
	padding-top: 12px;
}
#footer #newsbttn
{
	background: url(../img/bttn_newsletter.jpg) no-repeat top left;
	width: 18px;
	height: 18px;
	border: none;
	vertical-align: middle;
	vertical-align: text-bottom;
}
/* FAQ Page
*/
#question_wrapper
{
	background: #fff url(../img/orange_bullet.jpg) no-repeat left center;
	padding: 0 0 0 16px;
	font-weight: 900;
	font-size: 11pt;
	line-height: 9pt;
}
#answer_wrapper
{
	padding: 1em;
	margin: 0.5em 0 1em 0;
	background: #f1f1f5;
}
#answer_wrapper em:first-child
{
	font-size: 12pt;
	font-weight: 100;
	font-style: italic;
	color: #666;
}

/*Flavor Pages*/

#flavor_content
{
	text-align: left;
	vertical-align: top;
	padding: 20px 40px;
}

.bold
{
	font-weight: bold;
}

.light
{
	font-weight: normal;
}

#flavor_nav
{
	height: 0; /* changed from 20px to 0 */
}

#flavor_desc h1
{
	color: #000;
	font-size: 34px;
	font-family: "Times New Roman" , Serif;
	font-weight: bold;
}

#flavor_desc p
{
	color: #333;
	font-size: 18px;
	font-family: Helvetica, Arial, Sans-serif;
}

#flavor_details
{
	overflow: hidden;
}

#flavor_details_tabs
{
	float: left;
	width: 352px;
	margin-right: 36px;
}

.ui-tabs-hide
{
	display: none;
}

.ui-tabs-nav
{
	overflow: hidden;
	font-family: Helvetica, Arial, Sans-serif;
}
.ui-tabs-nav li
{
	border: 1px solid #fff;
	border-bottom: 0;
	margin-right: 1px;
	float: left;
	font-size: 12px;
}
.ui-tabs-nav li p
{
	padding: 6px;
	margin: 1px 1px 0 1px;
}

.ui-tabs-nav li.ui-state-active p
{
	background: #fff;
}

.ui-tabs-panel
{
	border: 1px solid #fff;
}
.ui-tabs-panel p
{
	margin: 1px;
}

.ui-tabs-panel .ingredients, .ui-tabs .calories
{
	margin: 0 0 10px;
}
.ui-tabs-panel .tabcontent
{
	margin: 0 1px 1px 1px;
	background: #fff;
	font-size: 12px;
	padding: 5px;
}


#nutrition_facts p
{
	margin: 0 0 1px 0;
	font-size: 11px;
}
#nutrition_facts
{
	font-size: 11px;
}

.nutrition_column .amount_per_serving
{
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-top: 0;
}

.nutrition_column td
{
	padding-top: 6px;
	border-bottom: 1px dotted #000;
}

.nutrition_column td.right
{
	text-align: right;
}

.nutrition_column .column_bttm
{
	border-bottom: 1px solid #000;
}

#nutrition_facts .vitamin_data
{
	margin: 6px 0 0 0;
}

#nutrition_facts .vitamin_data li
{
	display: inline;
	font-size: 11px;
}

#nutrition_facts .nutrition_asterik
{
	font-size: 10px;
	color: #666;
}

#flavor_details_media
{
	float: left;
}

/* Recipe Pages */
#recipe_wrapper h1
{
	color: #508c00;
}
#recipe_wrapper h4
{
	color: #508c00;
}
.recipe_author
{
	font-weight: 600;
	font-style: italic;
}
#recipe_table th
{
	font-size: 12pt;
	font-weight: 600;
}
#recipe_table .ingredient_list p
{
	font-weight: 600;
}
#recipe_table .ingredient_list dl
{
	margin-bottom: 30px;
}
.recipe-left div.current a
{
	font-style: italic;
	color: #508C00;
}


/* Quiz Page */
.quiz_result
{
}
.quiznumber
{
	font-size: 1.4em;
}
.quizcorrect, .quizincorrect
{
	padding: 0em 1em;
	font-weight: 900;
}
.quizcorrect
{
	color: #0f0;
}
.quizincorrect
{
	color: #f00;
}

#comparison_disclaimer p
{
	font-size: 9px;
	font-style: italic;
	margin: 5px 0 0 0;
}
.recipelink
{
	padding-top: 5px;
}
#faq_content_list li
{
	padding-top: 5px;
}
