/********************************************
**  CSS realizzato per: www.NIPOGAMES.it
**  style: Tooltips  - media: Screen
**  Author: Mirko Ennas - www.Pixelforge.it
*********************************************/

/* Tooltips */
.tool-tip {
  width: 180px;
 	font-size: 11px;
	background: #424242;
	border: 1px solid #000;
	z-index: 13000;
}
.tool-title {
	margin: 2px;
	padding: 2px 0;
	text-align: center;
	font-weight: bold;
	color: #000;
	background: #777;
}
.tool-text {
	padding: 4px 8px 6px 8px;
	text-align: left;
	color: #fff;
}

