/* CSS Document */

html, body, form{
	height: 100%;
	margin: 0;
	padding: 0;
}

form { height: auto; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
	background: #fff;
}

body.smallfont {
	font-size: 10px;
}
body.bigfont {
	font-size: 12px;
}

img { border: #000 0px solid; }

a { color: #0150ad; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
a:visited { color: #a563c0;}

input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-weight: 100; }
table { border-collapse: collapse; } table td { padding: 0px; vertical-align: top }

#all {
	position: relative;
	width: 840px;
	margin: 0px auto;
}

#overhead {
	text-align: center;
	margin-bottom: 17px;
}
	#header .logo {
		float: left;
	}
	#header .options {
		font-size: 90%;
		padding-top: 8px;
		text-align: left;
		padding-bottom: 4px;
		color: #5e5e5e;
		overflow: hidden;
		_zoom: 1;
	}
		#header .startpage {
			display: inline-block;
			width: 110px;
			padding-top: 2px;
		}
		#header .startpage, #header .favorites {
			white-space: nowrap;
		}

		#header .language {
			float: right;
			margin-top: -4px;
			text-transform: uppercase;
			font-weight: 900;
			font-size: 110%;
		}
		#header .language * {
			padding-left: 3px;
			color: #9c9c9c;
		}
		#header .language img {
			vertical-align: middle;
			padding-left: 0px;
		}
		#header .language span {
			background: url(/news/images/bg_lang.gif) no-repeat;
			height: 22px;
			display: inline-block;
			line-height: 22px;
			width: 30px;
			text-align: center;
		}
		#header .language a {
			text-decoration: none;
		}

	#header .center {
		margin-left: 144px;
		padding-top: 18px;
		padding-bottom: 0px !important;
	}
	#header .right {
		padding-bottom: 0px !important;
	}

		#header .menu {
			height: 16px;
			margin-bottom: -16px;
			padding-left: 10px;
			font-size: 110%;
			color: #306aac;
			line-height: 16px;
			text-align: center;
		}
			#header .menu a {
				color: #306aac;
				display: inline-block;
				height: 16px;
				padding-left: 20px;
			}
			#header .menu a.no_icon {
				padding-left: 0px;
			}
			#header .menu .news {
				background: url(/news/images/ico_mn_news.gif) no-repeat left;
			}
			#header .menu .mail {
				background: url(/news/images/ico_mn_mail.gif) no-repeat left;
			}
			#header .menu .weather {
				background: url(/news/images/ico_mn_weather.gif) no-repeat left;
			}
			#header .menu .humor {
				background: url(/news/images/ico_mn_humor.gif) no-repeat left;
			}
			#header .menu .games {
				background: url(/news/images/ico_mn_games.gif) no-repeat left;
			}
			#header .menu .more {
				padding-left: 1px;
				padding-top: 1px;
				position: absolute;
				z-index: 999;
			}
			#header .menu .more a {
				padding-left: 2px;
			}
			#header .menu .more li a {
				padding-left: 0px;
			}

	#header .search {
		padding-top: 36px;
	}
		#header .search .advancedSearch {
			float: right;
			line-height: 16px;
			_padding-right: 10px;
		}


		#header .search form {
			background: url(/news/images/bg_searchform.gif) no-repeat;
			padding-left: 10px;
			position: relative;
			margin-top: 16px;
			padding-top: 5px;
		}

		#header .search .tabs {
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute;
			z-index: 900;
			top: -16px;
			left: 20px;
		}
			#header .search .tabs li {
				float: left;
			}
				#header .search .tabs li a {
					display: inline-block;
					padding: 0 12px;
					height: 18px;
					line-height: 18px;
				}
			#header .search .tabs li.selected {
				background: url(/news/images/bg_stabs_selected.gif) no-repeat;
				margin-right: 10px;
			}
				#header .search .tabs li.selected a {
					position: relative;
					margin-right: -10px;
					padding: 0 12px;
					background: url(/news/images/bg_stabs_selected_r.gif) no-repeat right;
					color: #c5151b;
					text-decoration: none !important;
				}

		#header .search .textField {
			width: 434px;
			padding: 5px!important;
			padding-bottom: 4px;
			line-height: 14px;
			font-size: 125%;
			font-style: italic;
			color: #757575;
			margin: 0;
			border: #b6b6b6 1px inset;
		}
		#header .search .submitButton {
			display: inline-block;
			background: url(/news/images/bg_searchbutton.png) no-repeat;
			_background: url(/news/images/bg_searchbutton.gif) no-repeat;
			border: #fff 0px solid;
			width: 69px;
			height: 26px;
			line-height: 26px;
			font-size: 125%;
			color: #fff;
			text-align: center;
			vertical-align: bottom;
		}


/* MOUSE OVER AND PRESSDOWN*/
.MouseOver {
	background-position: 0 50% !important;
}
.MousePressDown {
	background-position: 0 100% !important;
}
	span.MouseOver input, span.MouseOver a {
		background-position: right !important;
	}
	span.MousePressDown input, span.MousePressDown a {
		background-position: bottom right !important;
	}
.minimized .MouseOver {
	background-position: 100% 50% !important;
}
.minimized .MousePressDown {
	background-position: 100% 100% !important;
}
.gadget div.MouseOver ul, .weather h1 div.MouseOver ul, .weather h1 a.MouseOver {
	background-image: url(/news/images/gadgets/bg_dropdown_a.gif);
}
.gadget div.MousePressDown ul, .weather h1 div.MousePressDown ul, .weather h1 a.MousePressDown {
	background-image: url(/news/images/gadgets/bg_dropdown_d.gif);
}
/* MOUSE OVER AND PRESSDOWN*/


#footer {
	clear: both;
	padding: 18px;
	padding-top: 14px;
	padding-bottom: 12px;
	background: #f3f3f3;
	color: #c0c0c0;
}
	#footer .toTop {
		float: right;
		position: relative;
		z-index: 800;
		width: auto;
		text-align: right;
		margin-left: -100px;
		padding-left: 22px;
		margin-top: 10px;
		height: 16px;
		line-height: 16px;
		background: url(/news/images/ico_totop.gif) no-repeat;
	}
	#footer .menu {
		float: right;
		color: #0150ad;
		line-height: 16px;
		padding-right: 300px;
		margin-top: 10px;
		width: 530px;
		text-align: right;
	}
		#footer .logo {
			background: url(/news/images/logo_footer.gif) no-repeat;
			display: block;
			width: 71px;
			height: 54px;
			margin-bottom: 10px;
		}
		#footer .logo:hover {
			background-image: url(/news/images/logo_footer_a.gif);
		}
	#footer .rss {
		float: left;
		padding-left: 21px;
		background: url(/news/images/ico_rss2.gif) no-repeat left;
	}
	#footer .copyrights {
		font-size: 90%;
	}

	.commonfooter {
		background: #fff;
		clear: both;
		padding: 6px;
	}
	.commonfooter .copyrights {
		font-size: 110%;
		color: #999999;
	}
	.commonfooter .logos {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 7px;
	}
		.commonfooter .logos a {
			height: 48px;
			display: inline-block;
			margin: 0 10px;
		}
		.commonfooter .logos a:hover {
			background-position: 0 100% !important;
		}
		.commonfooter .logos a.glam {
			background: url(/news/images/footer/ico_glamur.gif) no-repeat;
			width: 110px;
		}
		.commonfooter .logos a.nightlife {
			background: url(/news/images/footer/ico_nightlife.gif) no-repeat;
			width: 98px;
		}
		.commonfooter .logos a.yashik {
			background: url(/news/images/footer/ico_yashik.gif) no-repeat;
			width: 78px;
		}
		.commonfooter .logos a.e-motion {
			background: url(/news/images/footer/ico_e-motion.gif) no-repeat;
			width: 88px;
		}
		.commonfooter .logos a.tutatama {
			background: url(/news/images/footer/ico_tutatama.gif) no-repeat;
			width: 102px;
		}
		.commonfooter .logos a.astrogid {
			background: url(/news/images/footer/ico_astrogid.gif) no-repeat;
			width: 62px;
		}
		.commonfooter .logos a.e-movie {
			background: url(/news/images/footer/ico_e-movie.gif) no-repeat;
			width: 75px;
		}

#main {
	clear: both;
	overflow: hidden;
}


	.left {
		float: left;
		width: 132px;
		padding-right: 10px;
		margin-left: 2px;
		margin-right: -144px;
		padding-bottom: 60px;
	}

	.center {
		margin-right: 313px;

		margin-left: 3px;
		padding-bottom: 60px;
	}
	.frontpage .center {
		margin-left: 144px;
		margin-right: 313px;

	}

	.right {
		float: right;
		width: 300px;
		padding-left: 10px;
		padding-right: 3px;
		margin-left: -310px;
		padding-bottom: 60px;
	}





		.left .menu {
			margin: 0;
			padding: 0;
			list-style: none;
			margin-bottom: 12px;
		}
			.left .menu li {
				margin-bottom: 4px;
				background: #f0f0f0;
				height: 29px;
				line-height: 29px;
			}
				.left .menu li a, .left .menu li span {
					padding-left: 46px;
					font-size: 110%;
					color: #000;
					height: 29px;
					display: block;
				}
				.left .menu li.notAble * {
					color: #a8a8a8;
				}
			.left .menu li.frontpage {
				background: none;
			}
				.left .menu li.frontpage a {
					color: #cc0000;
					font-weight: 900;
				}

		.leftAdv {
			text-align: center;
		}


	.right .adv {
		margin: 3px 0 12px 0;
	}

	h3 {
		margin: 0;
		padding: 0;
	}



/* === userMenu === */

	.userMenu {
		position: relative;
	}
		.userMenu .topBorder {
			height:4px;
			font-size: 1px;
			line-height: 1px;
			background: #f3f3f3 url(/news/images/bgCorners_top.gif) no-repeat;
		}
		.userMenu .bottomBorder {
			height:4px;
			font-size: 1px;
			line-height: 1px;
			background: #f3f3f3 url(/news/images/bgCorners_btm.gif) no-repeat;
		}
		.userMenu .inner {
			background: #f3f3f3;
			border-left: #c5c5c5 1px solid;
			border-right: #c5c5c5 1px solid;
			padding: 0 5px;
			padding-right: 3px;
			padding-bottom: 2px;
			overflow: hidden;
			_zoom: 1;
		}
			.userMenu .inner h3 {
				height: 28px;
				line-height: 28px;
				padding-bottom: 5px;
				font-size: 110%;
				font-weight: 100;
			}
				.userMenu .inner h3 a {
					padding-left: 4px;
					color: #0150ad !important;
				}
				.userMenu .inner h3 .user {
					display: inline-block;
					height: 27px;
					line-height: 26px;
					text-decoration: none;
				}
					.userMenu .inner h3 .user img {
						padding-right: 6px;
						padding-left: 2px;
						vertical-align: middle;
					}
			.userMenu .inner .button {
				float: right;
				background: url(/news/images/bg_button_grey.png) no-repeat;
				_background: url(/news/images/bg_button_grey.gif) no-repeat;
				height: 16px;
				line-height: 16px;
				padding: 0 5px;
				color: #fff;
				font-size: 90%;
				margin-top: 5px;
				margin-right: 3px;
				text-decoration: none;
			}
			.userMenu .inner .red {
				background: url(/news/images/bg_btn_red.png) no-repeat;
				_background: url(/news/images/bg_btn_red.gif) no-repeat;
				height: 22px;
				line-height: 22px;
				padding: 0 5px;
				width: 51px;
				text-align: center;
				font-size: 100%;
				font-weight: 900;
				margin-top: 3px;
				margin-right: 2px;
				text-decoration: none;
			}
			.userMenu .inner .informer {
				background: url(/news/images/bg_userMenu_informer_r.gif) no-repeat top right;
				display: inline-block;
				height: 29px;
				padding-right: 4px;
				float: left;
				margin-right: 2px;
				position: relative;
			}
				.userMenu .inner .informer span {
					background: url(/news/images/bg_userMenu_informer_l.gif) no-repeat;
					padding-left: 5px;
					line-height: 28px;
					height: 29px;
					display: inline-block;
				}
				.userMenu .inner .settings {
					position: absolute;
					top: 44px;
					right: 4px;
				}

				.userMenu .inner .informer .time {
					text-align: center;
					line-height: 11px;
					padding-bottom: 0;
					padding-top: 3px;
					height: 26px;
				}

				.userMenu .inner .informer .mail {
					background: url(/news/images/bg_informer_inbox.gif) no-repeat;
					padding-left: 35px;
				}
				.userMenu .inner .informer .calendar {
					background: url(/news/images/bg_informer_calendar.gif) no-repeat;
					padding-left: 33px;
				}
				.userMenu .inner .informer .horoscope {
				}
				.userMenu .inner .informer .weather {
				}
					.userMenu .inner .informer .weather img {
						vertical-align: middle;
						padding-right: 1px;
					}
				.userMenu .inner .informer .currency {
					padding-top: 3px;
					height: 26px;
					padding-left: 18px;
					line-height: 11px;
				}
				.userMenu .inner .informer .currency_usd {
					background: url(/news/images/bg_informer_currency_usd.gif) no-repeat;
				}
				.userMenu .inner .informer .currency_euro {
					background: url(/news/images/bg_informer_currency_euro.gif) no-repeat;
				}
				.userMenu .inner .informer .currency_rub {
					background: url(/news/images/bg_informer_currency_rub.gif) no-repeat;
				}
					.userMenu .inner .informer .change_course {
						position: absolute;
						bottom: 2px;
						left: 3px;
					}

/* === userMenu === */








/* === Breadcrumbs === */

	.crumbs {
		padding-left: 3px;
		color: #0c4f9d;
		font-size: 110%;
		font-weight: 900;
		position: relative;
		z-index: 700;
		min-height: 25px;
		_height: 25px;
	}
		.crumbs a {
			color: #0c4f9d !important;
		}
		.crumbs span {
			color: #000;
			font-weight: 100;
		}
		.crumbs .dropdownMenuItem {
			padding-top: 1px;
			padding-left: 1px;
			padding-right: 1px;
			position: relative;
			display: inline-block;
			z-index: 100;
			font-weight: 900;
		}
			.dropdownMenuItem a {
				padding-left: 7px;
				display: inline-block;
				height: 15px;
				line-height: 15px;
				padding-bottom: 1px;
				padding-right: 4px;
				position: relative;
				z-index: 3;
			}
			.dropdownMenuItem img {
				vertical-align: middle;
				cursor: pointer;
				position: relative;
				z-index: 3;
				width: 16px;
				height: 13px;
				background: url(/news/images/bg_dropdown_crumbs.gif) no-repeat;
			}
			.dropdownMenuItem ul {
				margin: 0;
				padding: 0;
				list-style: none;
				position: absolute;
				left: 2px;
				top: 1px;
				margin-top: 16px;
				background: #fff;
				z-index: 1;
				text-align: left;
			}
				.dropdownMenuItem ul li {
					padding: 3px 5px 3px 5px;
					white-space: nowrap;
				}
					.dropdownMenuItem ul li a {
						padding: 0px;
						font-weight: 100;
					}
		.crumbs .active, #header .menu .active {
		}
			.crumbs .active ul, #header .menu .active ul {
				border: #d4e0ee 1px solid;
			}
				.crumbs .active a.current, #header .menu .active a.current {
				}

		.crumbs .goback {
			float: right;
			font-weight: 100;
			padding-left: 8px;
			margin-right: 316px;
			background: url(/news/images/arr_back.gif) no-repeat 0 3px;
		}

/* === Breadcrumbs === */




/* === FeaturedNews === */

	.FeaturedNews {
		border: #c5c5c5 1px solid;
		width: 530px;
		height: 244px;
		position: relative;
		margin-bottom: 6px;
	}
		.FeaturedNews .tabs {
			position: absolute;
			right: 0;
			top: 0;
			margin: 0;
			padding: 0;
			list-style: none;
			width: 166px;
		}
			.FeaturedNews .tabs li {
				border-bottom: #c5c5c5 1px solid;
				border-left: #c5c5c5 1px solid;
				height: 48px;
				margin-left: 13px;
			}
				.FeaturedNews .tabs li a {
					display: block;
					padding: 10px;
					padding-right:5px;
					height: 28px;
					line-height: 14px;
					background: url(/news/images/bg_featnews_tabs.gif) repeat-x;
					color: #3c3c3c;
					text-decoration: none;
					font-size: 110%;
				}
				.FeaturedNews .tabs li a:hover {
					background-position: 0 100%;
				}
			.FeaturedNews .tabs li.selected {
				margin-left: 0px;
				border-left: #fff 0px solid;
				border-bottom: #fff 0px solid;
				margin-bottom: 1px;
			}
				.FeaturedNews .tabs li.selected a {
					left: -14px;
					padding-left: 24px;
					width: 137px;
					background: url(/news/images/bg_featnews_tabs_selected.png) no-repeat;
					_background: url(/news/images/bg_featnews_tabs_selected.gif) no-repeat;

					color: #fff;
					font-weight: 900;
				}

			.FeaturedNews .corner {
				position: absolute;
				width: 3px;
				height: 3px;
				line-height: 1px;
				font-size: 1px;
				background: url(/news/images/bg_featerudnews_corners.gif) no-repeat;
			}

			.FeaturedNews .TabContent {
				_margin-bottom: -3px;
			}
				.FeaturedNews .TabContent .text {
					position: absolute;
					top: 0;
					left: 17px;
					background: url(/news/images/bg_featerudnews_text.png);
					/background: #000 !important;
					/filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);

					width: 14em;
					min-width: 150px;
					padding: 14px 4px 8px 16px;
					height: 223px;
					color: #fff;
				}
				.FeaturedNews .TabContent h2 {
					margin: 0;
					padding: 0;
					font-size: 220%;
					font-weight: 100;
					line-height: 100%;
					color: #fefefe;
					padding-bottom: 8px;
				}
					.FeaturedNews .TabContent h2 a {
						color: #fefefe;
					}
				.FeaturedNews .TabContent p {
					padding: 0;
					margin: 0;
					font-size: 110%;
					color: #c0c0bf;
				}
				.FeaturedNews .TabContent .bottom {
					position: absolute;
					left: 14px;
					bottom: 10px;
					width: 87%;
				}
				.FeaturedNews .TabContent .comments {
					display: block;
					width: 100%;
					background: url(/news/images/bg_dot_featnews.gif) repeat-x;
					padding-top: 20px;
					padding-bottom: 6px;
				}
					.FeaturedNews .TabContent .comments a {
						display: inline-block;
						background: url(/news/images/bg_comments_featnews.png) no-repeat;
						_background: none !important;
						_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_comments_featnews.png', sizingMethod='crop');
						padding-left: 20px;
						height: 14px;
						line-height: 14px;
						color: #7c7c7c;
					}
				.FeaturedNews .TabContent a.more {
					display: inline-block;
					color: #c2c1c1;
					bottom: 10px;
				}

			.FeaturedNews .TL { top: -1px; left: -1px; background-position: 100% 100%; }
			.FeaturedNews .TR { top: -1px; right: -1px; background-position: 0 100%; }
			.FeaturedNews .BL { bottom: -1px; _bottom: -2px; left: -1px; background-position: 100% 0; }
			.FeaturedNews .BR { bottom: -1px; _bottom: -2px; right: -1px; background-position: 0 0; }

/* === FeaturedNews === */



/* === NewsBlocks === */

	#newsSort{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.NewsBlock {
		margin: 0px -3px 8px -3px;
		position: relative;
		width: 681px;
		background: url(/news/images/bg_newsBlock_wide.gif) repeat-y;
	}
		.NewsBlock .title {
			height: 33px;
			padding: 3px 20px 1px 20px;
			background: url(/news/images/bg_newsBlock_title_wide.gif) no-repeat;
/*
			cursor: move;
*/
		}
			.NewsBlock h3 {
				margin: 0;
				padding: 0;
				font-size: 160%;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-weight: 900;
				line-height: 33px;
			}
				.NewsBlock h3 a {
					color: #3a3a3a !important;
				}
				.NewsBlock h3 .rss {
					padding-left: 12px;
					_display: inline-block;
					_padding-top: 10px;
				}

		li.NewsBlock .title {
			cursor: move;
		}

		.NewsBlock .content {
			border-top: #c7c7c7 1px solid;
			margin: 0 4px;
			padding: 6px;
			padding-bottom: 14px;
			_padding-bottom: 4px;
			position: relative;
		}

			.NewsBlock .tabs {
				margin: 0;
				padding: 0;
				list-style: none;
				position: absolute;
				top: -18px;
				_top: -17px;
				right: 10px;
			}
				.NewsBlock .tabs li {
					float: right;
				}
					.NewsBlock .tabs li a {
						display: inline-block;
						padding: 0 7px;
						height: 18px;
						line-height: 18px;
					}
				.NewsBlock .tabs li.selected {
					background: url(/news/images/bg_tabs_selected.gif) no-repeat;
					margin-right: 10px;
				}
					.NewsBlock .tabs li.selected a {
						position: relative;
						margin-right: -10px;
						padding: 0 17px;
						background: url(/news/images/bg_tabs_selected_r.gif) no-repeat right;
						color: #c5151b;
						font-weight: 900;
						text-decoration: none !important;
					}

		.NewsBlock .TabContent {
			overflow: hidden;
			_zoom: 1;
		}
			.NewsBlock .TabContent .topNew {
				float: left;
				background: #f3f3f3;
				padding: 12px 10px;
				width: 246px;
				font-size: 110%;
			}
				.NewsBlock .TabContent .topNew .image {
					padding: 3px;
					background: #dddddd;
				}
				.NewsBlock .TabContent .topNew h2 {
					margin: 0;
					padding: 7px 0;
					font-size: 140%;
				}

			.newsList {
				margin: 8px 12px;
				padding: 0;
				list-style: none;
				font-size: 110%;
			}
				.newsList li {
					padding: 0 30px 4px 12px;
					background: url(/news/images/newsList_bullet.gif) no-repeat 0 6px;
				}
				.withDates li {
					background: url(/news/images/newsList_bullet.gif) no-repeat 0 4px;
				}
				.newsList li .date {
					display: block;
					font-size: 80%;
					color: #6d6d6d;
				}

				.news .center .withDates {
					margin-top: 2px;
					margin-bottom: 0;
				}
					.news .center .withDates li {
						padding-bottom: 3px;
					}


			.NewsBlock .TabContent .newsList {
				margin-left: 282px;
			}
				.NewsBlock .TabContent .newsList li {
				}

					.NewsBlock .comments, .newsList li .comments {
						width: 100%;
						padding-top: 2px;
						padding-bottom: 3px;
						vertical-align: text-bottom;
						margin-left: 3px;
					}
						.NewsBlock .comments a, .newsList li .comments a {
							display: inline-block;
							background: url(/news/images/bg_comments.gif) no-repeat 0 2px;
							padding-left: 20px;
							height: 17px;
							font-size: 85%;
							line-height: 14px;
							color: #000;
							text-decoration: underline;
						}

					.NewsBlock .important {
						vertical-align: text-bottom;
					}


		.NewsBlock .sizeButtons {
			position: absolute;
			right: 10px;
			bottom: 10px;
		}
			.NewsBlock .sizeButtons .minimize {
				background: url(/news/images/btn_minimize_red.gif) no-repeat;
				display: block;
				margin-bottom: 3px;
			}
			.NewsBlock .sizeButtons .maximize {
				background: url(/news/images/btn_maximize_red.gif) no-repeat;
				display: block;
			}
			.NewsBlock .sizeButtons .na {
				background-position: 0 100%;
				cursor: default;
			}


		.NewsBlock .bottomBorder {
			position: absolute;
			bottom: 0;
			_bottom: -15px;
			left: 0;
			width: 679px;
			height: 7px;
			background: url(/news/images/bg_newsBlock_btm_wide.gif) no-repeat;
		}


	.NewsCategoryItem {
		overflow: hidden;
		_zoom: 1;
		padding: 5px;
		padding-bottom: 20px;
	}
		.NewsCategoryItem .image {
			padding: 3px;
			background: #dddddd;
			margin-right: 12px;
			float: left;
		}
		.NewsCategoryItem .text {
			margin-left: 258px;
		}
			.NewsCategoryItem .time {
				font-size: 90%;
				color: #6d6d6d;
				padding-bottom: 2px;
			}
			.NewsCategoryItem h2 {
				margin: 0;
				padding: 0;
				font-size: 180%;
				font-weight: 80;
				padding-bottom: 10px;
			}

			.NewsCategoryItem h1 {
				margin: 0;
				padding: 0;
				font-size: 220%;
				font-weight: 100;
				padding-bottom: 10px;
			}


			.NewsCategoryItem p {
				margin: 0;
				padding: 0;
				padding-bottom: 12px;
				font-size: 110%;
			}
			.NewsCategoryItem .bottom {
				background: url(/news/images/bg_dot_featnews.gif) repeat-x;
				padding-top: 20px;
				padding-bottom: 6px;
				margin-top: 4px;
			}
			.NewsCategoryItem .tags {
				font-size: 110%;
				color: #888888;
				padding-right: 20px;
			}
				.NewsCategoryItem .tags a {
					text-decoration: underline;
				}
			.NewsCategoryItem .comments {
			}
				.NewsCategoryItem .comments a {
					display: inline-block;
					background: url(/news/images/bg_comments_featnews.gif) no-repeat;
					padding-left: 20px;
					height: 14px;
					line-height: 14px;
					color: #7c7c7c;
				}


	.frontpage .NewsBlock {
		width: 538px;
		background: url(/news/images/bg_newsBlock.gif) repeat-y;
	}
		.frontpage .NewsBlock .title {
			background: url(/news/images/bg_newsBlock_title.gif) no-repeat;
		}
		.frontpage .NewsBlock .bottomBorder {
			width: 537px;
			background: url(/news/images/bg_newsBlock_btm.gif) no-repeat;
		}
			.frontpage .NewsBlock .TabContent .topNew {
				width: 206px;
			}
				.frontpage .NewsBlock .TabContent .topNew .image {
					width: 200px;
				}
			.frontpage .NewsBlock .TabContent .newsList {
				margin-left: 235px;
			}



	.ui-tabs-hide {
		display: none;
	}


/* === NewsBlock === */




/* === Pagination === */

	.pagination {
		text-align: center;
		padding: 20px 0;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 145%;
		color: #000;
	}
		.pagination img {
			vertical-align: middle;
			padding-bottom: 3px;
		}
		.pagination a {
			padding: 0 7px;
		}
		.pagination a.page, .pagination span.current {
			padding: 0 4px;
		}

/* === Pagination === */






/* === Import === */

	.importedNews {
	}
		.importedNews .content {
			overflow: hidden;
			_zoom: 1;
			padding: 10px;
			padding-right: 2px;
		}
		.importedNews .item {
			width: 130px;
			padding-right: 35px;
			float: left;
			margin-bottom: 20px;
		}
			.importedNews .item img {
				border: #ddd 3px solid;
				margin-bottom: 8px;
			}
			.importedNews .item .category {
				color: #999999;
			}
			.importedNews .item a {
				font-size: 125%
			}
			.importedNews .item {
			}

/* === Import === */







/* === Gadgets === */

	#gadgets {
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
	}

	.gadget {
		margin: 0px -3px 8px -3px;
		padding-bottom: 0px;
		position: relative;
		z-index: 50;
		width: 306px;
		background: url(/news/images/bgCornersShadow.gif) repeat-y;
	}
		.gadget .title {
			height: 33px;
			padding: 3px 8px 1px 5px;
			background: url(/news/images/bgCornersShadow_top.gif) no-repeat;
			cursor: move;
		}
		.minimized .title {
			height: 32px;
			margin-bottom: -3px;
		}
			.gadget .title .minimizeButton {
				width: 18px;
				height: 16px;
				line-height: 1px;
				font-size: 1px;
				display: block;
				float: right;
				margin-top: 10px;
				background: url(/news/images/btn_minimize.gif) no-repeat;
			}
			.minimized .title .minimizeButton {
				background-position: 100% 0;
			}

		.minimized .content {
			display: none;
		}
		.minimized .footer {
			display: none;
		}

		.gadget .content {
			margin: 0 4px;
			background: #fff;
		}
			.gadget .content p {
				margin: 0;
				padding: 10px;
				font-size: 110%;
			}
		.gadget .footer {
			height: 24px;
			line-height: 24px;
			text-align: right;
			background: #e1e1e1;
			border-top: #fff 1px solid;
			margin: 0 4px;
			padding: 0 10px;
			margin-bottom: -3px;
		}
			.gadget .footer a {
				padding-left: 10px;
			}
			.gadget .footer span {
				padding-left: 10px;
				color: #999;
			}

		.gadget .bottomBorder {
			position: relative;
			width: 306px;
			height: 7px;
			_line-height: 1px;
			_font-size: 1px;
			background: url(/news/images/bgCornersShadow_btm.gif) no-repeat;
		}

	.gadget h3 {
		margin: 0;
		padding: 0;
		padding-left: 8px;
		font-size: 160%;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 900;
		line-height: 33px;
		height: 33px;
	}
		.gadget h3 a {
			color: #3a3a3a !important;
		}



	.gadget .top {
		height: 16px;
		position: relative;
		z-index: 300;
		border-bottom: #c7c7c7 1px solid;
		background: #f5f5f5;
		padding-top: 4px;
		padding-left: 13px;
	}

	.gadget form {
		padding: 10px 13px;
		_padding: 10px 9px;
		overflow: hidden;
		_zoom:1;
	}
		.gadget form .textfield {
			background: #fff url(/news/images/gadgets/bg_input.gif) repeat-x;
			border: #e4e4e4 1px solid;
			padding: 4px 5px;
			width: 258px;
			height: 14px;
			margin-bottom: 6px;
			/margin-left: -3px;
		}
		.gadget form textarea.textfield {
			height: 94px;
		}
		.gadget form .button {
			background: #555 url(/news/images/gadgets/bg_button.gif) repeat-x;
			border: #fff 0px solid;
			color: #fff;
			font-size: 90%;
			height: 16px;
			padding-bottom: 2px;
			float: right;
			margin-right: 2px;
		}



		.gadget .tabs {
			position: absolute;
			left: 16px;
			top: 4px;
			margin: 0;
			padding: 0;
			list-style: none;
		}
			.gadget .tabs li {
				float: left;
			}
				.gadget .tabs li a {
					display: inline-block;
					padding: 0 10px;
					height: 17px;
					line-height: 17px;
				}
			.gadget .tabs li.selected {
				background: url(/news/images/gadgets/bg_tabs_selected.gif) no-repeat;
				margin-right: 8px;
			}
				.gadget .tabs li.selected a {
					position: relative;
					margin-right: -8px;
					padding: 0 10px;
					background: url(/news/images/gadgets/bg_tabs_selected_r.gif) no-repeat right;
					color: #c5151b;
					font-weight: 100;
					text-decoration: none !important;
				}




		.gadget .dropdown {
			position: absolute;
			right: 0;
			top: 0px;
			z-index: 500;
		}
		.gadget .dropdown ul {
			list-style: none;
			margin: 0;
			padding: 1px 2px;
			padding-bottom: 0;
			padding-right: 27px;
			background: url(/news/images/gadgets/bg_dropdown.gif) no-repeat top right;

			margin-top: 1px;
			margin-right: 1px;
			cursor: pointer;
			_width: 1px;
		}
		.gadget .dropdown ul.active {
			padding: 0px 2px;
			padding-bottom: 5px;
			padding-right: 22px;
			border: #fff 1px solid;
			background-color: #ebebeb;
			margin-top: 0;
			margin-right: 0;
			cursor: default;
		}
			.gadget .dropdown li {
				text-align: right;
				height: 18px;
				line-height: 18px;
			}
			.gadget .dropdown li.selected {
				padding: 0 5px;
				padding-bottom: 5px;
				padding-right: 0;
			}
			.gadget .dropdown ul.active li {
				text-align: left;
			}
			.gadget .dropdown ul.active li.selected {
				padding-top: 1px;
			}
				.gadget .dropdown li a {
					text-decoration: none;
					color: #202020;
				}
				.gadget .dropdown ul.active li a {
					display: block;
					padding: 0 5px;
				}
					.gadget .dropdown ul.active li a:hover {
						background: #d8d8d8;
					}

		.gadget .content .selectBar {
			position: absolute;
			z-index: 500;
		}
			.gadget .selectBar ul {
				list-style: none;
				display: inline-block;
				margin: 0;
				padding:0;
				padding-bottom: 0;
				padding-right: 14px;
				background: url(/news/images/gadgets/btn_select.gif) no-repeat top right;
				cursor: pointer;
				float: left;
				_width: 1px;
			}
				.gadget .selectBar li {
					text-align: left;
					height: 12px;
					line-height: 12px;
					border: #fff 1px solid;
					border-right: #fff 0px solid;
					padding: 0 5px;
					white-space: nowrap;
				}
				.gadget .selectBar li.selected {
					border: #ededed 1px solid;
					border-right: #ededed 0px solid;
				}
			.gadget .selectBar ul.active {
				background-color: #ebebeb;
				border: #fff 1px solid;
				border-top: #fff 0px solid;
			}
				.gadget .selectBar ul.active li {
					border: #fff 0px solid;
					height: 16px;
					line-height: 12px;
				}
				.gadget .selectBar ul.active li.selected {
					border: #fff 0px solid;
					border-top: #fff 1px solid;
				}



	/* mail gadget */

	.mailG .refresh {
		position: absolute;
		background: url(/news/images/bg_refresher.gif) no-repeat;
		width: 18px;
		height: 16px;
		right: 8px;
		top: 39px;
	}
	.mailG table {
		width: 100%;
		margin-top: 1px;
		border-bottom: #c5c5c5 1px solid;
	}
		.mailG table th {
			padding: 0;
			padding-left: 10px;
			background: #e1e1e1;
			text-align: left;
			font-weight: 100;
			color: #666666;
			height: 19px;
			vertical-align: middle;
		}
		.mailG table td {
			padding: 5px 0;
			padding-left: 10px;
			background: #fff url(/news/images/bg_dot_3px.gif) repeat-x bottom left;
			font-size: 110%;
		}
		.mailG table .author {
			width: 97px;
		}
		.mailG table .theme {
			width: auto;
			padding-right: 10px;
		}

		.mailG table tr.current td {
			background-color: #eee;
		}

	/* mail gadget */



	/* weather gadget */

		.weatherG .gadgetTab {
			overflow: hidden;
			_zoom: 1;
			padding: 0 12px;
		}
			.weatherG .weatherItem {
				text-align: center;
				width: 68px;
				float: left;
				padding: 2px 0 5px 0;
			}

	/* weather gadget */



	/* antivir gadget */

		.antivirG .top {
			border-top: #fff 1px solid;
			font-weight: 900;
			padding-top: 3px;
			background: #deefcb url(/news/images/gadgets/bg_title_antivir.gif) no-repeat right;
			color: #000;
		}
			.antivirG .top span {
				color: #29b91e;
			}
		.antivirG .alerts {
			_position: relative;
			padding: 10px 14px;
			background: url(/news/images/gadgets/bg_antivir.gif) bottom repeat-x;
		}
		.antivirG form.search {
			font-size: 110%;
			background: #ffedd3;
			margin-bottom: -3px;
			color: #000;
		}
			.antivirG form.search .textfield {
				width: 173px;
				float: left;
				margin-top: 6px;
			}
			.antivirG form.search .button {
				margin-top: 10px;
			}

	/* antivir gadget */



	/* humor gadget */

		.humorG .top {
		}

		.humorG .carousel {
			padding: 8px 0px 8px 17px;
			overflow: hidden;
			position: relative;
			width: 265px;
		}
			.humorG .carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				position: relative;
				width: 1600px;
				overflow: hidden;
				_zoom: 1;
			}
				.humorG .carousel li {
					float: left;
					position: relative;
					overflow: hidden;
					width: 124px;
					padding-right: 20px;
				}
					.humorG .carousel li img {
					}
					.humorG .carousel li a {
					}
		.humorG .navigation {
			padding-top: 6px;
		}
			.humorG .navigation .btn_next {
				float: right;
			}
			.humorG .navigation .btn_prev {
				float: left;
			}
			.humorG .navigation .slider {
				width: 209px;
				background: url(/news/images/bg_slider.gif) no-repeat center;
				height: 20px;
				margin: 0 auto;
				position: relativee;
			}
			.humorG .navigation .slider img {
				position: relative;
				top: 5px;
				/top: 6px;
				left: 20px;
			}

	/* humor gadget */



	/* chat gadget */

		.chatG .top {
		}

		.chatG table {
			margin-top: 6px;
			width: 100%;
		}
			.chatG table th, .chatG table td {
				width: 33%;
				border-top: #fff 1px solid;
				border-right: #fff 1px solid;
				text-align: left;
			}
			.chatG table th {
				padding: 2px 10px;
			}
			.chatG table td {
				background: #ebebeb;
			}
				.chatG table td a {
					display: block;
					padding: 2px 10px;
					color: #3a3a3a;
					text-decoration: none;
				}

	/* chat gadget */




	/* hotNews gadget */

		.hotNewsG {
			margin: 0px;
			margin-bottom: 15px;
			position: relative;
			width: 300px;
			background: none;
		}
			.hotNewsG .topBorder {
				height:4px;
				width: 300px;
				font-size: 1px;
				line-height: 1px;
				background: url(/news/images/bgCorners_top.gif) no-repeat;
				position: absolute;
				left: 0;
				top: 0px;
				z-index: 990;
			}
			.hotNewsG .bottomBorder {
				height:4px;
				width: 300px;
				font-size: 1px;
				line-height: 1px;
				background: url(/news/images/bgCorners_btm.gif) no-repeat;
			}
			.hotNewsG .inner {
				background: #f3f3f3;
				border-left: #c5c5c5 1px solid;
				border-right: #c5c5c5 1px solid;
				padding: 0x;
				overflow: hidden;
				_zoom: 1;
				margin-bottom: -4px;
			}

			.hotNewsG ul {
				margin: 0;
				padding: 0;
				list-style: none;
				padding-top: 2px;
			}
				.hotNewsG ul li {
					border-bottom: #c5c5c5 1px solid;
					padding: 0px;
					padding-right: 4px;
					overflow: hidden;
					_zoom:1;
					background: #f4f4f4 url(/news/images/bg_hotnewsItem.gif) repeat-x bottom;
					cursor: pointer;
				}
				.hotNewsG ul li.selected {
					background: #f4dada url(/news/images/bg_hotnewsItem_hov.gif) repeat-x bottom;
				}
					.hotNewsG ul li .image {
						float: left;
						padding: 0px 1px 1px 1px;
						border: #fff 1px solid;
						margin-right: 10px;
					}
					.hotNewsG ul li .text {
/*						margin-left: 77px;   */
						padding-top: 2px;
						height: 45px;
						overflow: hidden;
						_zoom: 1;
						position: relative;
					}
						.hotNewsG ul li .time {
							font-size: 90%;
							color: #6d6d6d;
						}

						.hotNewsG ul li h4 {
							margin: 0;
							padding: 0;
							font-size: 100%;
							font-weight: 100;
						}
						.hotNewsG ul li h4 a {
							color: #0a0a0a;
							display: block;
						}
						.hotNewsG .comments {
							display: block;
							width: 100%;
							padding-top: 2px;
							padding-bottom: 3px;
						}
							.hotNewsG .comments a {
								display: inline-block;
								background: url(/news/images/bg_comments_featnews.gif) no-repeat left bottom;
								padding-left: 20px;
								height: 17px;
								font-size: 90%;
								line-height: 14px;
								color: #000;
								text-decoration: underline;
							}
							.hotNewsG .comments a:hover {
								text-decoration: none;
							}

	/* hotNews gadget */




	/* tags gadget */

		.tagsG .top {
		}

		.tagsG .content {
			padding: 10px 14px;
			text-align: center;
		}
			.tagsG .content a {
				color: #306aac;
			}
			.tagsG .content .f7 {
				font-size: 240%;
			}
			.tagsG .content .f6 {
				font-size: 210%;
			}
			.tagsG .content .f5 {
				font-size: 170%;
			}
			.tagsG .content .f4 {
				font-size: 140%;
			}
			.tagsG .content .f3 {
				font-size: 120%;
			}
			.tagsG .content .f2 {
				font-size: 110%;
			}
			.tagsG .content .f1 {
				font-size: 100%;
			}

	/* tags gadget */


	/* maps gadget */

		.mapsG .info {
			padding-left: 14px;
			padding-top: 8px;
		}
			.mapsG .info img {
				padding: 7px 0;
				padding-right: 5px;
			}

			.mapsG .info .city {
				font-size: 110%;
				font-weight: 900;
			}
			.mapsG .info .status {
				font-size: 145%;
				font-weight: 900;
			}

		.mapsG table {
			margin: 10px 14px;
			margin-top: 0px;
			width: 270px;
		}
			.mapsG table th, .mapsG table td {
				width: 33%;
				border-top: #fff 1px solid;
				border-right: #fff 1px solid;
				text-align: left;
			}
			.mapsG table th {
				padding: 2px 10px;
				text-align: center;
			}
			.mapsG table td {
				background: #ebebeb;
				padding: 2px 10px;
			}
				.mapsG table td a {
				}

	/* maps gadget */



	/* icons */

		.right .mailG h3 {
			padding-left: 43px;
			background: url(/news/images/gadgets/ico_mail.gif) no-repeat 8px 0;
		}

		.right .weatherG h3 {
			/*padding-left: 43px;
			background: url(/news/images/gadgets/ico_weather.gif) no-repeat;*/
		}

		.right .mapsG h3 {
			padding-left: 43px;
			background: url(/news/images/gadgets/ico_maps.gif) no-repeat;
		}

		.right .translaterG h3 {
			padding-left: 43px;
			background: url(/news/images/gadgets/ico_translater.gif) no-repeat;
		}

		.right .antivirG h3 {
			padding-left: 43px;
			background: url(/news/images/gadgets/ico_antivir.gif) no-repeat;
		}

		.right .humorG h3 {
			padding-left: 43px;
			background: url(/news/images/gadgets/ico_humor.gif) no-repeat;
		}

		.right .chatG h3 {
			padding-left: 43px;
			background: url(/news/images/gadgets/ico_chat.gif) no-repeat;
		}

	/* icons */

	.ui-state-highlight {
		border: #c5c5c5 1px dashed;
		background: #eee;
		width: 297px !important;
		margin-left: 3px;
		margin-bottom: -3px !important;
	}

/* === Gadgets === */


.noBg {
	background: none !important;
	border: #fff 0px solid !important;
}








/*============ N E W S =============*/

	.news .FeaturedNews {
		border: #c5c5c5 1px solid;
		width: 665px;
		height: auto;
		min-height: 244px;
		position: relative;
		margin-bottom: 13px;
		padding-right: 7px;
	}

		.news .FeaturedNews .image {
			float: left;
			margin-right: 20px;
		}

		.news .FeaturedNews .text {
			height: 240px;
			overflow: hidden;
			_zoom: 1;
			position: relative;
		}

		.news .FeaturedNews .cont {
		}
		.news .FeaturedNews .date {
			padding-top: 10px;
			padding-bottom: 3px;
			color: #6D6D6D;
			font-size: 90%;
		}
		.news .FeaturedNews h1 {
			margin: 0;
			padding: 0;
			font-size: 220%;
			font-weight: 100;
			line-height: 100%;
			padding-bottom: 8px;
		}
			.news .FeaturedNews h1 a {
				color: #003399;
			}
		.news .FeaturedNews p {
			padding: 0;
			margin: 0;
			font-size: 110%;
		}
		.news .FeaturedNews .spacer {
			height: 55px;
			padding-top: 5px;
		}
		.news .FeaturedNews .bottom {
			position: absolute;
			left: 399px;
			bottom: 5px;
			width: 147px;
		}
		.news .FeaturedNews .comments {
		}
			.news .FeaturedNews .comments a {
				display: inline-block;
				background: url(/news/images/bg_comments_featnews.gif) no-repeat left bottom;
				padding-left: 20px;
				height: 15px;
				line-height: 14px;
				color: #000;
				font-size: 90%;
			}
		.news .FeaturedNews .text a.more {
			display: inline-block;
			color: #c2c1c1;
			bottom: 10px;
		}




.newsFull {
	overflow: visible !important;
}
	.newsFull .center {
		color: #000;
	}

		.newsFull .center h1 {
			margin: 0;
			padding: 0;
			font-size: 220%;
			font-weight: 100;
			padding-bottom: 5px;
		}
		.newsFull .center h3 {
			margin: 0;
			padding: 0;
			font-size: 125%;
			font-weight: 700;
			padding-bottom: 10px;
			line-height: 150%;
		}
		.newsFull .center p {
			margin: 0;
			padding: 0;
			font-size: 120%;
			padding-bottom: 12px;
			line-height: 140%;
			text-align: justify;
		}
		.newsFull .center ul, .newsFull .center ol {
			margin: 0;
			padding: 0;
			list-style: none;
			display: inline-block;
			padding-bottom: 12px;
			font-size: 110%;
		}
		.newsFull .center ol  {
			list-style: decimal;
			padding-left: 28px;
		}
			.newsFull .center ul li {
				padding-left: 14px;
				background: url(/news/images/newsList_bullet.gif) no-repeat 2px 5px;
			}
		.newsFull .center .fontsize {
			float: right;
			color: #5e5e5e;
			font-size: 90%;
		}
			.newsFull .fontsize .print {
				padding-right: 20px;
			}
			.newsFull .fontsize img {
				vertical-align: text-bottom;
			}
			.opera .newsFull .fontsize img {
				vertical-align: text-top;
			}
		.newsFull .center .time {
			color: #5e5e5e;
			padding-bottom: 20px;
		}

		.newsFull .floatLeft {
			float: left;
			width: 270px;
			margin-right: 10px;
			margin-bottom: 10px;
		}
			.newsFull .floatLeft .bigImg {
				padding:15px 15px 5px 15px;
				background: #f0f0f0;
			}
			.newsFull .floatLeft .text {
				padding: 4px;
			}
			.newsFull .floatLeft .foto_author {
				padding-bottom: 4px;
				color: #939393;
				display: block;
			}
			.newsFull .floatLeft .previews {
				position: relative;
				margin-bottom: 8px;
			}
			.newsFull .floatLeft .previews ul {
				margin: 0;
				padding: 0;
				list-style: none;
				margin-left: 2px;
				overflow: hidden;
				_zoom: 1;
			}
				.newsFull .floatLeft .previews ul li {
					float: left;
					padding: 0;
					padding-right: 1px;
					background: none;
				}
					.newsFull .floatLeft .previews ul li.selected img {
						border: #dd3838 2px solid;
						width: 116px !important;
						height: 86px !important;
					}
				.newsFull .floatLeft .previews .btn_prev {
					position: absolute;
					top: 33px;
					left: -10px;
				}
				.newsFull .floatLeft .previews .btn_next {
					position: absolute;
					top: 33px;
					right: -10px;
				}

			.newsFull .floatLeft .themeNews {
				padding-top: 12px;
			}
				.newsFull .floatLeft .themeNews .title {
					font-size: 160%;
					font-weight: 900;
					color: #3c3c3c;
					padding-bottom: 12px;
				}
				.newsFull .floatLeft .themeNews ul {
					margin: 0;
					padding: 0;
					list-style: none;
				}
					.newsFull .floatLeft .themeNews ul li {
						padding: 0 10px 8px 12px;
						font-size: 110%;
						background: url(/news/images/newsList_bullet.gif) no-repeat 0 6px;
					}


		.newsFull .center .quotation {
			float: right;
			margin: 3px 0 6px 18px;
			width: 206px;
			padding: 12px;
			background: #f0f0f0;
		}
			.newsFull .center .quotation p {
				font-weight: 900;
				text-align: inherit;
				font-size: 110%;
				overflow: hidden;
				_zoom:1;
				padding: 0;
				margin: 0;
			}

			.newsFull .center .quotation .openQuote {
				float: left;
				margin-right: 10px;
				margin-bottom: 2px;
			}
			.newsFull .center .quotation .closeQuote {
				float: right;
				margin-top: 3px;
				margin-left: 10px;
			}

			.newsFull .center .quotation .author {
				color: #939393;
				font-size: 85%;
			}


		.newsFull .newsInfo {
			padding-top: 10px;
			color: #878787;
		}
			.newsFull .center .tags {
				padding-top: 8px;
				font-size: 110%;
				padding-bottom: 10px;
			}


		.newsFull .options {
			margin: 10px -3px;

			position: relative;
			z-index: 600;
			width: 674px;
		}
			.newsFull .options table {
				background: #eeeeee;
			}
			.newsFull .options table td.empty {
				width: 20%;
			}
			.newsFull .options table td {
				padding: 2px 0;
			}
			.newsFull .options span {
				padding: 1px 0;
				border: #eee 1px solid;
				border-bottom: #eeeeee 0px solid;

				display: block;
				position: relative;
				z-index: 700;
			}
			.newsFull .options a {
				padding: 9px 0px 10px;
				vertical-align: middle;
				display: inline-block;
				padding-left: 36px;
				padding-right: 3px;
				text-align: left;
				white-space: nowrap;
			}
				.newsFull .options a.sendToFriend {
					background: url(/news/images/ico_sendfriend.gif) left no-repeat;
				}
				.newsFull .options a.rss {
					background: url(/news/images/ico_addrss.gif) left no-repeat;
				}
				.newsFull .options a.remember {
					background: url(/news/images/ico_remember.gif) left no-repeat;
					padding-left: 40px;
				}
				.newsFull .options a.print {
					background: url(/news/images/ico_print.gif) left no-repeat;
					padding-left: 41px;
				}

			.newsFull .options span.selected {
				padding: 1px 0;
				background: #ebebeb;
				border: #fff 1px solid;
				border-bottom: #fff 0px solid;
			}
			.newsFull .options span ul {
				display: none;
			}
			.newsFull .options span.selected ul {
				display: block;
				position: absolute;
				z-index: 999;
				left: -1px;
				top: 30px;
				width: 100%;
				margin: 0;
				padding: 0;
				list-style: none;
				text-align: left;
				background: #ebebeb;
				border: #fff 1px solid;
				border-top: #fff 0px solid;
				padding-bottom: 6px;
			}
				.newsFull .options span ul li {
				}
					.newsFull .options span ul li a {
						padding: 0;
						padding-left: 33px;
						padding-top: 6px;
						padding-bottom: 4px;
					}
						.newsFull .options span ul li a.google {
							background: url(/news/images/ico_google.gif) 10px 5px no-repeat;
						}
						.newsFull .options span ul li a.yandex {
							background: url(/news/images/ico_yandex.gif) 10px 5px no-repeat;
						}
						.newsFull .options span ul li a.delic {
							background: url(/news/images/ico_delicious.gif) 10px 5px no-repeat;
						}
						.newsFull .options span ul li a.digg {
							background: url(/news/images/ico_digg.gif) 10px 5px no-repeat;
						}
						.newsFull .options span ul li a.faceb {
							background: url(/news/images/ico_facebook.gif) 10px 5px no-repeat;
						}
						.newsFull .options span ul li a.memori {
							background: url(/news/images/ico_memori.gif) 10px 5px no-repeat;
						}
						.newsFull .options span ul li a.bobr {
							background: url(/news/images/ico_bobr.gif) 10px 5px no-repeat;
						}

			.newsFull .options .corner {
				position: absolute;
				width: 3px;
				height: 3px;
				line-height: 1px;
				font-size: 1px;
				background: url(/news/images/bg_options_corners.gif) no-repeat;
			}
			.newsFull .options .TL { top: 0px; left: 0px; background-position: 100% 100%; }
			.newsFull .options .TR { top: 0px; right: 0px; background-position: 0 100%; }
			.newsFull .options .BL { bottom: 0px; _bottom: -1px; left: 0px; background-position: 100% 0; }
			.newsFull .options .BR { bottom: 0px; _bottom: -1px; right: 0px; background-position: 0 0; }


		.newsFull .newsLister {
			border: #c5c5c5 1px solid;
			width: 672px;
			position: relative;
			margin: 0 -3px;

			margin-bottom: 12px;
		}
			.newsFull .newsLister .inner {
				padding: 0 4px;
				text-align: center;
				overflow: hidden;
				_zoom: 1;
			}
				.newsFull .newsLister .inner a {
					width: 308px;
					padding: 5px 6px;
					font-size: 110%;
					color: #306aac;
					display: block;
					text-decoration: none;
				}
				.newsFull .newsLister .inner a:hover {
					background: #f5f5f5;
				}
				.newsFull .newsLister .inner .prevCont {
					float: left;
					padding-right: 18px;
					text-align: right;
				}
				.newsFull .newsLister .inner .nextCont {
					float: right;
					padding-left: 18px;
					text-align: left;
				}
				.newsFull .newsLister .inner img {
					vertical-align: middle;
				}
					.newsFull .newsLister .inner .prevCont img {
						float: left;
					}
					.newsFull .newsLister .inner .nextCont img {
						float: right;
					}
				.newsFull .newsLister .inner a div {
					padding-top: 4px;
					padding-bottom: 6px;
					border-bottom: #d1d1d1 1px solid;
					margin-bottom: 10px;
				}
					.newsFull .newsLister .inner .prevCont div {
						margin-left: 36px;
					}
					.newsFull .newsLister .inner .nextCont div {
						margin-right: 36px;
					}
				.newsFull .newsLister .inner a span {
					display: inline-block;
					width: 80%;
					color: #003399;
					padding-bottom: 6px;
				}
					.newsFull .newsLister .inner .prevCont span {
						margin-left: auto;
					}

			.newsFull .newsLister .corner {
				position: absolute;
				width: 3px;
				height: 3px;
				line-height: 1px;
				font-size: 1px;
				background: url(/news/images/bg_featerudnews_corners.gif) no-repeat;
			}
			.newsFull .newsLister .TL { top: -1px; left: -1px; background-position: 100% 100%; }
			.newsFull .newsLister .TR { top: -1px; right: -1px; background-position: 0 100%; }
			.newsFull .newsLister .BL { bottom: -1px; left: -1px; background-position: 100% 0; }
			.newsFull .newsLister .BR { bottom: -1px; right: -1px; background-position: 0 0; }


		.sendFriendForm {
			background: #e9e9e9;
			border: #cfcfcf 3px solid;
			position: absolute;
			left: 50%;
			width: 537px;
			margin-left: -420px;
			margin-top: -300px;
			z-index: 999;
			text-align: left;
		}
			.sendFriendForm .title {
				background: #dadada;
				padding: 6px 0 8px 30px;
				font-size: 120%;
			}
				.sendFriendForm .title a {
					font-size: 85%;
					width: 487px;
					display: inline-block;
					position: relative;
					overflow: hidden;
					_zoom: 1;
				}
			.sendFriendForm .close {
				display: block;
				position: absolute;
				right: 0px;
				top: 0px;
				width: 15px;
				height: 15px;
				background: url(/news/images/ico_close_grey.gif) no-repeat;
			}

			.sendFriendForm form {
				padding: 8px 30px;
				overflow: hidden;
				border: #e0e0e0 1px solid;
			}
				.sendFriendForm form .name {
					width: 160px;
					float: left;
				}
					.sendFriendForm form .name input {
						width: 138px;
						padding: 2px 3px;
					}
				.sendFriendForm form .email {
					width: 315px;
					float: left;
				}
					.sendFriendForm form .email input {
						width: 306px;
						padding: 2px 3px;
					}
				.sendFriendForm form .comm {
					width: 280px;
					float: left;
				}
					.sendFriendForm form .comm textarea {
						width: 264px;
						height: 58px;
					}
				.sendFriendForm form .myEmail {
					width: 194px;
					float: left;
				}
					.sendFriendForm form .myEmail input {
						width: 186px;
						padding: 2px 3px;
					}
					.sendFriendForm form .myEmail .copy {
						float: left;
						width: 100px;
						margin-top: 8px;
					}
						.sendFriendForm form .myEmail .copy input {
							width: auto;
							border: #fff 0px solid;
							background: none;
							padding: 0;
							float: left;
							margin-top: 13px;
							/margin-top: 10px;
							margin-right: 4px;
						}
					.sendFriendForm form .myEmail .button {

						width: 61px;
						border: #fff 0px solid;
						background: url(/news/images/bg_btn_red.png) no-repeat;
						_background: url(/news/images/bg_btn_red.gif) no-repeat;
						padding: 0;
						height: 22px;
						color: #fff;
						font-size: 110%;
						float: right;
						margin-top: 12px;
					}

				.sendFriendForm form input, .sendFriendForm form textarea {
					border: #000 1px solid;
					background: #fff;
					margin-top: 2px;
					margin-bottom: 6px;
				}

/* SEND FRIEND FORM COMPLITE */
			.sendFriendForm .message {
				padding: 28px 0 35px 0;
				text-align: center;
				font-size: 110%;
			}
				.sendFriendForm .message img {
					vertical-align: middle;
					padding-right: 4px;
				}
				.sendFriendForm .message .button {
					width: 70px;
					margin: 10px auto;
					font-size: 90%;
					background: url(/news/images/bg_button_grey_resize.gif) no-repeat top left;
				}
					.sendFriendForm .message .button a {
						display: block;
						height: 18px;
						color: #fff;
						padding: 0 8px;
						line-height: 18px;
						background: url(/news/images/bg_button_grey_resize_r.gif) no-repeat top right;
						text-decoration: none;
					}
/* SEND FRIEND FORM COMPLITE */



		.newsFull .comments {
			border: #d1d1d1 1px solid;
			position: relative;
			width: 672px;
			padding-top: 3px;
			padding-bottom: 7px;
			margin-left: -3px;
			margin-right: -5px;
		}
			.newsFull .comments .title {
				font-size: 140%;
				font-weight: 900;
				padding: 10px 19px;
				padding-bottom: 3px;
			}
				.newsFull .comments .title .sorting {
					padding-right: 7px;
				}

			.newsFull .comments .addCommentBtn {
				float: right;
				padding-right: 12px;
				padding-top: 5px;
			}
				.newsFull .comments .addCommentBtn a {
					display: block;
					background: url(/news/images/bg_btn_comments.gif) no-repeat;
					line-height: 26px;
					height: 26px;
					width: 80px;
					text-align: center;
					color: #fff;
					font-size: 110%;
				}

			.newsFull .comments ul {
				margin: 0;
				padding: 0;
				list-style: none;
				padding-left: 19px;
			}
				.newsFull .comments ul li {
					overflow: hidden;
					_zoom: 1;
					padding-top: 18px;
				}
					.newsFull .comments ul li .text {
						overflow: hidden;
						_zoom: 1;
						font-size: 110%;
						padding-right: 30px;
					}
						.newsFull .comments ul li .image {
							float: left;
							margin-right: 14px;
						}
						.newsFull .comments ul li .name {
							font-style: italic;
							font-weight: 900;
							display: block;
							padding-bottom: 6px;
						}
						.newsFull .comments ul li .time {
							padding: 0;
							margin: 0;
							font-size: 85%;
							color: #6d6d6d;
							font-style: normal;
							padding-left: 6px;
						}
						.newsFull .comments ul li .answerComment {
							font-size: 90%;
							margin-top: 4px;
						}
			.newsFull .comments ul ul {
				padding-left: 38px;
				padding-top: 0;
				clear: left;
			}
				.newsFull .comments ul ul li {
					padding-left: 15px;
					background: url(/news/images/arr_comments.gif) no-repeat 0 36px;
				}

					.newsFull .comments ul li .text form {
						margin: 0;
						margin-bottom: 6px;
						display: none;
					}
						.newsFull .comments ul li .text .text {
							font-size: 100%;
							padding-right: 0;
						}

				.newsFull .comments ul li div.active {
					background: url(/news/images/bg_addCommentsForm.gif) no-repeat;
				}
					.newsFull .comments ul li div.active a.answerBtn {
						display: inline-block;
						height: 18px;
						line-height: 18px;
						padding-top: 1px;
						padding-right: 12px;
						padding-left: 4px;
						margin-left: 8px;
						color: #2d2d2d;
						text-decoration: none;
						background: url(/news/images/bg_addCommentsForm_Title.gif) no-repeat top right;
					}
					.newsFull .comments ul li div.active form {
						display: block;
					}


		.newsFull .comments form {
			border: #d1d1d1 1px solid;
			padding: 16px;
			padding-left: 0;
			margin: 30px 0 20px 33px;
			width: 533px;
			position: relative;
		}

			.newsFull .comments form .title {
				padding: 0;
				position: absolute;
				top: -20px;
				left: -1px;
				font-size: 100%;
				font-weight: 100;
				background: url(/news/images/bg_addCommentsForm_Title.gif) no-repeat top right;
			}
				.newsFull .comments form .title span {
					display: inline-block;
					height: 20px;
					padding: 0 10px;
					line-height: 20px;
					background: url(/news/images/bg_addCommentsForm.gif) no-repeat;
				}

			.newsFull .comments form .close, #DropDownCitiesList .close {
				display: block;
				position: absolute;
				right: -1px;
				top: -1px;
				width: 15px;
				height: 15px;
				background: url(/news/images/ico_close.gif) no-repeat;
			}

			.newsFull .comments form a.auth {
				float: right;
				padding-left: 14px;
				background: url(/news/images/ico_auth.gif) no-repeat 0 8px;
				padding-right: 29px;
				padding-top: 8px;
			}


			.newsFull .comments form .formRow {
				overflow: hidden;
				_zoom: 1;
				margin-bottom: 8px;
			}
			.newsFull .comments form label {
				float: left;
				width: 44px;
				text-align: right;
				padding-right: 8px;
				font-size: 100%;
				padding-top: 3px;
			}
			.newsFull .comments form input.textfield {
				border: #a7a7a7 1px solid;
				background: #fff;
				padding: 3px 7px;
				width: 140px;
				font-size: 85%;
				color: #767676;
				vertical-align: middle;
			}
			.newsFull .comments form input.name {
				width: 100px;
			}
			.newsFull .comments form textarea {
				border: #a7a7a7 1px solid;
				background: #fff;
				width: 450px;
				height: 65px;
				font-size: 90%;
				vertical-align: top;
			}

			.newsFull .comments form .code {
				margin-left: 52px;
				overflow: hidden;
				_zoom: 1;
			}
				.newsFull .comments form .code img {
					vertical-align: middle;
					float: left;
				}
				.newsFull .comments form .code .text {
					float: left;
					margin-left: 20px;
					color: #a7a7a7;
					line-height: 17px;
					width: 123px;
					/width: 125px;
				}
				.newsFull .comments form .code .textfield {
					width: 74px;
					margin-left: 14px;
				}
					.newsFull .comments form .code .text a.refresh {
						padding-left: 17px;
						background: url(/news/images/ico_refresh.gif) no-repeat left;
					}

				.newsFull .comments form .button {
					border: #fff 0px solid;
					background: url(/news/images/bg_btn_red.png) no-repeat;
					_background: url(/news/images/bg_btn_red.gif) no-repeat;
					width: 61px;
					height: 22px;
					padding-bottom: 2px;
					color: #fff;
					margin-left: 10px;
					vertical-align: middle;
				}



		.newsFull .comments .bgTop {
			position: absolute;
			left: -1px;
			top: -1px;
			background: url(/news/images/bg_openNew_comments_top.gif) no-repeat;
			width: 675px;
			height: 5px;
		}
		.newsFull .comments .bgBtm {
			position: absolute;
			left: -1px;
			bottom: -1px;
			background: url(/news/images/bg_openNew_comments_btm.gif) no-repeat;
			width: 675px;
			height: 5px;
		}

		.newsFull .comments .corner {
			position: absolute;
			width: 3px;
			height: 3px;
			line-height: 1px;
			font-size: 1px;
			background: url(/news/images/bg_featerudnews_corners.gif) no-repeat;
		}
		.newsFull .comments .TL { top: -1px; left: -1px; background-position: 100% 100%; }
		.newsFull .comments .TR { top: -1px; right: -1px; background-position: 0 100%; }
		.newsFull .comments .BL { bottom: -1px; bottom: -2px; left: -1px; background-position: 100% 0; }
		.newsFull .comments .BR { bottom: -1px; bottom: -2px; right: -1px; background-position: 0 0; }


/*============ N E W S =============*/





/*============ REG FORMS =============*/

.popup_overlay {
	position: fixed;
	_position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 8888;
	opacity: 0.5;
	/filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	_filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.popup_container {
	position: fixed;
	_position: absolute;
	z-index: 9999;
	left: 50%;
	top: 80px;
	width: 397px;
	margin-left: -201px;
	border: #fff 3px solid;
	background: #f0f0f0;
}
	.popup_container .title {
		background: #e5e5e5 url(/news/images/bg_regForm.gif) no-repeat left;
		padding: 13px 57px;
		font-size: 160%;
		font-weight: 900;
		position: relative;
	}
		.popup_container .title .close {
			position: absolute;
			right: 16px;
			top: 50%;
			_top: 33px;
			margin-top: -8px;
		}

	.popup_container .content {
		padding: 16px 24px;
		padding-right: 6px;
		font-size: 110%;
	}
		.popup_container .content .blockTiltle {
			padding-left: 32px;
			display: block;
			background: url(/news/images/btn_popup_minus.gif) 0 5px no-repeat;
			padding-top: 5px;
			min-height: 16px;
			_height: 16px;
			font-size: 115%;
			font-weight: 100;
			color: #000;
			margin-bottom: 13px;
		}
		.popup_container .content .plus {
			background-image: url(/news/images/btn_popup_plus.gif);
		}

		.popup_container .content p.message {
			padding: 0;
			margin: 0;
			padding-bottom: 12px;
			font-size: 115%;
		}

		.popup_container .content .errorMessage {
			display: block;
			text-align: center;
			padding-bottom: 12px;
			color: #ff0000;
		}
		.popup_container .content .infoMessage {
			display: block;
			text-align: center;
			padding-bottom: 12px;
			color: #00aa00;
		}

		.popup_container .content form {
			padding-bottom: 12px;
			padding-right: 10px;
		}
			.popup_container .content form label {
				display: inline-block;
				width: 105px;
				margin-left: -15px;
				padding-right: 12px;
				text-align: right;
			}
				.popup_container .content form label sup {
					vertical-align: baseline;
					color: #ff3811;
					font-size: 200%;
				}
			.popup_container .content form .textInput {
				width: 134px;
				padding: 2px 5px;
				border: #d7d7d7 1px solid;
				margin-bottom: 6px;
				vertical-align: middle;
			}
			.popup_container .content form select {
				margin-bottom: 6px;
				vertical-align: middle;
			}
			.popup_container .content form .checkBox {
				vertical-align: middle;
			}
			.popup_container .content form span.text {
				display: inline-block;
				padding-bottom: 10px;
				vertical-align: text-top;
			}
			.popup_container .content form p {
				padding: 0;
				margin: 0;
				padding-bottom: 8px;
			}
			.popup_container .content p.step {
				padding-left: 33px;
			}
			.popup_container .content form a {
			}
			.popup_container .content form .image {
				padding-left: 106px;
			}
				.popup_container .content form .image i {
					padding-bottom: 10px;
					display: inline-block;
					font-size: 85%;
				}

			.popup_container .content form .formElement {
				position: relative;
			}

			.popup_container .content form .message {
				width: 220px;
				position: absolute;
				left: 130px;
				bottom: 14px;
			}
				.popup_container .content form .message p {
					background: #f2e3d6;
					padding: 6px 10px;
					font-size: 90%;
					color: #000;
					border-left: #dbcdc2 1px solid;
					border-right: #dbcdc2 1px solid;
				}

			.popup_container .content form .rules {
				padding: 6px 0;
				padding-left: 106px;
			}
				.popup_container .content form .rules input {
					margin: 0;
					padding: 0;
					width: 20px;
				}
				.popup_container .content form .rules a {
					padding-left: 20px;
				}

			.popup_container .content .button {
				padding-top: 6px;
				text-align: center;
			}
				.popup_container .content .button span {
					display: inline-block;
					background: url(/news/images/bg_Button_left.gif) no-repeat;
				}
				.popup_container .content .submitBtn {
					border: #fff 0px solid;
					height: 22px;
					padding: 0 12px;
					/padding: 0;
					padding-bottom:2px;
					color: #fff;
					font-size: 100%;
					font-weight: 900;
					background: url(/news/images/bg_Button_right.gif) no-repeat top right;
					cursor: pointer;
				}
				.popup_container .content form a.submitBtn {
					line-height: 29px;
					display: inline-block;
				}

		.popup_container .leftPadding {
			padding-left: 33px;
		}

		.popup_container .alert {
			padding-left: 50px;
			margin-left: -17px;
			min-height: 40px;
			_height: 40px;
			background: url(/news/images/bg_alert.gif) no-repeat;
			color: #f00;
			font-weight: 900;
		}

		.popup_container .checkBtn {
			margin-left: 4px;
			vertical-align: text-bottom;
		}

		.popup_container .red {
			color: #f00;
		}
		.popup_container a.project {
			display: inline-block;
			width: 32%;
		}


/*============ REG FORMS =============*/




/*============ SEARCH RESULTS =============*/

.searchResults .center {
	padding-top: 3px;
}

	.resultBlock {
		border: #c5c5c5 1px solid;
		position: relative;
		margin-bottom: 13px;
		width: 672px;
		_height: 100px;
	}

		.resultBlock .title {
			background: url(/news/images/bg_newsBlock_title_wide.gif) no-repeat -4px -4px;
			height: 33px;
			line-height: 33px;
			font-size: 160%;
			padding-left: 17px;
			border-bottom: #c5c5c5 1px solid;
		}

		.resultBlock .content {
			margin: 7px 15px;
			font-size: 110%;
		}
		.resultBlock .alert {
			padding-left: 50px;
			background: url(/news/images/ico_alert.gif) no-repeat;
		}

			.resultBlock .content p {
				margin: 0;
				padding: 7px 0;
			}
			.resultBlock .content .message {
				margin: 0 -15px;
				padding: 0 15px;
				padding-bottom: 7px;
				border-bottom: #c5c5c5 1px solid;
				font-size: 115%;
				font-weight: 100;
			}
			.resultBlock .alert .message {
				margin: 0;
				padding: 11px 0 7px 0;
				border-bottom: #fff 0px solid;
				font-size: 115%;
				font-weight: 100;
			}
				.resultBlock .content .message b {
				}
				.resultBlock .content .message a {
					font-size: 80%;
				}
			.resultBlock .content .variant {
				font-size: 115%;
				font-style: italic;
			}
			.resultBlock .content ul.simpleList {
				margin: 0;
				padding: 0;
				list-style: none;
				padding-bottom: 14px;
			}
				.resultBlock .content ul.simpleList li {
					padding-left: 7px;
					padding-top: 3px;
					background: url(/news/images/bg_li.gif) 0 9px no-repeat;
				}

			.resultBlock .content .categories {
				font-weight: 100;
				font-size: 90%;
				line-height: 20px;
			}
				.resultBlock .content .categories a, .resultBlock .content .categories span {
					display: inline-block;
					padding-right: 20px;
				}
				.resultBlock .content .categories .main {
					font-weight: 900;
					text-transform: uppercase;
				}


			.resultBlock .content .CategoryItem {
				margin: 5px 0 10px 0;
				position:relative;
				border: #c5c5c5 1px solid;
				background: url(/news/images/bg_sort.gif) repeat-y 450px 0;
				padding: 10px;
				text-align: center;
				font-size: 90%;
				_width: 618px;
				_height: 1px;
			}
				.resultBlock .content .CategoryItem .sorting {
					float: right;
					width: 167px;
				}
				.resultBlock .content .CategoryItem .category {
					float: left;
					font-size: 130%;
					font-weight: 900;
				}
				.resultBlock .content .CategoryItem .subcategories {
					text-align: left;
					padding: 0 180px 0 121px;
				}


			.resultBlock .SubCategoryItem {
				background: #c5c5c5;
				padding: 4px 11px;
				color: #fff;
				font-size: 110%;
				font-weight: 900;
				position: relative;
				margin-bottom: 14px;
				_width: 618px;
			}
				.resultBlock .SubCategoryItem .corner {
					position: absolute;
					width: 2px;
					height: 2px;
					line-height: 1px;
					font-size: 1px;
					background: url(/news/images/bg_corners_grey_2px.gif) no-repeat;
				}
				.resultBlock .SubCategoryItem .TL { top: 0px; left: 0px; background-position: 100% 100%; }
				.resultBlock .SubCategoryItem .TR { top: 0px; right: 0px; background-position: 0 100%; }
				.resultBlock .SubCategoryItem .BL { bottom: 0px; _bottom: -1px; left: 0px; background-position: 100% 0; }
				.resultBlock .SubCategoryItem .BR { bottom: 0px; _bottom: -1px; right: 0px; background-position: 0 0; }


			.resultBlock .content .resultsList {
			}
				.resultBlock .content .resultItem {
					overflow: hidden;
					_zoom: 1;
					padding-bottom: 24px;
				}
				.resultBlock .content .resultItem .image {
					float: left;
					margin-right: 12px;
					margin-bottom: 4px;
				}
				.resultBlock .content .resultItem .text {
				}
					.resultBlock .content .resultItem .text a {
						display: inline-block;
						padding-bottom: 2px;
						font-weight: 900;
					}

			.resultBlock .more {
				font-size: 90%;
				text-align: right;
			}


			.resultBlock .NewsCategoryItem {
				padding: 0;
				padding-bottom: 30px;
				font-size: 90%;
			}
				.resultBlock .NewsCategoryItem .bottom {
					position: static;
					padding-top: 10px;
				}
				.resultBlock .NewsCategoryItem .comments {
					font-size: 90%;
				}


			#cse-search-results {
				width: 990px;
				text-align: left;
			}


	.advancedSearch {
	}
		.advancedSearch .links {
			float: right;
			width: 12em;
			padding-left: 50px;
			padding-top: 4px;
			font-size: 90%;
		}
		.advancedSearch .tabs {
			margin: 0;
			padding: 0;
			list-style: none;
			overflow: hidden;
			_zoom: 1;
			font-size: 90%;
			padding-bottom: 14px;
			margin-left: 13em !important;
			background: url(/news/images/bg_tabs_advsearch.jpg) no-repeat bottom left;
		}
			.advancedSearch .tabs li {
				float: left;
				padding: 0 !important;
				background: none !important;
			}
				.advancedSearch .tabs li a {
					display: inline-block;
					padding: 0 12px;
					height: 18px;
					line-height: 18px;
				}
			.advancedSearch .tabs li.selected {
				background: url(/news/images/bg_stabs_selected.gif) no-repeat !important;
				margin-right: 10px;
			}
				.advancedSearch .tabs li.selected a {
					position: relative;
					margin-right: -10px;
					padding: 0 12px;
					background: url(/news/images/bg_stabs_selected_r.gif) no-repeat right;
					color: #c5151b;
					text-decoration: none !important;
				}


			.advancedSearch form {
			}
				.advancedSearch form th {
					text-align: right;
					padding: 0;
					margin: 0;
					font-weight: 100;
					width: 10.5em;
					/width: 11.5em;
					padding-right: 1em;
					vertical-align: top;
					padding-top: 4px;
				}
				.advancedSearch form td div {
					position: relative;
					z-index: 100;
				}
				.advancedSearch form .textfield {
					border: #cdcdcd 1px solid;
					width: 16em;
					padding: 3px 7px;
					margin-bottom: 10px;
					/margin-bottom: 8px;
					color: #757575;
					font-style: italic;
				}
				.advancedSearch form .select input {
					background: url(/news/images/arr_select.gif) no-repeat top right;
					cursor: pointer;
				}

				.advancedSearch form ul {
					margin: 0;
					padding: 0;
					list-style: none;
					position: absolute;
					border: #cdcdcd 1px solid;
					background: #fff;
					top: 24px;
					left: 0;
					z-index: 400;
				}
					.advancedSearch form ul li {
						width: 16em;
						padding: 3px 7px;
						color: #757575;
						cursor: pointer;
					}
					.advancedSearch form ul li.current {
						color: #fff;
						background: #333;
					}

		.advancedSearch td.button {
			text-align: right;
			padding-top: 3px;
		}
		.advancedSearch td .submitButton {
			display: inline-block;
			background: url(/news/images/bg_searchbutton.gif) no-repeat;
			border: #fff 0px solid;
			width: 69px;
			height: 26px;
			line-height: 26px;
			font-size: 125%;
			color: #fff;
			text-align: center;
			vertical-align: bottom;
		}



	.resultBlock .corner {
		position: absolute;
		width: 3px;
		height: 3px;
		line-height: 1px;
		font-size: 1px;
		background: url(/news/images/bg_featerudnews_corners.gif) no-repeat;
	}
	.resultBlock .TL { top: -1px; left: -1px; background-position: 100% 100%; }
	.resultBlock .TR { top: -1px; right: -1px; background-position: 0 100%; }
	.resultBlock .BL { bottom: -1px; _bottom: -2px; left: -1px; background-position: 100% 0; }
	.resultBlock .BR { bottom: -1px; _bottom: -2px; right: -1px; background-position: 0 0; }
	.CategoryItem .BL { _bottom: -1px; }
	.CategoryItem .BR { _bottom: -1px; }

/*============ SEARCH RESULTS =============*/








/*============ TAGS =============*/

	.NewsBlock .content .CategoryItem {
		margin: 5px 12px 10px 12px;
		position:relative;
		border: #c5c5c5 1px solid;
		padding: 10px;
		font-size: 110%;
		_width: 614px;
	}
		.NewsBlock .content .CategoryItem a {
			padding-right: 6px;
		}


	.NewsBlock .content .CategoryItem .corner {
		position: absolute;
		width: 3px;
		height: 3px;
		line-height: 1px;
		font-size: 1px;
		background: url(/news/images/bg_featerudnews_corners.gif) no-repeat;
	}
	.NewsBlock .content .CategoryItem .TL { top: -1px; left: -1px; background-position: 100% 100%; }
	.NewsBlock .content .CategoryItem .TR { top: -1px; right: -1px; background-position: 0 100%; }
	.NewsBlock .content .CategoryItem .BL { bottom: -1px; _bottom: -2px; left: -1px; background-position: 100% 0; }
	.NewsBlock .content .CategoryItem .BR { bottom: -1px; _bottom: -2px; right: -1px; background-position: 0 0; }


	.tagsCloud {
		padding: 10px 14px;
		padding-bottom: 30px;
		text-align: center;
	}
		.tagsCloud a {
			color: #306aac;
			line-height: 110%;
		}
		.tagsCloud .f7 {
			font-size: 30px;
		}
		.tagsCloud .f6 {
			font-size: 27px;
		}
		.tagsCloud .f5 {
			font-size: 24px;
		}
		.tagsCloud .f4 {
			font-size: 18px;
		}
		.tagsCloud .f3 {
			font-size: 15px;
		}
		.tagsCloud .f2 {
			font-size: 14px;
		}
		.tagsCloud .f1 {
			font-size: 12px;
		}

	.seeOther {
		width: 50%;
		float: left;
		padding-top: 12px;
	}
		.seeOther .title {
			font-size: 125%;
			color: #000;
			width: 90%;
			padding-bottom: 8px;
			padding-left: 6px;
			margin-bottom: 8px;
			background: url(/news/images/bg_dots.gif) repeat-x bottom left;
		}
		.seeOther ul {
			padding: 0;
			margin: 0;
			list-style: none;
			font-size: 110%;
			margin-left: 6px;
		}
			.seeOther ul li {
				padding-left: 14px;
				padding-bottom: 8px;
				background: url(/news/images/tags_bullet.gif) no-repeat 0 3px;
			}



		.NewsBlock .bottomBorder {
			_position: static;
			_margin-bottom: -8px;
		}

/*============ TAGS =============*/





.advBlock {
	padding-bottom: 12px;
	text-align: center;
}

.overflw_hdn {
	overflow: hidden;
	_zoom: 1;
}






/*      roundCornersBlock      */

.roundCornersBlock {
	border: #c5c5c5 1px solid;
	min-height: 17px;
	_height: 17px;
	position: relative;
	margin-bottom: 12px;
}

	.roundCornersBlock .content {
		position: relative;
	}

	.roundCornersBlock .tabs {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: -18px;
		right: 10px;
	}
		.roundCornersBlock .tabs li {
			float: right;
		}
			.roundCornersBlock .tabs li a {
				display: inline-block;
				padding: 0 7px;
				height: 18px;
				line-height: 18px;
			}
		.roundCornersBlock .tabs li.selected {
			background: url(/news/images/bg_tabs_selected.gif) no-repeat;
			margin-right: 10px;
		}
			.roundCornersBlock .tabs li.selected a {
				position: relative;
				margin-right: -10px;
				padding: 0 17px;
				background: url(/news/images/bg_tabs_selected_r.gif) no-repeat right;
				color: #c5151b;
				font-weight: 900;
				text-decoration: none !important;
			}

	.roundCornersBlock .title, .roundCornersBlock h1 {
		margin: 0;
		padding: 0;
		background: url(/news/images/bg_title.gif) repeat-x;
		height: 35px;
		line-height: 35px;
		border-bottom: #c7c7c7 1px solid;
		padding: 0 17px;
		font-size: 160%;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: 900;
	}
	.roundCornersBlock .corner {
		position: absolute;
		width: 3px;
		height: 3px;
		line-height: 1px;
		font-size: 1px;
		background: url(/news/images/bg_featerudnews_corners.gif) no-repeat;
	}
	.roundCornersBlock .TL { top: -1px; left: -1px; background-position: 100% 100%; }
	.roundCornersBlock .TR { top: -1px; right: -1px; background-position: 0 100%; }
	.roundCornersBlock .BL { bottom: -1px; _bottom: -2px; left: -1px; background-position: 100% 0; }
	.roundCornersBlock .BR { bottom: -1px; _bottom: -2px; right: -1px; background-position: 0 0; }

/*      roundCornersBlock      */


/* Weather Widget */
	.otherCityDropDown {
		font-weight: 100;
		color: #333;
		display: inline-block;
		margin-left: 30px;
		padding-top:3px;
		padding-right: 25px;
		height: 16px;
		vertical-align: baseline;
		background: url(/news/images/gadgets/bg_dropdown.gif) no-repeat;
		background-position: right !important;
	}

	#DropDownCitiesList {
		position: absolute;
		background: #fff;
		z-index: 999;
		min-height: inherit;
		width:280px;
		left:-200px;
		border: 1px solid #C5C5C5;
		display: none;
		margin: 1px -4px;
	}

	#DropDownCitiesList .close {
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 15px;
		height: 15px;
		background: url(/news/images/ico_close_grey.gif) no-repeat;
	}


			#DropDownCitiesList .cityField {
				margin: 10px;
				/*border-top: #d8d8d8 1px solid;*/
				padding-top: 6px;
				font-size: 110%;
				line-height: 20px;
				padding-bottom: 6px;
				position: relative;
			}
				#DropDownCitiesList .cityField input {
					border: #d4e0ee 1px solid;
					background: #fff;
					padding: 1px 7px;
					padding-right: 20px;
					width: 230px;
					color: #757575;
					font-style: italic;
					margin-right: 10px;
					vertical-align: middle;
				}
				#DropDownCitiesList .cityField .button {
					vertical-align: middle;
				}
				#DropDownCitiesList .cityField .alert {
					padding-left: 30px;
					font-size: 90%;
					color: #f00;
					display: inline-block;
					padding-top: 3px;
				}
					#DropDownCitiesList .cityField .alert img {
						vertical-align: middle;
						margin-top: -4px;
					}

			#DropDownCitiesList .citiesList {
				position: absolute;
				margin-top: 1px;
				border: #d1d1d1 1px solid;
				display:none;
				width: 257px;
			}
				#DropDownCitiesList .citiesList ul {
					padding: 0;
					margin: 0;
					list-style: none;
					margin-top: -1px;
				}
					#DropDownCitiesList .citiesList ul li {
						border-top: #e1e1ba 1px solid;
						background: #ffffdb;
						padding: 0 7px;
						font-size: 90%;
					}

					#DropDownCitiesList .citiesList ul li.selected {
						background: #aaaaaa;
					}

						#DropDownCitiesList .citiesList ul li a {
							color: #000;
							display: block;
							text-align:left;
						}

.userMenu .inner .informer .change_course_up {
	position: absolute;
	top: 2px;
	left: 3px;
}

.copyrights {
	font-size:120%;
	color:#636363;
}
.actions {
	float:right;
	font-size:12px;
	color:#7b7b7b;
	margin-top:22px;
}
	.actions a {
		display:inline-block;
		line-height:16px;
		color:#015bd1;
		/* vertical-align:middle; */
	}
	.actions .font {
		display:inline-block;
		line-height:16px;
		/* vertical-align:middle; */
	}
#printer {
	background:url(/news/images/printer.gif) no-repeat left center;
	padding-left:20px;
	margin-left:22px;
}
.clear_both {
	display:block;
	clear:both;
	font-size:1px;
	height:1px;
	overflow:hidden;
	line-height:1px;
}