@charset "windows-1251";

.bottons {margin: 0 0 0 20px; }
.bottons ul {margin: 0; padding: 0; list-style: none; }
.bottons li {display: inline; margin: 0; padding: 0;  width: 81px;}
.bottons li a {
			float: left; display: block; margin: 0 0 0 1px; height: 20px;  width: 81px;
			line-height: 18px; color: #000;
			background: url(../pic/buttons.gif) no-repeat;
			background-position: 0 20px;
			text-align: center;
			 }
.bottons li span {
			float: left; display: block; margin: 0 0 0 1px; height: 20px;  width: 81px;
			line-height: 20px; color: #000;
			background: url(../pic/buttons.gif) no-repeat;
			background-position: 0 20px;
			text-align: center;
			 }

.bottons li a:link,
.bottons li a:visited,
.bottons li a:active {
			background: url(../pic/buttons.gif) no-repeat;
			background-position: 0 -20px;
			font-family: Verdana, Arial, sans-serif;
			font-size: 11px;
			color: white;
			text-decoration: none;
			}
.bottons li a:hover {
			background: url(../pic/buttons.gif) no-repeat;
			background-position: 0 -40px;
			font-family: Verdana, Arial, sans-serif;
			font-size: 11px;
			color: white;
			text-decoration: none;
			}

.bottons li.current span {
			background: url(../pic/buttons.gif) no-repeat;
			background-position: 0 0px;
			padding: 0;
			color: #FE5400;
			font-size: 11px;
}
