h2.tips
{
	color: #003399;
	font-family: verdana;
	font-size: 14px;
	line-height: 1.2em;
	margin: 0pt 0pt 3px;
}

.tipster_region { position: static; line-height: 33px; vertical-align: top; margin-left: 5px; }

.tipster_region div.tipster
{
	display: none;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	position: absolute;
}

.hover { position: relative; }

.hover div.tipster
{
	display: block;
	cursor: pointer;
}

.hover div.tipster,
.hover div.tipster * { z-index: 500; }

div.tipster div.wrapper
{
	position: absolute;
	right: 55px;
	top: -35px;
}

div.tipster div.content
{
	width: 250px;
	margin: 0;
	padding: 0 0 8px 7px;
	background: url(../../images/tip_box-bottom_right.png) no-repeat bottom left;
	text-align: left;
}

div.tipster div.content p
{
/* 	font-family: "Trebuchet MS", Arial, Verdana, sans-serif; */
	font-size: 12px;
	color: #000;
	white-space: normal;
	line-height: 18px;
}
div.tipster div.content ul 
{
	list-style-type: lower-alpha;
	margin-left: 5px;
}
div.tipster div.content li 
{
	list-style-type: none;
	font-size: 11px;
	margin: 4px 0px;
	color: #000;
	white-space: normal;
	line-height: 16px;
}
#contentContainer .towerBackground .textWrapper ul, #contentContainer .towerBackground .textWrapper div.tipster div.content li 
	{margin-left: 0px;}
div.tipster div.content li .bold
{
	font-weight: 600;
}
div.tipster div.content p a
{
	color: #415fa3;
	text-decoration: underline;
}

div.tipster div.content p a:hover
{
	color: #183880;
	text-decoration: underline;
}

div.tipster div.content div.arrow
{
	position: absolute;
	top: 18px;
	right: -47px;
	width: 50px;
	height: 40px;
	background: url(../../images/tip_box-arrow.png) no-repeat top right;
}

div.tipster div.content div.inner
{
	padding: 10px;
	background: url(../../images/tip_box-bottom_right.png) no-repeat top right;
}

div.tipster div.content div.inner p { margin-bottom: 0; }
