/* habrahabr.ru */

/* To top panel */

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

/* Large desktop */
@media (min-width: 1050px) {
	.to_top {
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  width:40px;
	  -moz-opacity: 0.3;
	  filter: alpha(opacity=30);
	  opacity: 0.3;
	  display: none;
	}

	.to_top .to_top_panel {
		display: block;
	  width:100%;
	  height: 100%;
	  font-size: 11px;
	  color: #ffffff;
	  padding-top: 10px;
	  position: relative;
	}
	.to_top:hover {
	  -moz-opacity: 0.9;
	  filter: alpha(opacity=90);
	  opacity: 0.9;
	}
	.to_top:hover .to_top_panel {
	  cursor: pointer;
	  background: #303C4A;
	}
	.to_top .to_top_button {
	  text-align: left;
	  line-height: 8px;
	  margin-left:10px;
	  font-family: tahoma, arial, verdana, sans-serif;
	  font-weight: bold;
	}
	.to_top .to_top_button .arrow{
		font-size: 14px;
		font-weight: bold;
		font-family: tahoma;
		vertical-align: middle;
	}

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