/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

/*#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	overflow:hidden;
}

.TB_overlayMacFFBGHack {background: url() repeat;}
.TB_overlayBG {
	background-color:#ffffff;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background:none;
	z-index: 102;
	color:#000000;
	display:none;
	top:392px;
	left:51%;
	background:url(../images/dropshadow.png) no-repeat;
}

#olives {background:transparent url(../images/olives.png) no-repeat; width:175px; height:127px; margin:0px 0 0 22px; z-index:150; position:absolute;}
.nutrition {background:url(../images/nutritionpopup_bg.gif) no-repeat; position:relative; padding:0px 15px 0 15px; width:752px; height:366px;}
.nutrition h3 {font-size:18px; width:auto; font-family:Arial, Helvetica, sans-serif; color:#db9010; font-weight:normal; text-transform:uppercase; margin:10px 0 0 0px;}
.nutrition h6 {font-size:12px; width:auto; font-family:Arial, Helvetica, sans-serif; color:#734a37; font-weight:normal; text-transform:uppercase; margin:35px 0 0 0px;}

#contain_nutritiontable {width:500px; height:200px; float:left; margin:-35px 0 0 0px; position:relative;}
#contain_nutritiontable span {color:#db9010;}

#general_nutrition_info {width:200px; height:200px; float:left; color:#734a37; font-family:Verdana, Arial, Helvetica, sans-serif; margin:0 0 15px 0px;}
#general_nutrition_info span {color:#db9010;}
#general_nutrition_info li {margin:0 0 3px 0px;}

#nutrition_ingredients {width:500px; height:auto; float:left;}
#nutrition_ingredients span {color:#db9010;}
.percentdv {font-size:9px; line-height:11px; padding:10px 0 0 0px;}


#TB_ajaxContent #contain_nutritiontable table {background:none;}
#TB_ajaxContent #contain_nutritiontable table td {background:none; padding:3px 0 3px 0px; border:none; border-top:none; border-right:none; border-bottom:#734a37 1px solid; border-left:none; text-align:left; font-size:12px;}
#TB_ajaxContent #contain_nutritiontable table td.thickborder {border-bottom:#734a37 3px solid;}
#TB_ajaxContent #contain_nutritiontable table td.dv {text-indent:13px;}


.healthy {background:url(../images/healthy.gif) no-repeat; position:relative; padding:0px 15px 0 15px; width:752px; height:366px;}
.healthy h3 {margin:5px 0 4px 200px;  width:auto; text-transform:uppercase;}
.healthy h4 {margin:0 0 9px 200px;  width:auto; text-transform:uppercase;}
.healthy p {margin:0 0 0 200px; width:295px;}
.healthy ul {margin:0 0 0 200px;}
.healthy {color:#734a37; font-size:15px;}
.healthy span {color:#db9010; font-size:28px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.healthy sub {color:#db9010; font-size:17px; vertical-align:baseline;}

table#healthy_benefits {width:auto; margin:-6px 0px 0px 200px;} 
#healthy_benefits tr  { height:20px;}
#healthy_benefits td { border:0px; background:none; width:auto; height:20px; text-align:left; vertical-align:top; padding:0px;}
#healthy_benefits td  span { width:18px;}

#healthy_benefits td  span.health_info { width:140px; margin:16px 0 0 0px;}




#butteryspray_popup {background:transparent url(../images/butteryspray_popup.png) no-repeat; width:79px; height:175px; margin:-196px 0 20px 504px; position:relative;}
#spreadablebutter_popup {background:transparent url(../images/spreadablebutter_popup.png) no-repeat; width:188px; height:94px; margin:-126px 0 50px 510px; position:relative;}
#spreadablelight_popup {background:transparent url(../images/spreadablelight_popup.png) no-repeat; width:188px; height:94px; margin:-126px 0 50px 510px; position:relative;}
#coconut_popup {background:transparent url(../images/coconut_popup.png) no-repeat; width:188px; height:94px; margin:-126px 0 50px 510px; position:relative;}
#originalpremiumspread_popup {background:transparent url(../images/originalpremiumspread_popup.png) no-repeat; width:174px; height:106px;  margin:-160px 0 70px 504px; position:relative;}
#lightpremiumspread_popup {background:transparent url(../images/lightpremiumspread_popup.png) no-repeat; width:188px; height:104px;  margin:-180px 0 80px 504px; position:relative;}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 0px 0 0 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:20px;
	padding:25px 0px 0px 0px;
	postion:absolute;
	display:block;
	margin:0px 0 0 688px;
	cursor:pointer;
	z-index:100;
	clear:both;
	text-transform:uppercase;
	font-size:13px;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:left;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:0px;
}

#TB_ajaxContent p{
	
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

