#fontSize {
	display: block !important;
	border-left: 1px dotted #999;
	float: right;
	width: 170px;
	padding: 11px 0 4px 15px;
	margin: 0 56px 0 0;
	font-size: 9px;
	text-transform: uppercase;
}

#fontSize span {
	float: right;
	width: 22px;
	height: 22px;
	overflow: hidden;
	margin-top: -7px;
	font: bold 10px/1.3 georgia;
	text-align: center;
	background: url(images/bg_page.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}

#fontSize span#fs-2 {
	font-size: 10px;
	line-height: 2.7;
}	

#fontSize span#fs-1 {
	font-size: 12px;
	line-height: 2.1;
}	

#fontSize span#fs0 {
	font-size: 14px;
	line-height: 1.7;
}	

#fontSize span#fs1 {
	font-size: 16px;
	line-height: 1.4;
}	

#fontSize span#fs2 {
	font-size: 18px;
}	

#fontSize span.active,
#fontSize span.active:hover {
	cursor: default;
}	