@charset "utf-8";
/* CSS Document */

#fontswitch {
     width: 180px;
     height: 106px;
	 margin: 0 0 10px 0;
	 border: 1px solid #ff9900;
	 background: url(../images/bg/bg_fontSize.gif) right no-repeat;
}

#fontswitch h3 {
     padding: 15px 0 7px 15px;
}

#fontswitch table {
	margin: 0 0 0 10px;
}

#fontswitch td {
     height: 40px;
     text-align: center;
	 vertical-align: bottom;
     padding: 4px 0;
}


#fontswitch a {
	display: block;
	overflow: hidden;
	margin: 0 8px;
	background-color: #fff;
	background-repeat: no-repeat;
	color: #999;
}

#fontswitch a#small {
	width: 20px;
	padding-top: 20px;
	height: 0 !important;
	height /**/ : 20px;
	background: url(../images/fontSize/small.gif)
}

#fontswitch a#small:hover,
#fontswitch a#small:active {
	background: url(../images/fontSize/small_on.gif)
}


#fontswitch a#mid {
	width: 27px;
	padding-top: 26px;
	height: 0 !important;
	height /**/ : 26px;
	background: url(../images/fontSize/mid.gif)
}

#fontswitch a#mid:hover,
#fontswitch a#mid:active {
	background: url(../images/fontSize/mid_on.gif)
}


#fontswitch a#big {
	width: 31px;
	padding-top: 30px;
	height: 0 !important;
	height /**/ : 30px;
	background: url(../images/fontSize/big.gif)
}

#fontswitch a#big:hover,
#fontswitch a#big:active {
	background: url(../images/fontSize/big_on.gif)
}