@charset "utf-8";
/* CSS Document */

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/


#toTop {background:url(../images/tail-body.gif);
	display:none;
	position:fixed;
	right:54%;
	bottom:45px;
	border:none;
	z-index:20;
}
#toTop strong {
	background:none;
	border:1px solid #545454;
	font-size:16px;
	text-transform:uppercase;
	padding:5px 11px;
	line-height:24px;
	color:#b9b9b9;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display:block;
	font-weight:400
}
#toTopHover, #toTop:hover {
	display:block;
}
#toTopHover srtong, #toTop:hover strong {
	background:#be6868;
	border:1px solid #be6868;
	color:#fff
}
#toTop:active, #toTop:focus {
	outline:none;
}
