ul.shareLinks
{
	list-style: none;
	margin: 10px 0;
	padding: 3px;
	border: 1px solid #CCC;
	height: 20px;
}

ul.shareLinks li
{
	list-style: none;
	margin: 0;
	float: left;
	cursor: pointer;
	padding: 0 10px 0 0;
	
}

.shareFacebook
{
}

.shareTwitter
{
}

.emailpage a
{
	background-image: url(../../images/icons/mail-forward.png);
	background-repeat: no-repeat;
	text-indent: -3000px;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
}

.bookmarkpage a
{
	background-image: url(../../images/icons/bookmark-new.png);
	background-repeat: no-repeat;
	text-indent: -3000px;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
}

.printpage a
{
	background-image: url(../../images/icons/document-print.png);
	background-repeat: no-repeat;
	text-indent: -3000px;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
}


