@charset "utf-8";

ul#fontSizeSwitcher li{
	padding-left: 5px;
}
li#fontSizeSwitcherSmall{
	color: #6633FF;
	background-image: url(../images/btn_header_03.gif);
	background-repeat: no-repeat;
	width: 26px;
	height: 27px;
	float: left;
	text-indent: -5000px;
}
#fontSizeSwitcherMedium{
	color: #6633FF;
	background-image: url(../images/btn_header_04.gif);
	background-repeat: no-repeat;
	width: 26px;
	height: 27px;
	float: left;
	text-indent: -5000px;
}
#fontSizeSwitcherLarge{
	color: #6633FF;
	background-image: url(../images/btn_header_05.gif);
	background-repeat: no-repeat;
	width: 26px;
	height: 27px;
	float: left;
	text-indent: -5000px;
}

li#fontSizeSwitcherSmall.current{
	background-image: url(../images/btn_header_03ro.gif)!important;
	background-repeat: no-repeat;
}
li#fontSizeSwitcherMedium.current{
	background-image: url(../images/btn_header_04ro.gif)!important;
	background-repeat: no-repeat;
}
li#fontSizeSwitcherLarge.current{
	background-image: url(../images/btn_header_05ro.gif)!important;
	background-repeat: no-repeat;
}


/*======================================

	Clearfix

=======================================*/

ul#fontSizeSwitcher {
	_height: 1px;
	min-height: 1px;

	/* for MacIE5 \*//*/
	height: auto;
	overflow: hidden;
	/* end */
}

ul#fontSizeSwitcher:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}