/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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%;
}

.TB_overlayMacFFBGHack,
#TB_overlay  {
	background-color: #fff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
.TB_overlayBG {
	background-color:#b2ac9c;
	filter:alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}

* 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;
	z-index: 102;
	color:#000000;
	display:none;	
	text-align:left;
	top:50%;
	left:50%;
}

* 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: 15px 0 0 15px;
}

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

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

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

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

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

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:25px;
}

#TB_ajaxContent p{
	padding:0px;
}

#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;
	overflow: hidden !important;
	min-height: 800px !important;
}

.popBody table {
	border-collapse: collapse;
}

.popBody td {
	vertical-align: top;
}

.popBody td.left {
	background: url('../../images/common/pbody_left_repeat_y.gif') repeat-y 0 top;	
}

	.popBody td.left div {
		min-height: 300px;
		background: url('../../images/common/pbody_left.gif') no-repeat left top;		
	}

.popBody td.middle {
	background: url('../../images/common/pbody_middle_repeat_x.gif') repeat-x;	
}

.popBody td.right {
	background: url('../../images/common/pbody_right_repeat_y.gif') repeat-y -1px top;	
}

	.popBody td.right div {
		min-height: 300px;
		background: url('../../images/common/pbody_right.gif') no-repeat -1px top;
	}
.popBody td.middle_top {
	height: 30px;
	background: url('../../images/common/pbody_middle_top_repeat.gif') repeat-x right 3px;
}

.popBody td.corner_top_left img,
.popBody td.corner_top_right .btClose {
	position: relative;
	top: 3px;
}
.popBody td.middle_bottom {
	background: url('../../images/common/pbody_middle_bottom_repeat.gif') repeat-x right top;
}
.popBody .btClose {
	width: 30px;
	height: 30px;
	background: url('../../images/common/corner_top_right.gif') no-repeat right top;	
}
	.popBody .btClose a {
		position: relative;
		left: 20px;
		top: -10px;
	}	
.popBody .title {
	text-align: center;
	width: 724px;
	height: 65px;
	background: url('../../images/common/bg_border_top.gif') repeat-x left bottom;	
}
.popBody .list_item {
	padding-bottom: 34px;
	background: url('../../images/common/bg_border_top.gif') repeat-x left bottom;	
}
	.popBody .list_item ul {
		padding-top: 20px;	
	}
		.popBody .list_item ul li {
			width: 100%;
			padding: 14px 0;
			background: url('../../images/common/border_horizontal.gif') repeat-x left bottom;			
			font: 12px Georgia,Verdana,sans-serif;
			font-weight: bold;
			font-style: italic;
			color: #b6a8a1;
		}
			.popBody .list_item ul li a {
				width: 16px;
				height: 16px;
				display: block;
				float: right;
				text-indent: -9999px;
				background: url('../../images/common/popbody_list_item_close.gif') no-repeat right top;				
			}
			.popBody .list_item ul li a:hover {
				background: url('../../images/common/popbody_list_item_close_hover.gif') no-repeat right top;	
			}
.popBody .ingredients_list {
	margin-top: 13px;
	float: left;
}
	.popBody .title_ingredients_list,
	.popBody .categ {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	.popBody .ingredients_list .row {
		width:100%;clear:both;position:relative;
	}
	 	.popBody .ingredients_list .row .left {
			width:50%;float:left;position:relative;
		}	
		.popBody .ingredients_list .row .right {
			width:50%;float:right;position:relative;
		}
	.popBody .ingredients_list li {
		width: 40%;
		list-style: none;
		margin-right: 10%;
		float: left;
	}
	.popBody .ingredients_list li.no_margin_right {
		margin-right: 0;
	}
		.popBody .ingredients_list p,
		.popBody .ingredients_list p.categ_title {
			line-height: 1.6em;
			font-size: 12px;
			color: #b6a8a1;
		}
		.popBody .ingredients_list p.categ_title {
			font-weight: bold;
			margin-bottom: 10px;
			text-transform: uppercase;
		}
.list_item_ingredients {
	width: 100%;
	float: left;
	height: 307px;
}
.list_item_ingredients,
.popBody #popConfidentiality,
.popBody #popRules {
	/*overflow-y: auto;
	overflow-x: hidden;*/
	overflow:auto;
}
.popBody #container{
	height: 375px;
}

.popBody #container_rules{
	height:250px;
}
