#tooltip {
	position: absolute;
	z-index: 3000;
	
	
	
	font-size: 12px;
}


#tooltip div,#tooltip p 
{ 
    margin: 0;
    padding: 0;
}

/*#tooltip div.body
{
    overflow: auto;
}*/

#tooltip h3
{
    margin: 0;
    font-size: 14pt;
    color: #3162B4;
    text-align: center;
    padding-bottom: 0px;
}

#tooltip .img
{
    text-align: center;
    padding: 0px;
}

#tooltip div.description
{
    max-height:170px;
    max-width:450px;
    overflow:auto;
}

#tooltip div.btn
{
    text-align: center;
    padding: 0px;
    font-family: Arial;
}

.tooltip_content
{
    display: none;
}

.tooltip_container div
{
	width: 310px;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	background: url(../img/pod1.png) no-repeat;
	font-weight: normal;
}

.tooltip_container span
{
	width: 310px;
	display: block;
	line-height: 15px;
	font-size: 12px;
	background: url(../img/pod2.png) no-repeat left bottom;
	font-weight: normal;
}

.tooltip_container span b
{
	display: block;
	padding: 0px 19px 15px 10px;
	margin-top: -2px;	
	font-weight: normal;
}
