@charset "utf-8";
/* CSS Document */

/* PRODUCT FACTS *****************************************/
/* LAYOUT */
.productfacts-wrap-exo {
width:468px;
padding:0px;
margin:0px;
margin-bottom:20px;
float:left;
margin-right: -1px;
padding-right:-1px;
display:block;
background-color:#262626; }

.productfacts-wrap-endo {
padding:6px;
margin:0px;
border: 1px solid lightgrey;
border-top:0px;
display: table;
height:100%;
}

.productfacts { 	
	margin:0px;
	padding:4px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#CCCCCC;
	display:block;
}
.productfacts .content {
	margin:3px;
	padding:0;
}
.productfacts ul {
	list-style-type:none;
	margin:0;
	padding:0;
	clear:both;
}
.productfacts li {
	display:block;
	float:left;
	position:relative;
	padding-top:2px;
	padding-bottom:2px;
}
.productfacts .facts_div, .productfacts .ingredients_extr {
	width:99%;
	border-top: solid 1px #FFFFFF;
	padding-top:5px !important;
	padding-bottom:5px !important;
	margin:0;
}
.productfacts .ingredients_extr span {
	display:block;
	margin:2px;
}
.productfacts #facts_1 li {
	border-top: solid 1px #FFFFFF;
}
.productfacts #facts_1 li.title {
	border:none;
}

/* PRODUCT FACTS HEADER */
.productfacts #serving_info {
	font-size:14px;
	font-weight:bold;
}
.productfacts .header {
	display:block;
	float:none;
	width:99%;
	clear:both;
	padding-top:2px;
	padding-bottom:2px;
}
.productfacts #flavor {
	background-color:#161616;
	padding-right:10px;
	text-align:right;
}
/* COLUMNS */
.productfacts .col_type {
	width:59%;
}
.productfacts .col_calories {
	width:20%;
	text-align:left;
}
.productfacts .col_serving {
	width:20%;
	text-align:right;
}
.productfacts .col_daily {
	width:20%;
	text-align:right;
}
.productfacts .col_type_clr { 
	clear:both; 
	width:99%;
}
/* INDENT CONTENT */
.productfacts div span.sub1  {
	display:block;
	margin-left:4px;
	font-weight:bold;
}
.productfacts div span.sub2  {
	display:block;
	margin-left:8px;
	margin-right:20%;
	font-style: italic;	
}

/* NUTRITION */
.nutritation_table #facts_1 .col_daily {
	width:40%;
}
.nutritation_table #facts_2 li.title {
	border-bottom: solid 1px #FFFFFF;
}
.nutritation_table #facts_2 .col_type {
	width:39%;
}
.nutritation_table #facts_2 .col_daily, .nutritation_table #facts_2 .col_serving {
	text-align:center;
}

/* NO FACTS */
.nofacts { 
	height:400px;
	background:none;
	border:none;
	margin:0;
}


