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

#toTop {
display:none;
text-decoration:none;
position:fixed;
bottom:10px;
right:10px;
border:none;
background:url(/images/chevron_orange.png) no-repeat center top;
color: #666666;
font-size: 11px;
}

#toTop:hover {
text-decoration:underline;
}

#toTopHover {
background:url(/images/chevron_orangeRoll.png) no-repeat center top;
width:83px;
height:35px;
display:block;
opacity: 0;
-moz-opacity: 0;
filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
outline:none;
}