/* To top panel */

.to_top{display: none;}
.to_top .to_top_panel{display:none;}

.to_top { 	
	border-radius: 5px;
	bottom: 30px;
	display: none;
	height: 30px;
	position: fixed;
	right: 15px;
	width: 70px;
	z-index: 999;
}

.to_top .to_top_panel {
	display: block;
	font-size: 11px;
	height: 100%;
	position: relative;
	width: 100%;
}
.to_top:hover {
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9; 
  cursor: pointer;
}

.to_top .to_top_button {
	font-family: tahoma,arial,verdana,sans-serif;
	font-weight: bold;
	line-height: 8px;
	text-align: left;
}	
.to_top .to_top_button .arrow {
	background-position:0 0;
	display: block;
	height: 20px;
	padding-left: 0;
	width: 70px;
	background-repeat:no-repeat;
}

.to_top .to_top_button .arrow.up 
{
	background-position: 28px 9px;
}

.to_top .to_top_panel .label{
	display: block;
	text-align: center;
	width: 70px;
	color:#fff;
}
