@charset "utf-8";
/*--------------------------------------------------------------
*Filename:                      top.css
---------------------------------------------------------------*/

/*totop
---------------------------------------------------------------*/
.totop {
	position: fixed;
	z-index: 999;
	bottom: 25px;
	right: 50px;
	display: none;
	width: 50px;
	height: 50px;
	overflow: hidden;}
*html .totop {
	position: absolute;
	cursor: pointer;
	right: 50px;
 top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-75+"px");}
.totop a.top_nom {
	display: block;
	width: 50px;
	height: 50px;
	background: url(/mkszy/dfiles/8609/r/cms/ibm/gsgl/plugin/top/images/up-top.jpg) no-repeat top;}
.totop a.top_act {
	background: url(/mkszy/dfiles/8609/r/cms/ibm/gsgl/plugin/top/images/up-top.jpg) no-repeat bottom;}
