.tooltip{
	position:absolute;
	background-color: #000; 
	color: #FFF; 
	max-width: 700px; 
	
	padding: 5px 10px 5px 10px; 
	text-align: justify; 
	opacity:0.8;
	border-radius: 3px;
	/*background-image:url(../../images/tooltip_arrow.png);*/
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000;
	}
	
.tooltip-image{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:3px;
}	

.tipimg {
	position:absolute;
	/*background-color: #000; */
	/*color: #FFF; */
	
	/*height:20px;*/
	padding: 5px 8px 4px 20px;
	margin-top:-5px;
	width:9px;
	height:10px; 
	
	text-align: justify; 
	opacity:0.8;
	border-radius: 3px;
	background:url(../../images/tooltip_arrow.png) left no-repeat;
	z-index:1000;
}
	
	
.tooltip span{
	font-weight:700;
	color:#ffea00;
}

/*li{ margin-bottom:30px; }*/

