.share_toolbar_placeholder {
	height: 44px;
	width: 100%; 
	position: fixed; 
	bottom: 0; 
	left: 0;
}
.share_toolbar {
	width: 980px;
	height: 44px;
	background: url(/images/toolbar_back.png) no-repeat top left;
	margin: 0 auto;
}
.share_toolbar img {
	border: none;
}
.share_toolbar ul {
	margin: 0 0 0 5px;
	padding: 0;
}
.share_toolbar li {
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
	list-style: none;
}
.share_toolbar .likeus_facebook {
	display: block;
	width: 145px;
	height: 36px;
	background: url(/images/toolbar_button_likeus.png) no-repeat top left;
}
.share_toolbar .likeus_facebook .likebutton_facebook {
	padding: 11px 0 0 83px;
}
.share_toolbar .addthis_items {
	display: block;
	width: 203px;
	height: 36px;
	background: url(/images/toolbar_button_addthis.png) no-repeat top left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #AFACAC;
}
.share_toolbar .addthis_items a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #AFACAC;
	text-decoration: none;
}
.share_toolbar .addthis_items .addthis_crunk {
	padding: 12px 0 0 8px;
}
.share_toolbar .close_button, .share_toolbar .close_button a {
	width: 30px;
	height: 44px;
	display: block;
}

