#share * {
	margin: 0;
	padding: 0;
	z-index: 500;
}
#share-slide {
	display: none;
	position: absolute;
	z-index: 500;
	background-color: #FF6600;
	margin: 0;
	padding: 0;
	border: 2px solid #005599;
	padding-left: 5px;
	text-align: left;
	width: 175px;
}
#share-slide .share-choice {
	list-style: none;
}
#share {
	height: 20px;
	width: 175px;
}
#share-slide .share-choice li a {
	font-weight: normal;
}
#share-slide .share-choice li a:hover {
	color: #000;
	text-decoration: none;
}
#share-slide .share-choice li {
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	line-height: 22px;
}
#share-slide .share-choice {
	padding: 5px;
	padding-bottom: 8px;
}
#share-slide .share-choice .twitter {
	background-image: url(/images/share/twitter.png);
}
#share-slide .share-choice .facebook {
	background-image: url(/images/share/facebook.png);
}
#share-slide .share-choice .hyves {
	background-image: url(/images/share/hyves.png);
}
#share-title {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #00ccff;
}
