@charset "utf-8";
/* CSS Document */

.tooltip_button{	
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	margin-left:20px;
	margin-right:20px;
	padding-left:20px;
	padding-right:20px;
}
a.tooltip_button:hover{	
	background:url(../images/index_arrow.png) center left no-repeat;
}
.tooltip_button:hover{
	color: #F00;
}
/* tooltip styling */ 
.tooltip_1, .tooltip_2, .tooltip_3, .tooltip_4{ 
    display:none; 
    background:url(../images/index_tooltip.png) top center no-repeat; 
	width:626px;
    height:103px; 
    padding:10px 10px 0px 10px; 
    font-size:11px;
}
