/* email, print, share tools */

#tools {
	float: right;
}

#tools ul {
	text-align: center;
	list-style: none;
	padding: 0 9px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 0;
}

#tools ul li {
	border-top: 1px solid #cccccc;
	padding: 5px 0px;
}

#tools ul li.first {
	border: none;
}

#share-sites {
	position: absolute;
	top: 26px;
	right: 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	opacity: 0.9;
	z-index: 2;
	overflow: visible;
	display: none;
}

#share-sites ul {
	list-style: none;
	padding: 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	position: relative;
}

#share-sites ul li {
	margin-bottom: 10px;
	padding: 0;
}

#share-sites img {
	vertical-align: middle;
}

#share-sites-inner {
	position: relative;
}

#share-sites-inner .close {
	position: absolute;
	padding: 8px;
	top: 0px;
	right: 0px;
}

a.email {
	background: url(../images/tool-email.gif) no-repeat;
	padding-left: 23px;
}

a.print {
	background: url(../images/tool-print.gif) no-repeat;
	padding-left: 23px;
}

a.share {
	background: url(../images/tool-share.gif) no-repeat;
	padding-left: 18px;
}