
		
		#container{
			width:100%;
			height:100%;
			visibility:visible;
		}
		
		#main{
			height:auto;
			overflow:show;
		}
		
						
		
		
		#label{
			width:auto;
			height:auto;
			position:relative;
			overflow:show;
			visibility:visible;
		}
		
		
		#labelMain{
			height:auto;
		}
	
		
		
		#lableControls{
			visibility:hidden;
		}

		
		
		#labelFront{
			position:relative;
			z-index:1001;
			/* for IE */
  			filter:alpha(opacity=100);
  			/* CSS3 standard */
  			opacity:1;
  			/* for Mozilla */
  			-moz-opacity:1;

		}
		
		#labelBack{
			position:relative;
			z-index:1000;
			/* for IE */
  			filter:alpha(opacity=100);
  			/* CSS3 standard */
  			opacity:1;
  			/* for Mozilla */
  			-moz-opacity:1;
  			left:27px;
			top:15px;
			width:845px;
			height:auto;
			padding-bottom:30px;
		}
		
		#ingredientList{
			float:none;
		}
		
		#ingredientList h1{
			float:none;
			position:relative;
			left:0px;

		}
		
		#ingredientList h2{
			float:none;
 			position:relative;
			left:0px;
		}
	
		
		#ingredientList ul{
			float:left;
			list-style-type:none;
			clear:left;
			margin:0px 0px 0px 0px;
			padding:0px;
			position:relative;
			left:8px;
		}
		
		#ingredientList li{
			height:20px;
			width:325px;
			line-height:20px;
			font-size:11px;
			padding-left:10px;
		}
		
		#ingredientList li a{
			text-decoration:none;
			color:#6b6b6b;
			
		}
		
		#ingredientList li:hover{
			background-image: url("../../pages/focus/vw_fl_wi_bg2_se_SV.jpg");
			background-repeat:no-repeat;
		}
		
		.deSelectedLi{
			background-image:none;
		}
		
		.selectedLi{
			background-image: url("../../pages/focus/vw_fl_wi_bg2_se_SV.jpg");
			background-repeat:no-repeat;
		}
		
		#whatsInside{
			float:none;
			width:434px;
			height:auto;
		}
		
		#whatsInside div{
			display:block;
			width:404px;
			height:343px;
			overflow:show;
			margin:20px 0px 0px 10px;
			line-height:18px;
			font-size:12px;
			color:#6b6b6b;
			background-color:#EBEBEB;
			position:relative;
		}
		
		#whatsInside div h1{
			font-size:14px;
			margin:0px 0px 0px 0px;
			padding:0px;
			font-weight:bold;
			width:380px;

		}
		
		#whatsInside div p{
			margin-top:0px;
			width:380px;
		}
		
		#whatsInside .selectedIngredient{
			z-index:996;
		}
		
		#whatsInside .deSelectedIngredient{
			z-index:995;
		}
		
		#flavor{
			color:#ffffff;
		}
		
		
		#chooseFlavorList{
			width:auto;
			height:auto;
			overflow:show;
			position:relative;
			margin:0px;
			padding:8px;
			background-color:#000000;
			
		}
		
		#chooseFlavorList li{
			line-height:18px;
			font-family:arial;
			font-size:11px;
		}
		
	
		

