a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #009cd5;
}
a:hover {
	text-decoration: underline;
	color: #006497;
}
html, body {
	min-height: 100%;
}
body {
	margin: 0px auto;
	padding: 0px;
	background: url(/tpl/img/body_bg.gif);
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
hr {
	background-color: #f65000;
	color: #f65000;
	height: 1px;
	line-height: 1px;
	border: 0px none;
}
:focus {
	outline: none;
}
textarea {
	resize: none;
}
button {
	height: 25px;
	line-height: 25px;
	color: #616161;
	font-weight: bold;
	font-size: 9pt;
	margin: 0px;
	padding: 0px 20px;
	background-color: #dcdcdc;
	background-image: -o-linear-gradient(top, #e9e9e9, #cbcbcb);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#e9e9e9),	to(#cbcbcb));
	background-image: -moz-linear-gradient(top,	#e9e9e9,	#cbcbcb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#cbcbcb', GradientType=0);
	border: 0px none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: none;
}
button:hover {
	background-image: -o-linear-gradient(top, #cbcbcb, #e9e9e9);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#cbcbcb),	to(#e9e9e9));
	background-image: -moz-linear-gradient(top,	#cbcbcb,	#e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbcbcb', endColorstr='#e9e9e9', GradientType=0);
}
button:active {
	background-color: #dcdcdc;
	background-image: -o-linear-gradient(top, #e9e9e9, #cbcbcb);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#e9e9e9),	to(#cbcbcb));
	background-image: -moz-linear-gradient(top,	#e9e9e9,	#cbcbcb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#cbcbcb', GradientType=0);
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.clear_right {
	clear: right;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
.hide {
	display: none;
}
.mark_red {
	color: #e40000;
}
.error_raport {
	height: 124px;
	width: 20px;
	background: url(/tpl/img/icons.png) -324px -96px no-repeat;
	cursor: pointer;
	position: fixed;
	left: 0px;
	bottom: 280px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	opacity: 0.2;
	z-index: 99999;
}
.error_raport:hover {
	opacity: 1;
}
#topcontrol {
	height: 73px;
	width: 20px;
	background: url(/tpl/img/icons.png) -304px -96px no-repeat;
	cursor: pointer;
	position: fixed;
	left: 0px;
	bottom: 150px;
	-moz-border-radius-topright: 5px;
 -moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	opacity: 0.2;
}
#topcontrol:hover {
	opacity: 1;
}
a.loginza button {
	text-decoration: none;
}
a.loginza:link,
a.loginza:visited,
a.loginza:active {
	text-decoration: none;
	color: #000;
}
a.loginza:hover {
	text-decoration: none;
}
.no_flash {
	border: 1px solid red;
	padding: 20px;
	font-size: 12pt;
	color: #000;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
/****** WRAPPER ******/

.wrapper {
	min-width: 1005px;
	max-width: 1375px;
	width: auto;
	margin: 0px auto;
	background-color: #fff;
}
/****** BANNERS ******/

.banners_three,
.banners_two {
	background: url(/tpl/img/body_bg.gif) left -4px;
	padding: 6px 0px 6px 0px;
}
.banners_three div {
	width: 33%;
	background: 50% 0px no-repeat;
}
.banners_two div {
	width: 49%;
	background: 50% 0px no-repeat;
}
.banners_one {
	max-height: 90px;
	overflow: hidden;
	text-align: center;

	/*width: 1007px;*/
	/*margin: 0 auto;*/
}
.banners_one div {
	background: 50% 0px no-repeat;
}
.banners_three_1 {
	float: left;
}
.banners_three_2 {
	margin: 0px auto;
}
.banners_three_3 {
	float: right;
}
.banners_two_1 {
	float: left;
}
.banners_two_2 {
	float: right;
}
.banners_two .larger {
	width: 66%;
}
.banners_two .less {
	width: 33%;
}
/****** HEADER ******/

/*.header {*/
	/*height: 96px;*/
	/*border-bottom: 1px solid #cdcdcd;*/
	/*background: url(/tpl/img/icons.png?450) 0px 0px no-repeat;*/
	/*margin: 0px;*/
	/*padding: 0px;*/
/*}*/
.logo_home {
	height: 96px;
	width: 90px;
	float: left;
}
.header_content {
	height: 96px;
	margin: 0px 0px 0px 102px;
}
.header_top {
	height: 50px;
	border-bottom: 1px solid #cdcdcd;
}
.home_link {
	width: 233px;
	float: left;
	height: 50px;
}
.date_poll {
	width: 37%;
	float: left;
}
.cur_date {
	float: left;
	padding: 8px 0px 0px 0px;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0px 0px 0px 16%;
}
.cur_date small {
	color: #009cd5;
	font-size: 9pt;
}
.cur_date a:link,
.cur_date a:visited,
.cur_date a:active {
	color: #000;
	text-decoration: none;
}
.cur_date a:hover {
	color: #006497;
	text-decoration: underline;
}
.icon_poll {
	float: right;
	width: 110px;
	height: 37px;
	margin: 0px 1% 0px 0px;
	padding: 13px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14px;
}
.icon_poll div {
	background: url(/tpl/img/icons.png) -85px -96px no-repeat;
	width: 20px;
	height: 24px;
	float: left;
	margin: 0px 8px 0px 0px;
}
.icon_poll span {
	font-size: 8pt;
	color: #009cd5;
}
.icon_poll a:link,
.icon_poll a:visited,
.icon_poll a:active {
	color: #000;
	text-decoration: none;
}
.icon_poll a:hover {
	color: #006497;
	text-decoration: underline;
}
.icon_map {
	float: right;
	width: 148px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16px;
}
.icon_map div {
	background: url(/tpl/img/icons.png) -225px -131px no-repeat;
	width: 54px;
	height: 35px;
	float: left;
	margin: 0px 8px 0px 0px;
}
.icon_map a:link,
.icon_map a:visited,
.icon_map a:active {
	color: #000;
	text-decoration: none;
}
.icon_map a:hover {
	color: #006497;
	text-decoration: underline;
}
.icon_rss {
	float: left;
	width: 24px;
	height: 24px;
	background: url(/tpl/img/icons.png) 0px -96px no-repeat;
	cursor: pointer;
	margin: 7px 15px 0px 0px;
}
.icon_rss:hover {
	background: url(/tpl/img/icons.png) -24px -96px no-repeat;
}
a.go2hutor {
    color: #000;
    text-decoration: none;
    text-align: right;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    display: block;
    float: left;
    width: 8%;
    height: 35px;
    background: url(/tpl/img/hutor.png) right bottom no-repeat;
}
.footer>a.go2hutor {position: absolute;margin-top: 15px;right: 50%;}
.icon_favorite {
	float: left;
	width: 24px;
	height: 24px;
	background: url(/tpl/img/icons.png) 0px -120px no-repeat;
	cursor: pointer;
	margin: 7px 15px 0px 0px;
}
.icon_favorite:hover {
	background: url(/tpl/img/icons.png) -24px -120px no-repeat;
}
.online_count {
	float: left;
	padding: 0px 0px 0px 0px;
	font-size: 11pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px 15px 0px 1%;
}
.online_count span {
	color: #009cd5;
	font-size: 10pt;
}
.icon_camera {
	float: left;
	width: 125px;
	height: 40px;
	margin: 0px 2% 0px 4%;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16px;
}
.icon_camera div {
	background: url(/tpl/img/icons.png) -48px -96px no-repeat;
	width: 37px;
	height: 29px;
	float: left;
}
.icon_camera a:link,
.icon_camera a:visited,
.icon_camera a:active {
	color: #000;
	text-decoration: none;
}
.icon_camera a:hover {
	color: #006497;
	text-decoration: underline;
}



.icon_estate {
	float: left;
	width: 138px;
	height: 40px;
	margin: 0px 0px 0px 2%;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 37px;
}
.icon_estate div {
	background: url(/tpl/img/keys.gif) no-repeat;
	width: 46px;
	height: 39px;
	float: left;
}
.icon_estate a:link,
.icon_estate a:visited,
.icon_estate a:active {
	color: #000;
	text-decoration: none;
}
.icon_estate a:hover {
	color: #006497;
	text-decoration: underline;
}


.header_bottom {
	height: 45px;
}
.city_n_phone {
	height: 30px;
	width: 150px;
	margin: 0px;
	float: left;
	color: #000;
	font-size: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding: 5px 0px 0px 0px;
	letter-spacing: 1px;
}
.city_n_phone small {
	font-size: 12px;
	letter-spacing: normal;
}
.city_n_phone span {
	font-size: 11pt;
}
.city_n_phone a:link,
.city_n_phone a:visited,
.city_n_phone a:active {
	color: #000;
	text-decoration: none;
}
.city_n_phone a:hover {
	color: #006497;
	text-decoration: underline;
}
.adult {
	float: left;
	height: 30px;
	width: 70px;
	margin: 0px 0px 0px 8px;
	color: #000;
	font-size: 8pt;
	font-family: "Trebuchet MS";
	line-height: 11px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.adult p {
	background-color: #cdcdcd;
	background-image: -o-linear-gradient(top, #ed8e59, #bb2000);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#ed8e59),	to(#bb2000));
	background-image: -moz-linear-gradient(top,	#ed8e59,	#bb2000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed8e59', endColorstr='#bb2000', GradientType=0);
	padding: 4px 0px 3px 0px;
}
.adult big {
 font-size: 13pt;
 color: #fff;
 letter-spacing: 1px;
}
.adult small {
 font-size: 10pt;
 color: #fff;
 vertical-align: top;
}
.adult span {
 font-size: 8pt;
}
.adult a:link,
.adult a:visited,
.adult a:active {
	color: #000;
	text-decoration: none;
}
.adult a:hover {
	color: #006497;
	text-decoration: underline;
}
.adult_txt {
	padding: 30px;
	font-size: 12pt;
}
.adult_txt p {
	margin-bottom: 10px;
}
.error_raport_txt {
	padding: 30px;
	font-size: 12pt;
	text-align: center;
}
.error_raport_txt p {
	margin-bottom: 20px;
	font-weight: bold;
}
.error_raport_txt input {
	border: 1px solid #e1e1e1;
	padding: 3px 5px;
	font-size: 9pt;
	width: 280px;
	font-family: Verdana, Geneva, sans-serif;
}
.error_raport_txt textarea {
	border: 1px solid #e1e1e1;
	padding: 3px 5px;
	font-size: 9pt;
	width: 280px;
	font-family: Verdana, Geneva, sans-serif;
	height: 100px;
}
.error_raport_txt button {
	margin-top: 5px;
	width: 290px;
}
/*.search {*/
	/*float: right;*/
	/*width: 17%;*/
	/*height: 45px;*/
/*}*/
/*.search input {*/
	/*width: 80%;*/
	/*border: 1px solid #cdcdcd;*/
	/*height: 23px;*/
	/*margin: 10px 0px 0px 0px;*/
	/*line-height: 23px;*/
	/*padding: 0px 10px 0px 5px;*/
	/*color: #000;*/
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	/*font-size: 10pt;*/
/*}*/
/*.search button {*/
	/*width: 26px;*/
	/*height: 25px;*/
	/*filter: none;*/
	/*background: url(/tpl/img/icons.png) 0px -144px no-repeat;*/
	/*float: right;*/
	/*margin: 0px 3px 0px 0px;*/
	/*position: relative;*/
	/*top: -25px;*/
	/*cursor: pointer;*/
	/*padding: 0px;*/
/*}*/
/*.search button:hover {*/
	/*background: url(/tpl/img/icons.png) -26px -144px no-repeat;*/
/*}*/
.weather_currency {
	width: 33%;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
.weather {
	float: left;
	margin: 0px 0px 0px 15%;
	padding: 6px 0px 0px 0px;
	color: #ff5920;
	font-size: 14pt;
}
.weather p {
	float: left;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
.weather p a{
	text-decoration: none;
}
.weather span {
	color: #009cd5;
}
.weather div {
	float: left;
	height: 35px;
	margin: 0px 3px 0px 0px;
}
.weather_0 {
	width: 37px;
	background: url(/tpl/img/icons.png) -105px -96px no-repeat;
}
.weather_1 {
	width: 44px;
	background: url(/tpl/img/icons.png) -142px -96px no-repeat;
}
.weather_2 {
	width: 26px;
	background: url(/tpl/img/icons.png) -186px -96px no-repeat;
}
.weather_3 {
	width: 42px;
	background: url(/tpl/img/icons.png) -212px -96px no-repeat;
}
.weather_4 {
	width: 50px;
	background: url(/tpl/img/icons.png) -254px -96px no-repeat;
}
.currency {
	float: right;
	font-size: 10pt;
	line-height: 16px;
	padding: 5px 0px 0px 0px;
	/*margin: 0px 12% 0px 0px;*/
	margin: 0px 0 0px 0px;
}
.currency div {
	display: inline-block;
	margin: 0px 5px;
	padding: 0px;
}
.currency p {
	border-bottom: 1px solid #cdcdcd;
	margin: 0px;
	padding: 0px;
}
.currency p a:link,
.currency p a:visited,
.currency p a:active {
	color: #009cd5;
	text-decoration: none;
}
.currency p a:hover {
	color: #006497;
	text-decoration: underline;
}
.currency_up {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: url(/tpl/img/icons.png) -91px -120px no-repeat;
	margin: 0px 0px 0px 3px;
}
.currency_down {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: url(/tpl/img/icons.png) -85px -120px no-repeat;
	margin: 0px 0px 0px 3px;
}
/****** MENU ******/

.menu_parts {
	height: 26px;
	margin: 1px;
}
.menu_parts div {
	text-align: center;
	width: 33%;
	height: 26px;
	background-color: #bdbcbd;
	background-image: -o-linear-gradient(left, #9f9f9f, #cdcdcd);
	background-image: -webkit-gradient(linear, left top,	right top,	from(#9f9f9f),	to(#cdcdcd));
	background-image: -moz-linear-gradient(left,	#9f9f9f,	#cdcdcd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f9f9f', endColorstr='#cdcdcd', GradientType=1);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 26px;
	overflow: hidden;
}
.menu_parts div a:link,
.menu_parts div a:visited,
.menu_parts div a:active {
	color: #000;
	text-decoration: none;
}
.menu_parts div a:hover {
	color: #fff;
	text-decoration: none;
}
.menu_parts .local_news a:link,
.menu_parts .local_news a:visited,
.menu_parts .local_news a:active {
	color: #fff;
	text-decoration: none;
}
.menu_parts .local_news a:hover {
	color: #fff;
	text-decoration: none;
}
.menu_parts p {
	height: 35px;
	padding: 0px;
	margin: 0px;
	background: url(/tpl/img/menu_bullit.gif) right bottom no-repeat;
	cursor: pointer;
}
.menu_parts .menu_parts_1 {
	float: left;
	border-right: 1px solid #fff;
}
.menu_parts .menu_parts_2 {
	margin: 0px auto;
	width: auto;
}
.menu_parts .menu_parts_3 {
	float: right;
	border-left: 1px solid #fff;
}
.menu_parts div:hover {
	background-color: #6a6a6a;
	background-image: -o-linear-gradient(top, #7c7c7c, #616161);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#7c7c7c),	to(#616161));
	background-image: -moz-linear-gradient(top,	#7c7c7c,	#616161);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#616161', GradientType=0);
	color: #fff;
}
.menu_parts .select {
	background-color: #6a6a6a;
	background-image: -o-linear-gradient(top, #7c7c7c, #616161);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#7c7c7c),	to(#616161));
	background-image: -moz-linear-gradient(top,	#7c7c7c,	#616161);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#616161', GradientType=0);
	font-weight: bold;
	color: #fff;
	cursor: default;
}
.menu_parts .select a:link,
.menu_parts .select a:visited,
.menu_parts .select a:active {
	color: #fff;
}
.menu_parts .local_news {
	background-color: #0071a4;
	background-image: -o-linear-gradient(left, #006497, #009cd5);
	background-image: -webkit-gradient(linear, left top,	right top,	from(#006497),	to(#009cd5));
	background-image: -moz-linear-gradient(left,	#006497,	#009cd5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006497', endColorstr='#009cd5', GradientType=1);
	color: #fff;
}
.menu_parts .local_news:hover {
	background-color: #0180b6;
	background-image: -o-linear-gradient(top, #019cd5, #016798);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#019cd5),	to(#016798));
	background-image: -moz-linear-gradient(top,	#019cd5,	#016798);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019cd5', endColorstr='#016798', GradientType=0);
}
.menu_parts .local_news.select {
	background-color: #0180b6;
	background-image: -o-linear-gradient(top, #019cd5, #016798);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#019cd5),	to(#016798));
	background-image: -moz-linear-gradient(top,	#019cd5,	#016798);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019cd5', endColorstr='#016798', GradientType=0);
}
.main_menu {
	border-bottom: 1px solid #cdcdcd;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
}
.menu_line {
	height: 21px;
	margin: 0px 1px 1px 1px;
	background-color: #6c6c6c;
	background-image: -o-linear-gradient(top, #7b7b7c, #616161);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#7b7b7c),	to(#616161));
	background-image: -moz-linear-gradient(top,	#7b7b7c,	#616161);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7c', endColorstr='#616161', GradientType=0);
	padding: 0px;
	overflow: hidden;
}
.local_news .menu_line {
	background-color: #0180b6;
	background-image: -o-linear-gradient(top, #019cd5, #016798);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#019cd5),	to(#016798));
	background-image: -moz-linear-gradient(top,	#019cd5,	#016798);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019cd5', endColorstr='#016798', GradientType=0);
}
.menu_wrap {
	float: left;
}
.menu_line p {
	float: left;
	height: 21px;
	line-height: 21px;
	margin: 0px;
	text-align: center;
	padding: 0px 25px;
	white-space: nowrap;
	cursor: pointer;
}
.menu_line p:hover {
	background-image: -o-linear-gradient(top, #616161, #7b7b7c);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#616161),	to(#7b7b7c));
	background-image: -moz-linear-gradient(top,	#616161,	#7b7b7c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#616161', endColorstr='#7b7b7c', GradientType=0);
}
.local_news .menu_line p:hover {
	background-image: -o-linear-gradient(top, #016798, #019cd5);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#016798),	to(#019cd5));
	background-image: -moz-linear-gradient(top,	#016798,	#019cd5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#016798', endColorstr='#019cd5', GradientType=0);
}
.menu_line a:link,
.menu_line a:visited,
.menu_line a:active {
	color: #fff;
	text-decoration: none;
}
.menu_line a:hover {
	color: #d3d2d2;
	text-decoration: none;
}
.local_news .menu_line a:hover {
	color: #a2edff;
	text-decoration: none;
}
.menu_line a.select {
	color: #d3d2d2;
}
.local_news .menu_line a.select {
	color: #a2edff;
}
.menu_line a.select p {
	background-image: -o-linear-gradient(top, #565656, #7b7b7c);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#565656),	to(#7b7b7c));
	background-image: -moz-linear-gradient(top,	#565656,	#7b7b7c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#7b7b7c', GradientType=0);
}
.local_news .menu_line a.select p {
	background-image: -o-linear-gradient(top, #016798, #019cd5);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#016798),	to(#019cd5));
	background-image: -moz-linear-gradient(top,	#016798,	#019cd5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#016798', endColorstr='#019cd5', GradientType=0);
}
.menu_separator {
	width: 0px;
	height: 18px;
	float: left;
	border-left: 1px solid #868686;
	border-right: 1px solid #565656;
	margin: 2px 0px 0px 0px;
}
.local_news .menu_separator {
	border-left: 1px solid #0196ce;
	border-right: 1px solid #006faf;
}
/****** NOTICE ******/

.notice {
	margin: 0px 0px 0px 0px;
	padding: 0px 25px;
	background: url(/tpl/img/body_bg.gif) left;
	height: 50px;
}
.notice_title {
	color: #006497;
	font-size: 12pt;
	background-color: #fff;
	padding: 6px 12px;
	margin: 0px;
	border-left: 1px solid #d1effb;
	border-right: 1px solid #d1effb;
	border-bottom: 1px solid #d1effb;
	-moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: left;
}
.notice_body {
	padding: 8px 0px 0px 0px;
	color: #000;
	font-size: 10pt;
	margin: 0px 0px 0px 100px;
}
.notice_body a:link,
.notice_body a:visited,
.notice_body a:active {
	color: #000;
	text-decoration: underline;
}
.notice_body a:hover {
	color: #006497;
	text-decoration: underline;
}
/****** MAIN CONTENT ******/

.main_content {
	background: url(/tpl/img/body_bg.gif) 67% repeat-y;
	margin: 0px;
	padding: 0px;
}
.main_content img {
	max-width: 100%;
}
.main_content h4 {
	color: #009cd5;
	margin: 5px 10px 20px 26px;
	padding: 0px;
	font-size: 11pt;
}
.main_content h4 .news_comm {
	float: right;
	height: 13px;
	padding: 0px;
	margin: 2px 0px 0px 0px;
	font-size: 8pt;
	font-weight: normal;
}
.main_content h4 .news_comm p {
	width: 10px;
	height: 9px;
	float: left;
	background: url(/tpl/img/icons.png) -52px -140px no-repeat;
	margin: 2px 5px 0px 0px;
}
.main_content h4 a:link,
.main_content h4 a:visited,
.main_content h4 a:active {
	color: #009cd5;
	text-decoration: none;
}
.main_content h4 a:hover {
	color: #009cd5;
	text-decoration: underline;
}
.main_content h4 small {
	font-weight: normal;
}
.main_content h4.first_title {
	margin-top: 20px;
}
.main_content h4 span {
	font-size: 10pt;
	margin: 0px 10px;
	color: #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
}
.main_content h4 small {
	color: #616161;
}
.left_column {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 67%;
    /*min-width: 920px;*/
}
.right_column {
	float: right;
	width: 33%;
	padding: 15px 0px 0px 0px;
	margin: 0px;
}
.right_big_banner {
	height: 200px;
	margin: 20px 0px;
	background: url(/tpl/img/temp_banner.jpg) center top repeat-y;
}
.icon_media {
	float: left;
	margin: 0px;
	width: 16px;
}
.icon_media div {
	margin: 5px 0px 8px 0px;
}
.icon_video {
	background: url(/tpl/img/icons.png) -48px -125px no-repeat;
	height: 15px;
	width: 16px;
	cursor: pointer;
}
.icon_photo {
	background: url(/tpl/img/icons.png) -64px -125px no-repeat;
	height: 12px;
	width: 16px;
	cursor: pointer;
}
.icon_marker {
	background: url(/tpl/img/icons.png) -84px -154px no-repeat;
	height: 15px;
	width: 12px;
	cursor: pointer;
	border-left: 2px solid #fff;
}
.icon_n_tv {
	background: url(/tpl/img/icons.png) -162px -131px no-repeat;
	height: 14px;
	width: 15px;
	cursor: pointer;
}
.admin_edit {
	height: 16px;
	width: 16px;
	background: url(/tpl/img/icons.png) -130px -131px no-repeat;
	cursor: pointer;
	float: left;
}
.admin_cedit {
	height: 16px;
	width: 16px;
	background: url(/tpl/img/icons.png) -146px -131px no-repeat;
	cursor: pointer;
	float: left;
}
/****** NEWS HOT ******/

.hot_news {
	margin: 25px 20px 5px 5px;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;
}
.hot_news .news_info {
	width: 171px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.hot_news .image_author {
	font-size: 60%;
	width: 150px;
	float: right;
	color: #ccc;
}

.hot_news .news_time_date {
	height: 16px;
	width: 171px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.hot_news .news_time {
	float: left;
	height: 16px;
	width: 50px;
	line-height: 16px;
	color: #fff;
	background-color: #616161;
	padding: 0px;
	margin: 0px 0px 0px 21px;
	text-align: center;
}
.hot_news .news_date {
	float: right;
	height: 16px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}

.hot_news .news_date_ok {
	float: left;
	height: 16px;
	line-height: 16px;
	padding: 0px;
	margin: 0px 0px 0px 21px;
	color: #616161;
	font-size: 10pt;
}

.news_date a:link,
.news_date a:visited,
.news_date a:active {
	color: #616161;
	text-decoration: none;
}
.news_date a:hover {
	color: #616161;
	text-decoration: underline;
}
.hot_news .news_info img {
	width: 150px;
	height: 150px;
	margin: 5px 0px 0px 0px;
	float: right;
}
.hot_news .news_comm_view {
	height: 16px;
	width: 171px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.hot_news .news_comm {
	float: left;
	height: 16px;
	width: 43%;
	line-height: 16px;
	padding: 0px;
	margin: 5px 0px 0px 21px;
}
.news_comm a:link,
.news_comm a:visited,
.news_comm a:active {
	color: #616161;
	text-decoration: none;
}
.news_comm a:hover {
	color: #616161;
	text-decoration: underline;
}
.hot_news .news_comm p {
	width: 16px;
	height: 16px;
	float: left;
	background: url(/tpl/img/icons.png) -64px -137px no-repeat;
	margin: 0px 5px 0px 0px;
}
.hot_news .news_view {
	float: left;
	height: 16px;
	width: 43%;
	line-height: 16px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	color: #616161;
}
.hot_news .news_view p {
	width: 16px;
	height: 10px;
	float: left;
	background: url(/tpl/img/icons.png) -80px -126px no-repeat;
	margin: 3px 5px 0px 0px;
}
.hot_news .news_title {
	margin: 0px 0px 0px 192px;
	font-size: 8pt;
}
.hot_news .news_title p {
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	color: #616161;
}
.hot_news .news_title h1 {
	margin: 0px;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	color: #616161;
}



.hot_news .news_title span {
	font-size: 8pt;
	margin: 0px 5px;
	color: #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
}
.hot_news .news_title a:link,
.hot_news .news_title a:visited,
.hot_news .news_title a:active {
	color: #616161;
	text-decoration: none;
}
.hot_news .news_title a:hover {
	color: #616161;
	text-decoration: underline;
}
.hot_news .news_title p a:link,
.hot_news .news_title p a:visited,
.hot_news .news_title p a:active {
	color: #000;
	text-decoration: none;
}
.hot_news .news_title p a:hover {
	color: #006497;
	text-decoration: underline;
}
.hot_news .news_title .news_self {
	display: inline-block;
	width: 9px;
	height: 8px;
	background: url(/tpl/img/icons.png) -96px -126px no-repeat;
	cursor: pointer;
	margin: 0px 0px 0px 10px;
}
.hot_news .news_title .news_self_tv {
	display: inline-block;
	width: 29px;
	height: 8px;
	background: url(/tpl/img/icons.png) -114px -147px no-repeat;
	cursor: pointer;
	margin: 0px 0px 0px 10px;
}


.hot_news .news_lide {
	margin: 10px 0px 0px 192px;
	font-size: 10pt;
	color: #616161;
}
.hot_news .news_lide span {
	color: #000;
}
.news_lide a:link,
.news_lide a:visited,
.news_lide a:active {
	color: #009cd5;
	text-decoration: underline;
}
.news_lide a:hover {
	color: #000;
	text-decoration: underline;
}
.news_tag {
	margin: 15px 0px 0px 192px;
	color: #616161;
	font-size: 8pt;
}
.news_tag p {
	float: left;
	width: 15px;
	height: 15px;
	background: url(/tpl/img/icons.png) -80px -136px no-repeat;
	margin: 0px 5px 0px 0px;
}
.news_tag a:link,
.news_tag a:visited,
.news_tag a:active {
	color: #616161;
	text-decoration: none;
}
.news_tag a:hover {
	color: #616161;
	text-decoration: underline;
}
.news_text {
	font-size: 10pt;
	color: #000;
	margin: 15px 30px 20px 25px;
}
/****** NEWS FULL ******/

.news_text p {
	padding: 7px 0px;
}
.news_media_content {
	margin: 0px 0px 25px 0px;
	padding: 15px 0px 15px 25px;
	background: url(/tpl/img/body_bg.gif);
}
.news_media_content embed {
	background-color: #000;
}
.news_media_content h4 {
	margin-left: 0px;
}
.news_photogallery {
	margin: 0px 30px 0px 0px;
	padding: 0px;
}
.news_photogallery a:link,
.news_photogallery a:visited,
.news_photogallery a:active {
	text-decoration: none;
}
.news_photogallery a:hover {
	text-decoration: none;
}
.news_photogallery_photo {
	width: 70px;
	height: 70px;
	cursor: pointer;
	float: left;
	margin: 1px;
}
.news_photogallery_photo div {
	float: right;
	background-color: #fff;
	padding: 1px 4px;
	color: #009cd5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	display: none;
}
.news_photogallery_photo:hover div {
	display: block;
}
.news_share {
	float: left;
	margin: 5px 0px 0px 30px;
}
.news_author {
	float: right;
	margin: 5px 30px 0px 0px;
	font-size: 10pt;
	text-align: right;
	width: 450px;
}
.news_tag_view {
	border-top: 1px solid #cdcdcd;
	margin: 25px 5px 25px 0px;
	padding: 10px 0px 0px 25px;
}
.news_tag_view .news_tag {
	margin: 0px 0px 8px 0px;
}
.news_tag_view .news_view {
	height: 16px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	color: #616161;
	font-size: 8pt;
}
.news_tag_view .news_view p {
	width: 16px;
	height: 10px;
	float: left;
	background: url(/tpl/img/icons.png) -80px -126px no-repeat;
	margin: 3px 5px 0px 0px;
}
/****** AUTHORIZE FORM ******/

.authorize_form {
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
.authorize_form h4 {
	margin-left: 0px;
}
.authorize_loginza {
	float: left;
	width: 49%;
	border-right: 1px solid #cdcdcd;
}
.authorize_hutor {
	float: right;
	width: 49%;
}
.authorize_hutor form {
	padding: 0px;
	margin: 0px;
}
.authorize_hutor form p {
	font-size: 9pt;
	color: #000;
	margin: 10px 0px 5px 0px;
}
.authorize_hutor form input {
	width: 80%;
	border: 1px solid #e1e1e1;
	padding: 3px 5px;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 0px 5px 0px;
}
.authorize_hutor form button {
	margin: 10px 0px 30px 0px;
}
.authorize_hutor form a {
	font-size: 9pt;
	margin: 0px 0px 0px 50px;
}

.auth_form {

}
.auth_form input {
	width: 300px;
	border: 1px solid #e1e1e1;
	padding: 3px 5px;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 0px 5px 0px;
}
.auth_form button {
	width: 310px;
}
/****** NEWS COMMENTS ******/

.news_comments {
	margin: 10px 30px 0px 25px;
}
.news_comments h4 {
	margin-left: 0px;
}
.news_comment {
	margin: 10px 0px 20px 0px;
}
.news_comment_title {
	border-bottom: 1px solid #cdcdcd;
	font-size: 9pt;
	margin: 0px 0px 5px 0px;
	min-height: 17px;
}
.news_comment_title span {
	font-size: 8pt;
	margin: 0px 5px;
	color: #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
}
.news_comment_title a:link,
.news_comment_title a:visited,
.news_comment_title a:active {
	color: #616161;
	text-decoration: none;
}
.news_comment_title a:hover {
	color: #616161;
	text-decoration: none;
	border-bottom: 1px dashed #616161;
}
.news_comment_title a.select:link,
.news_comment_title a.select:visited,
.news_comment_title a.select:active {
	font-weight: bold;
	color: #009cd5;
	text-decoration: none;
	cursor: default;
}
.news_comment_title a.select:hover {
	color: #009cd5;
	text-decoration: none;
	border-bottom: 0px none;
}
.news_comment_date {
	float: right;
	color: #616161;
	font-size: 8pt;
	line-height: 17px;
}
.news_comment_date .news_comment_vote {
	margin-top: 10px;
	position: absolute;
	width: 170px;
	//background-color: #fff;
}
.news_comment_date .news_comment_vote small {
	float: right;
	font-size: 8pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #8ec763;
	width: 35px;
	text-align: right;
}
.news_comment_date .news_comment_vote small.nolike {
	color: #c76363;
	text-align: left;
}
.news_comment_vote_like {
	background: url(/tpl/img/icons.png) -189px -131px no-repeat;
	width: 12px;
	height: 13px;
	cursor: pointer;
	float: right;
	margin: 0px 0px 0px 5px;
}
.news_comment_vote_like:hover {
	background: url(/tpl/img/icons.png) -177px -131px no-repeat;
}
.news_comment_vote_nolike {
	background: url(/tpl/img/icons.png) -213px -131px no-repeat;
	width: 12px;
	height: 13px;
	cursor: pointer;
	float: right;
	margin: 4px 5px 0px 10px;
}
.vote_nolike_delete {
	background: red;
	color: #fff;
	width: 12px;
	height: 14px;
	cursor: pointer;
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 3px 5px;
}
.vote_nolike_delete:hover {
	background: #6495ED;

}

.news_comment_vote_nolike:hover {
	background: url(/tpl/img/icons.png) -201px -131px no-repeat;
}

.vote_like_delete {
	background: green;
	color: #fff;
	width: 12px;
	height: 14px;
	cursor: pointer;
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 3px 5px;
}
.vote_like_delete:hover {
	background: #6495ED;

}


.vote_show_ip {
	background: #ff9494;
	color: #fff;
	width: 12px;
	height: 14px;
	cursor: pointer;
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 3px 5px;
}

.vote_show_ip:hover {
	background: #6495ED;

}


.news_comment_date span {
	float: right;
	height: 17px;
	background-color: #cdcdcd;
	color: #fff;
	padding: 0px;
	width: 50px;
	text-align: center;
	margin: 0px 0px 0px 8px;
	font-family: Verdana, Geneva, sans-serif;
}
.news_comment_date p {
	float: left;
	background: url(/tpl/img/icons.png) -52px -154px no-repeat;
	width: 16px;
	height: 15px;
	margin: 0px 8px 0px 0px;
	cursor: pointer;
}
.news_comment_date p:hover {
	background: url(/tpl/img/icons.png) -114px -131px no-repeat;
}
.news_comment_body {
	font-size: 9pt;
	margin: 0px 0px 0px 10px;
	overflow: auto;
	padding-right: 150px;
}

.vote_show_ip_body {
	background: #fff3f0;
	font-size: 9pt;
	margin: 10px 0px;
	overflow: auto;
	padding: 10px 160px 10px 10px;
	display: none;
}

.quote{
	background: #eee; color: #8c8c8c; padding: 10px;
}

.important {
	background: #e6f5fc; padding: 10px;
	margin-bottom: 20px;
}

.bad_comment {
	color: #ccc;
}

.news_comment_form {
	margin: 40px 0px 0px 0px;
	padding: 0px;
}
.news_comment_form p {
	font-size: 10pt;
}
.news_comment_form input {
	width: 80%;
	border: 1px solid #e1e1e1;
	padding: 3px 5px;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 0px 5px 0px;
}
.news_comment_form textarea {
	border: 1px solid #e1e1e1;
	padding: 3px 5px;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	width: 98%;
	height: 60px;
}
.news_comment_form button {
	width: 100%;
	margin: 10px 0px 30px 0px;
}
.news_comment_form a:link,
.news_comment_form a:visited,
.news_comment_form a:active {
	text-decoration: none;
	color: #009cd5;
}
.news_comment_form a:hover {
	text-decoration: underline;
	color: #009cd5;
}
.news_comment_form a:hover p {
	background: url(/tpl/img/icons.png) -68px -154px no-repeat;
}
.news_comment_form .news_comment_form_qote {
	font-size: 9pt;
	min-height: 22px;
	padding: 0px 0px 5px 0px;
}
.news_comment_form .news_comment_form_qote p {
	float: left;
	background: url(/tpl/img/icons.png) -52px -154px no-repeat;
	width: 16px;
	height: 15px;
	margin: 0px 8px 0px 0px;
}
.news_comment_form .news_comment_form_smile {
	float: right;
	font-size: 9pt;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	margin: 0px 10px 0px 0px;
}
.news_comment_form .news_comment_form_smile p {
	float: right;
	background: url(/tpl/img/icons.png) -96px -134px no-repeat;
	width: 18px;
	height: 22px;
	margin: 0px 0px 0px 8px;
}
.news_comment_form .smiles_block {
	background: url(/tpl/img/body_bg.gif);
	margin: 0px 0px 5px 0px;
	padding: 5px;
	text-align: center;
}
.news_comment_form .smiles_block img {
	margin: 5px;
	cursor: pointer;
}

.conference_form {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.conference_form input {
	border: 1px solid #e1e1e1;
	padding: 3px 5px;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 5px 5px 0px;
	width: 98%;
}
.conference_form textarea {
	border: 1px solid #e1e1e1;
	padding: 3px 5px;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	width: 98%;
	height: 60px;
}
.conference_form button {
	width: 100%;
	margin: 10px 0px 30px 0px;
}
.conference_question {
	margin: 0px 35px 15px 25px;
	font-size: 10pt;
	padding: 0px;
}
.conference_question span {
	color: #616161;
}
.conference_answer {
	margin: 0px 35px 25px 50px;
	font-size: 10pt;
	background-color: #E9E9E9;
	padding: 8px;
}
/****** NEWS WARM ******/

.warm_news {
	margin: 15px 10px 0px 7px;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;
}
.warm_news .news_title {
	margin: 0px 0px 0px 21px;
	font-size: 8pt;
}
.warm_news .news_title p {
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}
.warm_news .news_title span {
	font-size: 8pt;
	margin: 0px 5px;
	color: #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
}
.warm_news .news_title p span {
	color: #616161;
	font-weight: normal;
	font-size: 9pt;
	margin: 0px;
}
.warm_news .news_title a:link,
.warm_news .news_title a:visited,
.warm_news .news_title a:active {
	color: #616161;
	text-decoration: none;
}
.warm_news .news_title a:hover {
	color: #616161;
	text-decoration: underline;
}
.warm_news .news_title p a:link,
.warm_news .news_title p a:visited,
.warm_news .news_title p a:active {
	color: #000;
	text-decoration: none;
}
.warm_news .news_title p a:hover {
	color: #006497;
	text-decoration: underline;
}
.warm_news .news_title .news_self {
	display: inline-block;
	width: 9px;
	height: 8px;
	background: url(/tpl/img/icons.png) -96px -126px no-repeat;
	cursor: pointer;
	margin: 0px 0px 0px 10px;
}
.warm_news .news_title .news_self_tv {
	display: inline-block;
	width: 29px;
	height: 8px;
	background: url(/tpl/img/icons.png) -114px -147px no-repeat;
	cursor: pointer;
	margin: 0px 0px 0px 10px;
}
.warm_news .news_info {
	height: 13px;
	line-height: 13px;
	margin: 3px 0px 0px 21px;
	font-size: 8pt;
}
.warm_news .news_time {
	float: left;
	height: 13px;
	width: 50px;
	color: #fff;
	background-color: #616161;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.warm_news .news_date {
	float: left;
	height: 13px;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 0px 8px;
}
.warm_news .news_view {
	float: left;
	height: 13px;
	width: 65px;
	padding: 0px;
	margin: 0px;
	color: #616161;
}
.warm_news .news_view p {
	width: 16px;
	height: 10px;
	float: left;
	background: url(/tpl/img/icons.png) -80px -126px no-repeat;
	margin: 2px 5px 0px 0px;
}
.warm_news .news_comm {
	float: left;
	height: 13px;
	width: 65px;
	padding: 0px;
	margin: 0px 0px 0px 35px;
}
.warm_news .news_comm p {
	width: 10px;
	height: 9px;
	float: left;
	background: url(/tpl/img/icons.png) -52px -140px no-repeat;
	margin: 2px 5px 0px 0px;
}
.warm_news img {
	width: 50px;
	height: 50px;
	float: left;
	margin: 5px 0px 0px 5px;
}
.warm_news .news_lide {
	margin: 5px 0px 0px 79px;
	font-size: 8pt;
	color: #616161;
}
/****** NEWS LENTA ******/

.lenta_news {
	margin: 15px 10px 0px 7px;
	padding: 0px;
	/*padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;*/
}
.lenta_news .news_title {
	margin: 0px 0px 0px 21px;
	font-size: 8pt;
	padding: 4px 0px 0px 0px;
}
.lenta_news .news_title p {
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}
.lenta_news .news_title p a:link,
.lenta_news .news_title p a:visited,
.lenta_news .news_title p a:active {
	color: #000;
	text-decoration: none;
}
.lenta_news .news_title p a:hover {
	color: #006497;
	text-decoration: underline;
}
.lenta_news .news_part {
	float: left;
	margin: 0px 0px 0px 30px;
}
.lenta_news .news_part span {
	font-size: 8pt;
	margin: 0px 5px;
	color: #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
}
.lenta_news .news_part a:link,
.lenta_news .news_part a:visited,
.lenta_news .news_part a:active {
	color: #616161;
	text-decoration: none;
}
.lenta_news .news_part a:hover {
	color: #616161;
	text-decoration: underline;
}
.lenta_news .news_part .news_self {
	display: inline-block;
	width: 9px;
	height: 8px;
	background: url(/tpl/img/icons.png) -96px -126px no-repeat;
	cursor: pointer;
	margin: 0px 0px 0px 10px;
}
.lenta_news .news_part .news_self_tv {
	display: inline-block;
	width: 29px;
	height: 8px;
	background: url(/tpl/img/icons.png) -114px -147px no-repeat;
	cursor: pointer;
	margin: 0px 0px 0px 10px;
}
.lenta_news .news_info {
	height: 13px;
	line-height: 13px;
	margin: 3px 0px 0px 21px;
	font-size: 8pt;
	width: 600px;
}
.lenta_news .news_time {
	float: left;
	height: 13px;
	color: #616161;
	padding: 0px 8px 0px 0px;
	margin: 0px;
}
.lenta_news .news_date {
	float: left;
	height: 13px;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 0px 8px;
}
.lenta_news .news_view {
	float: right;
	height: 13px;
	width: 65px;
	padding: 0px;
	margin: 0px;
	color: #616161;
}
.lenta_news .news_view p {
	width: 16px;
	height: 10px;
	float: left;
	background: url(/tpl/img/icons.png) -80px -126px no-repeat;
	margin: 2px 5px 0px 0px;
}
.lenta_news .news_comm {
	float: right;
	height: 13px;
	width: 65px;
	padding: 0px;
	margin: 0px 0px 0px 35px;
}
.lenta_news .news_comm p {
	width: 10px;
	height: 9px;
	float: left;
	background: url(/tpl/img/icons.png) -52px -140px no-repeat;
	margin: 2px 5px 0px 0px;
}
/****** NEWS LOCAL ******/

.local_news .news_date a:link,
.local_news .news_date a:visited,
.local_news .news_date a:active {
	color: #006497;
}
.local_news .news_date a:hover {
	color: #006497;
}
.local_news .news_time {
	background-color: #009cd5;
}
.lenta_news.local_news .news_time {
	color: #006497;
	background: none;
}
.local_news .news_lide {
	color: #616161;
}
.local_news .news_title a:link,
.local_news .news_title a:visited,
.local_news .news_title a:active {
	color: #006497;
}
.local_news .news_title a:hover {
	color: #006497;
}
.lenta_news.local_news .news_part a:link,
.lenta_news.local_news .news_part a:visited,
.lenta_news.local_news .news_part a:active {
	color: #006497;
}
.lenta_news.local_news .news_part a:hover {
	color: #006497;
}
.local_news .news_title p {
	color: #006497;
}
.local_news .news_title p a:link,
.local_news .news_title p a:visited,
.local_news .news_title p a:active {
	color: #006497;
}
.local_news .news_title p a:hover {
	color: #000;
}
.noborder {
	padding: 0px;
	border: 0px none;
}
/****** NAROD NEWS ******/

.narod_news .news_date a:link,
.narod_news .news_date a:visited,
.narod_news .news_date a:active {
	color: #ce421b;
}
.narod_news .news_date a:hover {
	color: #ce421b;
}
.narod_news .news_time {
	background-color: #ce421b;
}
.lenta_news.narod_news .news_time {
	color: #ce421b;
	background: none;
}
.narod_news .news_title a:link,
.narod_news .news_title a:visited,
.narod_news .news_title a:active {
	color: #ce421b;
}
.narod_news .news_title a:hover {
	color: #ce421b;
}
.lenta_news.narod_news .news_part a:link,
.lenta_news.narod_news .news_part a:visited,
.lenta_news.narod_news .news_part a:active {
	color: #ce421b;
}
.lenta_news.narod_news .news_part a:hover {
	color: #ce421b;
}
.narod_news .news_title p a:link,
.narod_news .news_title p a:visited,
.narod_news .news_title p a:active {
	color: #ce421b;
}
.narod_news .news_title p a:hover {
	color: #000;
}
.narod_news_faq {
	font-size: 9pt;
	margin: 0px 26px 0px 26px;
}
.narod_news_faq p {
	margin: 0px 0px 10px 0px;
}
/****** CALENDAR ******/

.calendar {
	margin: 0px auto;
	width: 275px;
	text-align: center;
}
.date_range {
	position: absolute;
	margin: 0px;
	padding: 15px 5px;
	border: 1px solid #d1effb;
	background-color: #fff;
	width: 480px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.date_range .calendar {
	width: 220px;
	margin: 0px 10px;
	float: left;
}
.right_column .date_range button {
	margin: 15px 0px 0px 0px;
	width: 100%;
}
.calendar table {
	width: 100%;
	color: #bbbbbb;
	font-size: 9pt;
}
.calendar th {
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 0px;
}
.calendar td {
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	width: 35px;
	padding: 8px 0px;
	cursor: pointer;
	color: #009cd5;
}
.calendar td:hover {
	color: #000;
	background: url(/tpl/img/body_bg.gif);
}
.calendar tr > td:first-child {
	border-left: 0px none;
}
.calendar .other-month {
	color: #bbbbbb;
}
.calendar .current_day {
	color: #000;
	background: url(/tpl/img/body_bg.gif);
}
.calendar .bad_day {
	color: #fff;
	cursor: default;
	border-left: none 0px;
}
.calendar .bad_day:hover {
	color: #fff;
	background: none #fff;
}
.calendar .nav-left {
	float: left;
	width: 48%;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
}
.calendar .nav-right {
	float: right;
	width: 48%;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
}
.calendar .nav-left span,
.calendar .nav-right span {
	color: #d1d1d1;
	font-size: 9pt;
	margin: 0px 10px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
/****** VOTE FORM ******/

.vote_form {
	margin: 5px 10px 20px 26px;
	font-size: 9pt;
}
.vote_form a {
	text-decoration: none;
}
.vote_form div {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
.vote_form input {
	float: left;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
.vote_form p {
	margin: 0px 0px 0px 22px;
	padding: 3px 0px 0px 0px;
	font-size: 8pt;
	min-height: 18px;
	color: #616161;
}
.vote_form button {
	width: 44%;
	margin: 8px 15px 0px 0px;
}
.vote_form_answer button {
	width: 94%;
	margin: 5px 0px 0px 0px;
}
.vote_form_answer span {
	float: left;
	font-weight: bold;
	font-size: 8pt;
	padding: 3px 0px 0px 0px;
}
.vote_form_answer p {
	margin: 0px 0px 0px 55px;
}
.vote_form table {
	width: 99%;
	border: 0px none;
	margin: 5px 0px;
}
.vote_form table td {
	text-align: right;
	padding: 5px;
	font-size: 8pt;
	color: #616161;
}
.vote_form .vote_graph {
	width: 50%;
	text-align: left;
	border-left: 2px solid #cccccc;
}
.vote_form .vote_graph div {
	float: left;
	width: 84%;
	height: 6px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	background-color: #b9b9b9;
	background-image: -o-linear-gradient(top, #e8e8e8, #b9b9b9);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#e8e8e8),	to(#b9b9b9));
	background-image: -moz-linear-gradient(top,	#e8e8e8,	#b9b9b9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#b9b9b9', GradientType=0);
	line-height: 6px;
	overflow: hidden;
}
.vote_form .vote_graph p {
	font-weight: bold;
	color: #000;
	float: left;
	padding: 4px 0px 0px 8px;
	margin: 0px;
}
.vote_form .vote_graph .first_place {
	background-color: #4ca9d5;
	background-image: -o-linear-gradient(top, #4cd6ff, #4ca9d5);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#4cd6ff),	to(#4ca9d5));
	background-image: -moz-linear-gradient(top,	#4cd6ff,	#4ca9d5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cd6ff', endColorstr='#4ca9d5', GradientType=0);
}
/****** TWO COLUMN ******/

.two_column {
	/*background: url(/tpl/img/body_bg.gif) 50% repeat-y;*/
	margin: 20px 5px 0px 0px;
	padding: 0px;
}
.two_column .banners_center {
	overflow: hidden;
	text-align: center;
}
.first_column {
	float: left;
	width: 49%;
}
.first_column .warm_news {
	margin-right: 5px;
}
.first_column h4 {
	margin-right: 0px;
}
.second_column {
	float: right;
	width: 49%;
}
.second_column .banners_center {
	margin-left: -5px;
}
.second_column .warm_news {
	margin-left: 2px;
}
.second_column h4 {
	margin-left: 21px;
}
/****** PAGES ******/

.pages {
	/*border-top: 1px solid #cdcdcd;*/
	margin: 20px 5px 20px 0px;
	padding: 0px;
	text-align: center;
	font-size: 10pt;
	color: #616161;
}
.pages span {
	background-color: #cdcdcd;
	color: #fff;
	padding: 3px 8px;
	line-height: 22px;
	font-weight: bold;
}
.pages a:link,
.pages a:visited,
.pages a:active {
	color: #616161;
	text-decoration: none;
	margin: 3px 8px;
}
.pages a:hover {
	text-decoration: underline;
	color: #006497;
}
/****** TAG CLOUD ******/

.tag_cloud {
	margin: 0px 0px 0px 0px;
	padding: 0px 25px;
	background: url(/tpl/img/body_bg.gif) left;
}
.tag_cloud_title {
	color: #006497;
	font-size: 12pt;
	background-color: #fff;
	padding: 6px 12px;
	margin: 0px;
	border-left: 1px solid #d1effb;
	border-right: 1px solid #d1effb;
	border-bottom: 1px solid #d1effb;
	-moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: left;
}
.tag_cloud_title a:link,
.tag_cloud_title a:visited,
.tag_cloud_title a:active {
	color: #006497;
	text-decoration: none;
}
.tag_cloud_title a:hover {
	color: #009cd5;
	text-decoration: none;
}
.tag_cloud_body {
	padding: 40px 0px 20px 0px;
	color: #000;
	font-size: 6pt;
	margin: 0px;
	text-align: center;
	line-height: 20px;
}
.tag_cloud_body a:link,
.tag_cloud_body a:visited,
.tag_cloud_body a:active {
	color: #616161;
	text-decoration: none;
	padding: 0px 5px;
}
.tag_cloud_body a:hover {
	color: #006497;
	text-decoration: underline;
}
.tag_cloud_body a.tag_1 {
	font-size: 10pt;
	color: #000;
}
.tag_cloud_body a.tag_2 {
	font-size: 12pt;
	color: #000;
}
.tag_cloud_body a.tag_3 {
	font-size: 14pt;
	color: #000;
}
.tag_cloud_body a.tag_4 {
	font-size: 16pt;
	color: #000;
}
.tag_cloud_body a.tag_5 {
	font-size: 18pt;
	color: #006497;
}
/****** SEACH BLOCK ******/

.search_block {
	margin: 10px 0px 25px 25px;
}
.search_block p {
	font-size: 8pt;
	color: #616161;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.search_block .search_input,
.search_block select {
	width: 90%;
	font-size: 9pt;
	color: #000;
	padding: 3px 5px;
	margin: 0px 0px 8px 0px;
	border: 1px solid #cdcdcd;
	font-family: Verdana, Geneva, sans-serif;
}
.search_block .search_input {
	width: 86%;
}
.search_block .search_date {
	margin: 0px 0px 8px 20px;
	width: 80%;
}
.search_block button {
	width: 90%;
	margin: 5px 0px;
}
/****** STREET MAP ******/

.street_map {
	padding: 25px;
	min-height: 513px;
	overflow: hidden;
}
.street_map button {
	float: left;
	margin-right: 6px;
}
.street_map_html5 {
	height: 756px;
	width: 966px;
	/*background: url(/tpl/img/road_map.gif?1) left top no-repeat;*/
	background: url(/tpl/img/city_n_map_road.gif) left top no-repeat;
	overflow: hidden;
	white-space: nowrap;
}
.street_map_html5 > img {
	height: 22px;
	width: 22px;
	position: absolute;
	cursor: pointer;
}
.street_map_html5 > span {
	position: absolute;
	font-size: 9pt;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	background-color: #0c4391;
	height: 12px;
	overflow: hidden;
	z-index: 99;
}
.cam_grid {
	border: 1px solid #cdcdcd;
	width: 964px;
}
.cam_grid .cam_div {
	float: left;
	margin: 0px;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	width: 191px;
    height: 182px;
	background: url(/tpl/img/no_cam_pic.gif) center 30% no-repeat;
}
	.cam_grid .cam_div p {
	text-align: center;
	font-size: 7.5pt;
	padding: 8px 5px;
	margin: 0px;
	background-color: #cdcdcd;
	margin-top: -3px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.cam_grid .cam_div img {
	height: 155px;
	border: 1px solid #fff;
    display: inline-block;
}
.cam_grid .cam_div:hover img {
	border-color: #009cd5;
}
.cam_grid .cam_div:hover p {
	background-color: #009cd5;
	border-right: 1px solid #009cd5;
	border-left: 1px solid #009cd5;
	color: #fff;
}
.cam_player_wrap {
	position: absolute;
	width: 966px;
	margin: 100px 0px 0px 0px;
	z-index: 999;
}
.cam_player {
	background-color: #009cd5;
	padding: 5px;
	margin: 0px auto;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.8);
}
.cam_player p {
	text-align: center;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 0px;
}
.cam_player p span {
	font-size: 10pt;
	font-weight: normal;
	float: right;
}
.cam_player p span a:link,
.cam_player p span a:visited,
.cam_player p span a:active {
	color: #fff;
	text-decoration: none;
}
.cam_player p span a:hover {
	color: #fff;
	text-decoration: underline;
}
.cam_player .cam_banner {
	height: 60px;
	margin-bottom: 5px;
}
.cam_player .cam_market {
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
}
/****** NAROD CONTROL ******/

.narod_control h4 {
	color: #fff;
	height: 30px;
	line-height: 30px;
	background-color: #b61c06;
	background-image: -o-linear-gradient(top, #ea905d, #b61c06);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#ea905d),	to(#b61c06));
	background-image: -moz-linear-gradient(top,	#ea905d,	#b61c06);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea905d', endColorstr='#b61c06', GradientType=0);
    /*background: url("/tpl/img/shapka_anim.gif");*/
	margin: 0px;
	padding: 0;
	overflow: hidden;
}
.narod_control h4:hover
{
    background-color: #ea905d;
    background-image: -o-linear-gradient(top, #b61c06, #ea905d);
    background-image: -webkit-gradient(linear, left top,	left bottom,	from(#b61c06),	to(#ea905d));
    background-image: -moz-linear-gradient(top,	#b61c06, #ea905d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b61c06', endColorstr='#ea905d', GradientType=0);
}
.narod_control h4 a {
    display: block;
    padding-left: 26px;
}
.narod_control.positive h4 {
	background-image: -o-linear-gradient(top, #019CD5, #016798);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#019CD5),	to(#016798));
	background-image: -moz-linear-gradient(top,	#019CD5,	#016798);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019CD5', endColorstr='#016798', GradientType=0);
}
.narod_control.negative h4 {
	background-image: -o-linear-gradient(top, #7B7B7C, #616161);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#7B7B7C),	to(#616161));
	background-image: -moz-linear-gradient(top,	#7B7B7C,	#616161);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7B7B7C', endColorstr='#616161', GradientType=0);
}
.narod_control h4 a:link,
.narod_control h4 a:visited,
.narod_control h4 a:active {
	color: #fff;
	text-decoration: none;
}
.narod_control h4 a:hover {
	color: #fff;
	text-decoration: underline;
}
.narod_control .narod_control_date {
	float: right;
	font-size: 10pt;
	font-weight: bold;
	color: #ce421b;
	margin: 0px 30px 0px 30px;
	line-height: 30px;
}
.narod_control.positive .narod_control_date {
	color: #009CD5;
}
.narod_control.negative .narod_control_date {
	color: #7B7B7C;
}
.narod_control .narod_control_idle {
	font-size: 9pt;
	color: #000;
	margin: 10px 145px 0px 35px;
}
.narod_control .narod_control_idle hr {
	background-color: #CDCDCD;
	color: #CDCDCD;
}
.narod_control .narod_control_block {
	border: 1px solid #b61c06;
	border-top: 0px none;
	/*margin-bottom: 20px;*/
}
.narod_control .narod_control_info {
	/*background: url(/tpl/img/narod_control_bg.gif) center 0px no-repeat;*/
    background: url(/tpl/img/narod_control_bg.gif) -20px 0px no-repeat;
	height: 71px;
}
.narod_control .narod_control_info p {
    font-weight: bold;
    font-size: 9pt;
    /* width: 200px; */
    margin: 0px auto;
    padding: 12px 0 0px 27px;
}
.narod_control .narod_control_info p a:link,
.narod_control .narod_control_info p a:visited,
.narod_control .narod_control_info p a:active {
	color: #000;
	text-decoration: none;
}
.narod_control .narod_control_info p a:hover {
	color: #000;
	text-decoration: underline;
}
.narod_control .warm_news {
	border: 0px none;
}
.narod_control_form {
	margin: 10px 30px 0px 25px;
}
.narod_control_form p {
	font-size: 9pt;
	margin-bottom: 5px;
}
.narod_control_form p a:link,
.narod_control_form p a:visited,
.narod_control_form p a:active {
	text-decoration: none;
	border-bottom: 1px dashed #009cd5;
}
.narod_control_form p a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #006497;
}
.narod_control_form input {
	width: 98%;
	border: 1px solid #e1e1e1;
	padding: 3px 5px;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 0px 5px 0px;
}
.narod_control_form textarea {
	border: 1px solid #e1e1e1;
	padding: 3px 5px;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	width: 98%;
	height: 60px;
}
.narod_control_form button {
	width: 100%;
	margin: 10px 0px 30px 0px;
}
.narod_control_form .preview_img {
	border: 1px solid #e1e1e1;
	display: none;
	padding: 0px 10px 10px 0px;
}
.narod_control_form .preview_img .preview_pic {
	float: left;
	width: 150px;
	height: 150px;
	margin: 10px 0px 0px 10px;
	cursor: pointer;
}
.narod_control_form .preview_img .preview_pic p {
	line-height: 150px;
	text-align: center;
	color: #616161;
	font-size: 9pt;
	font-weight: bold;
	background-color: #e1e1e1;
	text-transform: uppercase;
	display: none;
}
.narod_control_form .preview_img .preview_pic:hover p {
	display: block;
}
.narod_control_form .preview_video {
	border: 1px solid #e1e1e1;
	display: none;
	padding: 0px 10px 10px 0px;
}
.narod_control_form .preview_video p {
	font-size: 9pt;
	color: #000;
	padding: 10px 0px 0px 10px;
}
.narod_control_form .preview_video p a {
	margin-left: 15px;
}
/****** 2GIS MAP ******/

.gis_block .info_block {
	width: 370px;
	height: 680px;
	float: left;
	border-top: 1px solid #CDCDCD;
}
.gis_block .info_block .part p {
	width: 185px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #000;
	font-size: 10pt;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 60%, #f2f2f2 78%, #cecece 98%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(60%,#ffffff), color-stop(78%,#f2f2f2), color-stop(98%,#cecece));
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 60%,#f2f2f2 78%,#cecece 98%);
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 60%,#f2f2f2 78%,#cecece 98%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 60%,#f2f2f2 78%,#cecece 98%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 60%,#f2f2f2 78%,#cecece 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 );
}
.gis_block .info_block .part span {
	border-bottom: 1px dashed #000;
	cursor: pointer;
}
.gis_block .info_block .part .part_firm {
	float: left;
}
.gis_block .info_block .part .part_news {
	float: right;
}
.gis_block .info_block .part .part_firm.select {
	color: #000;
	background: #fff;
	font-weight: bold;
	font-size: 9pt;
	border-top: 3px solid #666;
}
.gis_block .info_block .part .part_news.select {
	color: #019cd5;
	background: #fff;
	/*background-image: -o-linear-gradient(top, #019cd5, #016798);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#019cd5),	to(#016798));
	background-image: -moz-linear-gradient(top,	#019cd5,	#016798);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019cd5', endColorstr='#016798', GradientType=0);*/
	font-weight: bold;
	font-size: 9pt;
	border-top: 3px solid #019cd5;
}
.gis_block .info_block .part .select span {
	border: none 0px;
	cursor: default;
}
.gis_block .info_block .news_block_content {
	margin: 25px 0px 0px 0px;
}
.gis_block .info_block .info_block_content .gis_txt {
	font-size: 10pt;
	text-align: center;
	margin: 12px 0px 10px 0px;
}
.gis_block .info_block .news_block_content {
	margin: 20px 0px 0px 0px;
	height: 620px;
	overflow: auto;
}
.gis_block .info_block .news_block_content .total_news {
	margin: 0px 0px 0px 28px;
	padding-bottom: 10px;
	font-size: 9pt;
	color: #616161;
}
.gis_block .info_block .news_block_content .to_map {
	margin: 0px 0px 0px 20px;
	padding: 15px 0px 0px 0px;
	font-size: 9pt;
	color: #616161;
	border-bottom: 1px dashed #616161;
	cursor: pointer;
}
.gis_block .info_block .news_block_content .to_map:hover {
	color: #006497;
	border-bottom: 1px dashed #006497;
}
.gis_block .info_block .search_form input {
	border: 1px solid #cdcdcd;
	height: 23px;
	margin: 0px 0px 3px 10px;
	line-height: 23px;
	padding: 0px 10px 0px 5px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 335px;
}
.gis_block .info_block .search_form button {
	width: 352px;
	margin-left: 10px;
}
.gis_block .info_block .search_result {
	margin: 20px 0px 0px 0px;
	height: 500px;
	overflow: auto;
}
.gis_block .info_block .search_result .cam_pic {
	width: 160px;
	display: inline-block;
	margin: 0px 0px 10px 10px;
	font-size: 9pt;
	text-align: center;
	vertical-align: top;
	background: url(/tpl/img/no_cam_pic.gif) center 20% no-repeat;
}
.gis_block .info_block .search_result .cam_pic_title {
	margin: 10px 0px 20px 10px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
.gis_block .info_block .search_result .rubric_block {
	margin: 0px 10px 30px 10px;
	font-size: 9pt;
}
.gis_block .info_block .search_result .rubric_block p {
	margin: 0px 0px 8px 0px;
}
.gis_block .info_block .search_result .rubric_block p span {
	color: #000;
	border-bottom: 1px dashed #000;
	cursor: pointer;
}
.gis_block .info_block .search_result .rubric_block p small {
	color: #f69223;
	margin: 0px 6px 0px 0px;
	font-size: 12pt;
}
.gis_block .info_block .search_result .rubric_block p span:hover {
	color: #006497;
	border-bottom: 1px dashed #006497;
}
.gis_block .info_block .search_result .cam_pic img {
	width: 160px;
	height: 120px;
}
.gis_block .info_block .search_result .total_org {
	margin: 0px 0px 0px 10px;
	font-size: 9pt;
	color: #616161;
}
.gis_block .info_block .search_result .card_pages {
	margin: 30px 0px 20px 0px;
	font-size: 10pt;
	width: 335px;
	text-align: center;
}
.gis_block .info_block .search_result .card_pages span {
	margin: 0px 5px;
	padding: 1px 4px;
	border: 1px solid #fff;
	color: #616161;
	font-weight: normal;
}
.gis_block .info_block .search_result .card_pages strong {
	margin: 0px 5px;
	padding: 1px 4px;
	color: #000;
}
.gis_block .info_block .search_result .card_pages span:hover {
	border: 1px solid #616161;
	cursor: pointer;
}
.gis_block .info_block .news_block_content .news_pages {
	margin: 30px 0px 20px 0px;
	font-size: 10pt;
	width: 335px;
	text-align: center;
}
.gis_block .info_block .news_block_content .news_pages span {
	margin: 0px 5px;
	padding: 1px 4px;
	border: 1px solid #fff;
	color: #616161;
	font-weight: normal;
}
.gis_block .info_block .news_block_content .news_pages strong {
	margin: 0px 5px;
	padding: 1px 4px;
	color: #000;
}
.gis_block .info_block .news_block_content .news_pages span:hover {
	border: 1px solid #616161;
	cursor: pointer;
}
.advertising {
	padding: 7px 10px 10px 8px;
	background-color: #fff8e7;
	margin: 10px 0px 0px 0px;
}
.advertising .adver {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 10pt;
}
.advertising .adver div {
	float: left;
	width: 11px;
	height: 12px;
	background: url(/tpl/img/dg_sprite.png) 0px -240px no-repeat;
	margin: 3px 0px 0px 0px;
}
.advertising .adver p {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 8px;
}
.advertising .adver p span {
	color: red;
}
.advertising .adver a:link,
.advertising .adver a:visited,
.advertising .adver a:active {
	text-decoration: underline;
	color: #0070c0;
	font-weight: bold;
	font-size: 10pt;
}
.advertising .adver a:hover {
	text-decoration: none;
	color: #579a23;
}
.card_org {
	margin: 10px 0px 8px 0px;
	border: 1px solid #fff;
	border-right: 0px none;
	border-left: 5px solid #fff;
	padding: 5px 0px 0px 5px;
}
.card_org.card_org_baloon {
	margin: 0px;
	border: none 0px;
	padding: 0px;
}
.card_org.open {
	border: 1px solid #cdcdcd;
	border-right: 0px none;
	border-left: 5px solid #cdcdcd;
	padding: 5px 0px 10px 5px;
}
.card_org > small {
	float: left;
	color: #f69223;
	margin: 0px 0px 0px 0px;
	font-size: 12pt;
}
.card_org > img {
	float: left;
	width: 19px;
	height: 19px;
	border: 0px none;
}
.card_org.card_org_baloon > small {
	font-size: 16pt;
	position: relative;
	top: -3px;
}
.card_org p {
	margin: 0px 5px 0px 15px;
	font-size: 10pt;
}
.card_org .micro_comment {
	padding: 6px 6px 6px 10px;
	font-size: 9pt;
	background-color: #fff8e7;
	margin: 3px 5px 0px 5px;
}
.card_org.card_org_baloon > p {
	font-size: 11pt;
	font-weight: bold;
}
.card_org > p a:link,
.card_org > p a:visited,
.card_org > p a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
.card_org > p a:hover {
	color: #006497;
	text-decoration: none;
	border-bottom: 1px dashed #006497;
}
.card_org > p span {
	margin: 5px 0px 0px 0px;
	font-size: 10pt;
	display: inline-block;
	color: #616161;
}
.card_org.open > p span {
	display: none;
}
.card_org div {
	margin: 10px 0px 0px 15px;
}
.card_org div p {
	margin: 7px 0px 0px 0px;
	font-size: 9pt;
}
.card_org div p small {
	font-size: 8pt;
}
.card_org div .card_info_fas_warning {
	color: #616161;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 8pt;
	/*height: 28px;*/
	overflow: hidden;
}

.card_org  .card_org_fas_warning {
	color: #616161;
	margin: 10px 0px 0px 17px;
	padding: 0px;
	font-size: 8pt;
	height: 28px;
	overflow: hidden;
}
.card_org div .card_info_article {
	color: #616161;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	height: 28px;
	overflow: hidden;
}
.card_org div .card_info_article_more {
	margin: 0px 0px 0px 230px;
	border-bottom: 1px dashed #000;
	cursor: pointer;
	display: inline-block;
	font-size: 8pt;
}
.card_org div .card_info_link {
	margin: 0px 0px 10px 0px;
}
.card_org div .card_info_link span {
	background: url(/tpl/img/dg_sprite.png) 0px -75px no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	top: 3px;
	position: relative;
	margin-right: 6px;
}
.card_org div .card_info_address {
	font-weight: bold;
	font-size: 8pt;
}
.card_org div .card_info_address span {
	color: #006497;
	text-decoration: underline;
	cursor: pointer;
}
.card_org div .card_info_address span:hover {
	color: #000;
	text-decoration: underline;
}
.card_org.card_org_baloon div .card_info_address span {
	color: #000;
	text-decoration: none;
	cursor: default;
}
.card_org div .card_info_fax span {
	background: url(/tpl/img/dg_sprite.png) 0px -30px no-repeat;
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-right: 6px;
}
.card_org div .card_info_phone_show {
	border-bottom: 1px dashed #000;
	cursor: pointer;
	display: inline-block;
}
.card_org div .card_info_phone span {
	background: url(/tpl/img/dg_sprite.png) 0px -15px no-repeat;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px;
}
.card_org div .card_info_email span {
	background: url(/tpl/img/dg_sprite.png) 0px -60px no-repeat;
	display: inline-block;
	width: 12px;
	height: 8px;
	margin-right: 6px;
}
.card_org div .card_info_skype span {
	background: url(/tpl/img/dg_sprite.png) -15px -255px no-repeat;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 6px;
}
.card_org div .card_info_jabber span {
	background: url(/tpl/img/dg_sprite.png) -15px -270px no-repeat;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px;
}
.card_org div .card_info_icq span {
	background: url(/tpl/img/dg_sprite.png) -15px -240px no-repeat;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 6px;
}
.card_org div .card_info_web span {
	background: url(/tpl/img/dg_sprite.png) 0px -45px no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 6px;
}
.card_org div .card_info_schedule big {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
	margin-bottom: 5px;
	display: inline-block;
	cursor: pointer;
	font-size: 9pt;
}
.card_org div .card_info_schedule big:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
.card_org.card_org_baloon div .card_info_schedule big {
	color: #000;
	text-decoration: none;
	border: 0px none;
	display: inline-block;
	cursor: default;
}
.card_org div .card_info_schedule span {
	background: url(/tpl/img/dg_sprite.png) 0px -135px no-repeat;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 6px;
}
.card_org div .card_info_schedule .current_day {
	font-weight: bold;
}
.card_org div .card_info_schedule small {
	font-size: 9pt;
	margin-left: 17px;
}
.gis_block .gis_map {
	height: 680px;
	/*margin: 0px 0px 0px 370px;*/
	margin: 0px;
	border: 1px solid #CDCDCD;
}
.button_map {
	font-size: 10pt;
	height: 35px;
	line-height: 35px;
	margin: 0px 0px 10px 20px;
	color: #000;
}
.button_map div {
	background: url(/tpl/img/icons.png) -225px -131px no-repeat;
	width: 54px;
	height: 35px;
	float: left;
	margin: 0px 8px 0px 0px;
	cursor: pointer;
}
.button_map span {
	border-bottom: 1px dashed #000;
	cursor: pointer;
}
.button_map span:hover {
	color: #006497;
	border-bottom: 1px dashed #006497;
}
.button_map a {
	margin-left: 50px;
}
.map_in_news {
	height: 360px;
	width: 100%;
	display: none;
}
.card_org.card_org_baloon div .card_info_article,
.card_org.card_org_baloon div .card_info_article_more,
.card_org.card_org_baloon div .card_info_link {
	display: none;
}
#cam_player_wrapper {
	background-color: #fff;
}
/****** FOOTER ******/

.footer {
	border-top: 1px solid #009cd5;
	overflow: hidden;
	max-width: 1375px;
	width: 100%;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	clear: both;
    height: 250px;
}
.footer .counters {
	float: right;
	margin: 0px;
	padding: 20px 20px 0px 0px;
}
.footer .copyright {
	float: left;
	margin: 10px 0px 0px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #009cd5;
}
.footer .city_n_logo {
	float: left;
	margin: 0px;
	background: url(/tpl/img/icons.png) 0px 0px no-repeat;
	width: 95px;
	height: 96px;
	clear: left;
}
.footer .city_n_phone {
	width: 150px;
	margin: 5px 0px 0px 10px;
	float: left;
	color: #009cd5;
	font-size: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding: 5px 0px 0px 0px;
	letter-spacing: 1px;
}
.footer .city_n_phone small {
	font-size: 12px;
	letter-spacing: normal;
}
.footer .city_n_phone span {
	font-size: 11pt;
}
.footer .city_n_phone a:link,
.footer .city_n_phone a:visited,
.footer .city_n_phone a:active {
	color: #009cd5;
	text-decoration: none;
}
.footer .city_n_phone a:hover {
	color: #009cd5;
	text-decoration: underline;
}
.footer .designen {
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
	clear: right;
	margin: 25px 20px 0px 0px;
	text-align: right;
}
.footer .designen a:link,
.footer .designen a:visited,
.footer .designen a:active {
	color: #000;
	text-decoration: underline;
}
.footer .designen a:hover {
	color: #006497;
	text-decoration: underline;
}
.footer .certificate {
	margin: 80px 0px 0px 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
	padding: 0px 0px 10px 0px;
}
.footer .certificate a:link,
.footer .certificate a:visited,
.footer .certificate a:active {
	color: #000;
	text-decoration: underline;
}
.footer .certificate a:hover {
	color: #006497;
	text-decoration: underline;
}

.footer .rdtc {
	margin: 0px 0px 0px 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
}






/****** MENU ******/

.menu_parts {
	height: 35px;
	margin: 1px;
	overflow: hidden;
}
.menu_parts .menu_part {
    position: relative;
	text-align: center;
	width: 20%;
	height: 35px;
	background-color: #bdbcbd;
	background-image: -o-linear-gradient(left, #9f9f9f, #cdcdcd);
	background-image: -webkit-gradient(linear, left top,	right top,	from(#9f9f9f),	to(#cdcdcd));
	background-image: -moz-linear-gradient(left,	#9f9f9f,	#cdcdcd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f9f9f', endColorstr='#cdcdcd', GradientType=1);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 26px;
	overflow: hidden;
	float: left;
	border-left: 1px solid #fff;
}
.menu_parts .menu_part a:link,
.menu_parts .menu_part a:visited,
.menu_parts .menu_part a:active {
	color: #000;
	text-decoration: none;
}
.menu_parts div a:hover {
	color: #fff;
	text-decoration: none;
}
.menu_parts .local_news {
	border: none;
}
.menu_parts .local_news a:link,
.menu_parts .local_news a:visited,
.menu_parts .local_news a:active {
	color: #fff;
	text-decoration: none;
}
.menu_parts .local_news a:hover {
	color: #fff;
	text-decoration: none;
}
.menu_parts p {
	height: 35px;
    line-height: 35px;
	padding: 0px;
	margin: 0px;
	background: url(/tpl/img/menu_bullit.gif) right bottom no-repeat;
	cursor: pointer;
}
.menu_parts div:hover {
	background-color: #6a6a6a;
	background-image: -o-linear-gradient(top, #7c7c7c, #616161);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#7c7c7c),	to(#616161));
	background-image: -moz-linear-gradient(top,	#7c7c7c,	#616161);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#616161', GradientType=0);
	color: #fff;
}
.menu_parts .select {
	background-color: #6a6a6a;
	background-image: -o-linear-gradient(top, #7c7c7c, #616161);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#7c7c7c),	to(#616161));
	background-image: -moz-linear-gradient(top,	#7c7c7c,	#616161);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#616161', GradientType=0);
	font-weight: bold;
	color: #fff;
	cursor: default;
}
.menu_parts .select a:link,
.menu_parts .select a:visited,
.menu_parts .select a:active {
	color: #fff;
}
.menu_parts .local_news {
	background-color: #0071a4;
	background-image: -o-linear-gradient(left, #006497, #009cd5);
	background-image: -webkit-gradient(linear, left top,	right top,	from(#006497),	to(#009cd5));
	background-image: -moz-linear-gradient(left,	#006497,	#009cd5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006497', endColorstr='#009cd5', GradientType=1);
	color: #fff;
}
.menu_parts .local_news:hover {
	background-color: #0180b6;
	background-image: -o-linear-gradient(top, #019cd5, #016798);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#019cd5),	to(#016798));
	background-image: -moz-linear-gradient(top,	#019cd5,	#016798);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019cd5', endColorstr='#016798', GradientType=0);
}
.menu_parts .local_news.select {
	background-color: #0180b6;
	background-image: -o-linear-gradient(top, #019cd5, #016798);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#019cd5),	to(#016798));
	background-image: -moz-linear-gradient(top,	#019cd5,	#016798);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019cd5', endColorstr='#016798', GradientType=0);
}
.main_menu {
	border-bottom: 1px solid #cdcdcd;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
}
.menu_line {
	height: 21px;
	margin: 0px 1px 1px 1px;
	background-color: #6c6c6c;
	background-image: -o-linear-gradient(top, #7b7b7c, #616161);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#7b7b7c),	to(#616161));
	background-image: -moz-linear-gradient(top,	#7b7b7c,	#616161);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7c', endColorstr='#616161', GradientType=0);
	padding: 0px;
	overflow: hidden;
}
.local_news .menu_line {
	background-color: #0180b6;
	background-image: -o-linear-gradient(top, #019cd5, #016798);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#019cd5),	to(#016798));
	background-image: -moz-linear-gradient(top,	#019cd5,	#016798);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019cd5', endColorstr='#016798', GradientType=0);
}
.menu_wrap {
	float: left;
}
.menu_line p {
	float: left;
	height: 21px;
	line-height: 21px;
	margin: 0px;
	text-align: center;
	padding: 0px 25px;
	white-space: nowrap;
	cursor: pointer;
}
.menu_line p:hover {
	background-image: -o-linear-gradient(top, #616161, #7b7b7c);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#616161),	to(#7b7b7c));
	background-image: -moz-linear-gradient(top,	#616161,	#7b7b7c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#616161', endColorstr='#7b7b7c', GradientType=0);
}
.local_news .menu_line p:hover {
	background-image: -o-linear-gradient(top, #016798, #019cd5);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#016798),	to(#019cd5));
	background-image: -moz-linear-gradient(top,	#016798,	#019cd5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#016798', endColorstr='#019cd5', GradientType=0);
}
.menu_line a:link,
.menu_line a:visited,
.menu_line a:active {
	color: #fff;
	text-decoration: none;
}
.menu_line a:hover {
	color: #d3d2d2;
	text-decoration: none;
}
.local_news .menu_line a:hover {
	color: #a2edff;
	text-decoration: none;
}
.menu_line a.select {
	color: #d3d2d2;
}
.local_news .menu_line a.select {
	color: #a2edff;
}
.menu_line a.select p {
	background-image: -o-linear-gradient(top, #565656, #7b7b7c);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#565656),	to(#7b7b7c));
	background-image: -moz-linear-gradient(top,	#565656,	#7b7b7c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#7b7b7c', GradientType=0);
}
.local_news .menu_line a.select p {
	background-image: -o-linear-gradient(top, #016798, #019cd5);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#016798),	to(#019cd5));
	background-image: -moz-linear-gradient(top,	#016798,	#019cd5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#016798', endColorstr='#019cd5', GradientType=0);
}
.menu_separator {
	width: 0px;
	height: 18px;
	float: left;
	border-left: 1px solid #868686;
	border-right: 1px solid #565656;
	margin: 2px 0px 0px 0px;
}
.local_news .menu_separator {
	border-left: 1px solid #0196ce;
	border-right: 1px solid #006faf;
}
a.r-banner {
    display: block;
    background: url(/tpl/img/r-banner.jpg) center no-repeat;
    width: 100%; height: 100px;
}

a.link_type_button
{
    height: 25px;
    color: #fff;
    line-height: 25px;
    font-weight: bold;
    font-size: 9pt;
    margin: 0 0 0 -5px;
    padding: 0 20px;
    background-image: -o-linear-gradient(top, #f09f56, #e0350a);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f09f56), to(#e0350a));
    background-image: -moz-linear-gradient(top,	#f09f56,	#e0350a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09f56', endColorstr='#e0350a', GradientType=0);
    border: 0 none;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
a.link_type_button:hover
{
    background-image: -o-linear-gradient(top, #e0350a, #f09f56);
    background-image: -moz-linear-gradient(top,	#e0350a, #f09f56);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0350a', endColorstr='#f09f56', GradientType=0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0350a), to(#f09f56));
}

.table
{
    width: 100%;
    border-spacing: 0;
}
.table__title
{
    border-bottom: 1px solid #cdcdcd;
    color: #009dd6;
    font-size: 9pt;
    padding: 0 5px 10px 5px;
    font-weight: normal;
}
.table__cell
{
    border-bottom: 1px solid #cdcdcd;
    color: #000;
    font-size: 8pt;
    padding: 10px 5px;
    height: 25px;
    cursor: pointer;
    text-align: center;
}
.table__row:hover > .table__cell
{
    background-color: #e9e9e9;
}
.news_comment_pay .news_comment_body .quote
{
    font-weight: normal;
    font-style: normal;
    font-size: 9pt;
}
.news_comment_pay .news_comment_body,
.news_comment_pay .news_comment_title > strong
{
    color: #c00;
    /*font-weight: bold;*/
    /*font-style: italic;*/
    font-size: 1em;
}
.google-play
{
    background: url("/tpl/img/google-play.png") 0 0 no-repeat;
    background-size: 35px;
    display: inline-block;
    width: 100px;
    font-size: 12px;
    line-height: 17px;
    padding-left: 42px;
}
.footer__google-play
{
    position: absolute;
    margin-top: 15px;
    right: 57%;
}

.menu-icon
{
    display: inline-block;
    width: 65px;
    height: 35px;
    position: absolute;
    margin-left: 16px;
}
.menu-icon_map
{
    background: url('/tpl/img/images/icons/map.png') center no-repeat;
}
.menu-icon_cam
{
    background: url('/tpl/img/images/icons/cam.png') center no-repeat;
    margin-left: 0;
}
.menu-icon_job
{
    background: url('/tpl/img/images/icons/hot.png') center no-repeat;
    margin-left: 0;
}
.menu-icon_key
{
    background: url('/tpl/img/images/icons/key.png') center no-repeat;
}

.road-chronicles
{
    position : relative;
    overflow : hidden;
    margin: 5px;
    background: #eaeaea url('/tpl/img/qqq.png') bottom repeat-x;
    padding-bottom: 10px;
}
.road-chronicles:before
{
    content: "дро";
    color: #f5f5f5;
    font-size: 270px;
    position: absolute;
    top: 25px;
    left: 19%;
    opacity: .9;
    z-index: 9;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.road-chronicles hr
{
    background: #616161;
    position: relative;
    z-index: 9999;
}
.road-chronicles-news
{
    overflow : hidden;
    float: left;
    width: 48%;
    margin: 10px 0 20px;
    position: relative;
    z-index: 999;
}
a.road-chronicles__title,
.road-chronicles__title
{
    text-align: center;
    background: #9a9a9a url('/tpl/img/qqq.png') bottom repeat-x;
    padding-bottom: 5px;
    color: #ffd900;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.2em;
    display: block;
    color: #ffd900;
    text-decoration: none;
}
a.road-chronicles__title:hover
{
    color: #fff;
}
.road-chronicles__title a
{
    text-decoration: none;
    color: #ffd900;
}
.road-chronicles-news__info
{
    overflow : hidden;
}
.road-chronicles-news__title
{
    /*padding-left : 25px;*/
    /*margin-bottom: 10px;*/
}
.road-chronicles-news__title>.link
{
    color : #000;
    font-size: 9pt;
    font-weight: bold;

    text-decoration: none;


    display: inline-block;
    margin: 7px 0 10px;
}
.road-chronicles-news__title>.link:hover
{
    text-decoration: underline;
    color: #006497;
}
.road-chronicles-news__time
{
    float: left;
    height: 16px;
    width: 50px;
    line-height: 16px;
    color: #fff;
    background-color: #616161;
    padding: 0;
    margin: 0;
    text-align: center;

    font-size: 10px;
}
.road-chronicles-news__date
{
    float: left;
    margin: 0 0 0 20px;

    font-size: 12px;
}
.road-chronicles-news__date a {
    text-decoration: none;
}
.icon
{
    width: 16px;
    height: 16px;
    float: left;
}
.icon_type_views
{
    height: 10px;
    margin: 3px 5px 0 0;
    background: url('/tpl/img/__icons.png') -32px -1px no-repeat;
}
.icon_type_comments
{
    background: url(/tpl/img/__icons.png) -15px -18px no-repeat;
    margin: 0 5px 0 0;
}
.road-chronicles-news__comments
{
    float: left;
    /*margin: 0 0 0 20%;*/
    margin: 0 0 0 28px;
    font-size: 9px;
}
.road-chronicles-news__comments a {
    text-decoration: none;
    color: #616161;
}
.road-chronicles-news__left
{
    color: #616161;
    text-decoration: none;
    line-height: 16px;
    font-size: 9pt;
    float: left;
    overflow: hidden;
}
/*.road-chronicles-news__info,*/
/*.road-chronicles-news__info a*/
/*{*/
    /*color: #616161;*/
    /*text-decoration: none;*/
    /*line-height: 16px;*/
    /*margin-top: 10px;*/
    /*font-size: 9pt;*/
/*}*/
.road-chronicles-news__views
{
    float : right;
    /*margin-right: 15px;*/
    font-size: 9px;
}

.road-chronicles-news__media
{
    float: left;
    margin: 0;
    width: 16px;
    padding-left: 5px;
}

.road-chronicles-news__media div {
    margin: 5px 0 8px 0;
}
.road-chronicles-news__media .icon_photo
{
    background: url(/tpl/img/__icons.png) -16px 0 no-repeat;
}
.road-chronicles-news__avatar
{
    /*width: 50px;*/
    /*height : 50px;*/
    width: 90px;
    height : 90px;
    margin: 0 0 4px 5px;
    background : #ddd;
    float : left;
}
.road-chronicles-news__lide
{
    /*margin-left : 95px;*/
    font-size: 8pt;
    color: #616161;
}
.road-chronicles-news__right
{
    margin-left: 130px;
}
.clear-fix:after {
    display: block;
    clear: both;
    height: 0;
    content: " ";
}

.slip-banner {
    position: fixed;
    width: 1000px;
    height: 60px;
    bottom: 5px;
    z-index: 9999;
}



.youtube_button {
	width: 420px;
	height: 40px;
	background: url(/tpl/img/images/youtube_button.png);
}

.youtube_button span {
	position: relative;
	top: 8px;
	left: 70px;
}

.vk_button {
	width: 420px;
	height: 40px;
	background: url(/tpl/img/images/vk_button.png);
}

.vk_button span {
	position: relative;
	top: 8px;
	left: 70px;
}


.article-file {
    margin: 0 0 20px 25px;
}
.article-file__icon {
    background: url("/tpl/img/article-file.png") center no-repeat;
    width: 39px;
    height: 48px;
    display: inline-block;
}
.article-file__text {
    margin-left: 10px;
    vertical-align: top;
    line-height: 48px;
    font-size: .9em;
}

/** alien **/
.alien h1 {
	font-size: 25px;
	padding: 0;
	margin: 0;
	line-height: 55px;
}
.alien .street_map {
	padding: 0;
}
.alien .cam_grid {
	width: 1900px;
}
.alien .cam_grid .cam_div {
	width: calc(100% / 8);
	height: 250px;
}
.alien .street_map_html5 {
	//width: 100%;
	//height: 1000px;
		height: 756px;
	width: 966px;
	background-size: 100% 100%;
}
.alien .cam_grid .cam_div img {
	width: 100%;
	height: 210px;
}
.alien .street_map button {
	height: 55px;
	position: absolute;
	top: 0;
}
.alien .cam_grid .cam_div p {
	font-size: 12px;
	padding: 11px 5px;
}
.alien .cam_player_wrap {
	width: 100%;
}
.alien .cam_player p span,
.alien .cam_player p {
	font-size: 13pt;
}
.go2comment {
	height: 63px;
	width: 20px;
	background: url(/tpl/img/icons.png) -282px -133px no-repeat;
	cursor: pointer;
	position: fixed;
	left: 0px;
	bottom: 435px;
	opacity: 0.2;
}
.go2comment:hover {
	opacity: 1;
}

.no-fixed-supported .slip-banner {
	position: absolute;
}

.mobile {
	text-align: center;
  background-color: #d84b52;
	color: white;
  line-height: 2;
  padding: 16px 0;
	font-size: 3rem;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	margin-bottom: 4px;
}

.mobile a {
	color: inherit;
}


