div.share {
	font-size: 11px;
}

.share a:hover {
	color: #B03C4F;
}

.share-this, .print-btn {
	float: left;
	position: relative;
	font-size: 12px;
}

.share-btn, .print-btn {
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	display: block;
	position: relative;
	z-index: 200;
}

.share-btn {
	background: url(../img/plugins/share/right_arrow.png) no-repeat #fff 86px 0;
	width: 108px;
	margin-right: 5px;
	text-indent: 30px;
}

.share-btn.active {
	background: url(../img/plugins/share/down_arrow.png) no-repeat #fff 86px 0;
	border-bottom: 1px solid #fff;
	padding-bottom: 7px;
	margin-bottom: -1px;
}

.print-btn {
	width: 108px;
	text-indent: 45px;
	background: url(../img/plugins/share/icon-print.png) no-repeat #fff 25px 7px;
}

.share-this ul.links {
	position: absolute;
	display: block;
	width: 223px;
	background-color: #fff;
	z-index: 100;
	border: 1px solid #ccc;
	font-size: 11px;
}

.share-this ul.links li {
	display: block;
	float: left;
	width: 100px;
	height: 22px;
	margin-left: 11px;
	line-height: 22px;
}

/* button icons */
.share-this ul.links a {
	display: block;
	text-indent: 24px;
	background-position: 0 4px;
}

.share-this a.email {
	background: url(../img/plugins/share/icon-email.png) no-repeat;
	background-position: 0 5px !important;
}

.share-this a.twitter {
	background: url(../img/plugins/share/icon-twitter.png) no-repeat;
}

.share-this a.facebook {
	background: url(../img/plugins/share/icon-facebook.png) no-repeat;
}

.share-this a.reddit {
	background: url(../img/plugins/share/icon-reddit.png) no-repeat;
}

.share-this a.digg {
	background: url(../img/plugins/share/icon-digg.png) no-repeat;
}

.share-this a.myspace {
	background: url(../img/plugins/share/icon-myspace.png) no-repeat;
}

.share-this a.stumbleupon {
	background: url(../img/plugins/share/icon-stumbleupon.png) no-repeat;
}

.share-this a.delicious {
	background: url(../img/plugins/share/icon-delicious.png) no-repeat;
}

.share-this a.linkedin {
	background: url(../img/plugins/share/icon-linkedin.png) no-repeat;
}

.share-this a.google-bookmarks {
	background: url(../img/plugins/share/icon-google.png) no-repeat;
}
