@charset "utf-8";
/* CSS Document */
.oTooltipBox{
	position:relative;
}
.oTooltip{
	display:none;
	position:absolute;
	top:-28px;
	left:-222px;
	width:225px;
}
.oTooltip div.oTooltip_main{
	padding:30px 30px 0 30px;
	width:165px;
	/*height:100px;*/
	background:url(../img/oTooltip_top.png) 0 0 no-repeat;
}
.oTooltip div.oTooltip_bottom{
	line-height:30px;
	height:30px;
	width:225px;
	background:url(../img/oTooltip_bot.png) 0 0 no-repeat;
}

.oTooltip_left{
	top:-25px;
	left:20px;
}
.oTooltip_left div.oTooltip_main{
	background:url(../img/oTooltip_top_left.png) 0 0 no-repeat;
	padding-left:40px;
}

.oTooltip_left div.oTooltip_bottom{
	background:url(../img/oTooltip_bot.png) 100% 0 no-repeat;
}
.oTooltip div.oTooltip_main div.img{
	float:left;
	width:60px;
}
.oTooltip div.oTooltip_main div.data{
	float:left; 
	width:100px; 
	line-height:13px; 
	font-size:11px; 
	text-align:left;
}
