/* small */
.fontsizeContent-small {
	font-size:10px !important;
}
/* big */
.fontsizeContent-big {
    font-size:18px !important;
}
/* tools */
.fontsize {
	height: 26px;
    font-size:11px;
    float:left;
    padding:2px;
	margin-right:4px;
}
.fontsize span {
	line-height:25px;
	float:left;
}
.fontsize1, .fontsize2, .fontsize3 {
    display:block;
	float:left;
	width:26px;
	height:26px;
	text-indent:-99999px;
    margin:0 2px;
	outline:none !important;
	background: transparent url('icons/small.png') bottom no-repeat;
}
.fontsize2 {
	background-image: url('icons/default.png');
}
.fontsize3 {
    background-image: url('icons/big.png');
}
.fontsize1:hover, .fontsize2:hover, .fontsize3:hover {
    background-position:top;
    }
