/*------------------------------ TOOLTIPS ------------------------------*/

.tool-tip {
	position:relative;
	width: 360px;
	color: #000;
	background-color: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #0A2972;	
	z-index: 500;
	padding: 8px;
}
.tool-title { 
	position:relative;
	float:left;
	/*width:130px;
	color: #000;
	font-weight: bold;
	text-shadow: 2px 2px 1px #500;
	margin: 0;*/

	/*background: url(../../include/tooltips/balloon.png) top left no-repeat !important;
	background: url(../../include/tooltips/balloon.gif) top left no-repeat;*/
	z-index: 500;
}
.tool-text {
	/*position:relative;
	float:left;
	margin: 0;
	text-shadow: 2px 2px 1px #500;*/
	/*background: url(../../include/tooltips/balloon.png) bottom left no-repeat !important;
	background: url(../../include/tooltips/balloon.gif) bottom left no-repeat;*/
	font-size: 10px;
	z-index: 500;
}

.tipPointers {
	display:none;
	position:absolute;
	top:10px;
	left:40px;
}

.tool-text p{
	margin:0;
	padding:0;
	line-height:14px;
	font-size:10px;
}

.tool-text h3{
	margin:0 0 4px 0;
	font-weight:bold;
	line-height:14px;
	font-size:11px;
}

.tool-text ul{
	margin-bottom:10px;
}

.tool-text ul li{
	line-height:14px;
	margin:0 0 6px 0;
	padding:0;
}


.tool-text br{
	margin:0;
	padding:0;
	display:none;
}

