/* Up panel */
.to_top {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width:105px;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	opacity: 0.7;
	display: none;
	
}
.to_top .to_top_panel {
	width:100%;
	height: 100%;
	font-size: 18px;
	color: #3F8AD7;
	padding-top: 300px;
}
.to_top:hover {
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.to_top:hover .to_top_panel {
	cursor: pointer;
	background: #6633cc;
}
.to_top .to_top_button {
	text-align: left;
	line-height: 20px;
	margin-left:10px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color:white;
}
.to_top .to_top_button .arrow{
	font-size: 20px;
	font-weight: bold;
	font-family: tahoma;
	vertical-align: middle;
	
	
}

/* стиль для mini панели display: none;*/

.to_top.mini {width:40px;}
.to_top.mini .to_top_panel .arrow{font-size:20px;}
.to_top.mini .to_top_panel .label{display:none;}