@charset "utf-8";

.centering {
	width: 986px; /* 35 + 916 + 35 */
	margin-left: auto;
	margin-right: auto;
}

.centering-gap {
	position: relative;
	margin: 0 35px;
	zoom: 1;
}

#topper {
	background: #f2f2f2;
	border-bottom: 1px solid #a1a1a1;
	font-size: 14px;
	position: relative;
	z-index: 3;
	width: 100%;
	overflow: hidden;
	clear: both;
}

#topper ul.pages {
	position: relative;
	padding: 10px 0;
}

#topper ul.pages li {
	float: left;
	padding-right: 18px;
	white-space: nowrap;
}

#topper .auth {
	position: absolute;
	top: 9px;
	left: 448px;
}

#topper .auth p.enter {
	background: url(../i/lock-icon.png) no-repeat left center;
	padding-left: 21px;
}

#topper .auth p.enter span {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px dashed #232323;
	cursor: pointer;
	zoom: 1;
}

#topper .auth p.user {
	position: absolute;
	width: 290px;
	margin-left: -58px;
}

#topper .auth p.exit {
	position: absolute;
	margin-left: 256px;
}

#topper .auth p a {
	font-weight: bold;
}

#topper .auth .reg {
	position: absolute;
	margin-left: 160px;
	top: -5px;
}

#topper .auth .reg * {
	display: inline-block;
	background: url(../i/btn-pink.png) no-repeat 0 0;
	height: 29px;
	line-height: 25px;
	text-decoration: underline;
	color: white;
	cursor: pointer;
	padding-left: 16px;
}

#topper .auth .reg span {
	padding-left: 0;
	padding-right: 16px;
	background-position: right 0;
}

#topper .city-label {
	position: absolute;
	top: 9px;
	right: 0;
	padding-right: 15px;
	background: url(../i/selector-icon.png) no-repeat right center;
}

#topper .city-label span {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px dashed #232323;
	cursor: pointer;
	zoom: 1;
}

#topper .city-selector {
	border-top: 1px solid #a1a1a1;
	overflow: hidden;
	width: 100%;
}

#topper .city-selector .columns {
	padding: 16px 0;
}

#header {
	padding: 15px 0 20px;
}

#header .logo-floater {
	padding: 5px 0 12px;
	position: relative;
	left: -1px;
}

#header .logo-floater img {
	width: 197px;
	height: 50px;
}

#header .col1 {
	float: left;
	position: relative;
	width: 215px;
}

#header .col2 {
	float: right;
	position: relative;
	width: 681px;
	height: 100px;
}

#header .search input {
	width: 190px;
}

#header .search .hint {
	font-style: italic;
	padding-top: 7px;
}

#footer {
	background: #f2f2f2 url(../i/footer-bg.png) no-repeat center top;
	padding: 24px 0 20px;
	font-size: 11px;
	margin-top: 32px;
}

#footer .footer-wrap {
	padding: 0 30px 0 20px;
}

#footer .copyright {
	float: left;
	position: relative;
}

#footer .copyright span {
	display: block;
}

#footer ul {
	float: left;
	position: relative;
	margin-right: -100%;
	width: 160px;
}

#footer ul.col1 {
	left: 272px;
}

#footer ul.col2 {
	left: 448px;
}

#footer ul li {
	padding-bottom: 2px;
}

#footer .counter {
	float: right;
	position: relative;
	padding: 2px 0 0 7px;
}

/** Для разовых заголовков со стрелочкой вних **/
h2 {
	color: #eb0d76;
}

h2 span {
	font-style: italic;
}

h2 strong {
	font-weight: bold;
}

h2 span strong {
	font-style: italic;
}

/* выбор городов (используется в шапке и на странице city.html */
.city-selector .columns ul {
	width: 140px;
	margin-right: 15px;
	float: left;
	position: relative;
}

.city-selector .columns ul.last {
	float: right;
	margin-right: 0;
}

.city-selector .columns li {
	font-size: 14px;
	padding-bottom: 9px;
}

.city-selector .columns li.featured {
	font-weight: bold;
}

.page-gap {
	border-top: 1px solid #a1a1a1;
	padding-top: 26px;
}

/* Когда появятся баннеры, то их можно будет разместить под #header в этом блоке */
#promo {
	position: relative;
	margin-bottom: 20px;
}

/* N */

.add-news {
	line-height: 1.4;
}

.add-news .btn-violet {
	margin-bottom: 1.2em;
}

.calendar {
	margin-top: 1em;
	width: 200px;
}

.calendar table {
	width: 100%;
}

.calendar .monthName {
	width: 187px;
	text-align: center;
	font-size: 12px;
	color: #111111;
	text-decoration: none;
	padding: 6px;
	margin-bottom: 4px;
}

.calendar .monthName a {
	font-size: 14px;
	text-decoration: none;
	color: #333;
}

.calendar .monthName a:hover {
	color: #008ACE;
}

.calendar a.next {
	float: right;
}

.calendar a.prev {
	float: left;
}

.calendar table th {
	vertical-align: middle;
	text-align: center;
	color: gray;
	padding-bottom: 4px;

}

.calendar table td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

.calendar table  td.sel{
	background: url("../i/calendar-day.gif") center 3px no-repeat;
	color: #FFF;
}

.calendar table td.sel a{
	color:#232323;
	text-decoration:none;
}

.calendar table td.sel a:hover{
	color:#FFF;
}

.calendar table  td.curr {
	background: url("../i/curr-calendar.png") center 3px no-repeat;
	color: #FFF;
}
