div#tooltip
{
	width: 295px;
	height: 208px;
	position: absolute;
	
	top: 0;
	left: 0;
	
	z-index: 1000;
	
	display: none;
}

div#tooltip a
{
	color: #FFF;
	text-decoration: underline;
}

div#tooltip a:hover
{
	color: #FFF;
	text-decoration: none;
}

div#tooltip div#hello h2
{
	border: none;
	
	font-size: 18px;
	
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 10px;
	
	display: block;
	
	width: 220px;
	
	border-left: 4px dotted #FFF;
}

div#tooltip div#hello p
{
	line-height: 1.4em;
	margin: 100px 0 0 35px;
}

.tooltip-1
{	
	background: url( '../PrimaryTemplateFiles/images/tooltip-1-bg.png' ) no-repeat;
}

.tooltip-2
{	
	background: url( '../PrimaryTemplateFiles/images/tooltip-2-bg.png' ) no-repeat;
}

.tooltip-3
{	
	background: url( '../PrimaryTemplateFiles/images/tooltip-3-bg.png' ) no-repeat;
}

.tooltip-4
{	
	background: url( '../PrimaryTemplateFiles/images/tooltip-4-bg.png' ) no-repeat;
}

div#tooltip div
{
	width: 250px;
	height: 180px;
	
	color: white;
	
	font-size: 12px;
	
	overflow: hidden !important;
}