
/* CSS Document */


#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(ui.totop.png) no-repeat left top
}
#toTopHover {
	background:url(ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
}
#toTop:active, #toTop:focus { outline:none }

@media screen and (max-width:480px) {
	#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:31px;
	height:31px;
	border:none;
	text-indent:-999px;
	background:url(ui.totop.png) no-repeat left top;
	background-size: 30px 60px;
}
	
	#toTopHover {
	background:url(ui.totop.png) no-repeat left -51px;
	background-size:30px 30px;
	
	display:block;
	overflow:hidden;
	float:left;
}
	
	
	
	
	
	}