/* share.css */

.share_link {
	position: relative;
}
.share_link .share_box {
	cursor: pointer;
	z-index: 5000;
	position: absolute;
	display: none;
	background-color: #DDDDDD;
	border: 1px solid #FF6600;
	padding: 5px;
	top: 0;
	right: 0;
	width: 100px;
}
#the_share_box {
	z-index: 5000;
	position: absolute;
	display: block;
	background-color: #DDDDDD;
	border: 1px solid #FF6600;
	padding: 5px;
	top: 0;
	left: 0;
	display: none;
}

.twitter {
	background-image: url(/images/twitter.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.facebook {
	background-image: url(/images/facebook.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.digg {
	background-image: url(/images/digg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.delicious {
	background-image: url(/images/delicious.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.myspace {
	background-image: url(/images/myspace.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.linkedin {
	background-image: url(/images/linkedin.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.google_buzz {
	background-image: url(/images/google_buzz.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.email {
	background-image: url(/images/email.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
