
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
  }
  
  html { height:100%; }
  
  body {
	  height: 100%;
	  word-wrap: break-word;
	  color: #222;
  }
  
  a { word-wrap: normal !important; }
  
  .ac_even{ color: #666 !important; }
  .ac_over{ color: #222 !important; background: #eee !important; }
  
  a.backlink{
	  display: block;
	  margin: 5px;
	  width: 70px;
	  height: 25px;
	  text-align: center;
	  text-decoration: none;
	  padding: 0px 5px;
	  clear: both;
	  line-height: 23px;
	  background-color: #f7f7f7;
	  border: 1px solid #d7d7d7;
	  color: #777;
	  border-radius: 4px;
  }
  a.backlink:hover{
	  background: #d7d7d7;
	  border-color: #d7d7d7;
	  color: #333;
  }
  
  
  input[type=button],
  input[type=submit]{
	  font-size:15px !important;
	  height: 34px;
	  padding: 0 12px;
	  border: 0px;
	  margin: 5px;
	  background: url('../images/button.png') repeat-x 0px 0px;
	  color: #fff !important;
	  text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
	  cursor: pointer;
	  border-radius: 3px;
	  box-shadow: 2px 2px 2px #999;
  }
  
  input[type=button]:hover,
  input[type=submit]:hover{
	  background: url('../images/button.png') repeat-x 0px 100%;
  }
  
  input[name=username],
  input[name=friend_email]{
	  width: 80% !important;
  }
  
  .text-input,
  input[type=text]{
	  border-style: solid;
	  border-width: 1px;
	  font-size: 14px;
	  height: 26px;
	  line-height: 27px;
	  padding: 4px 12px;
	  border-color: #ccc #e6e6e6 #e6e6e6;
	  border-radius: 3px;
	  box-shadow: 0 2px 4px #EEEEEE inset;
	  color: #666;
  }
  
  .text-input:focus,
  input[type=text]:focus{
	  box-shadow: 0px 0px 5px #EFCB88;
   }
  
  .float_bar a{}
  .float_bar a:hover,
  .forum_toolbar .ajaxlink:hover,
  .blog_toolbar .ajaxlink:hover,
  .float_bar .ajaxlink:hover{ text-decoration:none; color: #f7991d !important; }
  .forum_toolbar .ajaxlink,
  .blog_toolbar .ajaxlink,
  .float_bar .ajaxlink{color:#136BB9 !important; line-height: normal !important; background: transparent !important; margin: 0px !important; padding: 0px !important; border: 0px !important; text-decoration: underline;}
  .float_bar{
	  border-radius:4px;
	  background: url('../images/pagebar_page.png') repeat-x 0px -40px #eee;
	  float:right;
	  margin-top:6px;
	  padding:5px 8px;
	  border: 1px solid #eee;
	  border-bottom: 0px;
  }
  
  .bar{
	  border-radius: 4px;
	  padding:5px 10px;
	  background: url('../images/pagebar_page.png') repeat-x 0px -40px #eee;
	  border: 1px solid #eee;
	  border-bottom: 0px;
  }
  
  .ajaxlink:hover{ color:#ddd !important;  }
  .ajaxlink{
	  text-decoration:none;
	  border-radius: 4px;
	  line-height: 20px;
	  padding: 0px 6px;
	  display: inline-block;
	  margin: 1px 5px 1px 1px;
	  color: #fff !important;
  }
  
  .hinttext{
	  color:#136BB9;
  }
  
  form[method="post"] table{
	  background: transparent !important;
  }
  
  /*Tabber*/
  #tabber_wrap{
	  margin:50px 0px 20px;
	  display: block;
	  clear: both;
	  padding-left: 5px;
	  position: relative;
	  background: url('../images/mh_catlist.png') repeat-x top left #d7d7d7;
  }
  
  #tabber{
	  clear:both;
	  padding: 0px 5px 0px 0px;
	  margin: 0px;
  }
  
  
  #tabber div#tabber_switcher{
	  padding: 5px 0px 0px 0px;
	  height: 40px;
	  margin: 0px 0px 0px;
	  display: block;
	  position: absolute;
	  z-index: 1;
	  top: -45px;
	  left: 1px;
	  right: 1px;
  }
  
  #tabber a.tabber_title{
	  float: left;
	  padding: 0px 0px 0px 0px;
	  height: 40px;
	  margin: 0px 2px 0px 0px;
	  text-decoration: none;
	  position: relative;
	  background: url('../images/header_line.png') repeat-x top left #d7d7d7 ;
  }
  
  
  #tabber a.tabber_title:first-child{
	  margin: 0px 2px 0px -1px;
  }
  
  
  #tabber a.tabber_title.active{
	  z-index: 10 !important;
	  background: url('../images/header_line.png') repeat-x top left;
  }
  
  a#tabber_title1{z-index: 5;}
  a#tabber_title2{z-index: 4;}
  a#tabber_title3{z-index: 3;}
  a#tabber_title4{z-index: 2;}
  a#tabber_title5{z-index: 1;}
  
  
  #tabber a.tabber_title span{
	  padding: 0px 10px 0px 10px;
	  height: 40px;
	  min-width: 40px;
	  line-height: 40px;
	  text-decoration: none;
	  font-size: 13px;
	  font-weight: bold;
	  display: block;
	  margin: 0px;
	  list-style-type: none !important;
	  color: #666;
	  text-transform: uppercase;
  }
  
  #tabber a.tabber_title.active span{
	  color: #fff;
  }
  
  #tabber div.tabber_tab{
	  display: none;
	  padding: 5px;
	  height: auto;
  }
  
  #tabber div#tabber_tab1{
	  display: block;
  }
  
  
  /*Стилизация модулей*/
  #login_pos_inner .moduletitle{
	  display: none;
  }
  
  .moduletitle{
	  min-height: 30px;
	  padding: 0px 20px 0px 0px;
	  margin: 0px 0px 10px;
	  max-height: 90px;
	  position: relative;
	  border-bottom: 1px solid #ccc;
	  background: url('../images/header_line.png') repeat-x top left #d7d7d7;
	  border-radius: 2px 2px 0px 0px;
  }
  
  .moduletitle p{
	  font-size: 16px;
	  font-weight: bold;
	  line-height: 20px;
	  margin: 0px;
	  padding: 5px 10px 0px 10px;
	  min-height: 20px;
	  display: block;
	  text-transform: uppercase;
  }
  
  #footer_box .moduletitle p{
	  font-size: 13px;
	  font-weight: normal;
	  line-height: 20px;
	  margin: 0px;
	  padding: 5px 10px 0px 10px;
	  min-height: 20px;
	  display: block;
	  color:#777;
	  text-transform: uppercase;	
  }
  
  .moduletitle span.fast_cfg_link{
	  position: absolute;
	  top:7px;
	  right: 7px;
	  padding: 0;
	  background: transparent !important;
  }
  
  
  span.fast_cfg_link { padding:4px; }
  span.fast_cfg_link img{ border:none; }
  
  #columns #main_column_wrap .module{
	  padding-top: 10px;
  }
  
  #columns #main_column_wrap1 .module{
	  padding-top: 10px;
  }
  
  #columns #right_column .module{
	  padding-top: 10px;
  }
  
  #user1 .module, #user2 .module,#user3 .module, #user4 .module{}
  
  #footer_l .module{
	  float: left;
	  width: 140px;
	  margin: 0px 10px 15px 0px;
  }
  
  #footer_r .module{
	  margin: 0px 0px 15px 0px;
	  background: url('../images/low_m.png') no-repeat top left;
  }
  
  #footer_box .modulebody{
	  padding: 0px 0px;
  }
  
  
  /*Главное меню*/
  
  #main_home{
	  height: 50px;
	  float: left;
  }
  
  #main_home .mh_item{
	  float: left;
	  height: 50px;
	  line-height: 48px;
	  font-weight: bold;
	  font-size: 18px;
	  border-left: 1px solid #ddd;
  }
  
  #main_home .mh_item:first-child{
	  border-left: 0px;
  }
  
  #main_home .mh_item:first-child a{
	  background: url('../images/mh_h.png') no-repeat top left !important;
  }
  
  #main_home .mh_item a.mh_item{
	  display: block;
	  float: left;
	  height: 50px;
	  padding: 0px 25px;
	  line-height: 48px;
	  text-decoration: none;
	  text-shadow: 1px 1px 0px #fff;
	  background: url('../images/parent.png') no-repeat 50% 90%;
  }
  
  #main_home .mh_item:hover{ 
	  background: url('../images/mm_ih.png') repeat-x top left;
  }
  
  #main_home .mh_item:hover a.mh_item{
	  color: #fff;
	  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
  } 
  
  #main_home .mh_item .mh_toog{
	  width: 100%;
	  position: absolute;
	  top: 50px;
	  left: 0;
	  right: 0;
	  overflow: hidden;
	  height: 0;
  }
  
  #main_home .mh_item .mh_catlist{
	  width: 100%;
	  position: absolute;
	  bottom: 0px;
	  left: 0;
	  right: 0;
	  background: url('../images/mh_catlist.png') repeat-x top left;
  }
  
  #main_home .mh_item .mh_catlist a{
	  color: #fff;
	  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
  }
  
  #main_home ul.menu{
	  padding: 15px !important;
	  margin: 0px;
	  display: block;
	  list-style-type: none;
  }
  
  #main_home ul.menu li{
	  float: left;
	  margin: 0px 25px 0 0;
	  padding: 0;
	  width: 270px;
	  display: block;
	  height: 44px;
	  position: relative;
	  background: url('../images/sep.png') repeat-x left bottom;
  }
  
  #main_home ul.menu li.clear{
	  float: none;
	  clear: both;
	  margin: 0px;
	  padding: 0;
	  width: 100%;
	  display: block;
	  height: 1px !important;
	  background: transparent;
  }
  
  #main_home ul.menu li:hover{
	  background: url('../images/sep.png') repeat-x left bottom;
  }
  
  #main_home ul.menu li.parent>a{
	  background: url('../images/parent2.png') no-repeat 98% 50%;
  }
  
  #main_home ul.menu li a{
	  font-size: 14px;
	  padding: 4px 5px 4px 5px;
	  display: block;
	  height: 36px;
	  line-height: 34px;
	  text-decoration: none;
  }
  
  #main_home ul.menu li:hover a{
	  background: url('../images/w20.png') repeat left top;
  }
  
  #main_home ul.menu a img{
	  max-height: 16px;
	  max-width: 16px;
	  margin: 9px 4px 0px 0px;
	  float: left;
  }
  
  #main_home ul.menu div.mm_wrap{
	  position: absolute;
	  z-index: 1;
	  top: 10px;
	  left: 80%;
	  height: 0px;
	  padding: 0px;
	  overflow: hidden;
	  background: url('../images/b10.png') repeat top left;
  }
  
  #main_home ul.menu li:hover div.mm_wrap{
	  display: block;
	  box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
  }
  
  #main_home ul.menu div.mm_wrap ul{
	  padding: 10px 0px;
  }
  
  #main_home ul.menu div.mm_wrap li{
	  float:none;
	  margin: 0px 10px;
	  background: url('../images/sep.png') repeat-x left bottom;
  }
  
  #main_home ul.menu div.mm_wrap li a{
	  background: transparent;
  }
  
  #main_home ul.menu div.mm_wrap li a:hover{
	  background: transparent;
	  color: #ddd;
	  text-shadow: none;
  }
  
  #main_home ul.menu div.mm_wrap ul ul,
  #main_home ul.menu div.mm_wrap ul div{
	  display: none;
  }
  
  /*Первый уровень*/
  
  #main_menu ul.menu{
	  padding: 0px 0px 0px 0px !important;
	  margin: 0px;
	  display: block;
	  height: 50px;
	  list-style-type: none;
	  border-right: 1px solid #DDDDDD;
  }
  
  #main_menu ul.menu li{
	  float: left;
	  margin:0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;
	  height:50px;
	  line-height: 48px;
	  display: block;
	  position: relative;
	  border-left: 1px solid #ddd;
  }
  
  #main_menu ul.menu li.selected{
	  background: url('../images/selected.png') no-repeat 100% 0px; 
  }
  
  #main_menu ul.menu li:hover{
	  background: url('../images/mm_ih.png') repeat-x top left;
  }
  
  #main_menu ul.menu li.parent > a {
	  background: url('../images/parent.png') no-repeat 50% 90%;
  }
  
  #main_menu ul.menu li a{
	  margin: 0px 0px 0px;
	  padding: 0px 25px 0px 25px;
	  text-decoration: none;
	  height:50px;
	  line-height: 48px;
	  display: block;
	  font-weight: bold;
	  text-decoration: none;
	  color: #777;
	  text-shadow: 1px 1px 0px #fff;
  }
  
  #main_menu ul.menu li:hover a{
	  color: #fff;
	  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
  }
  
  #main_menu ul.menu a img{
	  max-height: 16px;
	  max-width: 16px;
	  margin: 15px 6px 0px 0px;
	  float: left;
  }
  
  
  /*Второй уровень*/
  #main_menu ul.menu div.mm_wrap{
	  padding: 0px 0px 0px;
	  top: 50px;
	  width: 270px;
	  margin: 0px;
	  position: absolute;
	  left: 0;
	  height: 0;
	  overflow: hidden;
	  background: url('../images/mh_catlist.png') repeat-x top left;
  }
  
  #main_menu ul.menu ul{
	  display: none;
  }
  
  #main_menu ul.menu div ul{
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  padding: 10px 0px 10px;
	  margin: 0px;
	  width: 270px;
	  display: block !important;
  }
  
  #main_menu ul.menu ul li.selected,
  #main_menu ul.menu ul li{
	  border: 0px !important;
	  display: block;
	  width: 250px !important;
	  height: auto;
	  float: none;
	  *float: left;
	  padding: 0px 0px !important;
	  margin: 0px 10px;
	  min-height:35px;
	  position: relative;
	  z-index: 1;
	  background: url('../images/sep.png') repeat-x left bottom;
  }
  
  #main_menu ul.menu ul li:hover{
	  z-index: 2;
	  background: url('../images/sep.png') repeat-x left bottom;
  }
  
  #main_menu ul.menu li.parent2 > a {
	  background: url('../images/parent2.png') no-repeat 98% 50%;
  }
  
  #main_menu ul.menu ul li a{
	  display: block;
	  font-size: 14px;
	  padding: 4px 5px 4px 5px;
	  display: block;
	  height: 36px;
	  line-height: 34px;
	  text-decoration: none;
	  color: #fff;
	  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
  }
  
  #main_menu ul.menu ul li:hover a{
	  background: url('../images/w20.png') repeat left top;
  }
  
  #main_menu ul.menu ul a img{
	  max-height: 16px;
	  max-width: 16px;
	  margin: 9px 4px 0px 0px;
	  float: left;
  }
  
  
  /*Третий уровень*/
  #main_menu ul.menu div div.mm_wrap2{
	  padding: 0px 0px 0px;
	  top: 0px;
	  width: 270px;
	  margin: 0px;
	  position: absolute;
	  left: 160px;
	  height: 0;
	  overflow: hidden;
	  background: url('../images/b10.png') repeat top left;
	  box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
  }
  
  #main_menu ul.menu div div.mm_wrap2 li{
	  background: url('../images/sep.png') repeat-x left bottom;
  }
  
  #main_menu ul.menu div div.mm_wrap2 li a{
	  background: transparent;
  }
  
  #main_menu ul.menu div div.mm_wrap2 li a:hover{
	  background: transparent;
	  color: #ddd;
	  text-shadow: none;
  }
  
  
  
  /*Меню в контенте*/
  #columns ul.menu{
	  padding: 0px 0px 0px 0px !important;
	  margin: 0px;
	  display: block;
	  list-style-type: none;
  }
  
  #columns ul.menu li{
	  margin:0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;
	  height:40px;
	  *float: left;
	  *width: 100%;
	  display: block;
	  position: relative;
	  background: url('../images/sep.png') repeat-x bottom left;
  }
  
  #columns ul.menu li:hover{
	  background-color: #eee;
  }
  
  #columns ul.menu li:hover a,
  #columns ul.menu li.selected a{}
  
  #columns ul.menu a{
	  margin: 0px 0px 0px;
	  padding: 0px 8px 0px 15px;
	  font-size: 14px;
	  text-decoration: none;
	  height:40px;
	  line-height: 35px;
	  display: block;
	  font-weight: normal;
	  text-decoration: none;
	  color: #666;
  }
  
  #columns ul.menu a img{
	  max-height: 16px;
	  max-width: 16px;
	  margin: 15px 6px 0px 0px;
	  float: left;
  }
  
  #columns ul ul{
	  display: none;
  }
  
  
  /*Футер меню
  
  Первый уровень*/
  #footer_box ul.menu{
	  padding: 0px 0px 0px 0px !important;
	  margin: 0px;
	  display: block;
	  list-style-type: none;
  }
  
  #footer_box  ul.menu li{
	  margin:0px 0px 0px 0px;
	  padding: 0px 5px 0px 5px;
	  height:25px;
	  display: block;
	  position: relative;
  }
  
  #footer_box  ul.menu li:hover{}
  
  #footer_box  ul.menu a{
	  margin: 0px 0px 0px;
	  padding: 0px 0px 0px 0px;
	  font-size: 13px;
	  text-decoration: none;
	  height:25px;
	  line-height: 23px;
	  display: block;
	  font-weight: normal;
	  text-decoration: none;
	  color: #777;
  }
  
  #footer_box  ul.menu li:hover a{
	  color: #333;
	  text-decoration: underline;
  }
  
  #footer_box  ul.menu a img{
	  max-height: 16px;
	  max-width: 16px;
	  margin: 5px 6px 0px 0px;
	  float: left;
  }
  
  #footer_box ul.menu ul{
	  display: none;
  }
  
  /*Горизонтальное меню*/
  .menutd{
	  text-align:center;
  }
  
  .menulink{
	  padding:5px;
  }
  
  .menulink_active{
	  padding:5px;
  }
  
  
  /*Сообщения сессии*/
  
  .sess_messages {
	  padding:10px;
	  background:#eee;
	  margin-bottom:15px;
	  display:block;
	  clear:both;
	  border-radius:5px;
   }
  
  .sess_messages div{
	  padding-left:20px;
	  line-height:16px;
	  margin-bottom:2px;
  }
  
  .sess_messages .message_info {
	  background:url('../images/icons/info.png') no-repeat left center;
  }
  .sess_messages .message_success {
	  background:url('../images/icons/yes.png') no-repeat left center;
	  color: #97bf0d;
  }
  .sess_messages .message_error {
	  background:url('../images/icons/no.png') no-repeat left center;
	  color: #eb6b57;
  }
  
  
  /******************************************  МОДУЛИ   ********************************************************************/
  
  
  /*Фото модули*/
  .mod_lp_titlelink{ font-size:14px;	font-weight:bold; margin-bottom:5px; }
  .mod_lp_albumlink{ margin-top:4px; }
  .mod_lp_albumlink a{	color:#666;	text-decoration:underline; }
  .mod_lp_details{}
  .mod_lp_photo{ padding-right:10px; }
  
  
  
  /*Голосования*/
  .mod_poll_title { margin-bottom: 5px; }
  .mod_poll_submit { margin-top: 10px; }
  .mod_poll_gauge { background-color:#136BB9;	display: table;	height: 8px; margin-bottom: 8px; }
  
  
  
  /*Поиск*/
  .search_field {	width: 100%; border: 1px solid #666; }
  .search_row1 {	background-color:#f7f7f7; }
  .search_row2 {	background-color:#f2f2f2; }
  .search_match{	background-color: #136BB9;	color:#FFF;   border-radius:5px;	padding:0 2px; }
  .search_date{ float:right;	height:14px;	font-size:10px;	color: #666; }
  
  #from_search{
	  display:none;
	  margin:10px 0 0 0;
	  border-top:1px solid #e0e0e0;
	  position:relative;
  }
  
  #from_search label{ color: #666; }
  #from_search label.selected{ color: #000; }
  
  .price_search {	width: 60%;	border: 1px solid #666; }
  .search_input {	width: 300px;	border:solid 1px #666; }
  
  .search_block {
	  margin:0 0 7px 0;
	  clear:both;
	  padding:0 4px 4px;
	  border-radius:5px;
	  background: #fff;
	  border: 1px solid #f2f2f2;
  }
  
  .search_result_title {	font-size:16px;	font-weight:bold; }
  .search_result_title span {	width:25px;	display:block;	float:left; }
  
  .search_result_desc { margin:4px 0 0 20px; }
  .search_result_desc p {	color:#666; }
  .search_result_desc a {	color:#666; }
  .search_result_desc img {margin: 2px 10px 0 0; width: 70px; float: left;}
  .search_result_link {margin: 5px 0 0 0;}
  
  
  
  
  /*Меню пользователя*/
  .user_menu_module li{  margin-right:0px;	display: block;	line-height: 30px;	background: url('../images/sep.png') repeat-x bottom left; }
  .user_menu_module li a{  padding:6px;  padding-left:26px !important;  text-decoration:none; }
  
  #header_line .user_menu_module { float:left; }
  #header_line li a{ color:#fff; }
  #header_line .user_menu_module{ margin-left: 5px;}
  #header_line .user_menu_module li{	margin:0px;	display: block;	line-height: auto;	background: transparent; float: left; height: 30px;	line-height: 27px;	display: inline-block; background: url('../images/b10.png') repeat-y top right; }
  #header_line .user_menu_module li:hover{ background: url('../images/b10.png'); }
  #header_line .user_menu_module li a{ padding:0px 5px !important; color:#fff; text-shadow: 1px 1px 0px rgba(0,0,0,0.3); line-height: 27px;  text-decoration:none;	background: transparent !important;	display: block; }
  #header_line .user_menu_module ul.menu ul{display:none;}
  
  .user_menu_module .my_profile a{ background:url('../images/icons/user.png') no-repeat 6px center; }
  .user_menu_module .my_messages a{ background:url('../images/icons/message.png') no-repeat 6px center; }
  .user_menu_module .my_messages a.has_new { color:#FFE900; }
  .user_menu_module .my_blog a{ background:url('../images/icons/blog.png') no-repeat 6px center; }
  .user_menu_module .my_photos a{ background:url('../images/icons/folder_picture.png') no-repeat 6px center; }
  .user_menu_module .my_content a{ background:url('../images/icons/folder_page.png') no-repeat 6px center; }
  .user_menu_module .add_content a{ background:url('../images/icons/add.png') no-repeat 6px center; }
  .user_menu_module .admin a{ background:url('../images/icons/cpanel.png') no-repeat 6px center; }
  .user_menu_module .logout a{ background:url('../images/icons/logout.png') no-repeat 6px center; }
  .user_menu_module .register a{ background:url('../images/icons/register.png') no-repeat 6px center; }
  .user_menu_module .login a{ background:url('../images/icons/key.png') no-repeat 6px center; }
  .user_menu_module .my_balance a{ background:url('../images/billing/balance.png') no-repeat 6px center; }
  
  
  
  /*Авторизация/Регистрация*/
  
  .authtable input#login,
  .authtable input#pass,
  .lf_field input,
  #regform input[type=text],
  #regform input[type=password]{
	  border-style: solid;
	  border-width: 1px;
	  font-size: 14px;
	  height: 26px;
	  line-height: 27px;
	  padding: 4px 12px;
	  border-color: #ccc #e6e6e6 #e6e6e6;
	  border-radius: 5px;
	  box-shadow: 0 2px 4px #EEEEEE inset;
	  color: #666;
  }
  
  .authtable input#login:focus,
  .authtable input#pass:focus,
  .lf_field input:focus,
  #regform input[type=text]:focus,
  #regform input[type=password]:focus{
	  box-shadow: 0px 0px 5px #EFCB88;
  }
  
  .lf_title,
  #regform strong,
  #regform p{
	  margin: 0px;
	  padding: 0px;
	  padding-top: 10px;
	  font-size: 15px;
	  font-weight: normal;
	  color: #666;
  }
  
  .lf_field input{
	  width: 270px;
  }
  
  .loginzaline {
	  display: block;
	  padding: 2px;
	  margin-top: 5px;
	  border: 1px solid #f2f2f2;
  }
  
  .loginzaline p{
	  font-size: 9px;
	  margin: 0px !important;
	  padding: 2px;
  }
  
  .loginzaline .lf_title{
	  color: #136BB9;
	  padding: 0px;
  }
  
  #login_btn,
  .lf_submit input{
	  font-size:16px;
	  height: 50px;
	  width:110px;
	  padding: 0;
	  border: 0px;
	  margin-top: 15px;
	  background: url('../images/button.png') repeat-x 0px 0px;
	  color: #fff;
	  text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
	  cursor: pointer;
	  box-shadow: none;
  }
  
  #regform #save{
	  font-size:16px;
	  height: 50px;
	  width:170px;
	  padding: 0;
	  border: 0px;
	  margin-top: 15px;
	  background: url('../images/button.png') repeat-x 0px 0px;
	  color: #fff;
	  text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
	  cursor: pointer;
	  box-shadow: none;
  }
  
  .lf_submit input:hover,
  #regform #save:hover,#login_btn:hover{background: url('../images/button.png') repeat-x 0px 100%; }
  .logcol #login_btn{	float: right; }
  .lf_link{ font-size: 15px;	margin-left: 15px; }
  .regstar{ font-size:15px;	color:#FF4200; }
  #regform small{ color:#444;	font-size: 11px; margin-bottom: 5px;	display: block; }
  .lf_notice{ font-size:14px; margin-bottom:10px; }
  .login_form #remember{ margin:0px; padding:0px; }
  
  /*Новые статьи*/
  .mod_latest_entry{	overflow: hidden; margin-bottom:10px;	clear:both;	padding-bottom: 12px; background: url('../images/sep.png') repeat-x bottom left; }
  .mod_latest_title{	font-size:16px; text-decoration: none; text-transform: uppercase; font-weight: bold; }
  .mod_latest_blog_title{	font-size:16px; }
  .mod_latest_date{	margin-bottom:10px;   padding:2px 0px;	font-size:11px;	color:#666; }
  .mod_latest_date a{	color:#5F98BF; }
  .mod_latest_desc{	display: inline;	margin-bottom:5px; color: #555; }
  
  .mod_latest_comments{    padding:1px;	background:url('../images/icons/comment-small.png') no-repeat left center;   padding-left:20px; }
  .mod_latest_hits{  padding:1px;	background:url('../images/icons/eye.png') no-repeat left center;   padding-left:20px; }
  
  .mod_latest_rss{    clear:both; 	padding-left:20px; 	background:url('../images/icons/rss.png') no-repeat left center; height:16px;	line-height:16px;	text-decoration:underline;	color:#333; }
  .mod_latest_rss a{	text-decoration: underline; color: #333;}
  
  .mod_latest_image{  float:left; margin-right:10px; margin-bottom:5px;  background:#FFF; padding:0px; border:solid 5px #bbb;	box-shadow: 0px 0px 5px #bbb; }
  .mod_latest_image img{ max-width: 200px; display: block; }
  
  .mod_latest_pagebar .pagebar{ margin-top:25px !important;  margin-bottom:10px !important; }
  .mod_latest_pagebar .pagebar .pagebar_title{ margin-left:0px; }
  
  
  
  /*Корзина*/
  .cart_item{	font-size:10px;	font-weight:bold }
  .cart_detaillink{ clear:both; 	border-bottom: 1px solid #eee; 	margin-bottom:10px; padding-bottom:5px; }
  .cart_total{ clear:both; border-top: 1px solid #eee; margin-top:10px; padding-top:5px; }
  .cart_price{ margin-top:2px; text-align:right; }
  .cartrow1{ background-color:#f2f2f2; }
  .cartrow2{}
  
  
  
  /*Коментарии*/
  .mod_com_userlink{ color:#666; }
  .mod_com_line{ font-size:14px; }
  .mod_com_line strong{ font-size:14px; font-weight: normal; }
  .mod_com_targetlink{  color:#136BB9; }
  .mod_com_details{ font-size:10px; margin-bottom:6px; padding-bottom: 5px; background: url('../images/sep.png') repeat-x bottom left; }
  .mod_com_details a{ text-decoration:none; }
  .mod_com_all{ padding:1px; padding-left:20px; background:url('../images/icons/comments.png') no-repeat; color:#333; }
  
  
  
  
  /*Новости форума*/
  .mod_fweb2_userlink{ text-decoration:underline;	color:#666; }
  .mod_fweb2_date{ width:100px; color: #136BB9; }
  .mod_fweb2_topiclink{ text-decoration:underline; font-weight:bold; }
  .mod_fweb2_shorttext{ font-style:italic; font-family: Georgia; color:#474747; padding-bottom: 5px; border-bottom: 1px solid #eee;}
  
  
  
  /*Календарь*/
  .calendar{	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	border: solid 1px #666;	width:100%;	text-align:center; }
  .calendar_top{	height: 30px; background-color:#474747; color:#fff; }
  #calendar_nav{	height: 30px; background-color:#006699; color:#fff; }
  #calendar_nav a{ color:#fff;	text-align:center;}
  .calendar_dayname{	font-size: 10px; height: 30px;	background-color:#eee; }
  .calendar_day{	font-size: 10px; padding:4px; }
  .calendar_today{ font-size: 10px;	padding:4px; background-color:#EBEBEB; border:solid 1px #666; }
  .calendar_daylink{	text-decoration: underline; }
  .calendar_toplink{	text-decoration: none;	color:#fff; }
  .calendar_toplink:hover{ text-decoration: none;	color:#ffc20f; }
  
  
  
  
  /*Новое и популярное в каталоге*/
  .uc_latest_item{
	  position: relative;
	  display:block;
	  width:140px;
	  height:200px;
	  padding: 5px;
	  float:left;
	  margin: 0px 0px 10px 0px;
	  text-align:center;
  }
  
  .uc_latest_item img{
	  width: 120px;
	  max-height: 180px;
  }
  
  .uc_latest_item:hover{ background: #d7d7d7; }
  #uc_latest_price{ font-family: Georgia; }
  
  .uc_latest_link{
	  font-size:14px;
	  background: #bbb;
	  padding: 1px 5px;
	  display: inline-block;
	  text-decoration: none;
	  position: absolute;
	  bottom: 0;
	  left:5px;
	  right: 5px;
	  color: #fff;
  }
  
  .uc_latest_link:hover{ color: #ddd;}
  .uc_latest_title{ list-style-position:inside; list-style:square; }
  .uc_latest_list td{
	  border-bottom: 1px solid #eee;
  }
  
  .uc_latest_price,
  .uc_popular_price,
  .uc_random_price{
	  position: absolute;
	  top: 10px;
	  right: 0px;
	  color: #fff;
	  padding: 0px 5px;
  }
  
  
  /*Облако тегов*/
  a.tag:hover{
	  color:#fff;
	  text-decoration: none;
  }
  
  
  
  /*Новые пользователи*/
  div.mod_new_user{ float: left; width:200px; overflow:hidden;  line-height:36px;  margin-bottom:5px; }
  .mod_new_user_avatar { float:left; margin-right:10px;  padding:1px;  overflow:hidden; }
  .mod_new_user_link { font-size:14px; }
  
  
  
  /*Поиск пользователей*/
  #mod_usr_search_form td{ padding:4px; }
  
  
  
  /*Новое в блогах*/
  .mod_blog_userlink{	text-decoration:underline;	color:#666; }
  .mod_blog_karma{ text-align:center;	font-size:18px; }
  
  
  
  
  /*Последние вопросы FAQ*/
  .mod_faq_date{ font-size: 12px;	color:#666; }
  span.user_karma_point{ font-size:16px; }
  
  
  
  
  /*Новые объявления*/
  .new_board_items li{	padding:0px;  padding-left:20px;  background:url('../images/icons/note.png') no-repeat left; list-style:none; margin:0px;	margin-bottom:4px; font-size:14px; }
  .new_board_items li.vip a{ color:#ff7800; font-weight:bold; }
  .new_board_items{ padding:0px;	margin:0px; }
  .board_city{ color:#136BB9; }
  
  
  
  /*Новые и популярные клубы*/
  .mod_clubs div.club_entry { overflow:hidden; margin-bottom:0px;  }
  .mod_clubs div.club_entry .image{ padding: 2px; float: left; margin-right:14px; }
  .mod_clubs div.club_entry .data{ float: left; }
  .mod_clubs div.club_entry .data .title { margin-bottom: 5px; margin-top:0px;  }
  .mod_clubs div.club_entry .data .title a{ font-size: 16px;  }
  .mod_clubs div.club_entry .data .details { float:left; padding-left:10px; }
  .mod_clubs div.club_entry .data .details span{ color: #666; padding-left:19px; margin-right:4px; height:18px; font-size:10px; height:16px;line-height:16px;display:block; }
  .mod_clubs div.club_entry .data .details span.rating{ background:url('../images/icons/rating.png') no-repeat left center; }
  .mod_clubs div.club_entry .data .details span.date{ background:url('../images/icons/calendar.png') no-repeat left center; }
  .mod_clubs div.club_entry .data .details span.members{ background:url('../images/icons/user.png') no-repeat left center; }
  
  
  
  
  /*Рейтинг пользователей*/
  .mod_user_rating td{	padding-bottom: 7px; padding-top: 5px; background: url('../images/sep.png') repeat-x bottom left; }
  .mod_user_rating td.avatar{ text-align:center; }
  
  .mod_user_rating a.nickname { font-size:14px; font-weight:bold; 	margin-left:5px; float:left; color: #136BB9; }
  .mod_user_rating a.nickname:hover{ color: #e05721; }
  
  .mod_user_rating div.karma { 	font-size:14px; font-weight:bold; margin-left:5px; float:left; padding: 1px 5px; border: 1px solid #d7d7d7;	background: #f7f7f7; color: #fff; }
  .mod_user_rating div.rating { font-size:14px; font-weight:bold; margin-left:5px; float:right; background: #f7f7f7; color: #fff; padding: 1px 5px;	border: 1px solid #d7d7d7;	 }
  
  .mod_user_rating div.microstatus{ 	margin-left: 5px; 	background-position: 2px 3px; }
  
  
  
  
  
  /*********************************************** КОМПОНЕНТЫ *****************************************************************************************/
  
  
  /*Пагинатор*/
  .pagebar{	margin-top:10px;	margin-bottom: 15px; 	font-size:12px;	clear:both;  }
  .pagebar_title{	margin:3px 5px;  color:#136BB9; line-height: 30px; height: 30px; display: inline-block; }
  
  
  .pagebar_page{
	  margin:3px;
	  max-height: 18px;
	  line-height: 17px;
	  padding:6px 9px;
	  background: url('../images/pagebar_page.png') repeat-x 0px 0px #fff;
	  border-right: 1px solid #e0e0e0;
	  border-left: 1px solid #eee;
	  border-radius: 2px;
	  text-decoration: none;
	  color: #666;
	  display: inline-block;
  }
  
  .pagebar_page:hover{
	  background: url('../images/pagebar_page.png') repeat-x 0px -40px #eee;
  }
  
  .pagebar_current{
	  margin:3px;
	  padding:6px 9px;
	  line-height: 17px;
	  color:#fff;
	  border-radius:2px;
	  display: inline-block;
  }
  
  
  
  
  /*Контент*/
  .con_heading {
	  font-size: 28px;
	  font-weight:normal;
	  color:#136BB9;
	  text-shadow: 1px 1px 0px #fff;
	  margin: 0px;
	  margin-bottom: 15px;
	  min-width: 120px;
	  padding-left: 0px;
	  border-radius: 6px 0px 0px 0px;
  }
  
  h3 {
	  font-size: 18px;
	  font-weight:normal;
	  color:#136BB9;
	  margin: 15px 0px;
  }
  
  .contentlist td{
	  padding-bottom: 15px;
	  background: url('../images/sep.png') repeat-x bottom left;
  }
  
  .con_pubdate{
	  color:#666;
	  text-shadow: 1px 1px 0px #fff;
	  font-weight:normal;
	  font-size: 22px;
	  font-family: Georgia;
  }
  
  .con_pubdate a{
	  font-size: 15px;
	  text-shadow: none;
	  font-family: Arial;
  }
  
  .con_description {
	  margin-top:     2px;
	  margin-bottom:  14px;
	  padding: 5px;
	  background: #f7f7f7;
	  line-height: 18px;
	  font-size: 14px;
	  border: 1px solid #d7d7d7;
	  color: #777;
  }
  
  .con_description p{
	  line-height: 18px;
	  font-size: 14px;
  }
  
  .con_desc{
	  margin-top:0px;
	  line-height: 18px;
	  font-size: 14px;
	  color: #777;
  }
  
  .con_text{
	  margin:15px 0px;
  }
  
  .con_text h4{
	  font-size: 17px;
	  font-weight: normal;
	  padding: 2px 0;
	  color: #474747;
	  clear: both;
	  margin-bottom: 10px;
	  text-decoration: underline;
  }
  
  .con_subcat{
	  font-size:18px;
	  padding-left:23px;
	  background: url('../images/icons/folder.png') no-repeat left center;
	  height:18px;
	  line-height:18px;
  }
  
  .con_title{
	  font-size:18px;
	  margin-bottom:10px;
	  text-decoration: none;
  }
  
  .con_icons{
	  margin:4px;
	  margin-top:9px;
	  margin-left:10px;
  }
  
  .con_icon{
	  margin-top:4px;
  }
  
  .con_details{
	  margin-bottom:10px;
	  color:#666;
  }
  
  .con_details a{}
  
  .con_image{
	  float:left;
	  margin-right:16px;
	  border:1px solid #fff;
	  box-shadow: 3px 3px 3px #bbb;
  }
  
  #con_rating_block{
	  margin-top:10px;
	  padding:10px;
	  margin-bottom:10px;
	  background:url('../images/pagebar_page.png') repeat-x 0px -40px #eee;
	  border-radius:4px;
	  border: 1px solid #eee;
	  border-bottom: 0px;
  }
  
  div.con_forum_link{
	  margin-top:10px;
	  margin-bottom:10px;
  }
  
  div.con_forum_link a{
	  height:16px;
	  line-height:16px;
	  padding-left:18px;
	  background:url('/images/icons/comments.gif') no-repeat left center;
  }
  
  
  /*Фотогалерея*/
  .photo_layout{
	  margin-bottom: 15px;
  }
  
  .photo_thumb{
	  display:block;
	  border: 1px solid #e2e2e2;
	  padding:15px;
	  border-radius:4px;
	  margin-right:5px;
	  margin-bottom:5px;
  }
  
  .photo_thumb img, .photo_layout img {
	  width: 100%;
  }
  
  .photo_thumb a{
	  font-size:14px;
  }
  
  .photo_thumb div,
  .photo_thumb div a{
	  font-size:11px;
  }
  
  .photo_bar{
	  background-color: #eee;
	  margin:6px 0px 6px 0px;
  }
  
  .photo_desc{
	  margin-bottom:10px;
  }
  
  .photo_box{
	  border:solid 1px #eee;
  }
  
  .photo_date_td{
	  background-color:#eee;
  }
  .photo_sortform{
	  margin-top: 5px;
	  padding:5px 8px;
	  background-color:#eee;
	  border: 1px solid #e5e5e5;
	  border-radius:4px;
  }
  
  .photo_subcat{
	  font-size:16px;
  }
  
  .photo_gallery{
	  margin-bottom:15px;
	  clear:both;
  }
  
  .photo_gallery table{
	  width: 100%;
  }
  
  .photo_userbar{
	  padding:10px;
	  background-color:#eee;
	  margin-bottom:2px;
  }
  
  .photo_toolbar{
	  float:right;
	  background: url('../images/pagebar_page.png') repeat-x 0px -40px #eee;
	  border: 1px solid #eee;
	  border-bottom: 0px;
	  padding:5px 8px;
	  margin-top: 5px;
	  border-radius: 4px;
  }
  
  .photo_toolbar table{
	  height:30px;
  }
  
  .photo_toolbar a{
	  text-decoration:underline;
	  font-size:14px;
	  color:#136BB9;
  }
  
  .photo_toolbar a:hover{}
  
  .photo_add_link{
	  padding-left:20px;
	  background:url('../images/icons/addphoto.png') no-repeat 3px center;
	  font-size:14px;
	  float:right;
	  margin: 10px 0px;
	  color: #fff !important;
	  padding: 2px 5px 4px 25px;
	  text-decoration: none;
	  border-radius: 4px;
  }
  
  .photo_add_link:hover{
	  color: #ddd !important;
  }
  
  .photo_bbinput{
	  width:200px;
	  padding:2px;
  }
  
  .photo_row{
	  height:auto !important;
	  overflow:hidden;
	  padding:0;
	  width:100%;
  }
  
  .photo_album_tumb{
	  display: block;
	  position:relative;
	  margin: 0px;
	  padding: 10px;
	  background: url('../images/sep.png') repeat-x bottom left;
	  overflow: hidden;
  }
  
  .photo_album_tumb:hover{
	  background-color: #f7f7f7;
  }
  
  .photo_container{
	  display: inline;
	  float: left;
  }
  
  .photo_album_img{
	  background-color:#f7f7f7;
	  background-image:none;
	  border:1px solid #fff;
	  margin:0 15px 0px 0px;
	  padding:0px;
	  vertical-align:bottom;
  }
  
  .photo_txt{
	  font-family: Georgia;
	  font-style: italic;
	  color: #666;
  }
  
  .photo_txt .photo_album_title{
	  font-size:16px;
	  height: 25px;
	  font-family: Arial;
	  font-style: normal;
	  display:inline;
  }
  
  .photo_container_today{
	  color:#fff;
	  font-weight:bold;
	  position:absolute;
	  top: 40px;
	  left: 10px;
	  z-index: 1;
	  margin:0;
	  padding:0;
	  text-shadow: 0px 0px 2px #000;
  }
  
  .photo_txt ul {
	  margin:0 !important;
	  padding:0 0 0 15px !important;
	  list-style-image:none;
	  list-style-position:outside;
	  list-style-type:none;
  }
  
  .photo_txt li {
	  background-image:none;
	  list-style-image:none;
	  list-style-type:none;
	  margin:0 !important;
	  padding:0 !important;
  }
  
  .photo_details .photo_date_details{
	  margin-top:10px;
  }
  
  .photo_larr{
	  background:url('../images/larr.jpg') no-repeat right 20px;
  }
  
  .photo_details{
	  background:#eee;
	  border: 1px solid #e5e5e5;
	  padding:20px;
	  border-radius:4px;
	  font-size:14px;
  }
  
  .photo_details .operations{
	  margin-top:20px;
  }
  
  .photo_details .karma_buttons{
	  padding:5px;
  }
  
  .photo_sub_details{
	  padding:10px 20px;
	  font-size:14px;
  }
  
  .photo_sub_details .taglinebar{
	  margin:0px;
	  margin-top:10px;
  }
  
  
  
  
  /*Статьи*/
  .con_pt {
	  display:block;
	  padding: 8px;
	  margin: 5px;
	  border:solid 1px #eee;
	  width:260;
	  float:right;
  }
  
  .con_pt_heading {
	  display: block;
	  margin-bottom:6px;
  }
  
  /*Редактор*/
  .ajax_autogrowarea{
	  border: 0 none;
	  font-size: 100%;
	  margin: 0;
	  padding: 3px 0;
	  width: 100%;
	  height:180px;
	  min-height:180px;
	  max-height:1000px;
  }
  .bb_tag_code{
	  border:solid 1px #bbb;
	  padding:8px;
	  margin-top:5px;
	  margin-bottom:5px;
	  max-width:700px;
	  overflow:auto;
  }
  
  .bb_tag_code ol{
	  padding: 6px 0;
	  padding-left:5px;
  }
  
  .bb_tag_hide{
	  padding:8px;
	  background-color:#eb6b57;
	  color: #fff;
  }
  
  .bb_tag_hide a{
	  color:#222;
	  text-decoration:underline;
  }
  
  .bb_tag_spoiler .spoiler_title{ margin-bottom:3px; }
  .bb_tag_spoiler .spoiler_body{
	  margin-bottom:10px;
	  padding:10px;
	  background:#eee;
	  border-radius:8px;
  }
  
  .bb_img {
	  max-width:550px;
	  overflow:hidden;
  }
  
  
  
  
  /*FAQ*/
  .faq_subcats, .faq_cats{
	  padding:10px;
	  padding-bottom:5px;
	  background:url('../images/pagebar_page.png') repeat-x 0px -40px #eee;
	  border: 1px solid #eee;
	  margin-bottom:10px;
	  border-radius:4px;
  }
  
  .faq_cat_link{
	  font-size:18px;
  }
  
  .faq_cat_desc{
	  margin-bottom:5px;
  }
  
  .faq_questtext{
	  font-size:15px;
	  margin-bottom:10px;
	  color:#474747;
	  font-style: italic;
	  font-family:Georgia;
  }
  
  .faq_quest_link {
	  margin-bottom:5px;
  }
  
  .faq_quest_link a{
	  font-size:14px;
	  text-decoration:none;
  }
  
  .faq_answertext{
	  font-size:15px;
	  margin-bottom:10px;
	  color: #474747;
  }
  
  .faq_answertext p{
	  margin-bottom:10px;
  }
  
  .faq_questdate{
	  padding:2px;
	  font-size:11px;
	  text-align:center;
	  background-color:#eee;
	  border: 1px solid #e5e5e5;
	  width:100px;
	  float:right;
  }
  
  .faq_questuser a{
	  color:#375E93;
  }
  
  .faq_questuser{
	  padding-left:20px;
	  font-size:11px;
	  text-align:center;
	  margin-top:2px;
	  margin-right:4px;
	  float:right;
	  background:url('../images/icons/user.png') no-repeat;
  }
  
  .faq_questcat{
	  padding:2px;
	  font-size:11px;
	  text-align:center;
	  margin-left:4px;
	  float:right;
  }
  
  .faq_questcat a{
	  color:#333;
  }
  
  .faq_quest{
	  padding:8px;
	  background: url('../images/sep.png') repeat-x bottom left;
  }
  
  .faq_send_quest{
	   background:url('../images/pagebar_page.png') repeat-x 0px -40px #eee;
	  border: 1px solid #eee;
	  margin-bottom:10px;
	  border-radius:4px;
	  float:right;
	  margin-top: 5px;
	  padding:5px 8px;
  }
  
  .faq_send_quest a{
	  padding:1px;
	  padding-left:20px;
	  background:url('../images/icons/add.png') no-repeat 0px 2px;
	  text-decoration:underline;
	  color:#136BB9;
  }
  
  .faq_send_quest a:hover{}
  
  #faq_message{
	  width:100%;
	  height:200px;
	  margin-bottom:10px;
	  border:solid 1px #203047;
  }
  
  .faq_add_cat{
	  margin-bottom:10px;
	  color:#375E93;
  }
  
  
  
  /*Карма*/
  .karma_form{
	  text-align:center;
	  padding:10px;
	  background-color:#f7f7f7;
	  border-radius:4px;
  }
  .karma_form #karmavotes {
	  color:#777;
  }
  
  
  
  /*Теги*/
  .taglinebar{ margin:10px 0px; border: 1px solid #e5e5e5; background: #eee;	padding: 2px 5px;	border-radius: 4px; }
  .taglinebar .label{	padding-right:18px;	background:url('../images/icons/tag.png');	background-repeat:no-repeat;	background-position:right;	font-weight:bold;	margin-right:4px; }
  .tag_searchcat{	color:#136BB9;	text-decoration:underline;	font-size:16px; }
  .tag_searchitem{ text-decoration:underline;	font-size:16px; }
  .tagsearch_bar{	font-size:10px;	text-align:right;	float:right; }
  .tagsearch_item{ float:left; padding:5px; }
  
  
  
  
  /*Блоги*/
  .blog_moderate_link{
	  color:#eb6b57;
	  text-decoration:underline;
  }
  
  .blog_moderate_yes{
	  color:#97bf0d;
	  font-size:14px;
	  text-decoration:underline;
  }
  
  .blog_moderate_no{
	  color:#eb6b57;
	  font-size:14px;
	  text-decoration:underline;
  }
  
  .blog_desc{
	  clear:both;
  }
  
  .blog_toolbar{
	  background: url('../images/pagebar_page.png') repeat-x 0px -40px #eee;
	  border: 1px solid #eee;
	  padding:5px 8px;
	  border-radius:4px;
	  display:inline-block;
	  float:right;
	  position: relative;
  }
  
  .blog_toolbar a{
	  color: #136BB9;
  }
  
  .blog_toolbar a:hover{}
  
  .blog_records{
	  clear:both;
  }
  
  .blog_cat{
	  float:left;
	  padding:2px;
	  height:20px;
	  line-height:20px;
  }
  
  .blog_catlist{
	  float:left;
	  overflow:hidden;
	  _height:1%;
	  margin-top:10px;
	  margin-bottom:20px;
  }
  
  .blog_post_data{}
  
  .blog_post_data strong{
	  color:#136BB9;
  }
  
  .blog_post_avatar{
	  padding:2px;
  }
  
  .blog_post_body{
	  padding:4px;
	  margin-top:15px;
	  margin-bottom:15px;
  }
  
  .blog_post_nav{
	  margin-top:5px;
	  margin-bottom:15px;
	  padding:10px;
	  background-color:#eee;
	  border: 1px solid #e5e5e5;
	  text-align:center;
	  overflow:hidden;
	  border-radius:8px;
  }
  
  .blog_post_nav a{}
  
  .blog_btnlink{
	  padding:10px;
	  margin:2px;
	  border:solid 1px #666;
	  width:120px;
  }
  
  .blog_fa{margin:0px; border: solid 1px #e5e5e5;	padding:10px;	background-color:#eee;}
  .blog_fa_title{	font-weight:bold;}
  .blog_fa_desc{	border-bottom:solid 1px #e5e5e5; margin-bottom:10px; padding-bottom:8px; background: #f7f7f7;}
  .blog_fa_entries{ background-color:#eee; border:solid 1px #e5e5e5;	padding: 8px;	margin-top:10px; display:none;}
  .blog_fa_entry{}
  .blog_fa_browse{border:solid 1px;}
  .fa_attach{	margin-top:30px;	border-top: solid 1px #eee;	display:block;}
  .fa_attach_title{	margin-top:6px;	margin-bottom:6px;	font-weight:bold;	font-size:10px; }
  .fa_filebox{}
  .fa_file_desc{font-size:10px;}
  .fa_file_link{font-size:10px;	margin-left:5px;}
  .blog_attachbox{ overflow:hidden; margin-top:5px;}
  .blog_attachthumb{	float:left;	width:100px;	padding:8px;	border:solid 1px #fff;	margin-left:2px; }
  .blog_entries{}
  
  .blog_entry{
	  margin-top:10px;
	  clear:both;
  }
  
  .blog_entry_title{
	  font-size:24px;
	  padding:0px;
	  float:left;
  }
  
  .blog_entry_info{
	  font-size:12px;
	  color:#333333;
	  padding:0px;
	  margin-top:5px;
	  clear:both;
  }
  
  .blog_entry_info a{
	  color:#375E93;
  }
  
  .blog_entry_date{
	  background:url('../images/icons/calendar.png') no-repeat left center;
	  padding:1px;
	  padding-left:20px;
	  margin-left:10px;
  }
  
  .blog_entry_title a{}
  
  .blog_entry_title_td{
	  padding-bottom:15px;
  }
  
  .blog_entry_text{
	  margin-bottom:15px;
  }
  
  .blog_entry_karma{
	  font-size:20px;
	  float:right;
	  margin-right:15px;
  }
  
  .blog_entry_karma_td{
	  background-color: #f7f7f7;
	  border:solid 1px #eee;
	  text-align:center;
  }
  
  .post_karma{
	  background:url('../images/icons/rating.png') no-repeat left center;
	  padding:1px;
	  padding-left:20px;
	  display:inline-block;
	  margin-right:10px;
	  font-size:14px;
  }
  
  .post_hits{
	  background:url(../images/icons/eye.png) no-repeat left center;
	  padding:1px;
	  padding-left:20px;
	  display:inline-block;
	  margin-right:10px;
	  font-size:14px;
	  color: gray;
  }
  
  .blog_post_hits {
	  color: #ccc;
	  float: right;
	  font-style: italic;
	  margin: -30px 0 0;
  }
  
  .blog_comments_link{
	  font-size:12px;font-weight:bold;
	  text-decoration:underline;
	  background:url('../images/icons/comment.png') no-repeat left center;
	  padding:1px;
	  padding-left:20px;
  }
  
  .blog_comments_link .count{}
  
  .blog_comments{
	  margin-bottom:20px;
	  font-size:12px;
	  padding:2px 10px 4px;
	  display:inline-block;
	  border-radius:5px;
	  background: #f7f7f7;
	  border: 1px solid #d7d7d7;
	  line-height: 18px;
	  color: #777;
  }
  
  .blog_comments .editlinks a:hover,
  .blog_comments a{
	  line-height: 16px;
  }
  
  .blog_comments a:hover{}
  
  .blog_comments .tagline{
	  text-decoration:none;
	  background:url('../images/icons/tag.png') no-repeat left center;
	  padding:1px;
	  padding-left:20px;
	  margin-left:10px;
  }
  
  .blog_comments .editlinks a{	color:#ddd;}
  .blog_authorsall{ color:#666;}
  .blog_authorslink{	color:#666;	text-decoration:underline; }
  
  .blog_type_menu{
	  clear:both;
	  overflow:hidden;
	  margin-bottom:10px;
  }
  
  .blog_type_link{
	  display:block;
	  float:left;
	  margin-right:15px;
	  font-size:18px;
	  padding:5px 0px;
  }
  
  .blog_type_active{
	  display:block;
	  float:left;
	  margin-right:15px;
	  color:#fff;
	  font-size:18px;
	  text-decoration:none;
	  padding:5px 10px;
	  border-radius:5px;
  }
  
  .blog_type_num{}
  
  .blog_full_list .blog_title_td{
	  padding-left:0px;
  }
  
  .blog_full_list td{
	  border-bottom: 1px solid #eee;
  }
  
  .blog_full_list .blog_title,
  .blog_full_list .blog_user,
  .blog_full_list .blog_posts,
  .blog_full_list .blog_comm{
	  padding:1px;
	  padding-left:20px;
  }
  
  .blog_full_list .blog_title{ font-size:16px; background:url('../images/icons/blog.png') no-repeat left 4px; }
  .blog_full_list .blog_user{ background:url('../images/icons/user.png') no-repeat left center; }
  .blog_full_list .blog_posts{ background:url('../images/icons/posts.png') no-repeat left center; }
  .blog_full_list .blog_comm{ background:url('../images/icons/comment.png') no-repeat left center; }
  
  .blog_full_list .blog_rss{
	  background:url('../images/icons/rss.png') no-repeat left center;
	  width:16px;
	  height:16px;
	  display: block;
  }
  
  .blogs_full_rss { margin-top:15px; }
  .blogs_full_rss a{  background:url('../images/icons/rss.png') no-repeat left center; padding:1px; padding-left:20px; }
  
  
  
  
  /*Доска объявлений*/
  .bd_item{
	  margin-bottom:4px;
	  padding:12px;
	  background: url('../images/sep.png') repeat-x bottom left;
  }
  
  .bd_item_vip{
	  margin-bottom:4px;
	  border:1px solid #ffc20f;
	  padding:12px;
	  border-radius:5px;
  }
  
  .board_toolbar{
	  margin-bottom:10px;
  }
  
  .board_toolbar table{
	  padding:4px;
	  background-color:#eee;
  }
  
  .board_toolbar a{
	  text-decoration:underline;
	  color:#666;
  }
  
  div.bd_title{
	  margin-bottom:0px;
  }
  
  div.bd_title a{
	  font-size:16px;
	  margin:0px;
	  color: #136BB9;
	  text-shadow: 1px 1px 0px #fff;
  }
  
  .bd_item_vip div.bd_title a{
	  font-size:16px;
	  font-weight:bold;
	  margin:0px;
	  color:#ff7800;
  }
  
  img.bd_image_small{
	  padding:0px;
	  border: 1px solid #fff;
	  margin-right:10px;
	  box-shadow: 3px 3px 3px #bbb;
  }
  
  .bd_item_vip img.bd_image_small{
	  padding:0px;
	  border: 1px solid #fff;
	  margin-right:10px;
	  box-shadow: 3px 3px 3px #bbb;
  }
  
  div.board_gallery{
	  margin-top:20px;
	  margin-bottom:10px;
  }
  
  .board_categorylist{
	  margin-bottom:30px;
	  margin-top: 10px;
  }
  
  .board_description {
	  margin: 0 0 30px 0;
  }
  
  .bd_text{
	  font-family: Georgia;
	  font-style: italic;
	  color: #474747;
	  margin:0px;
	  clear:both;
  }
  
  .bd_moderate_link{
	  float:right;
  }
  
  .bd_moderate_link span{
	  float:right;
	  padding:0 5px 0 18px;
  }
  
  div.bd_item_details{
	  margin-top:20px;
	  float:right;
	  padding: 5px;
	  background: #eee;
	  border: 1px solid #e5e5e5;
	  border-radius: 5px;
  }
  
  div.bd_item_details a,
  .bd_moderate_link a{
	  color:#666;
  }
  
  div.bd_item_details_full{
	  padding: 5px;
	  background: #eee;
	  border: 1px solid #e5e5e5;
	  border-radius: 5px;
	  margin-bottom:10px;
  }
  
  div.bd_item_details_full a{
	  color:#666;
  }
  
  div.bd_item_details span,
  div.bd_item_details_full span{
	  height:18px;
	  line-height:18px;
	  padding:2px;
	  padding-left:18px;
	  padding-right:10px;
	  font-size:12px;
  }
  
  .bd_text_full{
	  padding:20px 15px;
	  font-size:16px;
	  margin-top:15px;
	  background: url('../images/sep.png') repeat-x bottom left;
  }
  
  div.bd_links{
	  padding:0px;
	  margin-top:10px;
	  text-align:right;
  }
  
  div.bd_links span{
	  height:18px;
	  line-height:18px;
	  padding:2px;
	  padding-left:20px;
	  padding-right:10px;
  }
  
  div.bd_links span.bd_message{	background:url('../images/icons/message.png') no-repeat 0px 2px; }
  div.bd_links span.bd_message a{background:transparent; border: 0px; color: #136BB9;}
  div.bd_links span.bd_message a:hover{background:transparent; border: 0px; color: #e05721;}
  div.bd_links span.bd_author{	background:url('../images/icons/posts.png') no-repeat 0px 2px; }
  span.bd_item_is_vip{ background:url('../images/icons/vip.png') no-repeat; color:#ED8115; font-weight:bold; }
  
  span.bd_item_date{	background:url('../images/icons/calendar.png') no-repeat;}
  span.bd_item_city{	background:url('../images/icons/city.png') no-repeat;}
  span.bd_item_hits{	background:url('../images/icons/eye.png') no-repeat scroll center left;}
  span.bd_item_edit{	background:url('../images/icons/edit.png') no-repeat;}
  span.bd_item_delete{	 background:url('../images/icons/no.png') no-repeat;}
  span.bd_item_publish{ background:url('../images/icons/yes.png') no-repeat; }
  span.bd_item_user{	background:url('../images/icons/user.png') no-repeat; }
  span.bd_item_cat{ background:url('../images/icons/folder_table.png') no-repeat; }
  span.bd_item_status_ok{ color:#97bf0d;	background:url('/components/board/images/status_ok.gif') no-repeat; }
  span.bd_item_status_bad{	color:#eb6b57;	background:url('/components/board/images/status_bad.gif') no-repeat; }
  
  img.bd_cat_main_icon{	margin-right:10px;}
  div.bd_cat_main_title{}
  div.bd_cat_main_title a{	font-size:18px;	color:#136BB9;}
  div.bd_cat_main_obtypes a{color:#474747; }
  
  
  
  
  /*Универсальный каталог*/
  .uc_alpha_list{
	  background: url('../images/sep.png')  repeat-x bottom left;
	  padding:5px 10px;
	  margin-bottom: 5px;
  }
  
  .uc_alpha_link{
	  font-size:18px;
	  padding-right:10px;
  }
  
  .uc_new{
	  color:#eb6b57;
	  font-style:italic;
	  padding:5px;
	  vertical-align: super;
  }
  
  .uc_list_item{
	  padding: 2px;
	  margin: 2px;
  }
  
  .uc_itemfieldlist{
	  margin: 0px;
	  margin-top:10px;
	  list-style: none;
  }
  
  .uc_itemfield{
	  font-size:14px;
	  color: #555;
  }
  
  .uc_itemfield strong{
	  color: #333;
  }
  
  .uc_itemlink{
	  font-size:20px;
	  text-decoration: none;
  }
  
  .uc_list_itempic{
	  background-color: #fff;
	  border: solid 1px #666;
	  padding: 2px;
  }
  
  .uc_list_itemdesc{
	  padding-left: 0px;
	  overflow:hidden;
  }
  
  .uc_thumb_item{
	  padding: 2px;
	  margin: 2px;
	  background: url('../images/pagebar_page.png') repeat-x 0px -40px #eee;
	  border: 1px solid #eee;
	  display:block;
	  width:140px;
	  height:170px;
	  float:left;
	  text-align:center;
  }
  
  .uc_thumb_itemlink{
	  font-size:12px;
  }
  
  .uc_detailfield{
	  margin:0px;
	  border-bottom: 1px dashed #d7d7d7;
	  color: #555;
	  padding:5px 0px;
  }
  
  .uc_detailfield table{
  bordercolor:black;
  }
  
  .uc_detailfield strong{
	  color: #333;
  }
  
  .uc_detaillist{
	  margin:0px;
	  padding-left:15px;
	  list-style: none;
  }
  
  .uc_detaillink{
	  font-size:16px;
	  margin-top:15px;
	  text-decoration:underline;
  }
  
  .uc_detaillink:hover{
	  color:#FF6600;
	  font-size:16px;
	  margin-top:15px;
	  text-decoration:underline;
  }
  
  .uc_detailtags{
	  margin-top: 10px;
	  margin-bottom: 10px;
  }
  
  .uc_detailimg div{
	  padding:4px;
  }
  
  .uc_detailimg img{
	  border: 1px solid #fff;
	  box-shadow: 3px 3px 3px #bbb;
  }
  
  .uc_detailrating{
	  margin:0px;
	  margin-bottom:8px;
	  margin-top:8px;
	  background: #d7d7d7;
	  color: #555;
	  padding:3px;
  }
  
  .uc_findsame{
	  color: #666;
  }
  
  .uc_tagline{
	  margin-top: 6px;
	  clear: both;
	  padding:5px;
	  font-size: 10px;
	  border: 1px solid #d7d7d7;
	  background: #f7f7f7;
	  color: #555;
  }
  
  .uc_sortform{
	  padding: 5px;
	  border: solid 1px #e5e5e5;
	  background-color:#eee;
	  margin:1px;
  }
  
  .uc_queryform{
	  padding: 5px;
	  border-bottom: solid 1px #e5e5e5;
	  margin-bottom:10px;
  }
  
  .uc_rating{
	  margin-bottom: 8px;
	  float:right;
  }
  
  .uc_toolbar{
	  margin: 0px;
	  margin-bottom:20px;
  }
  
  .uc_item_edit{
	  margin-top:6px;
	  float:right;
  }
  
  .uc_item_edit_link{
	  color:#136BB9;
	  padding:2px;
	  padding-left:20px;
	  background:url('../images/icons/edit.png') no-repeat left center;
  }
  
  .uc_cat_search{
	  margin:15px 0px;
  }
  
  .uc_cat_search table{
	  margin-bottom:3px;
  }
  
  .uc_cat_search table input{}
  
  .uc_search_in_cat{
	  margin-bottom:10px;
  }
  
  .uc_search_in_cat a{
	  padding:1px;
	  padding-left:20px;
	  background:url('../images/icons/folder.png') no-repeat;
  }
  
  
  #shop_toollink_div{
	  border-radius:5px;
	  background: url('../images/pagebar_page.png') repeat-x 0px -40px #eee;
	  border: 1px solid #eee;
	  border-bottom: 0px;
	  margin-top: 5px;
	  float:right;
	  padding:8px 8px;
	  clear:both;
	  overflow:hidden;
  }
  
  #shop_toollink_div a{
	  color:#136BB9;
  }
  
  #shop_toollink_div a:hover{}
  
  #shop_cartlink{
	  float:left;
	  background:url('../images/icons/cart.png') no-repeat 2px 2px;
	  font-weight:bold;
	  padding-left:25px;
	  padding-right:5px;
  }
  
  #shop_searchlink{
	  float:left;
	  background:url('../images/icons/search.png') no-repeat 2px 2px;
	  padding-left:25px;
	  padding-right:5px;
  }
  
  #shop_addlink{
	  float:left;
	  background:url('../images/icons/add.png') no-repeat 2px 2px;
	  padding-left:22px;
	  padding-right:5px;
  }
  
  #cart_buttons{
	  margin-top:20px;
	  text-align:center;
	  overflow:hidden;
  }
  
  #cart_buttons1{
	  margin:2px;
	  float:right;
  }
  
  #cart_buttons2{
	  margin:2px;
	  float:left;
  }
  
  #cart_total{
	  text-align:right;
	  font-size:16px;
	  margin-top:5px;
	  padding-top:5px;
	  border-top:solid 1px #666;
  }
  
  #cart_total span{
	  font-weight:bold;
  }
  
  #catalog_list_itempic{
	  padding:10px;
  }
  
  #catalog_list_itempic img{
	  width: 160px;
	  border: 1px solid #fff;
	  box-shadow: 3px 3px 3px #bbb;
  }
  
  #shop_small_price{
	  width:110px;
	  height:26px;
	  margin-left:auto;
	  margin-right:auto;
	  line-height:26px;
	  text-align:center;
	  margin-top:5px;
	  font-size:14px;
	  font-weight:bold;
  }
  
  #shop_price{
	  float:left;
	  font-size:14px;
	  margin-left:15px;
	  margin-top:10px;
	  height:43px;
	  line-height:43px;
	  width:190px;
  }
  
  #shop_price span{
	  margin-left:20px;
	  font-weight:bold;
  }
  
  #shop_ac_item_link img{
	  margin-left:2px;
	  margin-top:12px;
  }
  
  #shop_ac_itemdiv{
	  margin-left:5px;
	  margin-top:10px;
  }
  
  .catalog_sortform{
	  text-align:right;
	  clear:both;
	  overflow:hidden;
  }
  
  
  form[method="post"]  .catalog_sortform table{
	  margin:10px 0px;
	  border: 1px solid #e5e5e5;
	  background: #f7f7f7 !important;
	  color: #666;
  }
  
  .catalog_sortform table td{
	  padding: 5px;
  }
  
  .catalog_list_item{
	  padding:8px;
	  background: url('../images/sep.png') repeat-x bottom left;
  }
  
  .catalog_list_item:hover{
	  background-color: #f7f7f7;
  }
  
  #catalog_item_table{
	  width:100%;
  }
  
  #shop_list_buttons{
	  float:right;
	  clear:both;
	  margin-top:15px;
  }
  #shop_list_buttons a{
	  word-wrap: normal;
	  text-decoration: none !important;
  }
  
  div.uc_subcats{
	  padding:10px;
	  border:solid 1px #e5e5e5;
	  background-color:#eee;
	  margin-bottom:15px;
  }
  
  ul.uc_cat_list{
	  list-style:none;
	  margin:0px;
	  padding:0px;
	  overflow:hidden;
  }
  
  ul.uc_cat_list li.uc_cat_item{
	  font-size:18px;
	  background: url('../images/icons/folder.png') no-repeat left center;
	  min-height:18px;
	  padding: 10px 0px;
	  border-bottom: 1px solid #eee;
	  padding-left:23px;
	  line-height:22px;
	  float: left;
	  width: 40%;
	  margin:0px 0.9% 0px 0px;
  }
  
  .hint{
	  color:#666;
  }
  
  #shop_moder_form{
	  padding:15px;
  }
  
  #shop_moder_form p.notice{
	  font-weight:bold;
  }
  
  
  
  
  /*Клубы*/
  div.new_club {
	  margin-top: 5px;
	  margin-bottom:15px;
	  line-height: 16px;
	  padding:10px 5px;
	  background:url('../images/pagebar_page.png') repeat-x 0px -40px #eee;
	  border: 1px solid #eee;
	  border-bottom: 0px;
	  float:right;
  }
  
  div.new_club a{
	  line-height: 16px;
	  padding-left: 20px;
	  background:url('../images/icons/add.png') no-repeat 0px 2px;
  }
  
  div.new_club a{}
  
  div.club_entry,
  div.club_entry_vip{
	  overflow:hidden;
	  position: relative;
	  padding:15px;
	  clear:both;
	  background: url('../images/sep.png') repeat-x bottom left;
  }
  
  div.club_entry:hover,
  div.club_entry_vip:hover{
	  background-color: #f7f7f7;
  }
  
  div.club_entry .image,
  div.club_entry_vip .image{ padding: 2px;  float: left; margin-right:14px; }
  
  div.club_entry .data,
  div.club_entry_vip .data{ float: left; }
  
  div.club_entry .data .title,
  div.club_entry_vip .data .title{ margin-bottom: 5px; margin-top:5px;  }
  div.club_entry .data .title a,
  div.club_entry_vip .data .title a{ font-size: 16px;}
  div.club_entry_vip .data .title a{ color:#ff7800;  }
  div.club_entry .data .title a.private,
  div.club_entry_vip .data .title a.private{ font-size: 16px; font-weight:bold; color:gray; }
  div.club_entry .data .details,
  div.club_entry_vip .data .details { float:left; }
  div.club_entry .data .details span,
  div.club_entry_vip .data .details span{ color: #666; padding:2px; padding-left:20px; margin-right:4px; font-size:10px; height:20px;line-height:20px; }
  div.club_entry .data .details span.rating,
  div.club_entry_vip .data .details span.rating{ background:url('../images/icons/rating.png') no-repeat left center; }
  div.club_entry_vip .data .details span.vip{ background:url('../images/icons/vip.png') no-repeat left center; }
  div.club_entry .data .details span.date,
  div.club_entry_vip .data .details span.date{ background:url('../images/icons/calendar.png') no-repeat left center; }
  div.club_entry .data .details span.members,
  div.club_entry_vip .data .details span.members{ background:url('../images/icons/user.png') no-repeat left center; }
  
  table.club_full_entry { overflow:hidden; margin-bottom:10px; width:100%; }
  table.club_full_entry td.left { overflow:hidden; margin-bottom:10px; width:200px; }
  table.club_full_entry .image{ width:200px; height:200px; border: 1px solid #fff; box-shadow: 3px 3px 3px #bbb; margin-right:14px; }
  
  table.club_full_entry .data{}
  
  table.club_full_entry .data .details {
	  margin-bottom:10px;
	  border-bottom:solid 1px #e5e5e5;
	  padding-bottom:8px;
	  background:#eee;
	  padding:8px;
  }
  
  table.club_full_entry .data .details span{ color: #333; padding:1px; padding-left:20px; margin-right:4px; height:18px; }
  table.club_full_entry .data .details span.vip{ background:url('../images/icons/vip.png') no-repeat left center; color:#ED8115; font-weight:bold; }
  table.club_full_entry .data .details span.rating{ background:url('../images/icons/rating.png') no-repeat left center; }
  table.club_full_entry .data .details span.date{ background:url('../images/icons/calendar.png') no-repeat left center; }
  table.club_full_entry .data .details span.members{ background:url('../images/icons/user.png') no-repeat left center; }
  
  table.club_full_entry .data .description { margin-right:20px; margin-left:8px; margin-bottom:5px; clear:both; }
  
  table.club_full_entry .members_list { width:200px; }
  table.club_full_entry .members_list .title { margin-bottom:10px; padding-top:8px; padding-left: 8px; font-weight:bold; }
  table.club_full_entry .members_list .list { padding:8px; padding-top:0px; padding-left:16px; }
  table.club_full_entry .members_list a{	color: #136BB9;}
  table.club_full_entry .members_list a:hover{}
  
  table.club_full_entry .clubcontent { clear:both; margin-bottom:15px; }
  table.club_full_entry .clubcontent p { padding:0px; padding-left:5px; margin-top:0px; }
  
  table.club_full_entry .clubcontent div.title {
	  padding:10px;
	  padding-left:9px;
	  background: url('../images/pagebar_page.png') repeat-x 0px -40px #eee;
	  border: 1px solid #eee;
	  border-radius: 5px;
	  margin-bottom:5px;
	  color:#136BB9;
	  line-height:32px;
	  height:32px;
	  font-size:16px;
  }
  table.club_full_entry .clubcontent div.title a{
	  color:#136BB9;
	  line-height:32px;
	  height:32px;
	  padding-left: 40px;
	  margin-bottom:0px;
	  margin-right:15px;
	  display:block;
	  font-size:16px;
  }
  
  table.club_full_entry .clubcontent div.title a:hover{}
  
  table.club_full_entry .clubcontent div.blog .title a{ background:url('../images/icons/big/blog.png') 0px center no-repeat; text-decoration:underline; }
  table.club_full_entry .clubcontent div.album .title a{ background:url('../images/icons/big/images.png') 0px center no-repeat; text-decoration:underline; }
  table.club_full_entry .clubcontent ul li a.on_moder { color:#eb6b57; }
  table.club_full_entry .clubcontent div.album a.delete { color:#eb6b57; }
  
  table.club_full_entry .clubcontent span.new{ color:#97BF0D; font-weight:bold; }
  
  table.club_full_entry .clubcontent ul { margin-top:10px; margin-left:30px; padding-left:0; margin-bottom:15px; }
  table.club_full_entry .clubcontent ul li { margin-bottom:3px; margin-left:0; padding-left:0; }
  table.club_full_entry .clubcontent ul li.all a{ color:#a4c723; }
  
  table.club_full_entry .clubcontent ul li.service a{ color:#ff7800; }
  
  table.club_full_entry .clubcontent #add_album_form input.text { width:300px; border:solid 1px silver; }
  
  table.club_full_entry .clubcontent #add_album_link a {
	  color:#fff;
	  background: #bbb;
	  text-decoration: none;
	  border: 1px solid #b0b0b0;
	  border-radius: 5px;
	  padding: 5px 10px;
	  margin-left:10px;
  }
  
  table.club_full_entry .clubcontent #add_album_link a:hover{
	  background: #b0b0b0;
  }
  
  table.club_full_entry .clubmenu {  }
  table.club_full_entry .clubmenu div { float:right; margin-bottom:10px; }
  
  table.club_full_entry .clubmenu div a {
	  line-height:24px;
	  height:24px;
	  border-radius: 5px;
	  color: #fff;
	  padding: 2px 5px;
	  text-decoration: none !important;
	  margin-bottom:4px;
	  margin-right:15px;
	  display:block;
	  font-size:12px;
  }
  
  table.club_full_entry .clubmenu div a:hover{
	  color: #ddd;
  }
  
  table.club_full_entry .clubmenu div.join a{ padding-left: 35px; background:url(../images/icons/clubs/join.png) 3px center no-repeat; }
  table.club_full_entry .clubmenu div.leave a{ padding-left: 35px; background:url(../images/icons/clubs/leave.png) 3px center no-repeat; }
  table.club_full_entry .clubmenu div.config a{ padding-left: 35px; background:url(../images/icons/clubs/config.png) 3px center no-repeat; }
  table.club_full_entry .clubmenu div.invite a{ padding-left: 35px; background:url(../images/icons/clubs/invite.png) 3px center no-repeat; }
  table.club_full_entry .clubmenu div.messages a{ padding-left: 35px; background:url(../images/icons/clubs/messages.png) 3px center no-repeat; }
  
  
  table.club_full_entry .wall .header{
	  background:#eee;
	  padding:10px;
	  border-top:solid 1px #e5e5e5;
	  font-size:16px;
	  color:#375E93;
  }
  
  table.club_full_entry .wall .body{ padding:10px; }
  table.club_full_entry .wall #addwall{ padding:0px; padding-right:10px;}
  table.club_full_entry .wall #addwall textarea{
	  border:1px solid #bbb;
	  font-size:18px;
	  height:150px;
	  width:100%;
  }
  
  #create_club td {
	  padding: 5px 0;
  }
  
  
  /*Комментарии*/
  .cmm_heading {
	  font-family: "Trebuchet MS";
	  font-size: 18px;
	  color: #136BB9;
	  margin-bottom: 4px;
	  padding-top: 8px;
	  text-shadow: 1px 1px 0px #fff;
  }
  
  .cmm_icons{	margin-bottom: 4px;}
  .cmm_icons a{color:#666666;	text-decoration:underline;}
  
  .cmm_anchor{float:left;	margin-left:10px;color:#bbb;}
  .cmm_author {display: block;	float: left;font-weight: bold;}
  .cmm_title {	padding: 6px;	background: #eee;}
  .cmm_votes{	float: right;	padding: 2px;  margin-right:15px;  color:#666;   font-weight:bold; }
  
  .cmm_good{ color:#a4c723;}
  .cmm_bad{ color:#eb6b57; }
  
  .cmm_time {
	  color: #999;
	  display: block;
	  float: right;
	  padding: 2px;
	  padding-left:20px;
	  background:url('/components/comments/images/time.gif') no-repeat;
  }
  
  .cmm_date {
	  color: #999;
	  display: block;
	  float: right;
	  margin-right:6px;
	  padding: 1px;
	  padding-left:20px;
	  background:url('../images/icons/calendar.png') no-repeat left center;
  }
  
  .cmm_pagebar {
	  background-color:#eee;
	  margin-bottom:4px;
  }
  
  .cmm_entry {
	  width: 100%;
	  margin:0;
	  padding:2px;
	  margin-bottom: 15px;
	  background:  #f2f2f2;
	  border: 1px solid #e5e5e5;
	  box-shadow: inset -5px -5px 5px #eee;
  }
  
  .cmm_sublinks{ display:block;  margin-top:10px;}
  .cmm_sublinks a:hover{ color:#375E93;}
  .cmm_sublinks a{ color:#5F98BF;  margin-right:6px;}
  
  .cmm_avatar {
	  padding: 5px;
	  width: 50px !important;
  }
  .cmm_content_av {
	  padding: 10px;
	  color: #474747;
  }
  .cmm_content {
	  padding-left: 6px;
  }
  
  .cmm_content_av .quote {
	  color:#000000;
	  font-style:italic;
	  background-color: #F3F9F2;
	  border:thin dashed #999999;
  }
  
  .cmm_addentry a{
	  text-decoration:underline;
  }
  
  .cmm_addentry {
	  padding:20px;
	  border:solid 1px #e5e5e5;
	  background-image:url('/templates/official/images/cmform_bg.jpg');
	  background-repeat:repeat-x;
	  background-color:#eee;
  }
  
  .cmm_smilebox{
	  padding:4px;
	  border:solid 1px #bbb;
	  background-color:#eee;
  }
  
  .cmm_codebar{
	  width:100%;
	  border:solid 1px #bbb;
	  background-color:#f7f7f7;
  }
  
  .cmm_pageselect{
	  border: solid 1px #e5e5e5;
	  background-color:#eee;
  }
  
  .cmm_submit{
	  font-size:12px;
  }
  
  .cmm_all_title{
	  margin-bottom:5px;
	  color:#5F98BF;
	  font-size:100%;
	  font-weight:normal;
  }
  
  .cmm_all_votes{
	  background: #bbb;
	  color: #fff;
	  border-radius: 5px;
	  border: 1px solid #b0b0b0;
	  padding: 1px 5px;
	  margin-right: 10px;
  }
  
  div#addcommentlink{
	  position: relative;
	  margin:15px 0 8px;
	  font-size:12px;
  }
  
  div#addcommentlink td img{
	  z-index: 2;
	  position: relative;
  }
  
  div#addcommentlink a{
	  padding: 4px 4px 6px 24px;
	  display: inline-block;
	  border-bottom: 0px;
	  color: #fff;
	  text-decoration: none;
	  margin-right: 5px;
	  line-height: 16px;
	  margin-left: -25px;
	  border-radius: 2px;
	  z-index: 1;
	  position: relative;
  }
  
  div#addcommentlink a:hover{
	  color: #ddd;
  }
  
  .cm_guest_name{
	  margin:10px 0px;
	  color:#666;
	  font-weight:bold;
  }
  
  .cm_codebar{
	  margin-top:10px;
	  width:100%;
  }
  
  .cm_submit{
	  font-size:18px;
  }
  
  div.cm_smiles{}
  
  div.cm_smiles a{
	  text-decoration:none;
  }
  
  
  
  
  /*Форум*/
  .darkBlue-LightBlue {
	  background-color:#e5e5e5;
	  background-image: -webkit-gradient(linear,left bottom,left top,from(#bbb),to(#eee));
	  background-image: -moz-linear-gradient(bottom, #bbb, #eee);
	  background-image: -o-linear-gradient(bottom, #bbb, #eee);
	  color: #666;
	  font-size:14px;
  }
  
  .darkBlue-LightBlue a { color:#666; }
  .darkBlue-LightBlue a.ajaxlink{
	  background: transparent !important;
	  color:#666 !important;
	  margin: 0px;
	  padding: 0px;
	  text-decoration: underline;
  }
  
  .forum_cattitle{
	  font-size: 18px;
	  margin-bottom:6px;
	  margin-top:10px;
	  color:#5186B8;
  }
  
  .last_post_img{
	  float:right;
	  padding:5px;
  }
  
  .threads_table,
  .forums_table{
	  border:1px solid #e0e0e0;
  }
  
  .forum_link{font-weight:bold;}
  .forum_desc{color:#333;}
  .thread_link{font-weight:bold;}
  .thread_desc{color:#999;}
  .thread_pagination{	font-size:12px;}
  .thread_pagination a{ color:#666;	text-decoration:underline; }
  .thread_pagination a:hover{	color:#136BB9;	text-decoration:underline; }
  
  .row1{
	  background-color:#eee;
	  background-image: -webkit-gradient(linear,left bottom,left top,from(#eee),to(#f2f2f2));
	  background-image: -moz-linear-gradient(bottom, #eee, #f2f2f2);
	  background-image: -o-linear-gradient(bottom, #eee, #f2f2f2);
	  border-bottom: 1px solid #e0e0e0;
  }
  
  .row11{
	  background-color:#f2f2f2;
	  border-bottom: 1px solid #e0e0e0;
  }
  
  .row2{
	  background-color:#eee;
	  border-bottom: 1px solid #e0e0e0;
  }
  
  
  .forum_poll_data{
	  background-color:#F2F2F2;
  }
  
  .forum_poll_header{
	  width:100%;
	  background-color:#eee;
	  border-bottom: 1px solid #bbb;
  }
  
  .forum_poll_title{
	  font-weight:bold;
	  font-size:18px;
  }
  
  .forum_poll_desc{
	  font-size:10px;
	  margin-top:4px;
	  margin-bottom:4px;
  }
  
  .forum_poll_gauge_title{
	  font-size:10px;
  }
  
  .forum_poll_gauge{
	  height:15px;
	  background-color:#333;
	  margin-bottom:10px;
	  font-size:10px;
	  color:#FFF;
	  text-align:right;
  }
  
  
  .forum_poll_submit{
	  margin:10px;
  }
  
  .forum_poll_param{
	  margin-bottom:10px;
  }
  
  .post_usercell{
	  background-color:#f2f2f2;
	  border-top: 1px solid #e0e0e0;
  }
  
  .post_userimg{
	  margin:4px auto;
	  padding:0px;
  }
  
  .post_userawards{
	  margin-top:3px;
	  margin-bottom:3px;
  }
  
  .post_userrank{
	  font-size:10px;
	  color:#006699;
  }
  
  .post_userrank span{
	  display:block;
	  clear:both;
  }
  
  .post_userrank .user_rank{
	  font-size:10px;
	  color:#136BB9;
  }
  .post_userrank .admin_rank{
	  font-size:10px;
	  color:#eb6b57;
  }
  .post_userrank .moder_rank{
	  font-size:10px;
	  color:#97bf0d;
  }
  
  .post_usermsgcnt{
	  font-size:10px;
  }
  
  .post_userkarma{
	  padding:2px;
	  margin:2px;
	  font-size:10px;
  }
  
  .post_msgcell{
	  background: url('../images/full_m.png') no-repeat top center #f7f7f7;
	  border-top:1px solid #e0e0e0;
	  padding:6px;
  }
  
  .post_userlink{
	  color:#003366;
	  font-weight:bold;
  }
  
  .post_date{
	  color:#136BB9;
	  float: left;
  }
  
  .post_date td{
	  padding-bottom: 5px;
  }
  
  .post_editdate{
	  color:#666;
	  margin-top:10px;
	  border-top:solid 1px #eee;
  }
  
  .post_signature{
	  margin-top:20px;
	  border-top:solid 1px #eee;
	  padding-top:4px;
  }
  
  .forum_toollinks{
	  margin-bottom:8px;
	  text-align:right;
  }
  
  .forum_quote{
	  padding:10px;
	  border: 1px solid #bbb;
	  background-color:#bbb;
	  font-size:12px;
	  color: #fff;
	  margin:8px;
  }
  
  .bb_quote{
	  padding:10px;
	  border: 1px solid #bbb;
	  background-color:#bbb;
	  font-size:12px;
	  color: #fff;
	  margin:8px;
  }
  
  .bb_quote .quote{
	  border: 1px solid #bbb;
	  background: #eee;
	  color: #474747;
  }
  
  .forum_quote_author{
	  text-align:right;
  }
  
  .forum_toolbar{
	  color: #666;
	  background-color:#eee;
	  background-image: -webkit-gradient(linear,left bottom,left top,from(#bbb),to(#eee));
	  background-image: -moz-linear-gradient(bottom, #bbb, #eee);
	  background-image: -o-linear-gradient(bottom, #bbb, #eee);
	  margin:5px 0px;
	  border:1px solid #eee;
  }
  
  .forum_toolbar a:hover{
	  color:#222 !important;
  }
  
  .forum_toolbar a{
	  color:#666 !important;
	  text-decoration:none;
  }
  
  .forum_navbar{
	  margin-bottom:4px;
	  border-top:2px solid #eee;
	  background-color:#f2f2f2;
	  padding:5px;
  }
  
  .forum_navbar a{
	  color:#375E93;
	  text-decoration:underline;
  }
  
  .forum_fa{
	  margin-top: 6px;
	  margin-bottom: 6px;
	  border: 1px solid #eee;
	  padding:10px;
  }
  
  .forum_fa_title{
	  font-weight:bold;
  }
  
  .forum_fa_desc{
	  border-bottom: 1px solid #eee;
	  margin-bottom:10px;
	  padding-bottom:8px;
  }
  
  .forum_fa_entries{
	  background-color:#f2f2f2;
	  border: 1px solid #eee;
	  padding: 8px;
	  margin-top:10px;
	  display:none;
  }
  
  .forum_postinfo{
	  margin-bottom:15px;
  }
  
  .forum_texteditor{
	  font-size:14px;
	  border:solid 1px #666;
	  width:100%;
	  height:200px
  }
  
  .forum_lostimg{
	  padding:5px;
	  border:solid 1px #666;
	  color:#666
  }
  
  .forum_fast{
	  margin-top:2px;
	  background: url('../images/sep.png') repeat-x top left;
  }
  
  .forum_fast_header{
	  color:#375E93;
	  font-size:18px;
	  margin-bottom:4px;
	  padding:10px 0;
	  padding-left:20px;
	  background:url('../images/icons/edit.png') no-repeat left center;
  }
  
  .forum_fast_submit{
	  text-align:right;
	  margin-top:3px;
  }
  
  .forum_fast_form #message{
	  border: 0 none;
	  font-size: 100%;
	  margin: 0;
	  padding: 3px 0;
	  width: 100%;
	  height:108px;
	  max-height:702px;
  }
  
  .forum_subs{
	  margin-top: 10px;
	  color:#666;
	  font-size:10px;
  }
  
  .forum_subs a{
	  text-decoration:underline;
	  color:#136BB9;
  }
  
  .subforumshead{
	  font-size:12px;
	  font-weight:bold;
	  color:#333;
  }
  
  .forum_zoom {
	  opacity: 1.0;
  }
  .forum_zoom:hover {
	  opacity: 0.9;
  }
  
  
  /*Лента активности*/
  .action_friends{
	  position:relative;
	  margin:0 0 10px 0;
	  border-collapse: separate;
  }
  
  .action_friends td {
	  background-color: #f2f2f2;
	  border-left:1px #f0f0f0 solid;
	  border-right:1px #f0f0f0 solid;
	  border-top:1px #f0f0f0 solid;
	  padding: 5px 0;
	  vertical-align: middle;
	  text-align:center;
  }
  
  .action_fr {	vertical-align: middle;}
  .action_friends td.selected {    background-color: #bbb;	border-color:#b0b0b0;}
  .arr_btn {  text-decoration: none;	font-size:40px;}
  .action_fr img {}
  
  .mod_act_all{
	  padding:1px;
	  padding-left:20px;
	  background:url('../images/icons/actions.png') no-repeat;
	  color:#333;
  }
  
  .actions_list{ clear:both; }
  .action_entry{  padding-left:25px;  padding-bottom:15px; border-bottom: 1px solid #eee; }
  .action_entry .is_new { color:#eb6b57; }
  .action_user{  color:#375E93;   font-weight:bold;}
  .action_title{  font-size:14px;}
  
  .actions_list h3 {
	  color: #136bb9;
  }
  
  .action_date{
	  float:right;
	  margin-left: 15px;
	  margin-bottom: 15px;
	  font-size:11px;
	  color:#666;
  }
  
  .action_details{
	  clear:both;
	  color: #666;
	  overflow:hidden;
  }
  
  .action_details .act_photo{
	  overflow:hidden;
	  display:inline-block;
  }
  
  .act_add_comment{ background:url('../images/icons/actions/add_comment.png') no-repeat left 3px; }
  .act_add_photo, .act_add_photo_club{ background:url('../images/icons/actions/add_photo.png') no-repeat left 3px; }
  .act_add_article{ background:url('../images/icons/actions/add_article.png') no-repeat left 3px; }
  .act_set_status{ background:url('../images/icons/actions/set_status.png') no-repeat left 3px; }
  .act_add_friend{ background:url('../images/icons/actions/add_friend.png') no-repeat left 3px; }
  .act_add_blog{ background:url('../images/icons/actions/add_blog.png') no-repeat left 3px; }
  .act_add_post{ background:url('../images/icons/actions/add_post.png') no-repeat left 3px; }
  .act_add_board{ background:url('../images/icons/actions/add_board.png') no-repeat left 3px; }
  .act_add_catalog{ background:url('../images/icons/actions/add_catalog.png') no-repeat left 3px; }
  .act_add_club{ background:url('../images/icons/actions/add_club.png') no-repeat left 3px; }
  .act_add_club_user{ background:url('../images/icons/actions/add_club_user.png') no-repeat left 3px; }
  .act_add_quest{ background:url('../images/icons/actions/add_quest.png') no-repeat left 3px; }
  .act_add_fpost{ background:url('../images/icons/actions/add_fpost.png') no-repeat left 3px; }
  .act_add_thread{ background:url('../images/icons/actions/add_thread.png') no-repeat left 3px; }
  .act_add_avatar{ background:url('../images/icons/actions/add_avatar.png') no-repeat left 3px; }
  .act_add_award{ background:url('../images/icons/actions/add_award.png') no-repeat left 3px; }
  .act_add_file{ background:url('../images/icons/actions/add_file.png') no-repeat left 3px; }
  .act_add_wall{ background:url('../images/icons/actions/add_wall.png') no-repeat left 3px; }
  .act_add_wall_club{ background:url('../images/icons/actions/add_wall_club.png') no-repeat left 3px; }
  .act_add_post_club{ background:url('../images/icons/actions/add_post_club.png') no-repeat left 3px; }
  .act_add_user_photo{ background:url('../images/icons/actions/add_user_photo.png') no-repeat left 3px; }
  .act_add_user_photo_multi{ background:url('../images/icons/actions/add_user_photo_multi.png') no-repeat left 3px; }
  .act_add_user{ background:url('../images/icons/actions/add_user.png') no-repeat left 3px; }
  .act_add_wall_my{ background:url('../images/icons/actions/add_wall_my.png') no-repeat left 3px; }
  .act_vote_movie{ background:url('../images/icons/actions/film_rate.png') no-repeat left 3px; }
  .act_add_movie{ background:url('../images/icons/actions/film_add.png') no-repeat left 3px; }
  .act_fav_movie{ background:url('../images/icons/actions/film_fav.png') no-repeat left 3px; }
  .act_subscr_movie{ background:url('../images/icons/actions/film_subscr.png') no-repeat left 3px; }
  
  
  
  
  /*Пользователи*/
  #profiletabs .ui-tabs-nav a span,
  #editform .ui-tabs-nav a span,
  #configtabs .ui-tabs-nav a span{
	  line-height: 32px;
	  padding-top: 0px;
	  font-weight: normal;
  }
  
  #profiletabs a,
  #editform a,
  #configtabs a{
	  border-radius: 2px 2px 0px 0px;
  }
  
  #profiletabs span,
  #editform span,
  #configtabs span{
	  border-radius: 2px 0px 0px 0px;
  }
  
  #configtabs .ui-tabs-nav a,
  #configtabs .ui-tabs-nav a span,
  #profiletabs .ui-tabs-nav a,
  #profiletabs .ui-tabs-nav a span {
	  background: #d7d7d7
  }
  
  #configtabs .ui-tabs-nav a:hover,
  #configtabs .ui-tabs-nav a:focus,
  #configtabs .ui-tabs-nav a:active,
  #profiletabs .ui-tabs-nav a:hover,
  #profiletabs .ui-tabs-nav a:focus,
  #profiletabs .ui-tabs-nav a:active {
	  background: #d7d7d7;
  }
  
  #configtabs.ui-tabs-nav a,
  #profiletabs .ui-tabs-nav a{
	  background: #d7d7d7;
  }
  
  #configtabs .ui-tabs-nav .ui-tabs-disabled a:hover,
  #configtabs .ui-tabs-nav .ui-tabs-disabled a:focus,
  #configtabs .ui-tabs-nav .ui-tabs-disabled a:active,
  #profiletabs .ui-tabs-nav .ui-tabs-disabled a:hover,
  #profiletabs .ui-tabs-nav .ui-tabs-disabled a:focus,
  #profiletabs .ui-tabs-nav .ui-tabs-disabled a:active {
	  background: #d7d7d7;
  }
  
  #configtabs .ui-tabs-nav a:hover span,
  #configtabs .ui-tabs-nav a:focus span,
  #configtabs .ui-tabs-nav a:active span,
  #profiletabs .ui-tabs-nav a:hover span,
  #profiletabs .ui-tabs-nav a:focus span,
  #profiletabs .ui-tabs-nav a:active span {
	  background: #d7d7d7;
	  color: #333;
  }
  
  
  #configtabs .ui-tabs-nav a span,
  #profiletabs .ui-tabs-nav a span{
	  background: #d7d7d7;
	  color: #777;
  }
  
  #configtabs .ui-tabs-nav .ui-tabs-disabled a:hover span,
  #configtabs .ui-tabs-nav .ui-tabs-disabled a:focus span,
  #configtabs .ui-tabs-nav .ui-tabs-disabled a:active span,
  #profiletabs .ui-tabs-nav .ui-tabs-disabled a:hover span,
  #profiletabs .ui-tabs-nav .ui-tabs-disabled a:focus span,
  #profiletabs .ui-tabs-nav .ui-tabs-disabled a:active span {
	  background: #d7d7d7;
	  color: #777;
  }
  
  .ui-tabs-panel{
	  background: url('../images/low_m.png') no-repeat top center transparent;
	  border-top: 2px solid #d7d7d7;
  }
  
  .usr_msgmenu_bar{
	  background-color:#d7d7d7;
	  margin-bottom:10px;
	  border-radius:0px 4px 4px 4px;
	  color:#777;
	  padding: 10px 15px;
  }
  
  .usr_msgmenu_bar a{}
  
  .usr_msgreply_source{
	  padding:15px;
	  border-radius:4px;
	  border:1px solid #eee;
	  margin-bottom:10px;
  }
  
  .usr_msgreply_sourcetext{
	  font-size: 16px;
  }
  
  .usr_msgreply_author{
	  font-style:italic;
	  color:#666;
	  text-align:right;
  }
  
  .usr_msg_smilebox a{
	  margin:4px;
  }
  
  .usr_msg_smilebox{
	  background-color:#EBEBEB;
	  border:solid 1px #bbb;
	  border-bottom:none;
	  border-top:solid 1px #bbb;
	  width:100%;
  }
  
  .usr_msg_bbcodebox{
	  padding:0px;
	  background:url(../images/bbtoolbar.jpg) repeat-x left top #EFEFEF;
	  overflow:hidden;
	  _height:1%;
	  width:100%;
	  position: relative;
  }
  .bbcodebox_height {
	  min-height: 58px;
  }
  .usr_bb_button{
	  display:block;
	  margin: 0.14em;
	  padding:4px;
	  float:left;
  }
  .usr_bb_button:hover{
	  border: solid 1px #83BBD9;
	  padding:3px;
	  background:url(../images/bbbtn.jpg) repeat-x left bottom #DFF2F9;
  }
  
  .usr_bb_hint{
	  display:block;
	  margin:2px;
	  padding:5px;
	  float:left;
	  color:#666666;
  }
  
  a.new_messages_link{ color:#fff; background:#eb6b57; font-weight:bold; padding:2px; text-decoration:none; }
  a.new_messages_link:hover{ color:#eb6b57; background:#Fff; font-weight:bold; padding:2px; text-decoration:none; }
  
  #usr_links{
	  margin-top:0px;
	  margin-bottom:10px;
	  overflow:hidden;
	  clear:both;
  }
  
  #usr_links sup{
	  font-size:12px;
	  color:#777;
  }
  
  #usr_files, #usr_blog, #usr_board, #usr_forum, #usr_comments{
	  display: inline-block;
	  height:32px;
	  line-height:32px;
	  padding-left:38px;
	  padding-right:10px;
	  font-size:18px;
	  margin:5px 0;
	  float:left;
  }
  
  .online{
	  margin-top: 2px;
	  display: inline-block;
	  padding-left:3px;
	  padding-right:3px;
	  background-color:#97BF0D;
	  color:#FFF;
  }
  
  .cmm_votes{
	  float: right;
	  padding: 2px;
	  margin-right:15px;
	  color:silver;
	  font-weight:bold;
  }
  
  .cmm_good{
	  color: #97bf0d;
  }
  .cmm_bad{
	  color:#eb6b57;
  }
  
  #users_search_link a{
	  padding:1px;
	  padding-left:20px;
	  background:url('../images/icons/search.png') no-repeat;
	  text-decoration:none;
  }
  
  #users_search_link a span{}
  
  #users_sbar{
	  padding:15px;
	  border-radius:5px;
	  border:1px solid #e5e5e5;
	  color:#666;
	  background:#eee;
	  margin-bottom:10px;
  }
  
  #users_sbar .field{ width:150px; }
  #users_sbar .longfield{ width:432px; }
  #users_sbar p{ margin-top:10px; }
  
  .users_search_results{
	  padding:15px;
	  border-radius:5px;
	  border:1px solid #e5e5e5;
	  color:#666;
	  background:#eee;
	  margin-bottom:15px;
  }
  
  .users_search_results h3{ font-size:18px; font-weight:normal; margin-top: 0px;}
  .users_search_results ul,
  .users_search_results li{ margin-left:15px;}
  
  div.users_list_buttons{ overflow: hidden; }
  div.users_list_buttons .button{
	  display:block;
	  float:left;
	  font-size:18px;
	  margin-right:15px;
	  padding:5px 0px;
  }
  
  
  div.users_list_buttons .selected{
	  border-radius: 5px;
	  color: #FFFFFF;
	  display: block;
	  float: left;
	  font-size: 18px;
	  margin-right: 15px;
	  padding: 5px 10px;
	  text-decoration: none;
  }
  
  div.users_list_buttons .selected a{
	  text-decoration:none;
	  text-shadow: none;
	  color:#fff !important;
  }
  
  div.users_list {
	  margin:15px 0px;
	  padding-top: 2px;
	  background: url('../images/sep.png') repeat-x top left;
  }
  
  table.users_list div.avatar{ padding:10px 2px; width:63px; height:65px;}
  
  table.users_list td{
	  background: url('../images/sep.png') repeat-x bottom left;
  }
  
  table.users_list tr:hover td{
	  background-color: #f7f7f7;
  }
  
  table.users_list div.avatar img{
	  margin: 0px auto;
	  display: block;
  }
  
  table.users_list div.number{ color:#999; }
  table.users_list div.nickname { font-size:16px; padding-top: 10px; }
  table.users_list div.nickname a{ color: #136BB9; }
  
  div.microstatus {
	  color:#666; font-size:11px;
	  padding:1px;
	  padding-left:20px;
	  background:url('../images/icons/comment-small.png') no-repeat left top;
	  clear:both;
	  margin-top:3px;
  }
  
  .microstatus {
	  color:#666; font-size:11px;
	  padding:1px;
	  padding-left:20px;
	  background:url('../images/icons/comment-small.png') no-repeat left top;
	  margin-top:3px;
  }
  
  table.users_list div.karma,
  table.users_list div.rating{
	  font-size:12px;
	  float:right;
	  overflow:hidden;
	  padding:2px 5px;
	  border-radius:4px;
	  background:#BECFE7;
  }
  
  table.users_list div.karma{ margin-right:5px; }
  table.users_list .pos{  color: #97bf0d; }
  table.users_list .neg{   color: #eb6b57; }
  
  table.users_list div.city { clear:both; }
  table.users_list div.city a{ color:#666; }
  table.users_list div.status { float:right; padding:2px; margin-right:5px; }
  table.users_list div.status .online{
	  padding:1px 5px;
	  background-color:#97BF0D;
	  color:#FFF;
	  font-size:11px;
	  border-radius:4px;
  }
  
  table.users_list div.status .offline{ color:#666; font-size:11px; background:none; padding:0px;}
  
  #mod_user_stats div.stat_block { margin-left:15px; }
  #mod_user_stats div.stat_block div.title {
	  color:#1873AA;
	  font-size:16px;
	  margin-bottom:0px;
	  text-shadow:0 2px 0 #FFFFFF;
	  font-weight:bold;
  }
  
  #mod_user_stats div.stat_block div.body ul { list-style:none; margin:0px; margin-left:20px; padding:0px; }
  #mod_user_stats div.stat_block div.body li { list-style:none; margin:0px; margin-bottom:3px; }
  #mod_user_stats div.stat_block_bday { margin-left: 20px;    }
  #mod_user_stats div.stat_block_bday div.title { padding-left:18px; background:url('../images/icons/cake.png') no-repeat left center; font-size:16px; color:#1873AA;; font-weight:bold; margin-bottom:5px; margin-top:20px;}
  #mod_user_stats div.stat_block_bday div.body { }
  
  div#user_ratings { float:right; }
  div#user_ratings div.karma, div#user_ratings div.rating {  float:left; text-align:center;}
  div#user_ratings .value,  div#user_ratings .value-positive, div#user_ratings .value-negative{
	  font-size:14px;
	  padding: 4px;
	  margin: 2px;
	  border-radius:4px;
	  cursor:pointer;
  }
  
  div#user_ratings .karma .value-positive { background-color:#97BF0D; color:#FFF; }
  div#user_ratings .karma .value-negative { background-color:#EB6B57; color:#FFF; }
  
  div#user_ratings .karma table { }
  div#user_ratings .karma table td { font-size:14px; }
  
  div#user_ratings .rating .value {  background-color:#136BB9; color:#FFF; padding:7px 10px; }
  
  .user_group_name{
	  float:right;
	  margin-right:20px;
	  height:38px;
	  line-height:38px;
  }
  
  .user_group_name div {
	  padding-left:20px;
	  background-position: left center;
	  background-repeat: no-repeat;
	  color:#375E93;
  }
  
  .user_group_name .admin { background-image:  url('../images/icons/groups/admin.png'); }
  .user_group_name .registered { background-image: url('../images/icons/groups/registered.png'); }
  .user_group_name .editors { background-image: url('../images/icons/groups/editors.png'); }
  .user_group_name .moderators { background-image: url('../images/icons/groups/moderators.png'); }
  .user_group_name .vip { background-image: url('../images/icons/groups/vip.png'); }
  
  div#user_profile_url{
	  clear:both;
	  display:block;
	  padding:5px;
	  margin-top:15px;
	  text-align:center;
	  border-radius:4px;
	  background:#d7d7d7;
  }
  
  #user_profile_url div{ color:#777; }
  #user_profile_url a{ color:#333; }
  
  div.usr_clubs {padding: 10px 0px; }
  div.usr_clubs span.label { margin-right:15px; font-weight:bold; }
  div.usr_clubs a.usr_club_link { padding-left:18px; background:url('/images/icons/club.gif') no-repeat left center; height:16px; line-height:16px; margin-right:5px; }
  
  div.usr_profile_menu{
	  margin:0px 15px;
	  clear:both;
	  overflow:hidden;
	  text-align: left;
  }
  
  div.usr_profile_menu table{
	  text-align: left;
	  width: 98%;
  }
  
  div.usr_profile_menu table td{
	  background: url('../images/sep.png') repeat-x bottom left;
  }
  
  div.usr_profile_menu table td:first-child{
	  width: 28px;
  }
  
  div.usr_profile_menu a {
	  overflow:hidden;
	  float:left;
	  padding: 5px 5px;
	  line-height: 22px;
	  display: block;
	  text-decoration: none !important;
  }
  
  a.select-avatar{
	  height:16px;
	  line-height:16px;
	  padding-left:18px;
	  background:url('../images/icons/users/selectavatar.gif') no-repeat left center;
  }
  
  div.user_profile_data { padding:10px; padding-top:0px; padding-bottom:0px;}
  
  .offline{
	  padding:1px 3px;
	  border-radius:4px;
	  -moz-border-radius:4px;
	  background-color: #eee;
	  color:#999;
	  font-size:11px;
  }
  
  .user_profile_data .offline, .user_profile_data .online, .user_profile_data .logdate{
	  font-size:12px;
  }
  
  .logdate{ color:#999; font-size:11px;}
  
  .usr_friends_entry .offline{
	  color:#666;
  }
  
  div.user_profile_data .field{ overflow: hidden; clear:both; }
  
  div.user_profile_data .field .title,
  div.user_profile_data .field .value { float:left; line-height:24px; }
  
  #usr_prof_form strong,
  div.user_profile_data .field .title {
	  width:170px;
	  color: #136BB9;
	  font-weight: normal;
  }
  div.user_profile_data .field .value {  }
  
  #usr_board{	background:url('../images/icons/big/board.png') no-repeat; }
  #usr_files{	background:url('../images/icons/big/folder_ftp.png') no-repeat; }
  #usr_blog{ background:url('../images/icons/big/blog.png') no-repeat; }
  
  #upr_feed .action_entry {
	  border-bottom:1px solid #eee;
	  margin-bottom:10px;
	  overflow:hidden;
	  padding-bottom:10px;
	  padding-left:22px;
  }
  
  #upr_feed .action_title {
	  font-size:12px;
	  overflow:hidden;
	  padding:2px 0;
  }
  
  .usr_friends_query{
	  border:1px solid #474747;
	  border-radius: 4px;
	  padding:10px;
	  margin-top:10px;
  }
  
  .usr_friends_query_one{ margin-bottom:5px; }
  .usr_friends_query_yes{ height:16px; line-height:16px; padding-left:20px; background:url('../images/icons/yes.png') no-repeat; }
  .usr_friends_query_no{ height:16px; line-height:16px; padding-left:20px; background:url('../images/icons/no.png') no-repeat; }
  
  .content_title { font-size:14px; font-weight:bold; }
  
  .usr_friends_feed{ padding:6px; }
  .usr_friends_feed a.nickname { color: #666; }
  
  .usr_com_title{	padding: 5px; background-color:#f2f2f2; border-top:solid 1px #666;	border-bottom:none; }
  .usr_com_body{	padding-top: 15px; }
  
  .usr_wall_entry {
	  background: url('../images/pagebar_page.png') repeat-x 0px -40px;
	  margin:5px 0;
	  padding:5px 0px;
  }
  
  .usr_wall_avatar {
	  float: left;
	  margin-top: 15px;
	  border:1px solid #fff;
	  padding:0px;
  }
  
  .usr_wall_text{
	  padding-left:10px;
	  padding-top:10px;
  }
  
  .usr_wall_title{
	  float:left;
	  color:#666;
	  margin-bottom:10px;
	  margin-left: 10px;
  }
  
  .usr_wall_delete { float:right; }
  .usr_wall_delete a {
	  background:url('../images/icons/delete.png') no-repeat left center;
	  padding:1px;
	  padding-left:20px;
	  height:16px;
	  line-height:16px;
	  text-decoration: none;
	  color:#eb6b57;
  }
  .usr_wall_delete a:hover {
	  color: #F00;
  }
  
  .usr_profile_block{
	  clear:both;
	  margin-top:10px;
	  padding-top:5px;
	  padding-left: 10px;
	  margin-left:10px;
	  background: url('../images/sep.png') repeat-x top left;
	  border-top: 1px solid #eee;
  }
  
  .usr_profile_block .float_bar{
	  margin-bottom: 10px;
  }
  
  .usr_msg_entry{
	  padding:10px;
	  margin-bottom:4px;
	  background: url('../images/sep.png') repeat-x bottom left;
  }
  
  .usr_msg_entry td{
	  border: 0px !important;
  }
  
  .usr_msg_title{	padding: 4px 0; }
  .usr_msg_title strong{ color:#375E93; }
  
  .usr_msg_body{ padding: 10px; }
  
  .usr_msg_date{
	  color:#5F98BF;
  }
  
  .usr_publ_albums{ overflow:hidden;	background-color:#EBEBEB; padding:6px; margin-bottom:10px; }
  
  .usr_photo_add{
	  padding:1px;
	  padding-left:20px;
	  background:url('../images/icons/addphoto.png') no-repeat left center;
  }
  .usr_del_album{
	  padding:1px;
	  padding-left:20px;
	  background:url('../images/icons/deletecat.png') no-repeat left center;
	  margin-left:6px;
  }
  .usr_edit_album{
	  padding:1px;
	  padding-left:20px;
	  background:url('../images/icons/edit.png') no-repeat left center;
	  margin-left:6px;
  }
  
  #usr_photos_upload_album{
	  background:#eee;
	  border-radius:5px;
	  border: 1px solid #e5e5e5;
	  padding:10px;
	  margin-bottom:5px;
  }
  
  #usr_photos_upload_album .text-input{
	  width:250px;
  }
  
  #usr_photos_upload_album .select-input{
	  width:257px;
  }
  
  .photo_desc{
	  text-align:center;
	  color:#5F98BF;
	  border: 1px solid #e5e5e5;
	  border-radius: 5px;
	  background: #eee;
  }
  
  .usr_photos_add_limit{
	  margin-bottom: 20px; color:#5F98BF;;
  }
  
  .usr_photos_submit_one{
	  padding:10px;
	  margin-bottom:2px;
	  background: url('../images/sep.png') repeat-x bottom left;
  }
  
  .usr_photos_submit_one .ph_thumb{
	  border: solid 3px #eee;
	  border-radius:5px;
	  width:96px;
	  padding:2px;
  }
  
  .usr_photos_submit_one .text-input{
	  width:300px;
  }
  
  #usr_photos_submit_btn{
	  margin-top:15px;
	  color:#5F98BF;
  }
  
  #usr_photos_submit_btn input{
	  font-size:16px;
  }
  
  .usr_photo_thumb{
	  padding:1px;
	  padding-top:10px;
	  float:left;
	  width:120px;
	  display:block;
	  margin:4px;
	  margin-left:0px;
	  border-radius:5px;
	  border:1px solid #e2e2e2;
	  text-align:center;
  }
  
  .usr_photo_date{ font-size:11px; color:#5F98BF; display:block; }
  .usr_photo_hits{ font-size:10px; color:#999; display:block; }
  
  .usr_photos_notice{
	  margin:10px 0px;
	  padding:1px;
	  padding-left:20px;
	  background:url('../images/icons/info.png') no-repeat left center;
  }
  
  .usr_photos_add_st{
	  margin-top:20px;
	  width:500px;
	  color:#5F98BF;
  }
  
  .usr_photo_sel_bar{
	  margin:10px 0px;
	  display:inline-block;
  }
  
  .usr_photo_prev_link,
  .usr_photo_next_link{
	  display:inline-block;
	  width:32px;
	  height:32px;
	  margin:0px 15px;
  }
  
  .usr_photo_prev_link { background:url('../images/icons/big/prev.png') no-repeat; float:right; }
  .usr_photo_next_link { background:url('../images/icons/big/next.png') no-repeat; float:left; }
  
  .usr_photo_link_edit,
  .usr_photo_link_delete{
	  padding:1px;
	  padding-left:20px;
  }
  
  .usr_photo_link_edit { background:url('../images/icons/edit.png') no-repeat left center; }
  .usr_photo_link_delete { background:url('../images/icons/delete.png') no-repeat left center; margin-left:10px;}
  
  .usr_photo_view{ text-align:center; padding:10px; background-color:#FFF; margin: 15px 0px; box-shadow: 5px 5px 5px #bbb; }
  .usr_editprof{	background-color:#FFFFFF; border:solid 1px gray; padding:8px; width:100%; }
  .usr_edithint{	color:#666;	font-size:10px; }
  
  .usr_q_title{ font-weight:bold; margin:1px;	margin-bottom:12px;	padding:5px; clear:both; border-bottom:dashed 1px gray; }
  
  .usr_q_thumb{ margin-left:1px; margin-bottom:1px; float:left; display:block; width:70px; }
  .usr_q_thumbimg{ background-color:#FFF; border:solid 1px #eee; }
  .usr_q_link{ color:#003366; }
  
  .usr_award_block{ display:block; margin:2px; width:100%; }
  .usr_award_date{ font-size:10px; color:#999;	margin-top:5px; }
  
  .usr_deleted{ font-size:18px; color:#eb6b57; }
  .usr_restore{ margin-top:10px; }
  
  .usr_btnlink{ margin-right:20px; font-size:24px;	 }
  
  .usr_files_orderbar{ background-color:#EBEBEB;	margin-bottom:4px;	padding:5px; }
  .usr_files_orderbtn{ font-size:9px;	background-color:#CCCCCC; border:solid 1px gray; height:20px; }
  .usr_files_link{ font-size:10px; color:#999999; }
  
  .usr_wall{
	  margin-top:5px; overflow:hidden; clear:both;
  }
  .usr_wall #addwall{	padding-right: 10px;}
  
  .usr_wall_header{
	  font-size:18px;
	  margin-bottom:5px;
  }
  
  .usr_wall_body{ margin-bottom:10px;	}
  .usr_wall_body p{
	  padding:2px;
	  margin:5px 0px;
	  color:#5F98BF;
	  font-size:14px;
  }
  .club_wall_addlink,
  .usr_wall_addlink{
	  border-radius: 5px;
	  color: #fff;
	  margin-top: -3px;
	  padding:0px 10px;
	  padding-left:25px;
	  display:inline-block;
	  width: 120px;
	  background:url('../images/icons/add.png') no-repeat 6px center;
	  float: right;
  }
  
  .usr_wall_addlink{
	  margin-top: 0;
  }
  
  .club_wall_addlink:hover,
  .usr_wall_addlink:hover a,.club_wall_addlink:hover a{color: #ddd; }
  .usr_wall_addlink a, .club_wall_addlink a{ line-height: normal !important; background: transparent !important; color:#fff; text-decoration:none; font-size:13px; padding: 5px 0px; display: inline-block;}
  
  
  .usr_friendslink{ text-decoration:underline; color:#999999; }
  
  #karmalink{	font-size:16px;	font-weight:bold; padding:4px; background-color:#EBEBEB; margin:2px; margin-left:8px; }
  #usertitle{	overflow:hidden;}
  #nickname{	margin:0px; }
  
  .usr_group{
	  padding:2px;
	  padding-left:20px;
	  margin-top:5px;
	  margin-bottom:5px;
	  background-repeat:no-repeat;
	  line-height:16px;
	  color:#666;
  }
  
  .usr_awlist_link{
	  font-size:14px;
	  background:#eee;
	  padding:5px;
	  text-align:center;
	  font-weight:bold;
  }
  
  .usr_awlist_link a{	text-decoration:none; }
  .usr_aw_dettable{ margin:5px;	margin-bottom:20px; }
  .usr_aw_img{ padding:5px; border:solid 1px #ccc; }
  .usr_aw_title{ font-size:18px; color:#375E93; }
  .usr_aw_desc{ font-size:14px; color:#5F98BF; }
  .usr_aw_who{ padding:10px; }
  .user_gender_m, .user_gender_ { background:url('../images/icons/male.png') no-repeat 0px 0px;	padding-left:20px;	line-height:18px; }
  .user_gender_f { background:url('../images/icons/female.png') no-repeat 0px 0px; padding-left:20px; line-height:18px; }
  .usr_aw_users{ margin-bottom:4px; color:#375E93; }
  
  div.awards_list_link { padding:5px 0px; }
  div.awards_list_link a{ padding:1px; padding-left:20px;  background:url('../images/icons/info.png') no-repeat left center; }
  
  #usr_profparams{ width:750px; border:dashed 1px silver;	padding:10px; }
  
  #usr_profsavebtns{	background:#EBEBEB;	width:775px; margin-top:10px; margin-bottom:5px; text-align:center; }
  
  #usr_prof_form{	padding:10px;padding-top:0px; }
  
  #usr_prof_form em{ color:#999; }
  
  #usr_prof_form #title{ width:170px; height:24px; line-height:24px; }
  #usr_prof_form #field{ height:24px; line-height:24px; }
  
  #usr_prof_form table{ width:100%; }
  
  .usr_msgmenu_tabs{
	  display:block;
	  height:31px;
	  font-size: 14px;
  }
  
  .usr_msgmenu_active{
	  border: 1px solid #d7d7d7;
	  border-bottom: 0px;
	  height: 30px;
	  padding: 0px 10px 0px 26px;
	  border-radius: 2px 2px 0px 0px;
	  display: inline-block;
	  line-height: 30px;
	  color: #777;
  }
  
  .usr_msgmenu_link{	margin-right:0px;	padding:10px;  }
  
  .in_link{ padding-left:26px; background:url('../images/icons/users/message-in.png') no-repeat 6px center; }
  .in_span{ padding-left:26px; background:url('../images/icons/users/message-in.png') no-repeat 6px center #d7d7d7; }
  
  .out_link{ padding-left:26px; background:url('../images/icons/users/message-out.png') no-repeat 6px center; }
  .out_span{ padding-left:26px; background:url('../images/icons/users/message-out.png') no-repeat 6px center #d7d7d7; }
  
  .notices_link{ padding-left:26px; background:url('../images/icons/users/message_notice.png') no-repeat 6px center; }
  .notices_span{ padding-left:26px; background:url('../images/icons/users/message_notice.png') no-repeat 6px center #d7d7d7; }
  
  .new_link{ padding-left:26px; background:url('../images/icons/users/message-new.png') no-repeat 6px center; text-decoration: none; }
  
  .history_link{ padding-left:26px; background:url('../images/icons/users/message_history.png') no-repeat 6px center; }
  .history_span{ padding-left:26px; background:url('../images/icons/users/message_history.png') no-repeat 6px center #d7d7d7; }
  
  a.msg_delete:hover,
  a.msg_reply:hover,
  a.msg_history:hover{
	  color:#e05721;
  }
  
  a.msg_delete,
  a.msg_reply,
  a.msg_history,
  span.msg_new{
	  color:#136BB9;
	  height:16px;
	  line-height:16px;
	  padding:1px 1px 1px 20px;
	  text-decoration:none;
  }
  
  a.msg_reply,
  a.msg_history,
  span.msg_new{
	  margin-right:10px;
  }
  
  a.msg_delete{ background:url('../images/icons/delete.png') no-repeat left center; }
  a.msg_reply{ background:url('../images/icons/users/message_reply.png') no-repeat left center; }
  a.msg_history{ background:url('../images/icons/users/message_history.png') no-repeat left center; }
  span.msg_new{ background:url('../images/icons/new.png') no-repeat left center; color:#eb6b57; }
  
  table.feed { margin-top:10px; margin-bottom:10px; }
  table.feed td { font-size:14px; }
  table.feed td.date { font-size:12px; text-align:left; width:110px; }
  table.feed td.date strong { color:#97bf0d; }
  
  .usr_files_head{
	  background-color:#eee;
	  font-weight:bold;
	  padding:4px;
  }
  
  .usr_status_bar{
	  clear:both;
	  margin-top:0px;
	  height: 35px;
  }
  
  .usr_status_text{
	  color:#136BB9;
	  background:url('../images/icons/comment.png') no-repeat left center;
	  padding-left:20px;
	  float:left;
  }
  
  .usr_status_date{
	  font-size:10px;
	  color:gray;
	  font-style:normal;
	  margin-left:10px;
	  margin-right:14px;
  }
  
  .usr_status_link{
	  float:left;
  }
  
  .usr_status_link a{
	  padding:1px;
	  padding-left:20px;
	  background:url('../images/icons/edit.png') no-repeat left center;
  }
  
  .usr_avatar{
	  padding:10px;
	  width: 200px;
	  background: url('../images/usr_avatar.png') no-repeat top center;
  }
  
  .usr_avatars_lib_link{
	  padding:1px;
	  padding-left:20px;
	  background:url('../images/icons/images.png') no-repeat left center;
  }
  
  .usr_friends_block{
	  overflow:hidden;
	  margin-bottom:15px;
  }
  
  .usr_friend_cell{
	  padding-right:10px;
	  margin-right:5px;
	  margin-bottom:5px;
  }
  
  .usr_friend_cell .friend_link{
	  font-size:14px;
  }
  
  .usr_friend_cell span{ font-size:11px; }
  .usr_friend_cell span.offline{ color:#666; background:none; }
  
  .usr_albums_list{
	  margin:10px 0;
	  padding:0;
	  clear:both;
	  overflow:hidden;
  }
  
  .usr_albums_list li{
	  margin:0 10px 10px 0;
	  padding:5px !important;
	  display: block;
	  float:left;
	  width:250px;
	  height:77px;
	  border:5px solid #d7d7d7;
	  border-radius: 5px;
	  background: url('../images/sep.png') repeat-x bottom left;
  }
  .usr_albums_list li:hover {
	  background: url('../images/sep.png') repeat-x bottom left #f7f7f7;
  }
  .usr_albums_list li.no_albums{
	  height:auto;
	  border: none;
  }
  
  .usr_album_thumb{
	  display:block;
	  float:left;
	  width:64px;
	  height:64px;
	  margin-right:10px;
	  padding:2px;
	  background: #fff;
	  border:1px solid #d7d7d7;
  }
  
  .usr_album .link{
	  font-size:14px;
	  padding: 5px;
  }
  
  .usr_album .link a{ color: #fff; }
  .usr_album .count { color:#136BB9; }
  .usr_album .date { color:#666; font-size:11px; }
  
  /*Update 1.10*/
  #wrapper .pad{ clear:both; }
  
  .mod_lp_details, .photo_thumb .mod_lp_albumlink .mod_lp_details a {
	  font-size:10px;
  }
  .mod_lp_details img{
	  width:15px;
  }
  
  /*-------Категории контента---------*/
  ul.mod_cat_list {
	  list-style: none outside none;
	  margin: 0 0 5px 0;
	  overflow: hidden;
	  padding:0 0 0 16px;
	  clear:both;
  }
  ul.mod_cat_list ul {
	  margin-left: 0;
	  padding-left: 16px;
	  list-style: none outside none;
  }
  ul.mod_cat_list li {
	  margin:2px 0;
  }
  ul.mod_cat_list li a.folder, ul.mod_cat_list li.folder, div.float_bar a.folder {
	  background:url('../images/icons/folder.png') no-repeat scroll 0 0 transparent;
	  padding:0 5px 0 20px;
  }
  ul.mod_cat_list li a.cat_plus, ul.mod_cat_list li a.cat_minus {
	  display: block;
	  float: left;
	  height: 16px;
	  width: 16px;
	  margin: 0 0 0 -16px;
  }
  ul.mod_cat_list li a.cat_plus {
	  background: url('../images/icons/cat_plus.png') no-repeat scroll left 2px transparent;
  }
  ul.mod_cat_list li a.cat_minus {
	  background: url('../images/icons/cat_minus.png') no-repeat scroll left 2px transparent;
  }
  
  .mod_latest_rating{
	  padding:1px;
	  background:url('../images/icons/rating.png') no-repeat left center;
	  padding-left:20px;
  }
  
  .userform_fieldtitle{ font-size: 14px; }
  .userform_fieldtitle .mustbe { font-size: 16px; color: #CC0000; }
  
  .contentlist {
	  clear:both;
  }
  
  .mod_user_menu .my_gifts a{ background:url('../images/icons/gift.png') no-repeat 6px center; }
  
  .bb_add_photo{
	  background-color:#eee;
	  width:100%;
	  clear:both;
	  padding:4px;
  }
  
  .blog_post_nav .next {
	  float:right;
	  background:url(../images/icons/big/next.png) no-repeat right;
	  padding: 5px 35px 5px 5px;
  }
  
  .blog_post_nav .prev {
	  float:left;
	  background:url(../images/icons/big/prev.png) no-repeat;
	  padding: 5px 5px 5px 35px;
  }
  
  .club_blog_post{
	  margin:5px 0;
	  padding: 5px 0;
	  border-bottom: 1px solid #ccc;
  }
  .club_blog_post .club_post_title {
	  font-size:14px;
  }
  .club_blog_post .club_post_author {
	  font-size:12px;
	  color: #5F98BF;
  }
  .club_blog_post .club_post_descr {
	  color: #aaa;
  }
  
  .con_rss_icon {
	  float:right;
	  margin: 10px 5px;
  }
  .con_rss_icon a {
	  text-decoration:none;
  }
  
  .user_role {
	  position: absolute;
	  right: 15px;
	  top: 15px;
	  color: #cc3300;
  }
  .member {
	  color: #0033cc;
  }
  .moderator {
	  color: #009933;
  }
  
  .member_list { float:left; position:relative; }
  .member_list .online { font-size:10px; position:absolute; top:0; left:0; border-radius:3px; -moz-border-radius:3px; width:80%; opacity: 0.7; filter: alpha(opacity=70); }
  
  .cm_addentry{
	  overflow:hidden;
	  margin:4px;
  }
  .cm_editor{
	  border:1px solid #ccc;
	  padding:4px;
	  border-radius:0 0 6px 6px;
	  -moz-border-radius:0 0 6px 6px;
  }
  
  .post_content{
	  word-wrap: break-word;
  }
  .posts_table .darkBlue-LightBlue{
	  font-size: 12px;
  }
  
  .added_later {
	  color: #CCC;
	  margin: 10px 0;
	  display: block;
  }
  
  .msg_links{
	  float: right;
  }
  .votes_links{
	  float: right;
	  margin: 0 0 0 10px;
  }
  
  /*пользователи*/
  .add_file_link{
	  height:18px;
	  line-height:18px;
	  padding-left:22px;
	  background:url('../images/icons/users/upload.gif') no-repeat left center;
  }
  
  
  
  #usr_forum{ background:url('../images/icons/big/folder.png') no-repeat; }
  #usr_comments{ background:url('../images/icons/big/faq_answer.png') no-repeat; }
  
  .usr_article_add{
	  padding:1px;
	  padding-left:20px;
	  background:url('../images/icons/add.png') no-repeat left center;
  }
  
  
  /*Системные сообщения, всплывающие окна*/
  .button_yes, .button_no {
	  background: none repeat scroll 0 0 transparent;
	  border: 1px solid;
	  cursor: pointer;
	  font-family: tahoma,verdana,arial,sans-serif,Lucida Sans;
	  font-size: 11px;
	  margin: 3px;
	  outline: medium none;
	  overflow: visible;
	  padding: 4px 14px;
	  white-space: nowrap;
  }
  .button_yes::-moz-focus-inner, input.button_no::-moz-focus-inner {
	  border: 0 none;
  }
  .button_yes {
	  background: none repeat scroll 0 0 #5D81A7;
	  border: 1px solid #45688E;
  }
  .button_yes {
	  background: url('../images/core/button.png') repeat-x scroll 0 -16px #6181A6;
	  border-color: #789ABF #5980A9 #5980A9;
	  color: #FFF;
	  text-shadow: 0 1px 0 #45688E;
  }
  .button_yes:hover {
	  background-position: 0 -8px;
  }
  .button_yes:active {
	  background: none repeat scroll 0 0 #5E80A5;
	  border: 1px solid #5E80A5;
	  position: relative;
  }
  .button_no {
	  background: none repeat scroll 0 0 #E0E0E0;
	  border: 1px solid #B3B3B3;
  }
  .button_no {
	  background: url('../images/core/button.png') repeat-x scroll 0 -54px #DDDDDD;
	  border-color: #FFFFFF #E7E7E7 #E5E5E5;
	  color: #444444;
	  text-shadow: 0 1px 0 #FFFFFF;
  }
  .button_no:hover {
	  background-position: 0 -46px;
  }
  .button_no:active {
	  background: none repeat scroll 0 0 #DCDCDC;
	  border: 1px solid #DCDCDC;
	  position: relative;
  }
  
  #popup_container { position: absolute;width: 100%; top: 0; left: 0; z-index: 999; text-align: left; padding: 0; margin: 0;}
  #popup_overlay { position: absolute;z-index: 998; top: 0;left: 0;  width: 100%; background: #666; opacity: 0.4;}
  #popup_container .popup_body {background: #fff; width: 650px; margin: 0 auto; box-shadow: 0 2px 8px #666;overflow: hidden;}
  .popup_body > div { clear: both;}
  #popup_title,
  #note_title { color: #FFF; font-size: 14px;line-height: 1;  margin: 0;  padding: 7px;text-shadow: 0 1px 2px #333;}
  #popup_container .popup_x_button,
  #noteform .popup_x_button {background: url("../images/core/close_btn.png") no-repeat center center;cursor: pointer;float: right; height: 16px; margin: 3px 3px 0 0; opacity: 0.7; padding: 3px; width: 16px;}
  #popup_container .popup_x_button:hover,
  #noteform .popup_x_button:hover { opacity: 1.0;}
  #popup_progress {display: none; text-align: center;width: 100%; margin: 45px 0 28px;}
  #popup_content {padding: 0;margin: 0;}
  #popup_message {font-size: 13px;margin: 7px;}
  #popup_message .box_message_content {font-size: 13px;padding: 5px;}
  #popup_panel, #note_panel {background: #f9f9f9;border-top: 1px solid #ccc;padding: 3px;padding-right: 10px;text-align: right;overflow: hidden;}
  
  #popup_prompt {
	  margin: 0.5em 0
  }
  span.ajax-loader {
	  background: url('../images/core/ajax-loader.gif') no-repeat;
	  display: none;
	  float: left;
	  left: 6px;
	  position: relative;
	  top: 11px;
	  width: 36px;
  }
  #popup_info {
	  border: 1px solid #666666;
	  display: none;
	  float: left;
	  margin: 3px 2px;
	  padding: 2px 9px 1px;
	  position: relative;
  }
  #popup_info.error {
	  background-color: #E6A4A4;
  }
  #popup_info.info {
	  background-color: #AEFFA4;
  }
  
  /*сообщения ядра*/
  #popup_message div.js_smiles, #smileajax {
	  height: 1px;
  }
  #popup_message div.js_smiles a, #smileajax a {
	  text-decoration: none;
  }
  
  
  /*Приглашение в клуб*/
  .clearFix:after {
	  content :".";
	  display :block;
	  height: 0;
	  clear: both;
	  visibility: hidden;
  }
  .friend_list_top {
	  background-color: #F7F7F7;
	  padding: 4px 4px 0 4px;
	  font-size: 12px;
	  overflow:hidden;
	  margin: 0 -3px;
	  border-bottom: 1px solid #AAAAAA;
  }
  *:first-child+html .friend_list_top {
	  padding-bottom: 18px;
  }
  #friend_list_lookup {
	  float: right;
	  width: 180px;
	  color: #777;
  }
  .friend_list_body {
	  padding: 4px 0px 0px 10px;
	  width: 657px;
	  max-height: 500px;
	  border-top: 0px solid #c3edb2;
	  overflow-x: hidden;
	  overflow-y: scroll;
  }
  .friend_list_body_ajax {
	  padding: 4px 0 0 3px;
	  width: 100%;
	  height: 276px;
	  border-top: 0px solid #c3edb2;
	  overflow-x: hidden;
	  overflow-y: scroll;
	  background-color: #FFF;
	  font-size: 10px;
  }
  .flist_cell,
  .flist_cell_on {
	  float: left;
	  border-bottom: 1px solid #FFF;
	  margin: 0 3px 2px 0;
	  cursor: pointer;
  }
  .flist_cell:hover {
	  border-bottom: 1px solid #F1F9FE;
  }
  .flist_cell_on {
	  border-bottom: 1px solid #C0C0C0;
  }
  .flist_cell .flist_border_wrap {
	  border: 1px solid #FFF;
  }
  .flist_cell:hover .flist_border_wrap {
	  background-color: #F1F9FE;
	  border: 1px solid #C0C0C0;
  }
  .flist_wrap {
	  border: 1px solid #FFF;
	  width: 143px;
	  height: 56px;
	  padding: 3px;
  }
  .flist_div {
	  margin-right: 3px;
	  float: left;
	  border: 1px solid #C0C0C0;
	  background-color: #FFF;
  }
  .flist_cell:hover .flist_div {
	  border: 1px solid #ADADAD;
  }
  .flist_image {
	  margin: 2px;
	  overflow: hidden;
	  height: 50px;
	  width: 50px;
  }
  .flist_name {
	  margin-left: 3px;
	  overflow: hidden;
	  float: left;
	  word-wrap: break-word;
	  width: 68px;
	  color: #000;
  }
  .flist_cell_on .flist_name {
	  color: #FFF;
  }
  .flist_cell em,
  .flist_cell_on em,
  .flist_cell:hover em {
	  background-color: #c3b2ed;
	  color: #000;
	  font-style: normal;
	  font-weight: normal;
	  text-decoration: inherit;
  }
  .flist_cell_on em {
	  background-color: #FFF;
	  color: #F00;
  }
  .flist_cell:hover em {
	  background-color: #C0C0C0;
  }
  .flist_empty {
	  background-color: #FFF;
	  color: #808080;
	  font-size: 12px;
	  text-align: center;
	  padding: 103px 0 90px 0;
	  margin: 10px 10px 12px 10px;
  }
  .flist_more {
	  padding: 10px;
	  text-align: center;
	  cursor: pointer;
  }
  .t_filter_area {
	  border-bottom: 1px solid #c3edb2;
	  padding: 10px;
	  background-color: #F7F7F7;
	  _padding-bottom: 18px;
  }
  *:first-child+html .t_filter_area {
	  padding-bottom: 18px;
  }
  .t_filter_selected {
	  float: left;
	  border-bottom: 1px solid #F7F7F7;
	  margin-right: 10px;
	  margin-bottom: 2px;
	  cursor: pointer;
  }
  .t_filter_selected .t_filter2 {
	  border: 1px solid #ccc;
  }
  .t_filter_off {
	  cursor: pointer;
	  padding: 4px 7px 5px;
	  color: #368E3A;
	  font-weight: bold;
	  float: left;
	  margin-right: 10px;
	  margin-bottom: -1px;
  }
  .t_filter_selected .t_filter3 {
	  border: 1px solid #396EA4;
	  padding: 2px 9px 1px;
	  background-color: #396EA4;
	  color: #F7F7F7;
	  font-weight: bold;
  }
  .t_filter_off {
	  cursor: pointer;
	  padding: 4px 7px 5px;
	  color: #111;
	  font-weight: bold;
	  float: left;
	  margin-right: 10px;
	  margin-bottom: -1px;
  }
  .flist_cell_on .flist_border_wrap {
	  border: 1px solid #111;
	  background: #395fa7;
	  opacity: 0.7;
	  filter: alpha(opacity=70);
  }
  .club-intive-mess {
	  background-color: #111;
	  display: none;
	  width: 360px;
	  height: 27px;
	  position: relative;
	  top: -33px;
	  text-align: center;
	  padding-top: 10px;
	  margin-bottom: -37px;
	  font-weight: bold;
	  color: #fff;
	  font-size: 12px;
  }
  .club-intive-mess-ajax {
	  background-color: #111;
	  display: none;
	  width: 470px;
	  height: 51px;
	  position: absolute;
	  bottom: 160px;
	  text-align: center;
	  padding-top: 26px;
	  font-weight: bold;
	  color: #fff;
	  font-size: 18px;
  }
  
  /*adaptation*/
  .mod_latest_image .usr_img_small{
	  border: 0px;
  }
  
  #mod_usr_search_form input,
  #mod_usr_search_form select{
	  max-width: 65%;
  }
  
  #mod_usr_search_form input#agefrom,
  #mod_usr_search_form input#ageto{
	  max-width: 40px;
  }
  
  
  
  /*upt 1.10.2*/
  #langs {
	  background: none no-repeat scroll 5px center;
	  color: #FFF;
	  cursor: pointer;
	  float: right;
	  height: 50px;
	  line-height: 50px;
	  margin: 0;
	  padding: 0 0 0 27px;
	  position: relative;
	  font-size: 10px;
	  color: #CCC;
	  width: 17px;
  }
  #langs:hover, #langs.active_lang, .active_lang {
	  background: none no-repeat scroll 5px center #488CCB ;
  }
  #langs-select{
	  display: none;
	  position: absolute;
	  list-style: none;
	  top: 44px;
	  left: 0px;
	  padding: 0;
	  border-radius: 0 0 6px 6px;
	  border-top: none;
	  color: #666;
	  font-size: 12px;
	  width: 44px;
  }
  #langs-select li {
	  margin: 0;
	  padding: 0 5px 0 25px;
	  background: none no-repeat scroll 5px center #eee;
  }
  .cm_codebar{
	  overflow:hidden;
  }
  
  .submit_cmm {
	  float: left;
	  margin: 6px 0;
  }
  .cmm_links {
	  margin:15px 0 0 0;
  }
  .cmm_links span {
	  padding: 0px;
	  margin-right: 5px;
	  display: inline-block;
  }
  .cmm_links span a{
	  margin: 0 !important;
  }
  .cmm_links span.add_comment a {
	  background:url(../images/icons/comment.png) no-repeat 2px center;
  }
  .cmm_links span.subscribe a{
	  background:url(../images/icons/subscribe.png) no-repeat 2px center;
  }
  .cmm_links span.unsubscribe a{
	  background:url(../images/icons/unsubscribe.png) no-repeat 2px center;
  }
  .cmm_links span.cmm_rss a{
	  background:url(../images/icons/rss.png) no-repeat 2px center;
  }
  .left_border{
	  padding: 0 0 0 8px;
  }
  .usr_msg_bbcodebox{
	  border-top: 1px solid #e2e2e2;
	  box-shadow: inset 0 0 5px #e2e2e2;
  }
  
  
  /*upd 1.10.3*/
  .cart_item{
	  float: left;
  }
  .cart_price{
	  margin-top:2px;
	  text-align:right;
  }
  .cartrow2, .cartrow1 {
	  clear: both;
	  overflow: hidden;
	  padding: 3px 5px;
	  font-size:11px;
	  font-weight: bold;
  }
  .post_user_date {
	  border-bottom: 1px dotted #CCCCCC;
	  color: #666666;
	  float: right;
	  margin: 0 0 5px 5px;
  }
  .arhive_list {
	  font-size: 16px;
	  list-style: none outside none;
	  padding: 0;
  }
  .arhive_list li {
	  margin: 0;
  }
  .arhive_list li span {
	  color: #555;
  }
  .arhive_date {
	  background: none repeat scroll 0 0 #777;
	  border-radius: 4px;
	  float: right;
	  font-size: 12px;
	  margin: 15px 0;
	  padding: 2px 4px;
  }
  .arhive_date a {
	  color: #FFF;
  }
  .arhive_title {
	  font-size: 18px;
	  padding: 12px 0;
  }
  .arhive_title a {
	  text-decoration: none;
  }
  .arhive_desc{
	  clear: both;
  }
  .debug_info {
	  margin: 10px;
	  color: #CCC;
  }
  #debug_query_dump {
	  display: none;
  }
  .debug_query_count a {
	  color: #FFF;
	  border-color: #FFF;
  }
  .filelink a {
	  background: url('../images/icons/download.gif') no-repeat center left;
	  padding: 0 0 0 20px;
  }
  .city_block{
	  overflow: hidden;
	  clear: both;
	  background: #FFF;
  }
  .city_link{
	  background: #68809B;
	  float: right;
	  margin: 0;
	  padding: 0 7px;
	  text-decoration: none;
	  color: #FFF;
	  line-height: 26px;
  }
  .city_link:hover {
	  background: #B3C2C9;
	  color: #333;
  }
  .city_view{
	  border: none !important;
	  margin: 0;
	  padding: 1px 0;
  }
  
  /*adaptation*/
  #configtabs .ui-tabs-nav .ui-tabs-active a,
  #profiletabs .ui-tabs-nav .ui-tabs-active a{
	 background: url('../images/header_line.png') repeat-x left top;
  }
  #configtabs .ui-tabs-nav .ui-tabs-active a span,
  #profiletabs .ui-tabs-nav .ui-tabs-active a span{
	  background: url('../images/header_line.png') repeat-x left top;
	  color: #fff;
  }
  
  .usr_albums_list{
	  border: 1px solid transparent;
  }
  
  div.pagebar, .mod_latest_pagebar{
  clear:both;
  }
  
  .nyroModalBg{z-index:10000;}
  .nyroModalClose,.nyroModalCont{z-index:10001;}
  
  #main_menu_box{z-index:100;}
  
  .img_64 {
	  width: 64px;
	  height: 64px;
  }
  
  /*upd 1.10.6*/
  #debug_query_show .query {background: #FFF;border: 1px solid #DDD;border-radius: 3px;margin: 10px;padding: 10px;}
  #debug_query_show .query .src {color: #999;font-size: 12px;margin-bottom: 4px;}
  .query_time {color: #999;font-size: 12px;margin: 4px 0 0;}
  .red_query {color: #c0392b;}
  .green_query {color: #27ae60;}
  
  #similar_posts > ul {padding: 0;}
  #similar_posts li {clear: both;list-style: none;margin: 0 0 10px;overflow: hidden;}
  #similar_posts li:last-child {margin-bottom: 0;}
  #similar_posts li img {width: 100%;}
  #similar_posts li > a {float: left;margin: 0 10px 0 0;width: 100px;}
  #similar_posts h5 {font-size: 14px;}
  #similar_posts {background: #e7e7e7;border-radius: 4px;padding: 0 10px 10px;overflow: hidden;}
  #similar_posts h4 {color: #333;margin: 10px 0;}
  
  