/* content parts CSS Document */
@import url("common.css");


/*General Styles for Products Pages*/

.ProductNav {
	width:749px;
	height:44px;
	margin-top:198px;
	margin-left:125px;
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:12px;
	line-height:13px;
}
.ProductNav a {
	display:block;
	float:left;
	height:44px;
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:12px;
	line-height:13px;
	cursor:pointer;
}
.ProductNav a.nav_directions {width:150px; /*background-image: url(../img/products/nav_directions.png);*/}
.ProductNav a.nav_supplement {width:207px; /*background-image: url(../img/products/nav_supplement.png);*/}
.ProductNav a.nav_ingredients {width:153px; /*background-image: url(../img/products/nav_ingredients.png);*/}
.ProductNav a.nav_warnings {width:139px; /*background-image: url(../img/products/nav_warnings.png);*/}


p.warn {font-weight:bold; padding-top:10px;}
p.warn.keepout {padding-top:14px;}
p.warn.safetyseal {padding-top:9px;}

.content .content_mid h2 {margin:0;}
h2.title_directions {padding-top:20px;}
h2.title_supplement {padding-top:45px;}
h2.title_ingredients {padding-top:45px;}
h2.title_warnings {padding-top:45px;}

.table_supplement_facts {margin-top:40px; margin-left:70px;}

.content .content_mid a.backtotop {display:block;}
a.backtotop.directions_section {margin-top:25px;}
a.backtotop.supplement_section {margin-top:36px;}
a.backtotop.ingredients_section {margin-top:37px;}
a.backtotop.warnings_section {margin-top:51px;}

.text_directions {padding-top:14px;}
.text_ingredients {padding-top:14px;}

.add_link {
	display:block;
	position:absolute;
	top:340px;
	left:33px;
	width:250px;
	height:20px;
	cursor:pointer;
	text-indent:-9999px;
}

/*General Styles for Supplement Facts Tables*/
.table_supplement_facts {
	border-width:1px;	
	border-style:solid;	
	background-color:#fff;
}

.table_supplement_facts td {
	line-height: 12px;
}
.table_supplement_facts .supplement {
	height:27px;
	padding-left:7px;	
	font-size:15px;	
	font-weight:bold;	
	color:#fff;	
	line-height:27px;	
	text-transform:uppercase;
}
.table_supplement_facts .serving {	
	padding-top:2px;
	padding-bottom:2px;
	padding-left:7px;	
	line-height:14px;
}
.table_supplement_facts .serving.bot {
	padding-top:4px;
	padding-bottom:4px;
} 
.table_supplement_facts .line_1 {height:5px;}
.table_supplement_facts .line_3 {height:3px;}
.table_supplement_facts .line_1 td, .table_supplement_facts .line_3 td {line-height:0;}
.table_supplement_facts .line_2 td { padding-top: 4px; padding-bottom: 4px; }
.table_supplement_facts .col_1_head {
	width:169px;
	text-align:right;
}
.table_supplement_facts .col_2_head {
	width:54px;		
	padding-right:52px;
	text-align:right;
}
.table_supplement_facts .col_3_head {	
	width:82px;	
	padding-right:13px;	
	padding-left:14px;
}
.table_supplement_facts .col_4_head {
	width:96px;
	padding-right:10px;
}
.table_supplement_facts .col_1_head, .table_supplement_facts .col_2_head, .table_supplement_facts .col_3_head, .table_supplement_facts .col_4_head {
	font-size:10px;	
	line-height:11px;	
	letter-spacing:-1px;
	vertical-align:middle;
}
.table_supplement_facts .col_1, .table_supplement_facts .col_2, .table_supplement_facts .col_3, .table_supplement_facts .col_4 {
	padding-top:4px;	
	padding-bottom:4px;	
	border-bottom-width:1px;	
	border-bottom-style:solid;
}
.table_supplement_facts .col_1 {	
	padding-left:7px;	
	text-align:left;
}
.table_supplement_facts .col_2 {	
	padding-right:52px;
	text-align:right;
}
.table_supplement_facts .col_3 {	
	padding-right:40px;	
	text-align:right;
}
.table_supplement_facts .col_4 {	
	padding-right:20px;	
	text-align:right;
}
.table_supplement_facts.narrow .col_1_head {width:210px;}
.table_supplement_facts.narrow .col_2_head {width:80px; padding-right:28px;}
.table_supplement_facts.narrow .col_3_head {width:55px; padding-right:8px; padding-left: 0;}
.table_supplement_facts.narrow .col_2 { padding-right:28px;}
.table_supplement_facts.narrow .col_3 { padding-right:15px;}

/*Styles for Individual Products Pages*/
#scooby_gummies .table_supplement_facts {border-color:#712f91;}
#scooby_gummies .table_supplement_facts .supplement,
#scooby_gummies .table_supplement_facts .line_1,
#scooby_gummies .table_supplement_facts .line_3 {background-color:#712f91;}
#scooby_gummies .table_supplement_facts .col_1,
#scooby_gummies .table_supplement_facts .col_2,
#scooby_gummies .table_supplement_facts .col_3,
#scooby_gummies .table_supplement_facts .col_4 {border-bottom-color:#712f91;}
#scooby_gummies .content a {color: #712f91;}
#scooby_gummies .mainimg {width:668px; height:302px; background-image:url(../img/products/scooby_gummies_b.png);}
#scooby_gummies .title {width:331px; height:65px; background-image:url(../img/products/scooby_gummies_title.png);}
#scooby_gummies .ProductNav {background-image: url(../img/products/scooby_gummies_nav.png);}
#scooby_gummies .content .content_top {background-image:url(../img/products/scooby_gummies_content_top.gif);}
#scooby_gummies .content .content_mid {background-image:url(../img/products/scooby_gummies_content_mid.gif);}
#scooby_gummies .content .content_bot {background-image:url(../img/products/scooby_gummies_content_bot.gif);}

#scooby_complete .table_supplement_facts {border-color:#f69522;}
#scooby_complete .table_supplement_facts .supplement,
#scooby_complete .table_supplement_facts .line_1,
#scooby_complete .table_supplement_facts .line_3 {background-color:#f69522;}
#scooby_complete .table_supplement_facts .col_1,
#scooby_complete .table_supplement_facts .col_2,
#scooby_complete .table_supplement_facts .col_3,
#scooby_complete .table_supplement_facts .col_4 {border-bottom-color:#f69522;}
#scooby_complete .content a {color: #f69522;}
#scooby_complete .content a.backtotop.supplement_section {margin-top:39px;}
#scooby_complete .content a.backtotop.ingredients_section {margin-top:18px;}
#scooby_complete .mainimg {top:17px; width:603px; height:298px; background-image:url(../img/products/scooby_complete_b.png);}
#scooby_complete .title {width:383px; height:65px; background-image:url(../img/products/scooby_complete_title.png);}
#scooby_complete .ProductNav {background-image: url(../img/products/scooby_complete_nav.png);}
#scooby_complete .content .content_top {background-image:url(../img/products/scooby_complete_content_top.gif);}
#scooby_complete .content .content_mid {background-image:url(../img/products/scooby_complete_content_mid.gif);}
#scooby_complete .content .content_bot {background-image:url(../img/products/scooby_complete_content_bot.gif);}
#scooby_complete p.warn.phenyl {padding-top:24px;}
#scooby_complete p.warn.keepout {padding-top:19px;}
#scooby_complete p.warn.cap {padding-top:17px;}
#scooby_complete p.disclaimer {
	width:530px;
	margin-left:42px;
	margin-top:15px;
	padding:5px 4px 8px 12px;
	border:1px solid #797979;
}
#scooby_complete h2.title_warnings {padding-top:49px;}

#jolly_gummies .table_supplement_facts {border-color:#ef4264; margin-left:125px;}
#jolly_gummies .table_supplement_facts .supplement,
#jolly_gummies .table_supplement_facts .line_1,
#jolly_gummies .table_supplement_facts .line_3 {background-color:#ef4264;}
#jolly_gummies .table_supplement_facts .col_1,
#jolly_gummies .table_supplement_facts .col_2,
#jolly_gummies .table_supplement_facts .col_3,
#jolly_gummies .table_supplement_facts .col_4 {border-bottom-color:#ef4264;}
#jolly_gummies .content a {color: #ef4264;}
#jolly_gummies .content a.backtotop.supplement_section {margin-top:42px;}
#jolly_gummies .mainimg {width:620px; height:303px; background-image:url(../img/products/jolly_gummies_b.png);}
#jolly_gummies .title {top:236px; width:457px; height:120px; background-image:url(../img/products/jolly_gummies_title.png);}
#jolly_gummies .ProductNav {background-image: url(../img/products/jolly_gummies_nav.png);}
#jolly_gummies .content .content_top {background-image:url(../img/products/jolly_gummies_content_top.gif);}
#jolly_gummies .content .content_mid {background-image:url(../img/products/jolly_gummies_content_mid.gif);}
#jolly_gummies .content .content_bot {background-image:url(../img/products/jolly_gummies_content_bot.gif);}
#jolly_gummies h2.title_ingredients {padding-top:46px;}
#jolly_gummies h2.title_warnings {padding-top:46px;}
#jolly_gummies p.storeat {padding-top:10px;}

#jolly_sourgummies .table_supplement_facts {border-color:#8fc744; margin-left:125px;}
#jolly_sourgummies .table_supplement_facts .supplement,
#jolly_sourgummies .table_supplement_facts .line_1,
#jolly_sourgummies .table_supplement_facts .line_3 {background-color:#8fc744;}
#jolly_sourgummies .table_supplement_facts .col_1,
#jolly_sourgummies .table_supplement_facts .col_2,
#jolly_sourgummies .table_supplement_facts .col_3,
#jolly_sourgummies .table_supplement_facts .col_4 {border-bottom-color:#8fc744;}
#jolly_sourgummies .content a {color: #8fc744;}
#jolly_sourgummies .content a.backtotop.supplement_section {margin-top:42px;}
#jolly_sourgummies .content a.backtotop.ingredients_section {margin-top:38px;}
#jolly_sourgummies .mainimg {top:17px; width:629px; height:302px; background-image:url(../img/products/jolly_sourgummies_b.png);}
#jolly_sourgummies .title {top:236px; width:457px; height:120px; background-image:url(../img/products/jolly_sourgummies_title.png);}
#jolly_sourgummies .ProductNav {background-image: url(../img/products/jolly_sourgummies_nav.png);}
#jolly_sourgummies .content .content_top {background-image:url(../img/products/jolly_sourgummies_content_top.gif);}
#jolly_sourgummies .content .content_mid {background-image:url(../img/products/jolly_sourgummies_content_mid.gif);}
#jolly_sourgummies .content .content_bot {background-image:url(../img/products/jolly_sourgummies_content_bot.gif);}
#jolly_sourgummies p.storeat {padding-top:10px;}