.IBFav {
	font-family:Arial,Helvetica,sans-serif;
}

ul.socialBookmarks, ul.socialBookmarks li, ul.socialBookmarks a {
	margin:0;padding:0;border:0;
}

ul.socialBookmarks {
	width:85px;
	height:42px;
	margin: 10px auto;
	clear:both;
}

ul.oneLineSocialBookmarks {
	height:21px;	
}

ul.socialBookmarks a span {
	display:none;
}

ul.socialBookmarks li {
	display:block;
	width:16px;
	height:16px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}

ul.socialBookmarks li a {
	display:block;
	width:16px;
	height:16px;
	background-position:center left;
	background-repeat:no-repeat;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	_filter:alpha(opacity=50);
}

ul.socialBookmarks li a:hover {
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	_filter:alpha(opacity=100);
}

h4.IBFav {
	clear:both;
	margin:0;padding:0;
	text-align:center;
	font-size:9px;
	color:#cecece;
	font-weight:normal;
	background:none;
	text-transform: none;
	font-family: Verdana,Arial,Helvetica,Georgia,Sans-Serif;
}

h4.IBFav a {
	text-decoration:none;
	font-weight: bold;
	color:#ccc;
}

h4.IBFav a:hover {
	text-decoration:underline;
}

div.titleFavIcons {
	position:relative;
	top:-15px;
	float:right;
	padding:0px;
	margin-right:10px;
	height:45px; width:88px;
}

