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

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:40px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url("images/ui.totop.png") no-repeat left top;
	z-index:99;
}

#toTopHover {
	background:url("images/ui.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;
}

#ToTopClose     
{
font-size:11px; 
z-index:43;
position:absolute;
    }

#toTopPro {
    background: none repeat scroll 0 0 white;
    border: 1px solid #f0f0f0;
    bottom: 40px;    
    overflow: hidden;
    position: fixed;
    right: 70px;
    text-decoration: none;
    width: 350px;
    padding: 10px 10px 15px 10px;
    box-shadow: 1px 1px 15px #999;
}
#toTopPro h3 {margin-top:0; margin-bottom: 5px; padding-bottom: 10px; border-bottom: 1px dotted #C2D1DE; color: #3087B0; font-size: 20px; font-weight: normal;}
#toTopPro p {color: #476A7A; font-size:13px; line-height:23px;}
#toTopProHover {
	background:red;
	width:151px;
	height:151px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

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