@charset "UTF-8";
/* CSS Document */
a img  {
	border: none;
}
a:active {
	outline: none;
	border: none;
}
a:focus {
	border: none;
	outline: none;
}
#share_this {
	position: relative;
}
.share_this {
	position: absolute;
	display: block;
	height: 310px;
	width: 70px;
	background-image: url(share_this.png);
	background-repeat: no-repeat;
	margin: 0;
	left: -24px;
}
.share_this_link {
	display: block;
	position: absolute;
	z-index: 100;
	width: 50px;
	height: 90px;
	margin: 86px 0 0 20px;
}
* html .share_this, * html .share_this_link {
	display: none;
}