/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper,
.prototip .tooltip,
.prototip .toolbar,
.prototip .toolbar .title {	position: relative; }
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	top:22px;
	margin-left:151px;
	position: absolute;
	text-decoration: none;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
}
.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }

.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	background: url(prototip_loader.gif);
	height: 14px;
	width: 14px;
}

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Prototip styles */
.prototip .default { 
	position:absolute; 
	width: 190px; 
	color: #6f6f6f; 
	z-index:1000;
	background:url(bubble_vitacoco_natural.png) no-repeat;
	padding-bottom:15px;
	}
.prototip .default .toolbar {
	color:#006ea6;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	  }
.prototip .default .title { 
	margin-left:15px;
	padding-top: 23px; 
	}
.prototip .default .content {
	padding-top:2px;
	margin-left:15px;
	 line-height:15px;
	 font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
	 font-size: 11px; 
	 }
.prototip .default .content a {
	color:#d53c3c;
	text-decoration:none;
	
}

/*--------------------------<FRUIT NUTRITION TOOL TIP>------------------------*/

.prototip .natural { 
position:absolute; 
width: 220px;
height:530px;
z-index:1000;
background:url(../images/natural_nutrition.png) no-repeat;
}

.prototip .passion {
position:absolute;
width: 210px;
height:530px;
z-index:1000;
background:url(../images/passionfruit_nutrition.png) no-repeat;
}

.prototip .tangerine {
position:absolute;
width: 210px;
height:520px;
color: #6f6f6f;
z-index:1000;
background:url(../images/tangerine_nutrition.png) no-repeat;
padding-bottom:15px;
}
.prototip .peach { 
position:absolute; 
width: 210px;
height:520px;
color: #6f6f6f; 
z-index:1000;
background:url(../images/peach_nutrition.png) no-repeat;
padding-bottom:15px;
}
.prototip .pineapple { 
position:absolute; 
width: 210px;
height:520px;
color: #6f6f6f; 
z-index:1000;
background:url(../images/pineapple_nutrition.png) no-repeat;
padding-bottom:15px;
}

.prototip .pom { 
position:absolute; 
width: 210px;
height:520px;
color: #6f6f6f; 
z-index:1000;
background:url(../images/pom_nutrition.png) no-repeat;
padding-bottom:15px;
}
/*--------------------------<FRUIT NUTRITION TOOL TIP 500 ML>------------------------*/

.prototip .natural-500 { 
position:absolute; 
width: 270px;
height:610px;
z-index:1000;
background:url(../images/natural-500-nut.png) no-repeat;
}

.prototip .tangerine-500 {
position:absolute;
width: 270px;
height:610px;
color: #6f6f6f;
z-index:1000;
background:url(../images/tangerine-500-nut.png) no-repeat;
padding-bottom:15px;
}
.prototip .peach-500 { 
position:absolute; 
width: 270px;
height:610px;
color: #6f6f6f; 
z-index:1000;
background:url(../images/peach-500-nut.png) no-repeat;
padding-bottom:15px;
}
.prototip .pineapple-500 { 
position:absolute; 
width: 270px;
height:610px;
color: #6f6f6f; 
z-index:1000;
background:url(../images/pineapple-500-nut.png) no-repeat;
padding-bottom:15px;
}

.prototip .pom-500 { 
position:absolute; 
width: 270px;
height:610px;
color: #6f6f6f; 
z-index:1000;
background:url(../images/pom-500-nut.png) no-repeat;
padding-bottom:15px;
}