/* UP: Back to Top Button */

#up {
	bottom: 0;
	padding: 10px 0 0;	
	z-index: 1000;
	 margin: 0 auto;
	 position: fixed;	
	text-transform: uppercase;
	overflow: visible;
	 letter-spacing: 1px;
	display: block;
	height: 46px;
	width: 50px;
	background-color: #412d27;
	
	
		  border-top-left-radius:3px;
  -webkit-border-top-left-radius:3px;
  -moz-border-radius-bottomleft:3px;
  border-bottom-right-radius:3px;
  -webkit-border-top-right-radius:3px;
  -moz-border-radius-topright:3px;
  
  	border-top: 1px solid #411e0c;
	border-left: 1px solid #59372d;
	border-right: 1px solid #2e1406;
	
	opacity:0.90; /* opacity */
    filter:Alpha(opacity=90); /* opacity IE8 and earlier */
    
  box-shadow: 0px 0px 6px 0px #0b0b0b ;
  -webkit-box-shadow: 0px 0px 6px 0px #0b0b0b ;
  -moz-box-shadow: 0px 0px 6px 0px #0b0b0b ;
	right: 1.5%;
}

#up:active {

}
#up span {	
	margin: 0 auto;
		
  display: block !important;
	padding: 0;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45);
    -khtml-opacity: 0.45;
    -moz-opacity: 0.45;
    
    opacity: 0.45;
	height: 56px;
	width: 50px;
	  	text-shadow:none;
	
	
}

#up a:link span {
	background: url(../../images/elements/icons/up.png) no-repeat 50% 25px;
	color: #525252;
		font: 10px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: 0;
	letter-spacing: 1px;
	text-align: center;
	
		transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;

	color: #fefffe;
	font-weight: normal;
	text-shadow:none:


}

#up a:active span {
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -khtml-opacity: 0.80;
    -moz-opacity: 0.80;
    opacity: 0.80;
    
	background-position: 50% 20px;
}

#up a:hover span {
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -khtml-opacity: 0.80;
    -moz-opacity: 0.80;
    opacity: 0.80;
}
