.pages_tools {
	float: right;
	height: 60px;
}
.pages_tools .action {
	position: relative;
	display: inline-block;
	width: 30px; height: 60px;
	background-color: transparent;
	background-image: url( ../../../images/pages_tools.png );
	background-repeat: no-repeat;
	background-position: 0 0;
}
.pages_tools .action.print.active			{ background-position: 0 0; }
.pages_tools .action.print.active:hover	{ background-position: 0 -60px; }
.pages_tools .action.share.active			{ background-position: -30px 0; }
.pages_tools .action.share.active:hover	{ background-position: -30px -60px; }

.pages_tools .action.share.active:active .popup	{ display: block; }
.pages_tools .popup:hover { display: block; }
.pages_tools .popup {
	display: none;
	position: absolute; top: -34px; right: 30px;
	width: 200px; min-height: 70px;
	padding: 10px 2px 2px;
	background: #fff;
	border: 2px solid #D8D8D8;
	border-radius:			20px;
	-webkit-border-radius:	20px;
	-moz-border-radius:		20px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.pages_tools .arrow,
.pages_tools .arrow .inner {
	position: absolute; right: -25px; top: 20px;
	display: block;
	width: 0; height: 0;
	margin: 0; padding: 0;
	background: transparent;
	border-style: solid;
	border-color: transparent #D8D8D8;
	border-width: 25px 25px;
	border-right: none;
}
.pages_tools .arrow .inner {
	position: absolute; right: 3px; top: -23px;
	border-color: transparent #fff;
	border-width: 23px 23px;
}

.pages_tools strong {
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
.pages_tools .info {
	padding: 5px;
}
.pages_tools .section.share {
	min-height: 25px;
	padding: 5px;
	background: #EAEAEA;
	border-radius:			0 0 20px 20px;
	-webkit-border-radius:	0 0 20px 20px;
	-moz-border-radius:		0 0 20px 20px;
}
.pages_tools .section.share h2 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #2F6DCD;
}
.pages_tools .section.share .divider {
	height: 1px;
	margin: 10px 0;
	background: #666;
	line-height: 1px;
}
.pages_tools .section.share .share_icon {
	display: block;
	margin: 5px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-transform: uppercase;
	color: #2F6DCD;
	line-height: 31px;
	vertical-align: middle;
}
.pages_tools .section.share .share_icon span.icon {
	display: inline-block;
	width: 31px; height: 31px;
	margin-right: 10px;
	background-color: transparent;
	background-image: url( ../../../images/share_icons.png );
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 31px;
	vertical-align: middle;
}
.pages_tools .section.share .share_icon.email span.icon		{ background-position: 0 0; }
.pages_tools .section.share .share_icon.twitter span.icon	{ background-position: -31px 0; }
.pages_tools .section.share .share_icon.facebook span.icon	{ background-position: -62px 0; }
