@charset "UTF-8";
/* CSS Document */
#pagetools  ul {
	font-size: 10px;
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#pagetools  ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#pagetools  ul li a {
	display:block;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position: 6px bottom;
	color: #666666;
	border:none;
	text-decoration:underline;
}


#pagetools  ul li a#emailpage {
	background-image:url(../images/pagetools/icon_email.gif);
}
#pagetools  ul li a#printpage {
	background-image:url(../images/pagetools/icon_print.gif);	
	display:none; /* overridden later by javascript */
}
#pagetools  ul li a#bookmarkpage {
	background-image:url(../images/pagetools/icon_bookmark.gif);
	display:none; /* overridden later by javascript */
}
