
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
#tools {
	font-family: 'AvenirNextLTProBoldCondensed';
	font-size: 10px;
	float: right;
}
#tools #fontSizer {
	display: inline-block;
}
#tools #fontSizer a {
	width: 20px;
	height: 20px;
	display: inline-block;
}
#tools #fontSizer a.minus {
	background: url('../../images/sprite-tools.png') 0 -72px no-repeat;
	margin-right: 0px;
}
#tools #fontSizer a.plus {
	background: url('../../images/sprite-tools.png') -5px -48px no-repeat;
	margin-left: 0px;
}
#tools #fontSizer #fontSlider {
	width: 106px;
	height: 24px;
	display: inline-block;
	background: url('../../images/bg-fontSizer.png') 0 0 no-repeat;
	border: none;
}
#tools #fontSizer .ui-slider-handle {
	margin: 0 auto 0 -12px;
	padding: 0;
	top: 0px;
	z-index: 2 !important;
	width: 24px;
	height: 24px;
	background: url('../../images/sprite-tools.png') 0 -96px no-repeat;
	cursor: pointer;
}
#tools #fontSizer .ui-slider-range {
	background: none;
}
#tools > a {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	color: #8f8383;
	margin-left: 2px;
}
#tools a.print {
	width: 26px;
	background: #ececec url('../../images/sprite-tools.png') 0 0 no-repeat;
}
#tools a.share {
	padding: 0 10px 0 22px;
	background: #ececec url('../../images/sprite-tools.png') 0 -24px no-repeat;
}
