/* 
    Document   : tools
    Created on : 21-ott-2011, 12.52.51
    Author     : michele
    Description:
        Style of tools jquery component.
*/


/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
        padding-top: 30px;
	color:#fff;
        z-index: 200;
       
}

