/* Generated by F12 developer tools. This might not be an accurate representation of the original source file */
#toTop
{
    border-bottom: currentColor;
    position: fixed;
    border-left: currentColor;
    text-indent: -999px;
    width: 51px;
    bottom: 10px;
    display: none;
    background: url('../img/ui_totop.png') no-repeat left top;
    height: 51px;
    overflow: hidden;
    border-top: currentColor;
    right: 10px;
    border-right: currentColor;
    text-decoration: none;
}
#toTopHover
{
    opacity: 0;
    filter: alpha(opacity=0);
    width: 51px;
    display: block;
    background: url('../img/ui_totop.png') no-repeat left -51px;
    float: left;
    height: 51px;
    overflow: hidden;
    -moz-opacity: 0;
}
#toTop:active {
	OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium
}
#toTop:focus {
	OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium
}
