/* sunKING Share Plugin */
ul.shareBear {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}
ul.shareBear li {
	display: inline;
	float: left;
	margin: 5px 5px 5px 0;
}
a.commentsButton {
	background: url(../images/commentsButton.gif) 0 0 no-repeat;
	display: block;
	height: 27px;
	width: 148px;
}
a.commentsButton:hover {
	background-position: -148px 0;
	border-bottom: none;
}
a.shareButton {
	width: 95px;
	height: 27px;
	display: block;
	background: url(../images/shareButton.jpg) 0 0 no-repeat;
}
a.shareButton:hover, a.shareButton.alive {
	background-position: -95px 0;
	border-bottom: none;
}
.pnlShare {
	background: url(../images/shareTop.gif) left top no-repeat;
	padding-top: 43px;
	width: 103px;
	position: absolute;
	margin-top: -65px;
	left: 475px;
}
.ulShare {
	background: url(../images/shareBottom.gif) left bottom no-repeat;
	height: 140px;
	list-style: none;
	margin-left: 0;
	margin-top: -35px;
	padding-bottom: 0;
	padding-left: 12px;
}
.ulShare li {
	margin-left: -5px;
	border-bottom: 2px ridge #303030;
}
.ulShare a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	display: block;
	width: 84px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/shareLinkBG.gif) right top no-repeat;
	border-bottom: none;
	padding-left: 5px;
}