/*
 * Theme Name: Autobax
 * Theme URL: https://www.autobax.ru/
 * Description: Theme for Autobax site
 * Author: Purple Mouse
 * Version: 2.0
 * Date: 2020-07-05
 * Modified version: none
 * Date modified: none
 */





@charset "win-1251";




#toTop {
	z-index: 5;
	display: none;
	position: fixed;
	overflow: hidden;
	bottom: 20px;
	right: 20px;
	border: none;
	width: 70px;
	height: 70px;
	text-decoration: none;
	text-indent: 100%;
	background: url('../graphics/totop.png') no-repeat left top;
	}

#toTopHover {
	display: block;
	overflow: hidden;
	float: left;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	width: 70px;
	height: 70px;
	background: url('../graphics/totop.png') no-repeat right bottom;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
