.tooltipArea {
	position: relative;
	text-decoration: none;
	_padding-left:4px;
} 

.tooltip {
	display: block;
	position: absolute;
	z-index: 100;
	background: #ffffff;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #ffaf6b;
	color: #333333;
	line-height: 1.4;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	left: -175px;
	top: -120px;
	width: 350px;
}



.tooltip:after {
	content: '';
	position: absolute;
	bottom: -9px;
	border-top: 10px solid #FFFFFF;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	left:174px;
}

.tooltip:before {
	content: '';
	position: absolute;
	bottom: -10px;
	border-top: 10px solid #FFA500;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	left:174px;
}


li.call span.tooltip {
	top: -185px;
}

li.call2 span.tooltip {
	left: -40px;
	top: -185px;
}

li.call3 span.tooltip {
	left: -150px;
	top: -185px;
}

.rstore span.tooltip {
	top: -185px;
}

