﻿@charset "utf-8";
/* CSS Footer */
/* footer */
.footer_wrap { width: 980px; margin: 20px auto 0 auto; }
#footer {
	color:#adacac;
	min-height:20px;
	position:relative;
	font-size:11px;
	margin: 0 0 10px 0;

}
	#footer a {
		color:#adacac;
		text-decoration: none;
	}
	#footer .abouts { overflow: hidden; padding-right: 180px; }
	#footer .abouts li { display:block; float:left;  padding: 5px 20px 5px 0; font-size: 11px; color:#666; }
	#footer .abouts li.copy { float: right; }


#footer .counters {position: absolute; top:5px; right: 0;}
	#footer .counters a {margin-left: 9px;}
	#footer .counters a img {
        vertical-align:middle;
		opacity: 0.5;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
		-moz-opacity: 0.5;
	}
	#footer .counters a:hover img {
		opacity: 1;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
		-moz-opacity: 1;
	}
.footer_menu {
	height:25px;
	text-align:left;
	padding:5px 0;
	clear:both;
	border-bottom: 1px #e1e1e1 solid;
	position: relative;
	color:#adacac;
	margin-top: 20px;
}
	.footer_menu ul { margin-right: -1px; }
	.footer_menu li { display: inline; 	}
	.footer_menu a {
		padding-right: 10px;
		text-decoration:none;
		margin-right: 20px;
		color: #666666;
		font-weight: bold;
		font-size: 11px;
	}
	.footer_menu a:hover { text-decoration:underline; }
	.footer_menu .rss_list { float: right;  position: relative; text-align:right; padding: 0; margin: 0; width: auto;}
		.footer_menu .rss_list a { margin-right: 2px; padding: 0; }
		.footer_menu .rss_list ul { position: absolute; bottom: 20px; right: 2px; border: 1px solid #e1e1e1; }
		.footer_menu .rss_list li a{ display: block; background: #FFF; white-space: nowrap; padding: 5px;  }
		 .footer_menu .rss_list li b { display: block; padding:  5px; color:#FFF; background-color: #666666; }

#popw { display:none; }
/* bottom toolbar */
/*
#popw {
	position: fixed;
	top: 100%;
	left: 0;
	width:100%;
	height: 41px;
	margin-top: -41px;
	background: #959595 url(/img/grad-19.png) repeat-x top;
	z-index: 99;
}
	#popw ul  { width: 980px; margin: auto; overflow: hidden; }
	#popw ul  li { display: block; float: left; border-left: 1px solid #919191;  border-right: 1px solid #c0c0c0;   }
		#popw ul  li.login { border-left: none; }
		#popw ul  li.contest { float: right; }
		#popw ul  li  a  {
			display: inline-block;
			color: white;
			background: transparent url(/img/popw_li_bg2.png) no-repeat -16px center;
			font-weight: bold;
			position: relative;
			height: 40px;
			line-height: 40px;
			padding: 0 7px 0 32px;
			border-left: 1px solid #c0c0c0;
			font-size: 11px;
			min-width: 96px;
			text-align: left;
		}
			#popw ul  li  a:hover { background: #87bd51 url(/img/popw_li_bg_hover2.png) no-repeat -16px center; color: white; text-decoration: none; cursor: pointer; }
			#popw ul  li  a  span { position: absolute; top: 0; left: 0; width: 22px; height: 40px; }
				#popw .login a img { width: 30px; height: 30px; margin: 5px; }
				#popw .login a { padding-left: 48px; background: transparent url(/img/popw_li_bg.png) no-repeat left center; border-left: none; }
					#popw .login a:hover { background: #87bd51 url(/img/popw_li_bg_hover2.png) no-repeat left center; }
				#popw .inbox  span { background: transparent url(/pub/img/inbox_icons.png) -13px -5px no-repeat; }
				#popw .projcts  span { background: transparent url(/img/sozdanie.png) center center no-repeat; }
				#popw .ws  span { background: transparent url(/img/more_icon.png) center 10px no-repeat; }
				#popw .summar  span { background: transparent url(/img/more_icon.png) center -70px no-repeat; }
				#popw .setup  span { background: transparent url(/img/more_icon.png) center -30px no-repeat; }
				#popw .contest  span { background: transparent url(/img/kubok.png) no-repeat center center; }

	#popw_opener {
		position: fixed;
		top: 100%;
		left: 0;
		width:100%;
		height:24px;
		cursor: pointer;
		margin-top: -24px;
		text-align: center;
	}
		#popw_opener.popw_close { margin-top: -65px; }
		#popw_opener div {
			width: 980px;
			height:24px;
			margin: auto;
			position: relative;
			overflow:hidden;

		}
		#popw_opener a {
			background:  url(/img/popw_plusminus.png) no-repeat center top;
			width:27px;
			height:24px;
			position: absolute;
			left:953px; /* 980 - 27 */
			bottom:0;
		}
		#popw_opener.popw_close a { background-position: center bottom; }
*/