<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
  * {
  margin: 0;
  padding: 0;
}

a {
  color: #095b9a;
  text-decoration: underline;
}

a:hover {
  color: #0088f1;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h1 {
	font: 22px Arial, Verdana, Helvetica, sans-serif;
}

h3 a {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

img {
  border: 0;
}

ul, li {
  list-style-type: none;
}

.input {
  color: #555;
  border: 1px solid #BBBBBB;
  padding: 2px;
  -moz-box-shadow: 0 0 5px #DDD;
  -webkit-box-shadow: 0 0 5px #DDD;
  box-shadow: 0 0 5px #DDD;
}

textarea {
	resize: vertical;
}

.clear {
  height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
}


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  font: 14px Arial, Verdana, Helvetica, sans-serif;
  background-color: #e9e9e9;
  line-height: 18px;
}

#wrapper {
  width: 990px;
  background-color: #FFF;
  background-image: url(/style/images/bg.png);
  background-repeat: repeat-y;
  margin: 0 auto;
  padding: 0 5px;
  min-height: 100%;
  _height: 100%;
}

#top_bar {
	height: 26px;
	border-bottom: 3px solid #e9e9e9;
}

#name_time span {
	text-transform: lowercase;
}

#name_time {
	width: 360px;
	float: left;
	padding: 5px 0 5px 10px;
}

#cur_weather_block {
	padding: 0 5px;
	float: left;
	cursor: pointer;
}

#cur_weather_img {
	float: left;
}

#cur_weather_img img {
	width: 36px;
	height: 25px;
	margin: 0 3px;
}

#cur_weather_temp {
	text-align: right;
	width: 60px;
	font-weight: bold;
	float: left;
	margin: 2px 0px;
	color: #095B9A;
	border-bottom: 1px dashed #069;
}

#cur_weather_temp span {
	font-size: 10px;
}

#cur_weather_block_full {
	padding: 10px 5px ;
}

#cur_weather_block_full span {
	float:left;
	width: 155px;
}

#cur_weather_block_full img {
	float: right;
	width: 130px;
	height: 90px;
}

.weather_next_block {
	text-align: center;
	width: 100px;
	float: left;
	padding-bottom: 10px;
}

.weather_next_block span {
	font-weight: bold;
	color: #6B6B6B;
}

.weather_next_block img {
	width: 70px;
	height: 49px;
}


 .weather_block-item{
  float: left;
  list-style: none;
  margin-right: 9px;
  margin-left: 15px;
	z-index: 9990;
 }
 .weather_block-item a {
	  color: #003a81;
	  text-decoration: underline;
 }
 .weather_block-item a:hover{
	  text-decoration: none;
 }
 
 .weather_block-dropdown{
	  position: relative;
 }
 .weather_block-dropdown-h {
	display: block;
	text-decoration: none;
	padding: 0 5px 0 5px;
	margin: 1px;
	position: relative;
	height: 22px;
	padding-left: 10px;

 }
 .weather_block-dropdown-b{
	  margin: 0;
	  padding: 0;
	  display: none;
	  position: absolute;
	  -moz-box-shadow: 0 0 5px #AAA;
	  -webkit-box-shadow: 0 0 5px #AAA;
	  box-shadow: 0 0 10px #AAA;
	  border: solid 1px #AAA;
	  right: -218px;
	  top: 23px;
	  white-space: nowrap;
	  z-index: 1000;
	  padding: 4px 10px 6px;
	  background: #f9f9f9;
	  line-height: 22px;
	  overflow: hidden;
	  text-align: left;
	  width: 310px;
 }
 
 div.weather_block-dropdown:hover,
 div.weather_block-hover{
	  -moz-box-shadow: 0 0 5px #AAA;
	  -webkit-box-shadow: 0 0 5px #AAA;
	  box-shadow: 0 0 5px #AAA;
 }
 div.weather_block-dropdown:hover div.weather_block-dropdown-h ,
 div.weather_block-hover div.weather_block-dropdown-h {
	border: solid 1px #AAA;
	border-bottom-color: #f9f9f9;
	z-index: 1001;
	background-color: #f9f9f9;
	margin:0;
	padding-left: 10px;
 }
 div.weather_block-dropdown:hover div#cur_weather_temp {border-bottom-color:#fff;}
 div.weather_block-dropdown:hover div.weather_block-dropdown-h span ,
 div.weather_block-hover div#cur_weather_temp span {
	  visibility: hidden;
 }
 div.weather_block-dropdown:hover div.weather_block-dropdown-b,
 div.weather_block-hover div.weather_block-dropdown-b{
	  display: block;
 }




#weather {
	line-height: 24px;
	font-size: 16px;
}

#cur_weather_block_page {
	padding: 10px 75px 40px;
	position: relative;
}

#cur_temp {
	position: absolute;
	right: 100px;
	top: 10px;
	font-size: 30px;
	font-weight: bold;
}

#cur_weather_block_page span {
	float:left;
	width: 280px;
	padding-top: 15px;
}

#cur_weather_block_page img {
	float: right;
	width: 220px;
}

.weather_next_block_page {
	text-align: center;
	width: 215px;
	float: left;
	padding-bottom: 10px;
}

.weather_next_block_page span {
}

.weather_next_block_page img {
	width: 140px;
}























#join {
	float: right;
	display: table;
}

#join ul li {
	float: right;
	display: block;
	margin: 0 2px;
}

.reg_pading {
	padding: 5px 4px;
}

 .join-item, .join_profile-item {
  float: left;
  list-style: none;
	z-index: 9999;
 }
 .join-item a, .join_profile-item a {
	  color: #003a81;
	  text-decoration: underline;
 }
 .join-item a:hover{
	  text-decoration: none;
 }
 
 .join-dropdown, .join_profile-dropdown {
	  /*line-height: 22px;*/
	  position: relative;
 }
 .join-dropdown li, .join_profile-dropdown li{
	  float: none;
	  /*line-height: 22px;*/
	  clear: both;
 }
 .join-dropdown-h a, .join_profile-dropdown-h a{
	display: block;
	text-decoration: none;
	padding: 4px 5px;
	margin: 1px;
	position: relative;
	height: 15px;
 }
 .join-dropdown-b, .join_profile-dropdown-b{
	min-width: 150px;
	  margin: 0;
	  position: absolute;
	  -moz-box-shadow: 0 0 10px #AAA;
	  -webkit-box-shadow: 0 0 10px #AAA;
	  box-shadow: 0 0 10px #AAA;
	  border: solid 1px #AAA;
	  right: 0;
	  top: 24px;
	  white-space: nowrap;
	  z-index: 950;
	  padding: 10px;
	  background: #f9f9f9;
	  line-height: 22px;
	  overflow: hidden;
	  text-align: left;
 }
 
 .join-dropdown-h a span, .join_profile-dropdown-h a span {
	border-bottom: 1px dashed #006699;
	color: #003A81;
	text-transform: none;
 }

.join_profile-dropdown-h a span span{
	  font-size: 10px;
	  border:none;
 }

 
 .join-dropdown-b ul, .join_profile-dropdown-b ul {
	padding: 5px 0;
	margin: 0;
 }
 
 .join-dropdown-b li a, .join_profile-dropdown-b li a {
	  display: block;
	  overflow: hidden;
	  text-decoration: underline;
	  font-size: 14px;
	  width: 170px;
 }
 li.join-dropdown div#join_button_off, li.join_profile-dropdown:hover {
	  -moz-box-shadow: 0 0 5px #AAA;
	  -webkit-box-shadow: 0 0 5px #AAA;
	  box-shadow: 0 0 5px #AAA;
 }
 li.join-dropdown div#join_button_off div.join-dropdown-h a, li.join_profile-dropdown:hover div.join_profile-dropdown-h a {
	border: solid 1px #AAA;
	border-bottom-color: #f9f9f9;
	z-index: 1001;
	background-color: #f9f9f9;
	margin:0;
 }
 li.join-dropdown div#join_button_off div.join-dropdown-h a span,
  li.join-dropdown:hover div.join-dropdown-h a span,
	li.join_profile-dropdown:hover div.join_profile-dropdown-h a span{border-bottom-color:#f9f9f9;}

 li.join_profile-dropdown:hover div.join_profile-dropdown-h a span span{
	  visibility: hidden;
 }
 li.join_profile-dropdown:hover div.join_profile-dropdown-b{
	display: block;
 }
li.join_profile-dropdown:hover div.join_profile-dropdown-h a {
	padding-left: 15px;
}

#join_avatar {
	float: left;
}

#join_profile_link {
	display:block;
	margin-left: 65px;
}

#join_profile_link ul li {
	float: none;
	clear: none;
	margin-bottom: 2px;
}

#join_profile_link a:hover {
	text-decoration: none;
}

#join_button_off {
	display: none;
}

#auth_block {
	font-size: 12	px;
	padding: 10px 15px;
	margin:auto;
}

.auth_block-login-input {
	margin-bottom: 10px;
}


#auth_block .submit input {
	text-align: center;
	font-size: 14px;
	padding: 2px;
	margin:  5px 30px 7px;
}


.join_profile-dropdown-b {
	display: none;
}

.dotted {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.dashed {
	text-decoration: none;
	border-bottom: 1px dashed;
	margin-left: 15px;
}

#search_form {
	float: left;
	margin-top: 2px;
	margin-left: 50px;
}

#search_form .submit {
		font-size: 14px;
		padding: 1px 4px;
}

#logo {
	margin: 10px 3px;
	float: left;
}

#adsense_top_728 {
	float: right;
	margin: 7px 3px;
}

 .main_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-left: 30px;
 }
 
.main_menu ul {
  list-style-type: none;
}
 
.main_menu ul li {
	margin: 0 10px;
  float: left;
  z-index: 1010;
} 

.main_menu li a {
	font: 17px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	padding-top: 5px;
} 

li.underline_menu {
	border-bottom: 1px solid black;
	padding-top: 5px;
}

li.underline_menu:hover {
	border: 0;
}

 .main_menu-item{
  float: left;
  list-style: none;
  margin-right: 9px;
	z-index: 9990;
 }
 .main_menu-item a {
	  color: #003a81;
	  text-decoration: underline;
 }
 .main_menu-item a:hover{
	  text-decoration: none;
 }
 
 .main_menu-dropdown{
	  line-height: 22px;
	  margin-top: 3px;
	  position: relative;
 }
li.main_menu-dropdown li {
	  float: none;
	  line-height: 22px;
	  clear: both;
	  position: static;
 }
 .main_menu-dropdown-h{
 }
 .main_menu-dropdown-h a{
	display: block;
	text-decoration: none;
	padding: 0 5px 0 5px;
	margin: 1px;
	position: relative;
	height: 22px;
	padding-left: 10px;

 }
 .main_menu-dropdown-b{
	  margin: 0;
	  padding: 0;
	  display: none;
	  position: absolute;
	  -moz-box-shadow: 0 0 5px #AAA;
	  -webkit-box-shadow: 0 0 5px #AAA;
	  box-shadow: 0 0 10px #AAA;
	  border: solid 1px #AAA;
	  right: 0;
	  top: 28px;
	  white-space: nowrap;
	  z-index: 1000;
	  padding: 4px 10px 6px;
	  background: #f9f9f9;
	  line-height: 22px;
	  overflow: hidden;
	  text-align: left;
	  width: 190px;
 }
 
 .main_menu-dropdown-h a span{
	  border-bottom: 1px dashed #006699;
	  color: #003A81;
 }
 .main_menu-dropdown-h a span span{
	  font-size: 10px;
	  border:none;
 }
 
 .main_menu-dropdown-b ul {
	padding: 10px 0;
	margin: 0;
 }
 
 .main_menu-dropdown-b li a {
	  display: block;
	  overflow: hidden;
	  text-decoration: underline;
	  padding: 4px 0;
	  font-size: 14px;
	  width: 170px;
 }
 li.main_menu-dropdown:hover,
 li.main_menu-hover{
	  -moz-box-shadow: 0 0 5px #AAA;
	  -webkit-box-shadow: 0 0 5px #AAA;
	  box-shadow: 0 0 5px #AAA;
 }
 li.main_menu-dropdown:hover div.main_menu-dropdown-h a,
 li.main_menu-hover div.main_menu-dropdown-h a{
	border: solid 1px #AAA;
	border-bottom-color: #f9f9f9;
	z-index: 1001;
	background-color: #f9f9f9;
	margin:0;
	padding-top: 5px;
	padding-left: 10px;
 }
 li.main_menu-dropdown:hover div.main_menu-dropdown-h a span,
 li.main_menu-hover div.main_menu-dropdown-h a span{border-bottom-color:#fff;}
 li.main_menu-dropdown:hover div.main_menu-dropdown-h a span span,
 li.main_menu-hover div.main_menu-dropdown-h a span span{
	  visibility: hidden;
 }
 li.main_menu-dropdown:hover div.main_menu-dropdown-b,
 li.main_menu-hover div.main_menu-dropdown-b{
	  display: block;
 }



#add-menu {
  padding: 5px 0 0 192px;
}

#add-menu ul {
  margin:  5px;
}

#add-menu ul li {
	display: block;
	float: left;
	color: #8b8b8b;
	margin: 0 5px;
}

#add-menu ul li a {
	color: #8b8b8b;
	font: 14px Arial, Verdana, Helvetica, sans-serif;
}



#container {
	padding-bottom: 170px
}

#content {
	margin-top: 20px;
	width: 650px;
	padding: 15px;
	float: left;
}

#content_nav, #image_nav {
	background:url(/style/images/icons/home.png);
	background-repeat: no-repeat;
	padding-left:22px;
	font-size: 14px;
	color: #8b8b8b;
}

#content_nav a, #image_nav a {
	color: #74a0c2;
}

#content_nav a:hover, #image_nav a:hover {
  color: #095b9a;
}

#content h1, #add_form h1, #container h1 {
	margin-bottom: 25px;
	font: 24px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}
 
 #container h1 {
	margin-top: 20px;
	margin-left: 15px;
 }


#container .edit {
	padding: 0;
	margin: 0;
	border: 0;
	float: none;
}




.content_text {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	line-height: 23px;
}

#single_articles blockquote {
	font-style: italic;
	margin: 5px 0 0 20px;
	border: 1px solid #82A0C0;
	border-left: 10px solid #82A0C0;
	background-color: #F9FCFF;
	padding: 15px;
}




#single_news,
#single_articles,
#single_video {
	margin-top: 15px;
}

#single_news img,
#single_articles img {
	border: 1px solid black;
	float: left;
	margin: 0 20px 10px 0;
}


#single_news #photo_block,
#single_articles #photo_block {
	margin-top: 20px;
	background-color: #eee;
	padding: 10px 15px;
	
}

#single_articles #photo_block h3,
#single_news #photo_block h3 {
	font-size: 16px;	
	margin-bottom: 10px;
}

#single_news #photo_block img,
#single_articles #photo_block img {
	margin: 0 6px;
}

#code_video {
	margin: 25px 0;
	overflow: hidden;
}

#under_news,
#under_articles,
#under_video {
	margin-top: 20px;
}

#under_news_L,
#under_video_L,
#under_articles_L {
	float: left;
}

#date_single_news,
#date_single_video {
	margin-bottom: 5px;
	background:url(/style/images/icons/time.png);
	background-repeat: no-repeat;
	padding-left:22px;
}

#source_news, #date_single_news, #author_articles, #date_single_video, #author_video,
.comment_block .comment_date  {
	color: #8b8b8b;
}

#source_news {
	background:url(/style/images/icons/pencil.png);
	background-repeat: no-repeat;
	padding-left:22px;
}
#source_news a,
#author_video a,
#author_articles a {
	color: #74a0c2;
}

#source_news a:hover {
  color: #095b9a;
}

#ya_share {float:right;}


#comments {
	margin-top: 30px;
	background:url(/style/images/icons/comment.png);
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 3px 10px 3px 27px;
	font-size: 18px;	
	color: #555;
}

#comments_down {
	font-size: 16px;	
	color: #555;
}

#comments a {
	font-size: 14px;	
	text-decoration: dotted;
}

#add_comment_form {
	margin-top: 15px;
	background-color: #eee;
	padding: 15px;
	display: none;
}

#add_comment_form input, #add_comment_form textarea {
	margin-top: 3px;
	margin-bottom: 8px;
}

#add_comment_form label {
	color: #444;
}

#add_comment_form .name {
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 3px;
}

#add_comment_form textarea {
	width: 99%;
}

#add_comment_form .captcha {
	margin-top: 5px;
}

#add_comment_form .submit {
	text-align: center;
	font-size: 14px;
	padding: 2px;
	margin-top:  5px;
}


.comment_block {
	margin: 20px 0;
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
}

.com_content {
	display: block;
	margin-left: 70px;
}

.complain {
	cursor:pointer;
	float:right;
	background-image: url(/style/images/icons/complain16.png);
	width: 16px; 
	height: 16px
}

 .comment_block .avatar{
	float: left;
	display: block;
 }
 
 .comment_block .avatar img{
 	border: 1px solid #DCDCD0;
}
 
 
.comment_block p.name {
	margin-bottom: 10px;
	color: #444;
}

.comment_block .comment {
	font-size: 14px;
	line-height: 18px;
}

.comment_date {
	margin-top: 5px;
}

.com_paginate {
	margin: 20px 0;
	text-align: center;
}


.com_paginate a { margin: 0 2px; border:1px solid #aaa;background-color:#eee; padding: 2px 5px;text-decoration:none}
.com_paginate a.active{background-color:#fffee2; font-weight:bold; color: #000}
.com_paginate a:hover {background-color:#fffee2;border:1px solid #000}





#single_adsense {
	display: table;
	margin: 30px auto;
}


/*--------------------------------------------------------------------------------------
----------------------------------  Sidebar  -----------------------------------------
--------------------------------------------------------------------------------------*/



#sidebar {
	float: right;
	margin-top: 80px;
	padding: 0 10px 0 0;
	width: 300px;
}

#sidebar h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
#latest_news, #random_news, #other_firms, #other_articles {
	margin-top: 25px;
}

#latest_news p, #random_news p, #other_firms p, #other_articles p {
	margin: 15px 10px;
}

#latest_news p span, #random_news p span, #other_firms p span, #other_articles p span {
	color: #818181;
}

#sidebar #news_cat,
#sidebar #catalog_cat,
#sidebar .advert_cat {
	margin-bottom: 25px;
}

#sidebar #news_cat li,
#sidebar #catalog_cat li,
#sidebar .advert_cat li {
	margin: 10px 10px;
}


/*--------------------------------------------------------------------------------------
--------------------------------  List Entries  --------------------------------------
--------------------------------------------------------------------------------------*/

#list_entries {
	margin-top: 20px;
}

#list_entries .block {
	margin: 5px 0 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

#list_entries .image {
	float: left;	
	font-size: 0;
}

#list_entries .image img {
	border: 1px solid black;
}

#list_entries .margin-img {margin-left:130px;}

#list_entries h2 {
	font-size: 16px;
	font-weight: normal;
}

#list_entries h2 img {
	margin-right: 3px;
}

#list_entries .comm_title {
	padding-left: 20px;
	background: url(/style/images/icons/comm_16.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #4f00c9;
}

#list_entries .date {
	margin-top: 3px;
	color: #818181
}

#list_entries .text {
	margin-top: 5px;
	line-height: 18px;
}

.channel {
	background-color: #ccc;
	color: #fff;
	float: right;
	margin-top: 3px;
	margin-right: 15px;
	padding: 0 3px;
	text-transform: uppercase;
}

ul.paginate {font-size: 14px;margin-top: 25px;}
ul.paginate li  {display:inline;}
ul.paginate li a { margin: 0 2px; border:1px solid #668ca2;background-color:#ecf4f8; padding: 2px 5px;text-decoration:none}
ul.paginate li a.active{background-color:#fffee2; font-weight:bold; color: #000}
ul.paginate li a:hover {background-color:#fffee2;border:1px solid #000}



/*--------------------------------------------------------------------------------------
-----------------------------------  Gallery  -----------------------------------------
--------------------------------------------------------------------------------------*/

#gallery, #image {
	margin-top: 20px;
	padding: 15px;
}

#list_photo {
	margin-top: 20px;
}

.photo_block{
	float:left;
	padding:0;
	margin:6px;
	text-align:center;
}
.photo_block img { 
	margin-bottom:5px;
	border:1px solid #000
}

#cat_gallery {
	margin-top: 10px;
	margin-left: 15px;
}

#cat_gallery ul li {
	float: left;
	margin-left: 10px;
}

#cat_gallery .active {
	color: black;
}

#image_nav {
	margin-bottom: 10px;
}

#image #title {
	padding-top: 15px;
}

#image h1 {
	text-align: center;
	margin: 0 auto 10px;
}

#image h1 a {
	text-decoration: none;	
}

#image #img {
	padding: 0 10px;
	text-align:center;
	display:block;
}

#image #img img {
	border: 1px solid black;
	max-width: 100%;	
	max-height: 80%;	
}

#image #img a {
	font-size: 12px;
	line-height: 14px;
	color: #74a0c2;	
}


#image table {
	margin-top: 20px;
	width: 930px;
}	



#image #prev_next {
	margin: 10px 0;
	text-align:center;
	font-size: 16px;
}

#image #prev_next a {
	text-decoration: none;
	margin: 0 25px;
}


/*--------------------------------------------------------------------------------------
-----------------------------------  Catalog  ----------------------------------------
--------------------------------------------------------------------------------------*/

.contact_firms {
	margin-top: 10px;
	margin-left: 15px;
	line-height: 22px;
}



#list_entries .category_firm {
	background:url(/style/images/icons/folder.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 5px 0;
	padding-left:22px;
}
#list_entries .category_firm a {
	color: #74a0c2;
}

#list_entries .category_firm a:hover {
  color: #095b9a;
}

table#company {
	margin-top: 20px;
	line-height: 20px;
}

table#company h2 {
	margin-top:15px;	
	width: 640px;
}


/*--------------------------------------------------------------------------------------
--------------------------------  Advert Page  -------------------------------------
--------------------------------------------------------------------------------------*/


#list_entries .category_advert {
	background:url(/style/images/icons/folder.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin-top: 5px;
	padding: 0 0 5px 0;
	padding-left:22px;
}
#list_entries .category_advert a {
	color: #74a0c2;
}

#list_entries .category_advert a:hover {
  color: #095b9a;
}

#list_entries .text_advert {
	margin-top: 5px;
}


.adsense_300 {
	margin-bottom: 20px;
}

#sidebar .advert_cat h3 a {
	font-size: 20px;
}


.advert-list .price,
#single_advert .price  {
	background-color: #75bb76; 
	color: #FFFFFF; 
	padding: 1px 4px;
	font-size: 14px;
	margin-left: 5px;
}

#single_advert {
	margin-top: 15px;
}

#single_advert .price {
	margin-left: 0px;
}

table#advert {
	width: 640px;
	margin-top: 20px;
	line-height: 20px;
	border-spacing: 10px;
}

table#advert h2 {margin-top:15px;}

table#advert td.r {
	width: 150px;
}

table#advert td.t,
table#advert td.c {
	width: 450px;
}

table#advert td.c,
table#company td.c,
table#action td.c {
	background-color: #f5f5f5;
	padding: 15px;
}

#main_photo {
	width: 640px;
	height: 480px;
	border: 1px solid #606060;
	text-align: center;
	background-color: #efefef;
}

#main_photo img {
	max-width: 640px;	
	max-height: 100%;	
}

#advert_photo ul#small_photo {
		border: 1px solid #606060;
		border-top: 0;
		display: table;
}

table.main_img {
	border: 0;
}

table.main_img td {
	width: 640px;
	height: 480px;
	text-align: center;
	vertical-align: middle;
}

ul#small_photo li {
	background-color: #efefef;
	padding: 5px;
	float: left;
}

ul#small_photo li img {
	border: 1px solid black;
}

ul#small_photo li.none_active img {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}

ul#small_photo li.none_active img:hover,
ul#small_photo li.active  {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	cursor: pointer;
}

.hide {
		display: none;
}

/*--------------------------------------------------------------------------------------
-----------------------------------  History  -----------------------------------------
--------------------------------------------------------------------------------------*/

#list_entries .history,
#list_entries .video {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.desc_video_list {
	margin-left: 10px;
	margin-top: 10px;
}

.history #content_nav {
	margin-bottom: 20px;
}


.history #text {
	line-height: 23px;
}

.history #text img {
	margin: 15px;
}

.history #prev_next {
	margin-top: 30px;
}

.history #prev_next h3 {
	font-size: 16px;
}

.prev_block, .next_block {
	width: 300px;
	line-height: 20px;
}

.prev_block {
	float: left;
}

.next_block {
	float: right;
}

/*--------------------------------------------------------------------------------------
-----------------------------------  Articles  -----------------------------------------
--------------------------------------------------------------------------------------*/

#list_entries .articles {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
}

.articles .author {
	color: #818181;
}

.articles .author a {
	color: #74a0c2;
}

.articles .author a:hover {
  color: #0088f1;
}

#author_articles,
#author_video {
	background:url(/style/images/icons/author.png);
	background-repeat: no-repeat;
	padding-left:22px;
}

/*--------------------------------------------------------------------------------------
-----------------------------------  Afisha-  -----------------------------------------
--------------------------------------------------------------------------------------*/


#list_entries .afisha {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
}

#list_entries .afisha h2 {
	margin-bottom: 5px;
}
#list_entries .afisha p b {
	color: #555;
}


/*--------------------------------------------------------------------------------------
-----------------------------------  Pages  -----------------------------------------
--------------------------------------------------------------------------------------*/

#pages h2 {
	margin-bottom: 25px;
	font: 20px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}

#pages label {
	font-size: 16px;
	color: #444;
}

#pages .input_block {
	margin-top: 15px;
}

#pages .submit {
	text-align: center;
	font-size: 14px;
	padding: 2px 1px;
	margin: 10px 0;
}


#pages table {
	margin: 0 auto;
}

#pages td {
	padding:5px 5px 5px 10px;
	background-color: #f5f5f5;
}

/*--------------------------------------------------------------------------------------
---------------------------------  Add Form-----------------------------------------
--------------------------------------------------------------------------------------*/

#add_form {
	margin-top: 20px;
	padding: 15px 25px;
}


#add_form label {
	font-size: 16px;
	color: #444;
}

#add_form label span {
	color: red;
	margin-right: 2px;
}

#add_form input,
#add_form select,
#add_form textarea {
	margin-top: 5px;
	font-size: 14px;
	padding:2px 3px;
}

#add_form .input_block {
	margin-top: 15px;
}

#add_form .matrix_table {
	padding-bottom: 20px;
	width: 600px;
}
	
#add_form select {
	font-size: 14px;
}

.taboo {
	font-size: 12px;
	padding: 10px;
	background-color: #fde7e7;
	border: 1px solid #e3a9a9;
	display: table;
	margin: 30px 0 20px;
}

#pages .taboo {
	font-size: 14px;
	line-height: 20px;
}

#add_form .button {
	font-size: 16px;
	color: #4e814e; 
	font-weight: bold;
	padding: 2px 10px;
}

#add_form .reset {
	color: #000; 
}

#add_form .cancel {
	color: #990000; 
}

/**************************************
*********** Подсказки **************
**************************************/
#overlay, .overlay {
    display: none;
    width: 490px;
    font: 13px Arial, sans-serif;
    background: rgba(128, 148, 156, 0.2);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
    }
a.close, div.close {
    background-image: url(sprite-c.png);
    background-repeat: no-repeat;
    background-position: 0 -934px;
    cursor: pointer;
    float: right;
    height: 22px;
    width: 22px;
    margin-top: -17px;
    position: relative;
    top: 37px;
    right: 20px
    }
    a.close:hover, div.close:hover {
        background-position: 0 -956px
        }

div.tooltip {
    background-color:#def2fe;
    border:1px solid #fff;
    padding:5px;
    width:330px;
    display:none;
    color:#000;
    text-align:left;
    font-size:12px;
    z-index:9;
	  -moz-box-shadow: 0 0 5px #AAA;
	  -webkit-box-shadow: 0 0 5px #AAA;
	  box-shadow: 0 0 5px #AAA;
}

.descr {
    background-color:#def2fe;
    border:1px solid #fff;
	margin: 5px 0;
    padding:5px;
    width:330px;
    color:#000;
    text-align:left;
    font-size:11px;
    z-index:1000;
    -moz-box-shadow:0 0 5px #666;
    -webkit-box-shadow:0 0 5px #666;
}





#auth_form {
	font-size: 12	px;
	padding: 10px 15px;
	margin:auto;
}

.auth_form-login-input {
	margin-bottom: 10px;
}


#auth_form .submit input {
	text-align: center;
	font-size: 14px;
	padding: 2px;
	margin: 10px 0;
}


/*--------------------------------------------------------------------------------------
--------------------------------  Index Page  --------------------------------------
--------------------------------------------------------------------------------------*/

.line {
	margin-top: 20px;
	border-bottom: 2px solid #1e70af;
	font: 18px Arial, Verdana, Helvetica, sans-serif;
}

.headline {
	float: left;
	background-color: #1e70af;
	padding: 4px 7px 0px 7px;
	color: #FFF;
}

.headline a {
	color: #FFF;
	text-decoration: none;
}

.headline a:hover {
	text-decoration: underline;
}

.plus {
	float: right;
	background-color: #1e70af;
	color: #FFF;
	padding: 4px 7px 0px 7px;
}

.plus:hover {
	background-color: #0f446d;
}


#ind_news_table {
}

.ind_news_block {
	width: 310px;
	float: left;
	margin: 10px;
	height: 70px;
}

.ind_img_news {
	float: left; 
	margin-right: 10px; 
	height: 70px;
}

.ind_img_news img{
	border: 1px solid black;
}

.ind_news_date {
	color: #818181;
	font-size: 12px;
	margin-top: 3px;
}

#ind_news_table_small {
	width: 660px;
	float: left; 
}


#ind_news_table h3 span a {
	color: #4f00c9;
	font-size: 13px;
}

#ind_news_table h3 span a:hover {
	text-decoration: underline;
}


#ind_news_table h3 span img {
	margin: 0 3px;
}

#ind_adsense_news {
	width: 300px;
	float: right; 
	margin: 0px 20px 0 0;
}

.ind_adv_table {
	float: left;
}

.ind_adv_subtitle {
	background-color: #036ab8;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 3px 7px 0;
	font-size: 16px;
	margin: 20px 0 0 10px;
}

.ind_adv_list {
	border-right: 1px solid #ccc;
	width: 240px;
	padding-right: 5px;
}

.none_border {
	border: 0;
}
.ind_adv_block {
	margin: 15px 0 5px 30px;
}
.ind_adv_block h3 {
	margin-bottom: 5px;
}

.ind_adv_block h3 a {
	text-decoration: underline;
	font-size: 14px;
}
.ind_adv_block h3 a:hover {
	text-decoration: none;
}

.ind_adv_img {
	float: left;
	margin-right: 5px;
}

.ind_adv_img img {
	border: 1px solid black;
}

.ind_adv_date {
	color: #818181;
	font-size: 12px;
}

.ind_adv_more {
	float: right;
	margin: 5px 10px 0 0;
}

.ind_adsense_728 {
	width: 728px;
	heigth: 90px;
	margin: 20px 0 0 135px;
}

#ind_photo_main {
	float:	left;
	margin: 25px 0 0 20px;
	font-size: 0;
}

#ind_photo_main img {
	border: 1px solid black;
}

#ind_photo_small {
	float:	right;
	width: 620px;
	padding: 32px 8px 0 0;
}

#ind_photo_small img {
	border: 1px solid black;
	margin: 7px;
}

.ind_photo_more {
	float: right;
	margin: 15px 10px 0 0;
}

#ind_art_table, #ind_afi_table, #ind_comm_table {
	margin-top: 10px;
	width: 475px;
	float: left;
}

#ind_firm_table, #ind_horo_table, #ind_forum_table {
	margin-top: 10px;
	width: 475px;
	float: right;
}

#ind_art_list, #ind_firm_list, #ind_comm_list, #ind_forum_list, #ind_horo_list {
	border-right: 1px solid #CCC;
	margin: 15px 0 0 20px;
	width: 475px;
	float: left;
}

.ind_firm_block, .ind_art_block, .ind_afi_block {
	margin: 15px 10px;
}


.ind_firm_block h3, .ind_art_block h3, .ind_afi_block h3 {
	margin-bottom: 5px;
}

.ind_firm_block h3 a, .ind_art_block h3 a, .ind_afi_block h3 a {
	text-decoration: underline;
}

.ind_firm_block h3 a:hover, .ind_art_block h3 a:hover, .ind_afi_block h3 a:hover {
	text-decoration: none;
}

.ind_firm_date, .ind_art_date, .ind_afi_date {
	color: #818181;
	font-size: 12px;
	margin-top: 3px;
	float: left;
}

.ind_art_user {
	margin-left: 20px;
	color: #818181;
	font-size: 12px;
	margin-top: 3px;
	float: left;
}

.ind_art_user a {
	color: #74a0c2;
}

#ind_firm_list, #ind_forum_list {
	width: 470px;
	border: 0;
}


.ind_art_more, .ind_firm_more, .ind_afi_more {
	float: right;
	margin: 0 20px 0 0;
}

.ind_firm_date, .ind_afi_date {
	margin-top: 0;
}

#ind_horo_block {
	margin: 15px 0 0 20px;
	width: 470px;
	float: right;
}

#ind_horo_block table {
	float: left;
	margin-top: 5px;
	border: 0;
	width: 50px;
}

.ind_horo_date {
	float: right;
	margin: 15px 20px 0 0;
}

.ind_horo_date a {
	text-decoration: none;
}

.horo {
	margin: 30px 15px 0 20px;
}

.horo_head {
	font: bold 16px Arial; 
	padding-left: 10px;
}

.horo_date {
	font: 14px Arial; 
	color: #818181;
}

.horo_text {
	padding: 15px 0 0 30px; 
	font: normal 14px Arial;
	line-height: 20px;
}

#ind_comm_block li {
	margin: 15px 0;
}

#ind_forum_list {
	margin: 0 0 0 20px;
}

#ind_forum_block li {
		margin: 15px 0;
}


/*--------------------------------------------------------------------------------------
-----------------------------------  TOP 50  -----------------------------------------
--------------------------------------------------------------------------------------*/
#container h1.top50 {
	margin: 30px auto 20px;
	display: table;
	
}

.top50_desc {
	padding: 0 20px 20px;
	font: 14px Arial, Verdana, Helvetica, sans-serif;
}

#top50 {
	font-size: 16px;
	margin: 0 auto 20px;
}

#top50 td {
	border-bottom: 1px solid #ccc;
	padding: 5px 5px;
}

.top50_num {
	color: #888;
	font-weight: bold;
}



/*--------------------------------------------------------------------------------------
-----------------------------------  Profile  -----------------------------------------
--------------------------------------------------------------------------------------*/

#profile {
	margin-top: 20px;
	padding: 15px;
}

#profile p {
	margin: 10px 0;
}

 #profile ul li a.active{
	 font-weight:bold; 
	 color: #000;
	 text-decoration: none;
 }

	hr
	{
		clear: both;
	}

	img
	{
		margin: 0;
		padding: 0;
		border: 0;
	}

	.spacer { clear: both; }


	#smallmenu
	{
		display: block;
		height: 24px;
		font-size: 12px;
		margin: 0;
		padding: 0;
	}

	#smallmenu a, #smallmenu a:hover
	{
		color: #6E6E6E;
	}

	#smallmenu ul
	{
		float:right;
		text-align:right;
		list-style: none;
		margin:0;
		padding: 2px 0 0 0;
	}

	#smallmenu li
	{
		float: left;
		margin: 5px 5px 5px 5px;
		padding: 0;
		text-transform: lowercase;
	}

	#smallmenu  li.first
	{
		border: none;
	}
	#mainmenu
	{
		display: block;
		height: 24px;
		font-size: 14px;
		letter-spacing: 0.25px;
		padding: 0;
		margin: 0 -5px 0 -5px;
		border-top: 1px #DFDFDF solid;
		border-right: 1px #DFDFDF none;
		border-bottom: 1px #DFDFDF solid;
		border-left: 1px #DFDFDF none;
		webkit-border-radius:5px;
		moz-border-radius:5px;
		border-radius:5px;
		background-repeat: repeat-x;
		background-position: left top;
		/*
		background-image: url(images/menu_bg.png);
		*/
	}

	#mainmenu a, #mainmenu a:hover
	{
		color: #464646;
	}

	#mainmenu ul
	{
		float:right;
		list-style: none;
		margin:0;
		padding: 0;
		background:transparent;
	}

	#mainmenu li
	{
		float: left;
		margin: 0;
		padding: 5px 15px 5px 15px;
		text-transform: uppercase;
		font-weight: normal;
		border-left: solid 1px #D9D9D9;
		background: transparent;
	}

	div.label_padding label
	{
		color: #525252;
		width: 140px;
		display: inline-block;
	}

	#maincolumn
	{
		position: relative;
		z-index: 1;
		margin: 0 auto 40px;
		padding: 0 20px 10px 15px;
		width: 690px;
		color: #333;
		text-align: left;
		font-size: 15px;
	}

	#maincolumn form
	{
		margin: 0;
		padding: 0;
	}


	#leftcolumn
	{
		display: block;
		width: 150px;
		font-size: 14px;
		padding: 10px;
		margin: 0 10px 0 0;
		border: 1px #DFDFDF solid;
		webkit-border-radius:5px;
		moz-border-radius:5px;
		border-radius:5px;
		float: left;
		background-color: #FAFAFA;
	}

	#leftcolumn a, #leftcolumn a:hover
	{
	}

	#leftcolumn li.selected, #leftcolumn li.selected a
	{
		color: #000000;
		background: #dbdbdb;
		text-decoration: none;
	}

	#leftcolumn ul
	{
		list-style: none;
		margin:0;
		padding: 0;
		clear: both;
	}

	#leftcolumn ul.bottom-border
	{
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 10px;
	}

	#leftcolumn li
	{
		margin: 0;
		padding: 3px 5px;
		font-weight: normal;
		
	}

	#fullcolumn
	{
		width: 635px;
		font-size: 14px;
		padding: 15px;
		margin: 0;
		border: 1px #DFDFDF solid;
		webkit-border-radius:5px;
		moz-border-radius:5px;
		border-radius:5px;
		background-color: #FAFAFA;
	}

	#middlecolumn
	{
		width: 470px;
		font-size: 14px;
		padding: 15px 15px;
		margin: 0;
		border: 1px #DFDFDF solid;
		webkit-border-radius:5px;
		moz-border-radius:5px;
		border-radius:5px;
		float: left;
		background-color: #FAFAFA;
	}

	#middlecolumn ul
	{
		list-style: none;
		margin:0;
		padding: 0;
	}

	#middlecolumn li
	{
		margin: 0;
		padding: 3px 5px;
		font-weight: normal;
		border-bottom: 1px #e6e6e6 solid;
	}


	#middlecolumn li.forced-height
	{
		height: 35px;
		clear: both;
	}
	
	#middlecolumn li.forced-height img{
		border: 1px solid #ccc;
	}
	
	#middlecolumn li.box-style
	{
		width: 80px;
		height: 90px;
		text-align: center;
		float:left;
		margin-bottom: 10px;
		border: none;
	}

	#middlecolumn ul.cut_off li
	{
		line-height: 20px;
		height: 20px;
		overflow: hidden;
	}

	#middlecolumn li.message_new a
	{
		font-weight: bold;
	}

	#middlecolumn label
	{
		min-width: 200px;
		display: inline-block;
	}

	#middlecolumn p
	{
		margin: 8px 0;
		padding: 0;
	}
	#middlecolumn hr
	{
		margin: 10px 0;
	}

	div.user_success
	{
		color: #466900;
		font-weight: bold;
		background: #ecf7e3;
		margin: 5px 0;
		padding: 5px;
		border: 1px #437312 solid;
	}
	div.user_warning
	{
		color: #ff7200;
		font-weight: bold;
		background: #fafaec;
		margin: 5px 0;
		padding: 5px;
		border: 1px #fcd344 solid;
	}
	div.user_error
	{
		color: #d72a0a;
		font-weight: bold;
		background: #faebe6;
		margin: 5px 0;
		padding: 5px;
		border: 1px #e7605a solid;
	}


	#sidecolumn
	{
		float: right;
		position: relative;
		z-index: 2;
		margin: 0 10px 40px -2px; /* -2px takes care of the border */
		padding: 10px 10px 10px 15px;
		display:block;
		width: 250px;
		color: #333;
		text-align: left;
		font-size: 14px;
		background-color: #F3F3F3;
		border: 1px solid #DEDEDE;
		webkit-border-radius:5px;
		moz-border-radius:5px;
		border-radius:5px;
	}

	#maincolumn h2
	{
		font-size: 15px;
		text-transform: uppercase;
		color: red;
		font-weight:normal;
		margin: 0 0 5px 0;
	}

	#maincolumn h1
	{
		font-weight: normal;
		font-size:25px;
		margin: 5px 0 10px 0;
		color: #333;
	}

	#maincolumn h4
	{
		font-size:17px;
		font-weight: bold;
		margin: 5px 0;
		padding: 5px 0 0 0;
		color: #000000;
	}
	#maincolumn h4 span
	{
		font-size:12px;
		font-weight: normal;
		color: #737373;
	}

	#maincolumn h5
	{
		font-size:13px;
		font-weight: bold;
		margin: 5px 0;
		padding: 5px 0 0 0;
		color: #000000;
	}

	p.wall
	{
		margin-bottom: 10px !important;
		padding-top: 5px !important;
		border-top: 1px solid #c9c9c9;
	}

	#sidecolumn h3
	{
		font-size:14px;
		margin: 0 0 15px 0;
	}

	#sidecolumn p
	{
		margin: 0 0 10px 0;
	}

	#sidecolumn ul
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#sidecolumn li
	{
		margin-bottom: 5px;
	}


#footer {
	width: 970px;
	border-top: 3px solid #e9e9e9;
	height: 125px;
	margin:-140px auto 0;
	position:relative;	
	padding: 10px 10px 0;	
}

#left_footer {
	width: 100px;
	float: left;	
}

#to_top {
	color: #095b9a;
}

#counters {
	margin-top: 7px;
	line-height: 0;
}

#counters img {
	margin: 0;
}

#right_footer {
	width: 870px;
	float: right;
	padding-top: 15px;
}

#footer_menu ul {
  list-style-type: none;
}

#footer_menu li {
	float: left;
	display: block;
	padding: 0 10px;
}

#footer_menu li a {
	display: block;
	color: #000;
	font: 17px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid black;
	line-height: 18px;
}

#footer_menu ul li a:hover {
	border: 0;
}

#copyright {
	line-height: 20px;
	margin: 15px 10px;
}

#soc_but {
	position: relative;
}

#soc_but #rss span,
#soc_but #twitter span,
#soc_but #vkontakte span {
	width: 65px;
	height: 72px;
	position: absolute;
	top: -23px;
}

#soc_but #twitter span {
	background-image: url(/style/images/icons/twitter.jpg);
	right: 90px;
}

#soc_but #vkontakte span {
	background-image: url(/style/images/icons/vk.jpg);
	right: 170px;
}
#soc_but #rss span {
	background-image: url(/style/images/icons/rss.jpg);
	right: 10px;
}

#footer_links {
	color: #888;
}

#footer_links a {
	color: #6095BE;
}

#sidebar #sp,
#ind_adsense_news #sp {
	border: 1px solid #1e70af;
}

#sidebar #sp span,
#ind_adsense_news #sp span {
	background-color: #1e70af;
	color: #fff;
	padding: 1px 4px;
}

#sidebar #sp div,
#ind_adsense_news #sp div {
	padding: 5px 10px;
}

#image #sp,
#galeery #sp {
	margin-top: 25px;
}
</pre></body></html>