@charset "utf-8";
/* CSS Document */
span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 20px; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top:-25px;
	background: #fff;
	border: 1px solid #ccc;
	color: black;
	line-height: 12px;
}

.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 10px;
}

.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100); 
	border: 0;
    position: relative;
    z-index: 1500;
    text-decoration:none;
}
a.sociable-hovers em {
    display:none;
}

a.sociable-hovers:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
    padding: 5px;
    color: #000;
    border: 1px solid #bbb;
    background: #ffc;
    width:170px;
}
a.sociable-hovers:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    background: transparent url(image-infobulle.gif);
    margin:0;
    padding: 0;
    border: 0;
}

