/* tooltip styling */
.tooltipw
{
	display: none;
	background: url(/img/tooltip/white_big.png);
	font-weight: bold;
	height: 163px;
	padding: 40px 30px 10px 30px;
	width: 310px;
	font-size: 11px;
	color: black;
}

.tooltip
{
	display: none;
	background-color: #ffa;
	border: 1px solid #cc9;
	padding: 10px;
	font-size: 13px;
	width: 310px;
	font-weight: bold;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	z-index: 1000;
}

