/* trigger button */
a#share_now {
	/*display:block;*/
	height:24px;
	margin-bottom:30px;
	overflow:hidden;
	text-indent:-999px;
	width:65px;
	cursor:pointer;
	z-index:9999px;
}

/* mouseover state */
a#share_now:hover {

	/*background-position:0 -44px ;		*/
}

/* clicked state */
#share_now:focus {
	/*background-position:0 -88px;*/
}

/* tooltip styling */
.tooltip {
	display:none;
/*	background:#E7E8E9 url(fileadmin/templates/style/images/black_arrow_big1.png) scroll no-repeat;*/
	height:70px;
	padding:10px 10px 12px 10px;
	font-size:11px;
	color:#fff;
	border:1px #E7E8E9 solid;
	border-bottom-width:0;
	z-index:9999px;
	opacity:0;
	position:absolute!important;
	top:-92px!important;
	right:-14px!important; 
	left:auto!important;
	width:150px;
	background:#e2e3e5;

	
}


/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}
