/*** head ***/
div.head {
	overflow: hidden;
	padding-top: 5px;
	}

div.head div.top {
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
	/*padding-top: 10px;*/
}
div.head div.top a.logo {
	float: left; display: inline;
	margin-left: 10px !important;
}

div.head div.top .soc {
    height: 25px;
}

div.head div.submenu {
	border-top: 2px solid #a90729;
	overflow: hidden;
	width: 100%;
	background: #f0f0f0;
	margin-bottom: 8px;
	padding-bottom: 3px;
	position: relative;
	}
div.head div.submenu ul {
	float: left;
	display: inline;
	font: 11px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	margin-left: -7px;
	padding-top: 2px;
	}
div.head div.submenu ul a {
	color: #000;
	}
div.head div.submenu ul .active {
	color: #A90729;
	font-weight: bold;
}

div.head div.submenu ul a:hover {
	text-decoration: underline;
	}
div.head div.submenu ul li {
	float: left;
	display: inline;
	padding-left: 6px;
	margin-left: 5px;
	padding-top: 6px;
	background: url(../i/menu-divider.png) no-repeat 0 6px;
}

div.head div.submenu ul li.nobg {
	background: none;
}

div.head div.submenu ul li.rss a {
	float: left; display: inline;
	width: 16px;
	height: 16px;
	background: url(../i/icon.rss.png) no-repeat 0 0;
	position: relative;
	top: -1px;
	}
div.head div.submenu ul li.rss a:hover {
	background: url(../i/icon.rss.active.png) no-repeat 0 0;
	}
div.head div.submenu ul li.pda a {
	float: left; display: inline;
	width: 14px;
	height: 16px;
	background: url(../i/icon.pda.png) no-repeat 0 0;
	position: relative;
	top: -1px;
	}
div.head div.submenu ul li.pda a:hover {
	background: url(../i/icon.pda.active.png) no-repeat 0 0;
	}
div.head div.submenu ul li.iphone a {
	float: left; display: inline;
	width: 10px;
	height: 16px;
	background: url(../i/icon.iphone.png) no-repeat 0 0;
	position: relative;
	top: -1px;
	}
div.head div.submenu ul li.iphone a:hover {
	background: url(../i/icon.iphone.active.png) no-repeat 0 0;
	}


div.head div.submenu form.search {
	float: right;
	padding: 6px 3px 3px;
	}
div.head div.submenu form.search span.input-text-wrapper {
	float: left; display: inline;
	background: url(../i/top.search.text.input.png) no-repeat 0 0;
	padding-left: 4px;
	margin-right: 5px;
	width: 138px;
	}
div.head div.submenu form.search span.input-text-wrapper input {
	border: 0;
	background: none;
	float: left; display: inline;
	padding: 2px 4px 2px 0;
	width: 132px;
	}
div.head div.submenu form.search span.input-submit-wrapper {
	float: left; display: inline;
	background: url(../i/input-submit-bg.gif) no-repeat 0 0;
	padding-left: 3px;
	margin-left: 15px;
	}
div.head div.submenu form.search span.input-submit-wrapper input {
	border: 0;
	background: url(../i/input-submit-bg.gif) no-repeat 100% 0;
	float: left; display: inline;
	padding: 2px;
	font: 11px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 1px 3px 2px 0;
	overflow: visible;
	width: auto;
	}

div.head .logo {
	display: inline;
	margin-left: 10px;
	}



div.head div.main-menu {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #f2f2f2;

	background: #efefef;
	background: -moz-linear-gradient(180deg, #fff, #e1e1e1);
	background: -webkit-linear-gradient(-90deg, #fff, #e1e1e1);
	background: linear-gradient(-90deg, #fff, #e1e1e1);
	}

div.head div.main-menu ul {
	overflow: hidden;
	zoom: 1;

	text-transform: uppercase;
	font: bold 10px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	text-align: right;

	list-style: none;
	margin: 0 5px;
	}
div.head div.main-menu ul a {
	color: #282828;
	display: inline-block;
	#display: inline;
	zoom: 1;
	padding: 6px 5px 5px 4px;
}
div.head div.main-menu ul a:hover {
	color: #fff !important;
	}
div.head div.main-menu ul li {
	display: inline-block;
	#display: inline;
	zoom: 1;
	vertical-align: top;

	background: url(../i/main-menu-divider.png) no-repeat 100% 0;

	scrollbar-face-color: expression(
		runtimeStyle.scrollbarFaceColor = "#fff",
		this == parentNode.lastChild && (this.className += " last-child")
	);
	}
div.head div.main-menu ul li:last-child,
div.head div.main-menu ul li.last-child {
	padding-right: 0;
	background: none;
	}
        
        .foncomment{
            position: absolute;
        }
        
div.head div.main-menu ul li.active {
	background: url(../i/menu-active-bg.png) no-repeat 100% 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	}
div.head div.main-menu ul li.active a {
	float: left;
	background: url(../i/menu-active-bg.png) no-repeat 0 0;
	color: #fff;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 2px;
	}
div.head div.main-menu ul li.home {
	padding: 0 !important;
	margin-top: -1px;
	background: none !important;
	position: relative;
	top: 1px;
	}
div.head div.main-menu ul li.home a {
	padding: 0 !important;
	background: none !important;
	}
div.head div.main-menu ul li.home img {
	display: block;
	}

div.head div.main-menu ul li.kitchen a {color: #ff833c;}
div.head div.main-menu ul li.kitchen a:hover {background: #ff833c;}
div.head div.main-menu ul li.kitchen a.current {color: #fff; background: #ff833c;}

div.head div.main-menu ul li.food a {color: #ff833c;}
div.head div.main-menu ul li.food a:hover {background: #ff833c;}
div.head div.main-menu ul li.food a.current {color: #fff; background: #ff833c;}

div.head div.main-menu ul li.health a {color: #55b480;}
div.head div.main-menu ul li.health a:hover {background: #55b480;}
div.head div.main-menu ul li.health a.current {color: #fff; background: #55b480;}

div.head div.main-menu ul li.technics a {color: #656565;}
div.head div.main-menu ul li.technics a:hover {background: #656565;}
div.head div.main-menu ul li.technics a.current {color: #fff; background: #656565;}

div.head div.main-menu ul li.techno a {color: #656565;}
div.head div.main-menu ul li.techno a:hover {background: #656565;}
div.head div.main-menu ul li.techno a.current {color: #fff; background: #656565;}

div.head div.main-menu ul li.politics a {color: #DD2F28;}
div.head div.main-menu ul li.politics a:hover {background: #DD2F28;}
div.head div.main-menu ul li.politics a.current {color: #fff; background: #DD2F28;}

div.head div.main-menu ul li.society a {color: #a90729;}
div.head div.main-menu ul li.society a:hover {background: #a90729;}
div.head div.main-menu ul li.society a.current {color: #fff; background: #a90729;}

div.head div.main-menu ul li.money a {color: #4a64d9;}
div.head div.main-menu ul li.money a:hover {background: #4a64d9;}
div.head div.main-menu ul li.money a.current {color: #fff; background: #4a64d9;}

div.head div.main-menu ul li.culture a {color: #c902b9;}
div.head div.main-menu ul li.culture a:hover {background: #c902b9;}
div.head div.main-menu ul li.culture a.current {color: #fff; background: #c902b9;}

div.head div.main-menu ul li.tourism a {color: #db5c25;}
div.head div.main-menu ul li.tourism a:hover {background: #db5c25;}
div.head div.main-menu ul li.tourism a.current {color: #fff; background: #db5c25;}

div.head div.main-menu ul li.rest a {color: #66d1ff;}
div.head div.main-menu ul li.rest a:hover {background: #66d1ff;}
div.head div.main-menu ul li.rest a.current {color: #fff; background: #66d1ff;}

div.head div.main-menu ul li.dosug a {color: #66d1ff;}
div.head div.main-menu ul li.dosug a:hover {background: #66d1ff;}
div.head div.main-menu ul li.dosug a.current {color: #fff; background: #66d1ff;}

div.head div.main-menu ul li.sitemap a {color: #292929;}
div.head div.main-menu ul li.sitemap a:hover {background: #292929;}
div.head div.main-menu ul li.sitemap a.current {color: #fff; background: #292929;}

div.head div.main-menu ul li.mainpage a {color: #DD2F28;}
div.head div.main-menu ul li.mainpage a:hover {background: #DD2F28;}
div.head div.main-menu ul li.mainpage a.current {color: #fff; background: #DD2F28;}

div.head div.main-menu ul li.vesna23 a {color: #3d4826;}
div.head div.main-menu ul li.vesna23 a:hover {background: #3d4826;}
div.head div.main-menu ul li.vesna23 a.current {color: #fff; background: #3d4826;}

div.head div.main-menu ul li.vesna8 a {color: #F064FB;}
div.head div.main-menu ul li.vesna8 a:hover {background: #F064FB;}
div.head div.main-menu ul li.vesna8 a.current {color: #fff; background: #F064FB;}

div.head div.main-menu ul li.cruelgames a {color: #7905cb;}
div.head div.main-menu ul li.cruelgames a:hover {background: #7905cb;}
div.head div.main-menu ul li.cruelgames a.current {color: #fff; background: #7905cb;}

div.head div.main-menu ul li.olympic a {color: #0384d5;}
div.head div.main-menu ul li.olympic a:hover {background: #0384d5;}
div.head div.main-menu ul li.olympic a.current {color: #fff; background: #0384d5;}

div.head div.main-menu ul li.sport a {color: #437900;}
div.head div.main-menu ul li.sport a:hover {background: #437900;}
div.head div.main-menu ul li.sport a.current {color: #fff; background: #437900;}

div.head div.main-menu ul li.dacha a {color: #009933;}
div.head div.main-menu ul li.dacha a:hover {background: #009933;}
div.head div.main-menu ul li.dacha a.current {color: #fff; background: #009933;}

div.head div.main-menu ul li.realty a {color: #660000;}
div.head div.main-menu ul li.realty a:hover {background: #660000;}
div.head div.main-menu ul li.realty a.current {color: #fff; background: #660000;}

div.head div.main-menu ul li.auto a {color: #990066;}
div.head div.main-menu ul li.auto a:hover {background: #990066;}
div.head div.main-menu ul li.auto a.current {color: #fff; background: #990066;}

div.head div.main-menu ul li.current a {color: #fff; background: #a90729;}

div.head div.main-menu p {
	font: 10px Tahoma, Verdana, "Trebuchet MS", sans-serif;
	float: left; display: inline;
	width: 250px;
	position: relative;
	/*padding-left: 10px;*/
	margin-bottom: 0;
}

div.head div.main-menu p span.date {
	margin-right: 5px;
	margin-left: 5px;
	}
div.head div.main-menu p select {
	width: 110px;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	margin-left: 5px;
	position: absolute;
	right: 10px;
	top: -1px;
	}


div.head div.main-menu p select {
	width: 110px;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	margin-left: 5px;
	position: absolute;
	right: 10px;
	top: -1px;
}/*** \\ head \\ ***/


/*** carousel ***/
div.common-carousel-wrapper {
	padding: 0 15px;
	position: relative;
	zoom: 1;
	}
div.common-carousel-wrapper a.back,
div.common-carousel-wrapper a.forward {
	height: 28px;
	width: 27px;
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 0;
	background: url(../i/icon.carousel.actions.png) no-repeat 0 50%;
	}
div.common-carousel-wrapper a.forward {
	right: 0;
	left: auto;
	background-position: -27px 50%;
	}
div.common-carousel-wrapper div.carousel-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	}
div.common-carousel-wrapper ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 50;
	left: 0px;
	top: 0;
	font-size: 0;
	}
div.common-carousel-wrapper ul li {
	display: inline-block;
	#display: inline;
	zoom: 1;
	vertical-align: top;
	}

div.top-slider {
	height: 90px;
	overflow: hidden;
	float: right;
	width: 617px;
	}
div.top-slider li {
	overflow: hidden;
	width: 300px;
	background: #f0f0f0;
	margin-right: 16px;
	}
div.top-slider li img {
	float: left; display: inline;
	margin-right: 1px;
	}
div.top-slider li div {
	overflow: hidden;
	zoom: 1;
	width:auto;
	}
div.top-slider h2 {
	background: #8c8c8c;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 4px 6px;
	margin-bottom: 4px;
	}
div.top-slider h2 a {
	color: #fff;
	}
div.top-slider p {
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 6px;
	}
div.top-slider p a { /* refs #743 */
	color: #000;
}

/* ***** bottom-carousel ***** */
.b-bottom-carousel {
	background: url(../i/horizontal-divider.png) repeat-x 0 100% #f0f0f0;
	overflow: hidden;
	zoom: 1;
	}
.b-bottom-carousel div.footheader {
	background: none;
	border-top: 2px solid #8c8c8c;
	padding-top: 2px;
	margin-top: 4px;
	}
.b-bottom-carousel div.footheader h3 {
	border-top: 0;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	}
.b-bottom-carousel div.common-carousel-wrapper {
	float: right;
	width: 770px;
	border-left: 2px solid #fff;
	}

.b-bottom-carousel-item {
	width: 140px;
	}
.b-bottom-carousel-item_main {
	width: 160px;
	float: left;
	}
ul .b-bottom-carousel-item {
	margin-right: 15px;
	}

.b-bottom-carousel-item_main h3,
.b-bottom-carousel-item_main .price {
	margin-left: 8px;
	}
.b-bottom-carousel-item_main .footheader h3 {
	margin-left: 0;
	}

.b-bottom-carousel-item h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #282828;
	margin-bottom: 3px;
	}
.b-bottom-carousel-item h3 a {
	color: #282828;
	}

.b-bottom-carousel-item img {
	display: block;
	margin-bottom: 3px;
	}

.b-bottom-carousel-item p {
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	}
.b-bottom-carousel-item p a {
	color: #000;
	}

.b-bottom-carousel-item .price {
	background: url(../i/icon.price.png) no-repeat 0 50%;
	padding-left: 10px;
	color: #a90729;
	font: 12px Arial, Helvetica, sans-serif;
	}
.b-bottom-carousel-item .price a {
	color: #a90729;
	}
/* ***** </bottom-carousel ***** */

/*** footer ***/
div.footer {
	border-top: 5px solid #444;
	background: #8c8c8c;
	margin-top: 15px;
	padding: 5px 10px;
	zoom: 1;
	}

div.footer div.top {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
	}
div.footer div.top dl {
	float: left;
	width: 170px;
	color: #fff;
	font: 11px/18px Tahoma, Verdana, Arial, sans-serif;
	text-transform: none;
	}
div.footer div.top dl.stat {
	text-align: right;
	width: 100px;
	}
div.footer div.top dl a {
	color: #fff;
	}
div.footer div.top dl dt {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	}

div.footer div.top dl.altreading dd i {
	display: inline-block;
	#display: inline;
	zoom: 1;
	width: 17px;
	height: 16px;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 2px;
	}
div.footer div.top dl.altreading dd i b {
	position: absolute;
	left: 0;
	display: inline-block;
	#display: inline;
	zoom: 1;
	width: 34px;
	height: 161px;
	background: url(../i/icons.footer2.png) no-repeat 0 0;
	}
div.footer div.top dl.altreading dd a:hover i b {
	left: -17px;
	}
div.footer div.top dl.altreading dd.vk i b { top: 0px; }
div.footer div.top dl.altreading dd.fb i b { top: -19px; }
div.footer div.top dl.altreading dd.twitter i b { top: -37px; }
div.footer div.top dl.altreading dd.iphone i b { top: -54px; }
div.footer div.top dl.altreading dd.pda i b { top: -73px; }
div.footer div.top dl.altreading dd.wap i b { top: -91px; }
div.footer div.top dl.altreading dd.rss i b { top: -109px; }
div.footer div.top dl.altreading dd.ok i b { top: -127px; }
div.footer div.top dl.altreading dd.android  i b {top: -145px;}

div.footer div.copy {
	overflow: hidden;
	zoom: 1;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	}
div.footer div.copy p {
	margin-bottom: 10px;
	}
div.footer div.copy div.aside {
	float: right;
	width: 270px;
	margin-left: 15px;
	}
div.footer div.copy div.main-column {
	overflow: hidden;
	zoom: 1;
	}


/* ***** auth ***** */
.b-auth {
	width: 988px;
	height: 60px;

	position: fixed;
	z-index: 9999;
	left: 50%;
	bottom: 0;
	margin-left: -494px;

	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;

	overflow: hidden;
	}

.b-auth a {
	color: #fff;
	font-size: 11px;
	}

.b-auth .hello {
	float: left; display: inline;
	}

.b-auth .opinion {
	float: left; display: inline;
	margin-left: 250px;
	margin-top: 7px;
	}
.b-auth .opinion a {
	margin-left: 12px;
	padding: 4px 0;
	}
.b-auth .opinion a.good {
	background: url(../i/icon.auth.good.png) no-repeat 0 50%;
	padding-left: 18px;
	}
.b-auth .opinion a.bad {
	background: url(../i/icon.auth.bad.png) no-repeat 0 50%;
	padding-left: 18px;
	}
.b-auth .opinion a.ask {
	background: url(../i/icon.auth.ask.png) no-repeat 0 50%;
	padding-left: 13px;
	}

.b-auth a.close {
	position: absolute;
	right: 10px;
	top: 30px;
	background: url(../i/icon.auth.hide.png) no-repeat 0 50%;
	padding-left: 13px;
	}

.b-auth .b-overflower {
	width: 962px;
	height: 44px;
	overflow: hidden;
	padding: 23px 11px 0 15px;
	position: relative;
	}
.b-auth .b-deco {
	height: 67px;
	width: 100%;
	position: absolute;
	left: 0; top: 0;
	z-index: -1;
	}
.b-auth .b-deco i {
	position: absolute;
	top: 0;
	height: 67px;
	margin-left: -5px;
	background: url(../i/auth-bg.png) no-repeat 0 0;
	}
.b-auth .b-deco i.l {
	width: 100%;
	left: 0;
	}
.b-auth .b-deco i.r {
	width: 5px;
	left: 100%;
	}

.b-auth_off .hello,
.b-auth_off .opinion {
	display: none;
	}
.b-auth_off a.close {
	font-size: 0;
	right: auto;
	left: 7px;
	height: 16px;
	background-image: url(../i/icon.auth.show.png);
	}
/* ***** </auth ***** */

/*** INCUT DIVIDER ***/
.b-incut-divider {
	margin-bottom: 12px;
	background: #e2e2e2;
	background: -moz-linear-gradient(-90deg, #f0f0f0, #d3d3d3);
	background: -webkit-linear-gradient(-90deg, #f0f0f0, #d3d3d3);
	background: linear-gradient(-90deg, #f0f0f0, #d3d3d3);

	font-size: 0;
	}
.b-incut-divider h2,
.b-incut-divider p,
.b-incut-divider ul,
.b-incut-divider li {
	display: inline-block;
	#display: inline;
	zoom: 1;

	vertical-align: middle;
	}

.b-incut-divider h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../i/idivider-header-bg.png) no-repeat 100% 50%;
	padding: 4px 15px 4px 5px;
	margin-right: 6px;
	}
.b-incut-divider_top h2 {
	background-image: url(../i/idivider-top-header-bg.png);
	}

.b-incut-divider p,
.b-incut-divider ul {
	font: 12px Arial, Helvetica, sans-serif;
	color: #282828;
	}
.b-incut-divider p{
    margin-bottom: 0;
    }
.b-incut-divider p a,
.b-incut-divider ul a {
	color: #282828;
	}
.b-incut-divider ul img {
	vertical-align: middle;
	position: relative;
	top: -1px;
	}
.b-incut-divider_top h2 a {
	color: #FFFFFF;
}
/*** </INCUT DIVIDER ***/

#mw {position: relative; width: 970px; height: 4695px; background: #ccc url(../img/big.png) no-repeat; margin: 0 auto;}



#panel {
font-family: Arial, Tahoma, sans-serif !important;
font-size: 12px !important;
line-height: 15px !important;
height: 97px;
display: none;
position: absolute;
-webkit-box-shadow:  2px 0px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow:  2px 0px 3px 0px rgba(0, 0, 0, 0.3);
z-index: 850;
}

#panel.authorized{
    display: none !important;
}


#panel_reg_cont_mark
{position: absolute;
top: -20px;
width: 440px;
}

.reg_bottompanel{
    background: url(../i/regbottommpanel_bg.png) no-repeat top left;
    position: absolute;
    bottom: -10px;
    width: 460px;
    height: 10px;
}


.autor_bottompanel{
    background: url(../i/auth_bottommpanel_bg.png) no-repeat top left;}



.not_authorized{
    width: 460px;
    background: #6a6a6a url(../i/bg_pop_up_reg.jpg) repeat-x top left;
}

.boxauth{
    margin: 10px 5px;
}

#panel_auth_form .inp{
    width: 181px;
    display: block;
    float: left;
    margin: 0 2px 0 0;
    _margin: 0 1px 0 0;
    border:1px solid #999;
    padding: 3px;
    font-size: 12px;
}


#panel_cont .hidden_button {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background: none;
}


#panel_auth_form .p_button, #aif_forgotpass .p_button {
    display: block;
    position: absolute;
    top: 0;
    left: 383px;
    font-size: 12px;
    line-height: 17px;
    margin: 0 5px 0 0;
}

#aif_forgotpass .p_button{
    left: 320px;
    
}


.p_button {
    text-transform: uppercase;
    zoom: 1;
    border: 1px solid #b4b4b4;
    border-left: 1px solid #b99aa1;
    border-top: 1px solid #b4b4b4;
    border: 1px solid #b4b4b4;
    color: white;
    padding: 1px 5px;
    cursor: pointer;
    background: #c90d36 url(../i/bgbutton_pop_up.jpg) repeat-x top left;
    padding: 2px 12px;
    font: 11px/15px Tahoma, Verdana, Arial, sans-serif;
}

#logout_button{ 
    background:none;
    }


#panel_auth {
position: absolute;
top: 10px;
left: 10px;
color: white;}

.panel_forget{
    position: absolute;
    top: 28px;
    left: 0px;
    white-space: nowrap;
}

.panel_forget, .panel_forget a {
    color: #fff;
    font-style: italic;
    font-size: 11px;
    line-height: 14px;
}


.panel_forget a{
    text-decoration: underline; 
}


#social_offer {
position: absolute;
top: 70px;
left: 10px;
color: white;
line-height: 15px !important;
}

#social_cont {
position: absolute;
top: 69px;
left: 140px;
width: 270px;
height: 34px;
padding: 1px 1px 1px 8px;
}

#panel_reg .inp {
width: 210px;
float: left;
margin: 0 5px 5px 0;
font-size: 12px;
padding: 2px;
}

#panel_reg_form {
position: absolute;
top: 6px;
left: 10px;
width: 450px;}

#sumbit_aif_reg{
    position: absolute;
    top: 60px;
    right: 10px;
}


.authorized{
}

#panel_user{
    margin: 10px;
    color: #fff;
}



#panel_reg{
    display: none;
}

#panel_user{
    display: none;
}

#panel_auth{
    display: none;
}
#social_offer{
    display: none;
}
#social_cont{
   display: none;
}


/*
#panel {
    position: fixed; bottom: 0; left: 50%; width: 990px; margin: 0 0 0 -495px; height: 67px;
    font-family: Arial, Tahoma, sans-serif !important; font-size: 12px !important; line-height: 15px !important; z-index: 1000;
}
* html #panel {position: absolute; bottom: auto; top: 0;}
#panel_top {position: absolute; top: 15px; left: 0; width: 990px; height: 10px; overflow: hidden; background: url("../i/bg_panel.png") no-repeat 0 0;}
* html #panel_top {background: url("../i/bg_panel_ie.png") no-repeat 0 0;}
#panel_cont {position: absolute; top: 25px; left: 0; width: 990px; height: 42px; background: #5b5b5b url("../i/bg_panel.png") no-repeat 0 100%;}
#panel_cont .hidden_button {position: absolute; top: 0; left: 0; border: 0; width: 1px; height: 1px; overflow: hidden; background: none;}

.p_button {zoom:1;
    border: 1px solid #575757; border-left: 1px solid #aeaeae; border-top: 1px solid #aeaeae;  border: 1px solid rgba(0,0,0,0.1); color: #fff; padding: 1px 5px; cursor: pointer; background: none;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5), inset -1px -1px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5), inset -1px -1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5), inset -1px -1px 1px rgba(0,0,0,0.4);
}
.p_button:hover {background-color: #5c5c5c; background-color: rgba(0,0,0,0.2); text-decoration: none;}

.light_button {zoom:1; color: #fff; padding: 2px 6px; cursor: pointer; background: none;}
.light_button:hover {background: #880e0b;}

#panel_close {position: absolute; top: 30px; right: 5px; width: auto;}
#panel_open {
    position: absolute; top: -28px; right: 0; width: 30px; height: 29px; background: #5b5b5b;
    border: 1px solid #4d4d4d; border-bottom: 0; border-radius: 2px 2px 0 0;
    font-family: "Times New Roman" !important; font-size: 14px !important;
}
#panel_open div {position: absolute; top: 5px; right: 5px;}

#panel_auth {position: absolute; top: 6px; left: 10px; color: #fff; text-shadow: 1px 1px 0 rgba(0,0,0,0.3);}
#panel_auth_form .inp {width: 80px; display: block; float: left; margin: 0 8px 0 0; _margin: 0 4px 0 0;}
#panel_auth_form .p_button, #aif_forgotpass .p_button {display: block; position: absolute; top: 0; left: 195px; font-size: 12px; line-height: 17px; margin: 0 5px 0 0;}
#aif_forgotpass .p_button { left: 165px;}
#panel_auth_form .loader {display: none; position: absolute; top: 1px; left: 238px; width: 20px; height: 20px; background: url("../i/preloader.gif") no-repeat;}
#panel_auth .panel_forget {font-size: 11px; line-height: 14px; position: absolute; top: 21px; left: 5px; white-space: nowrap;}
#panel_auth .panel_forget a {color: #999;}

.inp {
    display: inline-block; *display: inline; _display: inline; zoom: 1; padding: 2px 4px; margin: -1px 5px 0 0;
    font-family: Arial, sans-serif !important; font-size: 12px; line-height: 14px; border: 1px solid #4d4d4d;
}
.inp:focus {outline: 0;}
html:root .inp {
    margin: 0 5px 0 0;
    -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.9);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.9);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.9);
}
html:root .inp:focus {
    -moz-box-shadow: inset 0 0 5px rgba(255,0,0,1.0);
    -webkit-box-shadow: inset 0 0 5px rgba(255,0,0,1.0);
    box-shadow: inset 0 0 5px rgba(255,0,0,1.0);
}

#panel_reg {position: absolute; bottom: 42px; left: 15px; width: 272px; height: 30px; overflow: hidden;}
#panel_reg_form {
    position: absolute; top: 30px; left: 0; width: 265px; height: 170px;
    background: #737373; border: 1px solid #4d4d4d; border-bottom: 0;
    -moz-box-shadow: 1px -1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px -1px 1px rgba(0,0,0,0.3);
    box-shadow: 1px -1px 1px rgba(0,0,0,0.3);
    -moz-border-radius: 0 3px 0 0; -webkit-border-radius: 0 3px 0 0; border-radius: 0 3px 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#5b5b5b');
    *filter:none; _filter:none;
    background-image: -moz-linear-gradient(#737373, #5b5b5b);
    background-image: -ms-linear-gradient(#737373, #5b5b5b);
    background-image: -webkit-linear-gradient(#737373, #5b5b5b);
    background-image: -o-linear-gradient(#737373, #5b5b5b);
    background-image: linear-gradient(#737373, #5b5b5b);
}
#panel_reg_tit {
    position: absolute; top: -19px; left: -1px; background: #737373; color: #fff; padding: 1px 0; width: 90px; text-align: center;
    -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4); cursor: pointer;
    border: 1px solid #4d4d4d; border-bottom: 1px solid #444;
    -moz-box-shadow: 1px -1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px -1px 1px rgba(0,0,0,0.3);
    box-shadow: 1px -1px 1px rgba(0,0,0,0.3);
}
#panel_reg_tit span {display: block;}
#panel_reg_cont {position: relative; padding: 5px; color: #fff; text-shadow: 1px 1px 0 rgba(0,0,0,0.3); font-size: 11px; border-top: 1px solid #bababa; }
#panel_reg p {height: 28px;}
#panel_reg .inp {width: 244px;}
#sumbit_aif_reg {font-size: 12px; line-height: 18px !important;}

#panel_reg_form .loader {display: none; position: absolute; top: 114px; left: 130px; width: 20px; height: 20px; background: url("../i/preloader.gif") no-repeat;}

#panel_reg_close {position: absolute; top: 116px; right: 6px;}

.panel_line {position: absolute; top: 0; width: 0; overflow: hidden; height: 42px; border-left: 1px solid #000; border-right: 1px solid #fff; opacity: 0.3; filter: alpha(opacity=30); }
#pline1 {left: 272px;}
#pline2 {left: 670px;}
#pline3 {left: 959px;}

#social_offer {position: absolute; top: 13px; left: 285px; color: #fff; font-size: 13px; line-height: 15px !important; text-shadow: 1px 1px 0 rgba(0,0,0,0.3);}
#social_cont {position: absolute; top: 13px; left: 415px; width: 270px; height: 34px; padding: 1px 1px 1px 8px;}
.social {display: block; float: left; width: 28px; height: 32px; cursor: pointer; background: url("../i/social_sprite.png") no-repeat; _margin: 0 4px 0 0;}
.social + .social {margin-left: 5px;}
.social.facebook {background-position: -7px -3px;}
.social.facebook:hover {background-position: -7px -38px;}
.social.vkontakte {background-position: -40px -3px;}
.social.vkontakte:hover {background-position: -40px -38px;}
.social.mailru {background-position: -73px -3px;}
.social.mailru:hover {background-position: -73px -38px;}
.social.yandex {background-position: -105px -3px;}
.social.yandex:hover {background-position: -105px -38px;}
.social.google {background-position: -138px -3px;}
.social.google:hover {background-position: -138px -38px;}
.social.rambler {background-position: -171px -3px;}
.social.rambler:hover {background-position: -171px -38px;}

#vote_offer {position: absolute; top: 13px; left: 680px; color: #fff; font-size: 13px; line-height: 15px !important; text-shadow: 1px 1px 0 rgba(0,0,0,0.3);}
#panel_vote {position: absolute; top: 8px; left: 830px; white-space: nowrap;}
.not_authorized .vote_button, .authorized .vote_button{width: 19px; height: 24px; background: url(../i/icons_sprite.png) no-repeat; margin: 0 10px 0 0; display: block; float: left;}
#v1 {background-position: 4px 3px;}
#v2 {background-position: 4px -27px;}
#v3 {background-position: 4px -57px;}

#panel_user {position: absolute; display: none; top: 13px; left: 15px; white-space: nowrap; color: #fff; font-size: 13px; line-height: 15px !important; text-shadow: 1px 1px 0 rgba(0,0,0,0.3);}

.authorized #panel_auth,
.authorized #panel_reg,
.authorized #panel_shad,
.authorized #social_offer,
.authorized #social_cont,
.authorized #pline1 {display: none;}
.authorized #panel_user {display: block;}
*/

/* ==============================================================
 * === tools.Placeholder
 * ============================================================*/
input::-webkit-input-placeholder {color: rgba(0,0,0,0.9);}
input:-moz-placeholder {color: rgba(0,0,0,0.9);}
.placeholder {position: relative; display: block; float: left;}
.placeholder_hover {position: absolute; top: 0; left: 0; color: rgba(0,0,0,0.9); white-space: nowrap; overflow: hidden; text-shadow: none;}

/* ==============================================================
 * === Tips style
 * ============================================================*/
.tools_tip {
    position: absolute; top: -500px; left: -500px; background: #000; background: rgba(0,0,0,0.8); color: #fff; padding: 1px 5px 3px; max-width: 250px; z-index: 9999;
    font-family: Tahoma, Arial, Helvetica, sans-serif !important; font-size: 10px !important; line-height: 13px !important;
    -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3); box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.tools_tip div {position: absolute; bottom: -12px; left: 50%; width: 0; height: 0; margin: 0 0 0 -6px; border: 6px solid transparent; border-top: 6px solid #111; border-top: 6px solid rgba(0,0,0,0.8); _display: none; }

#aif_forgotpass {
    display:none;
}

#sumbit_aif_forgotpass .p_button {
    left:165px;
}

#aif_forgotpass .inp {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    width: 150px;
}

#popup_reg_success {
    font: 12px Arial,Helvetica,sans-serif;
	display:none;
	border:1px solid;
	width:550px;
	height: 200px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-225px;
	z-index:100;
    background: #797979;
}
.popup_reg_success_header {
    display:block;
	height:25px;
	background: #606060;
    text-align:center;
    color:#fff;
    padding-top:4px;
    font-size: 13px;
}
.popup_reg_success_body {
    display:block;
	padding:10px 10px 18px 10px;
    color:#fff;
    font-size: 12px;
    height: 150px;
}
.popup_reg_success_header .p_button {
    position: absolute;
    right: 3px;
    top:3px;
    text-align: center;
}

.success_reg_text_footer {
    bottom:10px;
    position:absolute;
}

.hidden {
    display:none;
}

div.vesna23 .header {
	background: url(http://static1.aif.ru/i/vesna23/ii/menu-bg.png) repeat-x scroll 0 0 transparent;
	background-color: #3d4826;
	height: 26px;
	line-height: 26px;
	padding: 2px 5px;
	position: relative;
}
.vesna23 .header h2 a {
	color: #FFFFFF;
	font-weight: bold;
}
div.vesna8 .header {
	background: url(http://static1.aif.ru/i/vesna8/i/menu-bg.png) repeat-x scroll 0 0 transparent;
	background-color: #F064FB;
	height: 26px;
	line-height: 26px;
	padding: 2px 5px;
	position: relative;
}
.vesna8 .header h2 a {
	color: #FFFFFF;
	font-weight: bold;
}

.top {
		position: relative;
}
.icon16plus {
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 25px;
}

div.head div.main-menu ul li a {
padding: 6px 4px 5px 3px;
}

div.head div.main-menu ul li{
    margin-left: -3px;
}




/** Отметка 68 **/
.tizer-rusgidro{
background:url(../i/otmetka68/bg_body_tizer_rusgdro.jpg) repeat-y top left;
padding-bottom:20px;
position: relative;
}

.tizer-rusgidro-top{
background:url(../i/otmetka68/bg_top_tizer_rusgdro.jpg) repeat-x  0 12px ;
width:100%;
margin-bottom:5px;
}

.tizer-rusgidro-top a{
margin:0 auto;
padding:4px 10px;
background:#f0f0f0;
display:block;
width:151px;}


.block-tizer-rusgidro{
width:242px;
background:url(../i/otmetka68/border_tizer_rusgdro.gif) repeat-y top right;
text-align:center;
height:155px;
overflow: hidden;
float:left;
}

.clr{
clear:both;
height:0;}

.block-tizer-rusgidro img{
border:1px solid #ccc;}

.block-tizer-rusgidro div, .block-tizer-rusgidro div a{
font: 12px/13px Tahoma, "Trebuchet MS", Arial, sans-serif;
font-weight: bold;
margin: 7px 15px 0px 15px;
color: #000;
}

.tizer-rusgidro .last{
background:none;}

.footheadertizer h3 a{
color: #2A2A2A;
background: url(../index/i/footheader-bg.png) no-repeat 0 60%;
padding-left: 8px;
font: 11px Tahoma, "Trebuchet MS", Arial, sans-serif;
text-align: right;}

.footheadertizer {
position: absolute;
right: 20px;
bottom: 7px;
}

    

div.content-top div.theme-changing div.themes-preview {
position: absolute;
left: 15px;
top: 183px;
z-index: 3;
}



div.content-top div.theme-changing div.themes-preview ul li {
display: inline;
float: left;
margin-right: 8px;
cursor: pointer;
_cursor: hand;
position: relative;
border: 2px solid white;
}


.themes-preview-box {
position: absolute;
background: #000;
width: 470px;
height: 83px;
bottom: 0;
top: 168px;
z-index: 2;
opacity: 0.25;
filter: alpha(opacity=25);
}

div.content-top div.theme-changing ul.themes li div.short {
    position: absolute;
    right: 0;
    top: 5px;
    background: #6b66ec;
    width: 200px;
    color: #fff;
    padding: 5px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 400;
    }