


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/scroll_arrows/style.css*/
.orion-isp-ajax-wait{
	height: 30px;
	background: url('/bitrix/components/bitrix/system.pagenavigation/templates/scroll_arrows/images/ajax-loader.gif') center 0 no-repeat;
}
.orion-isp-fixed{
position: fixed; 
top: 0px; 
margin-left: 250px;
z-index: 999;
display: none;
}
.orion-isp-fixed .bg{
position: absolute;
background: url('/bitrix/components/bitrix/system.pagenavigation/templates/scroll_arrows/images/1_07px.png'); 
width: 318px; height: 60px;
box-shadow: 1px 1px 5px #AAA;
border-radius: 3px;
}
.orion-isp-fixed .txt{
padding: 5px 10px;
position: relative;
opacity: 1;
color: white;
}
.orion-isp-fixed a, 
.orion-isp-fixed a:visited{
color: #ccc;
-webkit-transition: color 200ms linear;
-moz-transition: color 200ms linear;
-o-transition: color 200ms linear;
transition: color 200ms linear;
}
.orion-isp-fixed a:hover{color: white;}
#orion-isp-btn{
	display: block;
	width: 250px;
	margin: 2px auto;	
	padding: 5px 10px;
	background-color:  #724994;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#955BA0),to(#724994));
	background-image: -webkit-linear-gradient(top,#955BA0,#724994);
	background-image: linear-gradient(top,#955BA0,#724994);
	border: 1px solid #724994;
	font-size: 16px;
	
	border-radius: 3px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
  
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#orion-isp-btn:hover{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#724994),to(#955BA0));
	background-image: -webkit-linear-gradient(top,#724994,#955BA0);
	background-image: linear-gradient(top,#724994,#955BA0);
	border: 1px solid #955BA0;
	text-decoration: underline;
	color: #fff;
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/scroll_arrows/style.css */
