
/*=========*/
/*= Tool Tip=*/
/*=========

.prototip { 
	position: absolute;
}

.prototip .effectWrapper { 
	position: relative; 
}

.prototip .tooltip { 
	position: relative; 
}

.prototip .content { 
	clear: both; 
}

.prototip .default { 
	width: 100%; 
	color: #fff; 
}

.prototip .default .content { 
	background: url(../images/overlay.png); 
	font-size: 12px; 
	padding: 10px;
}
*/

.prototip {
	position: absolute;
}

.prototip .default {
  color: #fff;
}
.prototip .default .toolbar {
  background: #0F6788;
  font: italic 17px Georgia, serif;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content { 
  background: url(../images/overlay.png); 
	font-size: 12px; 
	padding: 10px;
}


