/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

/*琛ㄦ牸*/
#alltd{font-family:Century Gothic,寰粺姝ｉ粦楂�;font-size:1em;color:#333}

.allti{font-family:Century Gothic,寰粺姝ｉ粦楂�;font-size:1.2em;color:#333}

.os{font-family:Century Gothic,寰粺姝ｉ粦楂�;font-size:0.8em;color:#333; padding:5px 5px}

.td_word {border:1px solid gray; background-color: #a96ab1; color: white; height:35px;
padding:5px 30px;}

.tdti { background-color: #f6e4f8;}

.td_word1 {border:1px solid gray ;height:35px; text-align:left;
padding:5px 10px; line-height:35px;}
.td_word1a {border:1px solid gray ;height:35px; text-align:left; background-color: #fffef1;
padding:5px 10px; line-height:35px;}

.from{
	 height:30px;padding:0px 10px; line-height:35px;}
	 
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:40px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../img/totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../img/totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}