.top-main-banner {
	height: 93px;
	text-align: center;
	margin: 8px auto 0px;
	width: 100%;
}
.top-main-banner .left-banner {
	background: url(/images/portal/left-banner.png) repeat-x;
}
.top-main-banner .main-banner {
	width: 1000px;
	background: url(/images/portal/main-banner.png) no-repeat;
}
.top-main-banner .main-banner .rel {
	width: 1000px;
	position: relative;
	height: 93px;
}
.top-main-banner .right-banner {
	background: url(/images/portal/right-banner.png) repeat-x;
}
.top-main-banner .main-banner .mail-link {
	background: url(/images/portal/mail-logo.png) no-repeat left;
	position: absolute;
	width: 116px;
	height: 45px;
	display: block;
	left: 13px;
	top: 25px;
}
.top-main-banner .main-banner .chat-link {
	background: url(/images/portal/chat-logo.png) no-repeat left;
	position: absolute;
	width: 64px;
	height: 60px;
	right: 186px;
	top: 14px;
}

.top-main-banner .main-banner .tv-link {
	background: url(/images/portal/tv-logo.png) no-repeat left;
	position: absolute;
	width: 78px;
	height: 56px;
	right: 41px;
	top: 19px;
}
.top-main-banner .main-banner .blog-link {
	background: url(/images/portal/blogs-logo.png) no-repeat left;
	position: absolute;
	width: 58px;
	height: 52px;
	right: 330px;
	top: 20px;
}
.top-main-banner .main-banner .error-popup {
	display: none;
	position: absolute;
	top: 80px;
	left: 162px;
	background: url(/images/portal/incorrect-popup-bg.png) no-repeat;
	width: 103px;
	height: 43px;
	z-index: 200;
	color: white;
	font-size: 13px;
	padding: 20px 20px 0px 15px; 
	text-align: left;
}
.top-main-banner .main-banner .error-popup.error {
	display: block;
}
.top-main-banner .main-banner .input-wrap {
	position: relative;
}
.top-main-banner .main-banner .input-wrap.error, .top-main-banner .main-banner .input-wrap.error input {
	background-color: #ffc1c1;
}
.top-main-banner .main-banner .input-wrap.error .line-top {
	border-top: 2px #ff5982 solid;
	background-color: #8d3442;
	border-bottom: 1px #d99296 solid;
	height: 1px;
	top: -2px;
	left: 2px;
	right: 2px;
	position: absolute;
}
.top-main-banner .main-banner .input-wrap.error .line-bottom {
	background-color: #ff5982;
	height: 2px;
	bottom: -2px;
	left: 2px;
	right: 2px;
	position: absolute;
}
.top-main-banner .main-banner .input-wrap.error .line-left {
	width: 1px;
	top: 3px;
	bottom: 1px;
	left: -2px;
	background-color: #d99296;
	border-left: 2px #ff5982 solid;
	position: absolute;
}
.top-main-banner .main-banner .input-wrap.error .line-right {
	width: 1px;
	top: 3px;
	bottom: 1px;
	right: -2px;
	background-color: #d99296;
	border-right: 2px #ff5982 solid;
	position: absolute;
}
.top-main-banner .main-banner .input-wrap.error .corner-lt {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 4px;
	height: 5px;
	background: url(/images/portal/incorrect-corners.png) no-repeat top left; 
	z-index: 10;
}
.top-main-banner .main-banner .input-wrap.error .corner-rt {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 4px;
	height: 5px;
	background: url(/images/portal/incorrect-corners.png) no-repeat top right; 
	z-index: 10;
}
.top-main-banner .main-banner .input-wrap.error .corner-lb {
	position: absolute;
	bottom: -2px;
	left: -2px;
	width: 4px;
	height: 3px;
	background: url(/images/portal/incorrect-corners.png) no-repeat bottom left; 
	z-index: 10;
}
.top-main-banner .main-banner .input-wrap.error .corner-rb {
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 4px;
	height: 3px;
	background: url(/images/portal/incorrect-corners.png) no-repeat bottom right; 
	z-index: 10;
}

.top-main-banner .main-banner .login-input {
	position: absolute;
	left: 171px;
	top: 17px;
	border: 0px none;
	width: 119px;
	height: 21px;
	line-height: 19px;
	padding: 2px 0px 0px 3px;
}
.top-main-banner .main-banner .login-input input {
	border:0 none;
	height:19px;
	line-height:19px;
	margin-top:0;
	padding:0;
	position:relative;
	top:-1px;
	width:108px;
}
.top-main-banner .main-banner .passwd-input {
	position: absolute;
	left: 171px;
	top: 50px;
	border: 0px none;
	width: 119px;
	height: 21px;
	line-height: 19px;
	padding: 2px 0px 0px 3px;
}
.top-main-banner .main-banner .passwd-input input {
	border:0 none;
	height:19px;
	line-height:19px;
	margin-top:0;
	padding:0;
	position:relative;
	top:-1px;
	width:108px;
}
.top-main-banner .main-banner .signin {
	background: url("/images/portal/login-btn.png") no-repeat scroll center top transparent;
    border: 0 none;
    cursor: pointer;
    height: 27px;
    left: 300px;
    position: absolute;
    top: 50px;
    width: 105px;
}
.top-main-banner .main-banner .signin:hover {
	background: url(/images/portal/login-btn.png) no-repeat bottom;
}
.top-main-banner .main-banner .signin .enter {
	width: 70px;
	height: 27px;
	float: left;
}
.top-main-banner .main-banner .signin .enter-site {
	height: 27px;
    margin-left: 70px;
    width: 30px;
}
.top-main-banner .main-banner .checksave {
	position: absolute;
	width: 300px;
	height: 27px;
	top: 19px;
	left: 304px;
	text-align: left;
	color: white;
	font-size: 12px;
}
.top-main-banner .main-banner .checksave a {
	color: white;
	font-size: 12px;
	margin-left: 16px;
}
.top-main-banner .main-banner .checksave input {
	margin: 0px 10px 0px 0px;
}

.top-main-banner .main-banner .reg {
	position: absolute;
	width: 161px;
	height: 27px;
	background: url(/images/portal/reg-btn.png) no-repeat top;
	top: 50px;
	left: 399px;
	display: block;
}
.top-main-banner .main-banner .reg:hover {
	background: url(/images/portal/reg-btn.png) no-repeat bottom;
}

.top-main-menu-new{
	/*position:relative;*/
	height:30px;
	padding-top: 3px;
	background:url(/images/portal/top-main-menu-new.gif) repeat-x;
	min-width: 1008px;
	/*overflow:hidden;*/
}
.top-main-menu-new a.link .bg{
	color:#0066cc;
}
.top-main-menu-new a.link.disable .bg{
	cursor: default;
	color:#ADB0BF;	
}
.top-main-menu-new a div{
	float: left;
}
.top-main-menu-new a.nolink{
	cursor: default;
	color: #878991;
}
.top-main-menu-new a {
	display:block;
	float:left;
	height:24px;
	line-height:24px;
	font-size:12px;
	color:#0066cc;
	/*font-weight:bolder;*/
	text-decoration:none;
	padding:0 12px 0 10px;
	text-align:center;
	background:url(/images/portal/top-main-menu-splitter.gif) no-repeat right top;
	position: relative;
}
.top-main-menu-new a.blogs {
	width: auto;
	margin: 0px;
}

/*.top-main-menu-new a.current {
	padding:0;
	background: none;
}*/
.top-main-menu-new a.last {
	background: none;
}
.top-main-menu-new a.link span.count {
	background:url("/images/portal/count-notifications.png") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block !important;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	padding:1px 4px 1px 7px;
}
.top-main-menu-new .count-unread{
	background:url("/images/portal/count-notifications-end.png") no-repeat scroll right 0 transparent;
	overflow: hidden;
	padding-right: 4px;
	height: 16px;
	margin:4px 0 0 -7px;
	float:left;
	position:relative;
}
.top-main-menu-new a.link .arrow {
	display: none;
}
.top-main-menu-new a.link.blogs .bg{
	padding:0 12px 6px;
	width:33px;
	margin-right: 4px;
}
.top-main-menu-new a.link.current .bg .end{
	width: 4px;
	height: 24px;
	background:url(/images/portal/top-menu-blogs-end.png) no-repeat 0 0;
	position: absolute;
	display: block;
	right: -4px;
	top: 0;
}
.top-main-menu-new a .bg{
	font-weight:normal;
	margin-left:-2px;
	padding:0 8px 0 12px;
	display:block;
	float: left;
	position:relative;
}
.top-main-menu-new a.current .bg{
	background:url(/images/portal/top-menu-blogs.png) no-repeat 0 0;
	color:#fff;
}
.top-main-menu-new a.current .bg .arrow {
	display: block;
	position: absolute;
	width: 11px;
	height: 7px;
	text-align: center;
	top: 23px;
	background: url(/images/portal/top-main-menu-new-arrow.gif) no-repeat;
	padding: 0px;
	left:45%;
}
*+html .top-main-menu-new a.current .bg .arrow{
	margin-left: 0px;
	left: 25px;
}
.top-main-menu-new a img{
	border:0px;
}
.top-main-menu-new a span{
	color:#adb0bf;
}
.top-main-menu-new a b{
	color:#da0b3d;
}
.top-main-menu-new a.current span, .top-main-menu-new a.current b{
	color:#fff;
}
.top-main-menu-new a.right{
	float:right;
}
.top-main-menu-new a.right.current{
	position:relative;
	z-index:100;
}
.top-main-menu-new a.end{
	background:none;
}
.top-main-menu-new a.end.current{
	background:url(/images/portal/top-main-menu.gif) repeat-x left bottom;
}
*html .top-main-menu-new .account-line{
	width: 563px;
}
*html .top-main-menu-new .account-line .right{
	margin: 0;
}
.top-main-menu-new .account-line{
	position:relative;
	height:24px;
	line-height:22px;
	/*background-color:#eff0f1;
	border-bottom:2px solid #e3e3e3;*/
	padding:0;
	font-size:12px;
	color:#7f7f7f;
	/*border-top:2px solid #cdced2;*/
	float: right;
	
}
*+html .top-main-menu-new .account-line{
	width:388px;
}
.top-main-menu-new .nick-date{
	font-size:12px;
	color:#343836;
	float:left;
	padding-right:10px;
	padding-left:4px;
	/*background: transparent url(/images/portal/top-main-menu-splitter.gif) no-repeat scroll right top;*/
}
.top-main-menu-new .nick-date.blog{
	background: none;
}
.top-main-menu-new .nick-date a{
	display: block;
	height:24px;
	line-height:24px;
	font-weight: bold;
	background: none;
}

.top-main-menu-new .nick-date span{
	color:#1a65c1;
}
.top-main-menu-new .nick-date img{
	float:left;
	margin-top:1px;
	margin-right:10px;
	border-top: 1px #d5d6d7 solid;
	border-left: 1px #d5d6d7 solid;
	border-bottom: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
}
.top-main-menu-new .account-line a.end {
	background: transparent;
}

.top-main-menu-new .account-line a.nick
{
	background: none;
	font-weight: normal;
	color:#343836;
	padding-right: 0px;
	padding-left: 0px;
}
.messenger {
    position: absolute;
    right: 3px;
    top: 32px !important;
    width: 174px;
}
/* ����� */

.enter-sites-popup {
	background: none repeat scroll 0 0 #E2E2E2;
    left: 11px;
    padding: 12px 12px 2px 12px;
    position: absolute;
    top: 34px;
    z-index: 1000;
    cursor: default;
}
.enter-sites-popup .corner {
	width: 3px;
	height: 3px;
	position: absolute;
}
.enter-sites-popup .corner.lt {
	background: url(/images/portal/enter-corner.png) no-repeat 0 0 transparent;
	left: -2px;
    top: -3px;
}
.enter-sites-popup .corner.rt {
	background: url(/images/portal/enter-corner.png) no-repeat -3px 0 transparent;
	top: -3px;
	right: -2px;
}
.enter-sites-popup .corner.lb {
	background: url(/images/portal/enter-corner.png) no-repeat 0 -3px transparent;
	bottom: -2px;
	left: -2px;
}
.enter-sites-popup .corner.rb {
	background: url(/images/portal/enter-corner.png) no-repeat -3px -3px transparent;
	bottom: -2px;
	right: -2px;
}
.enter-sites-popup .line{
	position: absolute;
	background: white;
	width: 100%;
	height: 100%;
}
.enter-sites-popup .line.t{
	height: 1px;
	top: -1px;
	left: 0;
	right: 0;
}
.enter-sites-popup .line.b{
	height: 1px;
	bottom: -1px;
	left: 0;
	right: 0;
}
.enter-sites-popup .line.l{
	width: 1px;
	left: -1px;
	top: 0;
	bottom: 0;
}
.enter-sites-popup .line.r{
	width: 1px;
	right: -1px;
	top: 0;
	bottom: 0;
}
.enter-sites-popup .line.shadow.l{
	background: #aaaaaa;
	left: -2px;
}
.enter-sites-popup .line.shadow.r{
	background: #aaaaaa;
	right: -2px;
}
.enter-sites-popup .line.shadow.t{
	background: #e3e3e3;
	top: -2px;
}
.enter-sites-popup .line.shadow.b{
	background: #555555;
	bottom: -2px;
}
.enter-sites-popup .pointer {
	background: url(/images/portal/popup-enter-cursor.png) no-repeat 0 0 transparent;
	width: 14px;
	height: 9px;
	top:-9px;
	position: absolute;
	left: 67px;
}
.enter-sites-popup .title{
	color: #0363d1;
	font-size: 13px;
}
.enter-sites-popup .items {
	 margin-top: 10px;
	/* width: 106px;*/
}
.enter-sites-popup .items .item {
	color: #6D6D6D;
    float: left;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 28px;
    text-decoration: underline;
    cursor: pointer;
}
.enter-sites-popup .items .item.vk {
	background: url(/images/portal/vkontakte.png) no-repeat 0 0 transparent;
}
.enter-sites-popup .items .item.twitter {
	background: url(/images/portal/twitter.png) no-repeat 0 0 transparent;
}
.enter-sites-popup .items .item.mailru {
	background: url(/images/portal/mailru.png) no-repeat 0 0 transparent;
}
.enter-sites-popup .items .item.facebook {
	background: url(/images/portal/facebook.gif) no-repeat 0 0 transparent;
}
.enter-sites-popup .items .item.yaru {
	background: url(/images/portal/yaru.png) no-repeat 0 0 transparent;
}
.enter-sites-popup .items .item.googlebuzz {
	background: url(/images/portal/googlebuzz.png) no-repeat 0 0 transparent;
}
.enter-sites-popup .items .item.googleplus {
	background: url(/images/portal/googleplus.png) no-repeat 0 0 transparent;
}
.enter-sites-popup .items .item.odnoklassniki {
	background: url(/images/portal/odnoklassniki.png) no-repeat 0 0 transparent;
}
