html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
html {
  height:100%;
}
body {
  height: 100%;
  background: #eaeaea;
  word-wrap: break-word;
  color:#383737;
}
body.no-image img{
  display: none !important;
}
body.bg-1{
  background-color: #FFffff;
}
body.bg-2{
  background-color: #000;
  color: #FFffff;
}
a{
  color:#383737;
}
.bg-2 a{
  color: #FFffff;
}
a:hover{
  color:#262626;
}
.bg-2 a:hover{
  color: #F2F5F8;
}
#wrapper {
  position:relative;
  height:auto !important;
  min-height: 100%;
  display:block;
}
* html #wrapper {
  height: 100%;
}
.text-input{
  border:1px solid #C25842;
  padding:2px;
}
.text-input:focus{
  border:1px solid #DB7560;
  padding:2px;
}
.float_bar a{
  color:#ffffff;
}
.bg-1 .float_bar a,
.bg-1 .float_bar a:hover{
  color:#ffffff;
}
.bg-2 .float_bar a,
.bg-2 .float_bar a:hover{
  color: #000;
}
.float_bar a:hover{
  text-decoration:none;
  color:#ffffff;
}
.float_bar{
  border-radius: 6px;
  background-color: #65ABD0;
  float:right;
  margin-top:6px;
  padding:5px 8px;
  color: #ffffff;
}
.bg-1 .float_bar{
  background-color: #000;
}
.bg-2 .float_bar{
  background-color: #fff;
}
.bar{
  border-radius: 6px;
  background-color: #C6CCD2;
  padding:5px 10px;
}
.ajaxlink:hover{
  color:#262626;
  border-bottom:dashed 1px #262626;
}
.bg-1 .ajaxlink:hover{
  color:#000;
  border-bottom-color: #000;
}
.bg-2 .ajaxlink:hover{
  color:#fff;
  border-bottom-color: #fff;
}
.ajaxlink, .MultiFile-remove{
  text-decoration:none;
  border-bottom:dashed 1px #383737;
  color:#383737;
}
.bg-1 .ajaxlink, .bg-1 .MultiFile-remove{
  color:#000;
  border-bottom-color: #000;
}
.bg-2 .ajaxlink, .bg-2 .MultiFile-remove{
  color:#fff;
  border-bottom-color: #fff;
}
.hinttext{
  color:#5093B7;
}
.bg-1 .hinttext{
  color: #000;
}
.bg-2 .hinttext{
  color: #FFffff;
}
hr {
  border: 0 #494949 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
.bg-1 hr{
   border-color: #000;
}
.bg-2 hr{
  border-color: #fff;
}
ol {
  list-style: decimal
}
ul {
  list-style: disc
}
li {
  margin-left: 30px
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
  margin-bottom: 0;
}
/***************************** Шапка страницы *********************************/
#header{
  min-height:60px;
  line-height:60px;
  background-color: #383737;
}
.bg-1 #header{
  background-color: #000000;
}
.bg-2 #header{
  background-color: #fff;
}
/******************************* Верхнее меню *********************************/
#topmenu{
  margin-top:15px;
  margin-bottom:10px;
  background-color: #ffffff;
  border: 1px solid #494949;
  border-radius:8px;
  width:940px;
  clear: both;
  display:table;
  table-layout: fixed;
}
.bg-1 #topmenu{
  border-color: #000000;
}
.bg-2 #topmenu{
  background-color: transparent;
  border-color: #fff;
}
#topmenu .menu{
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  text-align: center;
}
#topmenu .menu li a{
  text-decoration:none;
}
.bg-2 #topmenu .menu li a{
  color: #fff;
}
#topmenu .menu li{
  list-style:none;
  margin:0;
  padding:0;
  height:40px;
  line-height:40px;
  display: inline-block;
  vertical-align: top;
	zoom: 1;
}
#topmenu .menu li.selected{
  background-color: #494949;
}
.bg-1 #topmenu .menu li.selected{
  background-color: #000000;
}
.bg-2 #topmenu .menu li.selected{
  background-color: #ffffff;
}
#topmenu .menu li.selected a{
  color:#fff;
  text-decoration:none;
}
.bg-2 #topmenu .menu li.selected a{
  color: #000000;
}
#topmenu .menu li a:hover,
#topmenu .menu li a.hover{
  background-color: #C6CCD2;
  color:#262626 !important;
}
.bg-1 #topmenu .menu li a:hover,
.bg-1 #topmenu .menu li a.hover{
  background-color: #000000;
  color:#FFFFFF !important;
}
.bg-2 #topmenu .menu li a:hover,
.bg-2 #topmenu .menu li a.hover{
  background-color: #fff;
  color:#000 !important;
}
#topmenu .menu li a{
  padding: 0 10px;
  color:#383737;
  height:40px;
  line-height:40px;
  display:block;
}
.bg-2 #topmenu .menu li a{
  color: #FFffff;
}
#topmenu ul li ul {
  display:none;
  position: absolute;
  top: 40px;
	width: 200px;
	background: #C6CCD2;
	color: #383737;
  padding:0px;
  z-index:1000;
}
.bg-1 #topmenu ul li ul{
  background-color: #fff;
  color: #000;
}
.bg-2 #topmenu ul li ul{
  background-color: #000;
  color: #fff;
}
#topmenu .menu li li{
  display: block;
  text-align: left;
}
#topmenu .menu li li img{
  display: none;
}
#topmenu ul li ul li ul {
  display:none;
  top:0;
  left:200px;
	width: 200px;
	background: #C6CCD2;
	color: #383737;
  padding:0;
  z-index:1000;
}
.bg-1 #topmenu ul li ul li ul{
  background-color: #fff;
  color: #000;
}
.bg-2 #topmenu ul li ul li ul{
  background-color: #000;
  color: #fff;
}
#topmenu ul li ul li,  #topmenu ul li ul li a{
  display:block;
  width:100%;
  position:relative;
}
#topmenu ul li ul li a{
  padding:0px !important;
  text-decoration:none;
}
#topmenu ul li ul li a span{
  margin:0px 10px;
  padding:0px;
}
#topmenu ul li ul li a.selected span{
  text-decoration:none;
}
.pathway{
  padding:0 20px 10px;
  color:#383737;
}
.bg-2 .pathway{
  color: #fff;
}
.pathway a{
  color:#383737;
}
.bg-2 .pathway a{
  color: #fff;
}
.pathway a:hover{
  color:#DB7560;
  text-decoration:none;
}
/*************************** Верхний широкий модуль ***************************/
#topwide{
  background: #FFF;
  border: solid 1px #494949;
  display:block;
  overflow:hidden;
  border-radius:8px;
  margin-bottom:20px;
  margin-top:10px;
  width:940px !important;
}
.bg-1 #topwide{
  border-color: #000;
}
.bg-2 #topwide{
  background: transparent;
  border-color: #FFffff;
}
#topwide .moduletitle{
  margin-bottom:5px;
}
#topmod{
  padding:15px;
  margin:0;
  width:910px !important;
}
/*************************** Верхний главный модуль ***************************/
#main .module{
  margin-bottom:10px;
  padding:10px 20px 15px 20px;
  background:#FFF;
  border: 1px solid #494949;
  border-radius:8px;
}
.bg-1 #main .module{
  border-color: #000;
}
.bg-2 #main .module{
  background: transparent;
  border-color: #fff;
}
#main .moduletitle{
  height:40px;
  line-height:40px;
  background: #262626;
  background: -moz-linear-gradient(top,  #262626 0%, #494949 100%);
  background: -webkit-linear-gradient(top,  #262626 0%,#494949 100%);
  background: linear-gradient(to bottom,  #262626 0%,#494949 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#494949',GradientType=0 );
  margin-top:-11px;
  margin-bottom:10px;
  padding-left:14px;
  text-shadow:0 1px 0 #262626;
  color:#FFF;
  border-radius: 0px 0px 8px 8px;
  display:block;
}
.bg-1 #main .moduletitle{
  background: #000;
  text-shadow: none;
}
.bg-2 #main .moduletitle{
  background: #fff;
  color:#000;
  text-shadow: none;
}
#main .moduletitle .fast_cfg_link a{
  color: #77BFE5;
}
.bg-1 #main .moduletitle .fast_cfg_link a{
  color: #db7560;
}
.bg-2 #main .moduletitle .fast_cfg_link a{
  color: #000;
}
/********************************* Сайдбар ************************************/
#sidebar .module{
  padding:15px;
  border: 1px solid #B4BBC2;
  background:#ffffff;
  display:block;
  overflow:hidden;
  border-radius:10px;
  margin-bottom:7px;
}
.bg-1 #sidebar .module{
  border-color: #000;
}
.bg-2 #sidebar .module{
  background: transparent;
  border-color: #FFffff;
}
#sidebar .moduletitle{
  margin-bottom:10px;
  color:#383737;
  text-shadow:0 2px 0 #FFFFFF;
}
.bg-1 #sidebar .moduletitle{
  color: #000;
  text-shadow: none;
}
.bg-2 #sidebar .moduletitle{
  color: #FFffff;
  text-shadow: none;
}
#sidebar .modulebody p{
  margin-bottom:10px;
}
/********************************** Футер *************************************/
#footer{
  height:50px;
  line-height:50px;
  background: #383737;
  color:#FFF;
  text-shadow:0 1px 0 #262626;
  margin-top:-50px;
  clear:both;
}
.bg-1 #footer{
  background: #000;
  text-shadow: none;
}
.bg-2 #footer{
  background: #fff;
  color:#000;
  text-shadow: none;
}
#footer .foot_right a{
  height:40px;
  display:block;
  padding-top:10px;
}
#footer .foot_right{
  text-align:right;
}
/************************* Кнопки настройки модулей ***************************/
span.fast_cfg_link{
  vertical-align: middle;
}
span.fast_cfg_link a{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
span.fast_cfg_link a img{
  display: none;
}
/**************************** Сообщения сессии ********************************/
.sess_messages {
  padding:10px;
  background:#ffffff;
  margin-bottom:15px;
  display:block;
  clear:both;
  border: 1px solid #B4BBC2;
  border-radius:8px;
}
.sess_messages div{
  padding-left:20px;
  line-height:16px;
  margin-bottom:2px;
}
.sess_messages .message_info {
  color: #5093B7;
}
.sess_messages .message_success{
  color: #24AA98;
}
.sess_messages .message_error {
  color: #DB7560;
}
/*------------------------ MODULE "LATEST PHOTO" -----------------------------*/
.mod_lp_titlelink{
	font-weight:bold;
	margin-bottom:5px;
}
.photo_thumb .mod_lp_albumlink a{
	color:#383737;
}
.mod_lp_photo{
	padding-right:10px;
}
.mod_lp_details img{
	width:15px;
}
/*--------------------------- MODULE "POLLS" ---------------------------------*/
.mod_poll_title {
	margin-bottom: 5px;
}
.mod_poll_submit {
	margin-top: 10px;
}
.mod_poll_gauge {
	background-color:#24AA98;
	display: table;
	height: 8px;
	margin-bottom: 8px;
}
.bg-1 .mod_poll_gauge{
  background-color: #000;
}
.bg-2 .mod_poll_gauge{
  background-color: #FFffff;
}
.search_field {
	width: 100%;
	border: 1px solid #494949;
}
.bg-2 .search_field{
  border-color: #FFffff;
}
.search_row1 {
	background-color:#FFFFFF;
}
.bg-2 .search_row1{
  background-color: #000000;
}
.search_row2 {
	background-color:#DEE2E7;
}
.bg-2 .search_row2{
  background-color: #383737;
}
/*------------------------ MODULE "AUTHORIZATION" ----------------------------*/
.authtable input#login,
.authtable input#pass{
  width:200px;
  border:solid 1px #494949;
  padding:2px;
}
.bg-2 .authtable input#login,
.bg-2 .authtable input#pass{
  border-color: #FFffff;
}
#login_btn{
  width:100px;
}
.new_user_avatar{
  width: 50%;
}
.new_user_link .usr_img_small{
  margin: 0 0 10px;
}
/*----------------------- MODULE "CONTENT CATS" ---------------------------*/
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: no-repeat scroll 0 0 transparent;
  background-size: 16px 16px;
	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: no-repeat scroll left 2px transparent;
  background-size: 16px 16px;
}
ul.mod_cat_list li a.cat_minus {
  background: url("../images/icons/cat_minus.png") no-repeat scroll left 2px transparent;
}
/*----------------------- MODULE "LATEST ARTICLES" ---------------------------*/
.mod_latest_entry{
	margin-bottom:10px;
	clear:both;
}
.mod_latest_date{
	margin-bottom:10px;
  padding:2px 0px;
	color: #383737;
}
.bg-2 .mod_latest_date{
  color: #FFffff;
}
.mod_latest_date a{
	color: #383737;
}
.bg-2 .mod_latest_date a{
  color: #FFffff;
}
.mod_latest_desc{
	margin-bottom:5px;
}
.mod_latest_rating:before,
.mod_latest_comments:before,
.mod_latest_hits:before{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-family: "picol";
  text-align: center;
  line-height: 16px;
  color: inherit;
}
.mod_latest_rating,
.mod_latest_comments,
.mod_latest_hits{
  position: relative;
  padding:1px;
  padding-left:20px;
}
.mod_latest_rating:before{
  content: '\e9d1';
}
.mod_latest_comments:before{
  content: '\e884';
}
.mod_latest_hits:before{
  content: '\ea1a';
}
.mod_latest_rss{
  clear:both;
	height:16px;
	line-height:16px;
	text-decoration:underline;
	color:#333;
}
.bg-2 .mod_latest_rss{
  color: #FFffff;
}
.mod_latest_rss a{
	text-decoration: underline;
	color: #333;
}
.bg-2 .mod_latest_rss a{
  color: #FFffff;
}
.mod_latest_image{
  float:left;
  margin-right:10px;
  margin-bottom:15px;
  background:#FFF;
  padding:1px;
  border:solid 1px #383737;
}
.bg-1 .mod_latest_image{
  border-color: #000;
}
.bg-1 .mod_latest_image{
  background: transparent;
  border-color: #FFffff;
}
.mod_latest_pagebar .pagebar{
  margin-top:25px !important;
  margin-bottom:10px !important;
}
.mod_latest_pagebar .pagebar .pagebar_title{
  margin-left:0px;
}
/*-------------------------- REGISTRATION FORM -------------------------------*/
.regrow1{
	background-color:#C6CCD2;
}
.regrow2{
	background-color:#DEE2E7;
}
.regstar{
	color:#DB7560;
}
#regform strong{
  color:#5093B7;
}
#regform small{
  color:#65ABD0;
}
/*------------------------------- LOGIN FORM ---------------------------------*/
.lf_notice{
  margin-bottom:10px;
}
.lf_title{
  color:#262626;
}
.lf_field{
  margin-bottom: 10px;
}
.lf_field input {
  width:250px;
  padding:3px;
  padding-left:20px;
  border:solid 1px #383737;
}
.lf_field input:focus {
  border:solid 1px #DB7560;
}
.lf_submit{
  margin-top:10px;
}
.login_form #remember{
  margin:0px;
  padding:0px;
}
/*------------------------------ PAGES BAR -----------------------------------*/
.pagebar{
  margin: 10px 0;
	clear:both;
}
.pagebar_title{
	margin:5px;
  color:#375E93;
}
.bg-1 .pagebar_title{
  color: #000;
}
.bg-2 .pagebar_title{
  color: #FFffff;
}
.pagebar_page{
	margin:2px;
	padding:5px;
}
.pagebar_current{
	margin:2px;
	padding:4px;
	background-color: #5093B7;
  color:#ffffff;
  border-radius: 4px;
}
.bg-1 .pagebar_current{
  background-color: #000;
}
.bg-2 .pagebar_current{
  background-color: #ffffff;
  color: #000000;
}
/*----------------------------- SITE SEARCH ----------------------------------*/
.search_match{
	background-color:#77BFE5;
	color:#FFFFFF;
  border-radius:2px;
	padding:0 2px;
}
.bg-1 .search_match{
  background-color: #000;
}
.bg-2 .search_match{
  background-color: #fff;
  color: #000;
}
.search_date{
	float:right;
	height:14px;
	color: #383737;
	margin:4px 4px 0 0;
}
.bg-1 .search_date{
  color: #000;
}
.bg-2 .search_date{
  color: #FFffff;
}
#from_search{
	display:none;
	margin:10px 0 0 0;
	border-top:1px #383737 solid;
	position:relative;
}
.bg-2 #from_search{
  border-top-color: #FFffff;
}
#from_search label{
	color: #494949;
}
.bg-2 #from_search label{
  color: #FFffff;
}
#from_search label.selected{
	color: #262626;
}
.bg-2 #from_search label.selected{
  color: #FFffff;
}
.price_search {
	width: 60%;
	border: 1px solid #494949;
}
.bg-2 .price_search{
  border-color: #FFffff;
}
.search_input {
	width: 300px;
	border:solid 1px #494949;
}
.bg-2 .search_input{
  border-color: #FFffff;
}
.search_block {
	margin:0 0 7px 0;
	clear:both;
	padding:0 5px 5px;
  border-radius:6px;
	clear:both;
	overflow:hidden;
}
.search_result_title {
	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:#494949;
	clear:both;
}
.bg-2 .search_result_desc p{
  color: #FFffff;
}
.search_result_desc a {
	color:#494949;
}
.bg-2 .search_result_desc a{
  color: #FFffff;
}
  /*-------------------------------- FORMS -------------------------------------*/
.userform_fieldtitle .mustbe {
  color: #DB7560;
}
/*------------------------- COMPONENT "CONTENT" ------------------------------*/
.component {
  padding:20px;
  margin-bottom:20px;
  background: #FFF;
  border: 1px solid #B4BBC2;
  border-radius:6px;
  overflow:hidden;
}
.bg-1 .component{
  border-color: #000;
}
.bg-2 .component{
  background: transparent;
  border-color: #FFffff;
}
.contentlist {
	clear:both;
}
.con_heading {
  font-weight:normal;
	color:#262626;
  margin: 0px;
	margin-bottom: 5px;
}
.bg-1 .con_heading{
  color: #000;
}
.bg-2 .con_heading{
  color: #FFffff;
}
h3 {
  font-weight:normal;
	color:#262626;
  margin: 15px 0px;
}
.bg-1 h3{
  color: #000;
}
.bg-2 h3{
  color: #FFffff;
}
.con_pubdate{
	color:#494949;
	font-weight:bold;
}
.bg-1 .con_pubdate{
  color: #000;
}
.bg-2 .con_pubdate{
  color: #FFffff;
}
.con_description {
	margin-top: 2px;
	margin-bottom: 15px;
}
.con_description p{
  margin-bottom:  4px;
}
.con_desc{
	margin-top:0px;
}
.con_text{
  margin:15px 0px;
}
.con_subcat{
  line-height:1;
}
.con_title{
	font-weight:bold;
  margin-bottom:10px;
}
.con_icons{
  margin: 9px 4px 4px 10px;
}
.con_icon{
	margin-top:4px;
}
.con_details{
  margin-bottom:10px;
	color:#494949;
}
.bg-1 .con_details{
  color: #000;
}
.bg-2 .con_details{
  color: #FFffff;
}
.bg-2 .con_details a{
  color: #FFffff !important;
}
.con_image{
  float:left;
  margin-right:16px;
  padding:2px;
  border:solid 1px #494949;
}
.bg-1 .con_image{
  border-color: #000;
}
.bg-2 .con_image{
  border-color: #FFffff;
}
/*------------------------- COMPONENT "PHOTOS" -------------------------------*/
.photo_layout{
  margin-bottom: 15px;
}
.photo_thumb{
	display:block;
  border:solid 1px #494949;
  padding:15px;
  border-radius:6px;
  margin-right:5px;
  margin-bottom:5px;
}
.bg-1 .photo_thumb{
  border-color: #000;
}
.bg-2 .photo_thumb{
  border-color: #FFffff;
}
.photo_bar{
	background-color: #C6CCD2;
	margin:6px 0px 6px 0px;
}
.bg-1 .photo_bar{
  background-color: #000;
  color: #fff;
}
.bg-2 .photo_bar{
  background-color: #fff;
  color: #000;
}
.photo_desc{
	margin-bottom:10px;
}
.photo_box{
	border:solid 1px #B4BBC2;
}
.bg-2 .photo_box{
  border-color: #FFffff;
}
.photo_date_td{
	background-color:#C6CCD2;
}
.bg-2 .photo_date_td{
  background-color: #FFffff;
}
.photo_gallery{
  margin-bottom:15px;
  clear:both;
}
.photo_userbar{
	padding:10px;
	background-color:#C6CCD2;
	margin-bottom:2px;
}
.bg-2 .photo_userbar{
  background-color: #FFffff;
}
.photo_toolbar table{
  height:30px;
}
.photo_toolbar a{
	text-decoration:underline;
  color:#383737;
}
.bg-2 .photo_toolbar a{
  color: #FFffff;
}
.photo_add_link{
	margin: 0 0 0 8px;
}
.photo_bbinput{
	width:200px;
	padding:2px;
  border:solid 1px #383737;
}
.bg-2 .photo_bbinput{
  border-color: #FFffff;
}
.photo_row{
	height:auto !important;
	overflow:hidden;
	padding:0.8em 0;
	width:99%;
}
.photo_album_tumb{
  height:100%;
  float:left;
  position:relative;
  width:200px;
  margin-right:15px;
  margin-bottom:15px;
  border:solid 1px #C6CCD2;
  padding:15px;
  border-radius:6px;
}
.bg-2 .photo_album_tumb{
  border-color: #FFffff;
}
.photo_container{
  text-align:center !important;
}
.photo_album_img{
  background: #FFFFFF none;
  border:1px solid #C6CCD2;
  margin:0 0.3em 0.3em 0;
  padding:3px;
  vertical-align:bottom;
}
.bg-2 .photo_album_img{
  background: #000000;
  border-color: #FFffff;
}
.photo_txt{
  text-align:center !important;
}
.photo_txt .photo_album_title{
  height: 25px;
  display:block;
}
.photo_container_today{
	color:#5093B7;
	font-weight:bold;
	position:absolute;
	top: 40px;
	left: 10px;
	z-index: 1;
	margin:0;
	padding:0;
}
.bg-2 .photo_container_today{
  color: #FFffff;
}
.photo_txt ul {
  margin:0 !important;
  padding:0 !important;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}
.photo_txt li {
  background-image:none;
  line-height:115% !important;
  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:#C6CCD2;
  padding:20px;
  border-radius:6px;
}
.bg-2 .photo_details{
  background: #FFffff;
  color: #000;
}
.club_photo .karma_buttons{
  padding:5px;
}
.photo_sub_details{
  padding:10px 20px;
}
.photo_sub_details .taglinebar{
  margin:0px;
  margin-top:10px;
}
/*---------------------------- ARTICLE CONTENTS ------------------------------*/
.con_pt {
	display:block;
	padding: 8px;
	margin: 5px;
	border: solid 1px #494949;
	width:260px;
	float:right;
	background-color:#FFFFFF;
}
.bg-2 .con_pt{
  border-color: #FFffff;
  border-color: transparent;
}
.con_pt_heading {
	display: block;
	margin-bottom:6px;
}
/*-------------------------------- SHOP CART ---------------------------------*/
.cart_item{
	float: left;
}
.cart_total{
	clear:both;
	border-top:solid 1px #494949;
	margin-top:10px;
	padding-top:5px
}
.bg-2 .cart_total{
  border-top-color: #FFffff;
}
.cart_price{
  float: right;
  font-weight: normal;
}
.cartrow2, .cartrow1 {
  clear: both;
  overflow: hidden;
  padding: 3px 5px;
  font-weight: bold;
}
.cartrow1{
	background-color:#DEE2E7;
}
.cartrow2{
	background-color:#FFFFFF;
}
.bg-2 .cartrow1{
  background-color:#383737;
}
.bg-2 .cartrow2{
  background-color:#000000;
}
/*----------------------- MODULE "LATEST COMMENTS" ---------------------------*/
.mod_com_userlink{
	color:#494949;
}
.bg-2 .mod_com_userlink{
  color: #FFffff;
}
.mod_com_targetlink{
  color:#383737;
}
.bg-2 .mod_com_targetlink{
  color: #FFffff;
}
.mod_com_details{
  margin-bottom:6px;
}
.mod_com_details a{
  text-decoration:none;
}
.mod_com_all{
  position: relative;
  padding:1px;
  padding-left:20px;
  color:#383737;
}
.bg-2 .mod_com_all{
  color: #FFffff;
}
.mod_com_all:before{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #DB7560;
  font-family: "picol";
  line-height: 1;
  text-align: center;
  content: '\e878';
}
.bg-2 .mod_com_all:before{
  color: #FFffff;
}
/*--------------------- MODULE "LATEST FORUM WEB2.0" -------------------------*/
.mod_fweb2_userlink{
	text-decoration:underline;
	color:#383737;
}
.bg-2 .mod_fweb2_userlink{
  color: #FFffff;
}
.mod_fweb2_date{
  text-align:center;
  background:#383737;
  border-radius: 5px;
  color: #FFF;
  padding: 2px 6px;
  text-decoration: none;
  text-shadow: 0 1px 0 #383737;
  width: 100px;
}
.bg-2 .mod_fweb2_date{
  background: #FFffff;
  color: #000;
  text-shadow: none;
}
.mod_fweb2_date_new{
  background: #65ABD0;
  color: #FFF;
}
.bg-2 .mod_fweb2_date_new{
  background: #FFffff;
  color: #000;
}
.mod_fweb2_topiclink{
	text-decoration:underline;
	font-weight:bold;
}
.mod_fweb2_shorttext{
	font-style:italic;
	color:#494949;
}
.bg-2 .mod_fweb2_shorttext{
  color: #FFffff;
}
/*------------------------------- PATHWAY ------------------------------------*/
/*-------------------------- MODULE "CALENDAR" -------------------------------*/
.calendar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #262626;
	width:100%;
	text-align:center;
}
.bg-2 .calendar{
  border-color: #FFffff;
}
.calendar_top{
	height: 30px;
	background-color:#494949;
	color:#FFFFFF;
}
.bg-2 .calendar_top{
  background-color: #FFffff;
  color: #000000;
}
#calendar_nav{
	height: 30px;
	background-color:#5093B7;
	color:#FFFFFF;
}
.bg-2 #calendar_nav{
  background-color: #FFffff;
  color: #000000;
}
#calendar_nav a{
	color:#FFFFFF;
	text-align:center;
}
.bg-2 #calendar_nav a{
  color: #000000;
}
.calendar_dayname{
	height: 30px;
	background-color:#B4BBC2;
}
.calendar_day{
	padding:4px;
}
.calendar_today{
	padding:4px;
	background-color:#B4BBC2;
	border:solid 1px #494949;
}
.calendar_daylink{
	text-decoration: underline;
}
.calendar_toplink{
	text-decoration: none;
	color:#FFFFFF;
}
.calendar_toplink:hover{
	text-decoration: none;
	color:#DB7560;
}
/*-------------------------- UNIVERSAL CATALOG -------------------------------*/
.uc_new{
	color:#5093B7;
	font-style:italic;
	padding:5px;
	vertical-align: super;
}
.bg-2 .uc_new{
  color: #FFffff;
}
.uc_list_item{
	padding: 2px;
	margin: 2px;
}
.uc_itemfieldlist{
	margin: 10px 0 0;
	list-style: none;
}
.uc_list_itempic{
	background-color: #FFFFFF;
	border: solid 1px #262626;
	padding: 2px;
}
.bg-2 .uc_list_itempic{
  background-color: #000;
  border-color: #FFffff;
}
.uc_list_itemdesc{
	padding-left: 0px;
    overflow:hidden;
}
.uc_thumb_item{
	padding: 2px;
	margin: 2px;
	background-color: #FFFFFF;
	border:solid 1px #B4BBC2;
	display:block;
	width:140px;
	height:170px;
	float:left;
	text-align:center;
}
.uc_detailfield{
  margin: 0 0 8px;
  padding:0;
}
.uc_detaillist{
	margin:0;
  padding-left:15px;
	list-style: none;
}
.uc_detaillink{
	margin-top:15px;
	text-decoration:underline;
}
.uc_detaillink:hover{
	color:#DB7560;
	margin-top:15px;
	text-decoration:underline;
}
.uc_detailtags{
	margin-top: 10px;
	margin-bottom: 10px;
}
.uc_detailimg div{
  border-radius:6px;
  border:1px solid #B4BBC2;
  padding:4px;
}
.uc_detailrating{
  margin: 8px 0;
  border:solid 1px #494949;
	padding:3px;
}
.uc_findsame{
	color: #494949;
}
.uc_tagline{
	border-top: 1px dashed #B4BBC2;
	margin-top: 6px;
	padding-top:2px;
	padding-bottom:8px;
	width: 100%;
}
.uc_sortform{
	padding: 5px;
	border: solid 1px #494949;
	background-color:#FFFFFF;
	margin:1px;
}
.uc_queryform{
	padding: 5px;
	border-bottom: solid 1px #494949;
	margin-bottom:10px;
}
.uc_rating{
	margin-bottom: 8px;
  float:right;
}
.uc_toolbar{
  margin: 0 0 20px;
}
.uc_item_edit{
  margin-top:6px;
  float:right;
}
.uc_item_edit_link{
  color:#383737;
  padding: 2px;
}
.uc_cat_search{
  margin:15px 0;
}
.uc_cat_search table{
  margin-bottom:3px;
}
.uc_cat_search table input{
  border:solid 1px #65ABD0;
  padding:2px;
}
.uc_search_in_cat{
  margin-bottom:10px;
}
.uc_search_in_cat a{
  padding:1px;
}
/*----------------------MODULE "LATEST FROM CATALOG"--------------------------*/
.uc_latest_item{
	padding: 2px;
	margin: 2px;
	background-color: #FFFFFF;
	border:solid 1px #B4BBC2;
	display:block;
	width:140px;
	height:170px;
	float:left;
	text-align:center;
}
.uc_latest_title{
  list-style: square inside;
}
.uc_alpha_list{
  border-radius:6px;
  background-color:#C6CCD2;
  padding:5px 10px;
  margin-bottom: 5px;
}
.uc_alpha_link{
	padding-right:10px;
}
/*------------------------- MODULE "SITE TAGS" -------------------------------*/
a.tag:hover{
	background-color: #65ABD0;
	color: #fff !important;
  text-decoration: none;
}
a.tag{
	padding:0 2px;
}
/*---------------------------PERSONAL MENU -----------------------------------*/
.mod_user_menu{
  float: right;
}
.mod_user_menu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mod_user_menu ul li,
.mod_user_menu > span{
  position: relative;
  display: inline;
  vertical-align: top;
  padding: 0;
  margin:0 10px 0 0;
}
.mod_user_menu ul li a,
.mod_user_menu > span > a{
  position: relative;
  padding: 10px 5px;
  color:#ffffff;
  text-decoration:none;
}
.bg-2 .mod_user_menu ul li a,
.bg-2 .mod_user_menu > span > a{
  color: #000000;
}
.bg-2 .mod_user_menu ul li ul li a,
.bg-2 .mod_user_menu ul li > span > a{
  color:#ffffff;
}
.mod_user_menu ul li ul{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background-color: #262626;
  border-radius:8px;
  display: none;
}
.mod_user_menu ul li:hover ul{
  display: block;
}
.mod_user_menu ul li ul li{
  display: block;
  min-width: 150px;
  float: none;
}
.bg-2 .mod_user_menu ul li ul li{
  color: #fff;
}
.mod_user_menu > span a i{
  display: inline-block;
  vertical-align: middle;
}
.mod_user_menu ul li a:hover,
.mod_user_menu > span > a:hover{
  color:#ffffff;
  background-color:#262626;
  border-radius:8px;
  -moz-border-radius:8px;
}
.usr_msgmenu_bar{
	background-color:#C6CCD2;
	margin-bottom:10px;
  border-radius:0 0 8px 8px;
  color:#383737;
  clear: both;
  padding: 7px;
}
.usr_msgreply_source{
	padding:7px;
  border-radius:6px;
  border:1px solid #C6CCD2;
	margin-bottom:10px;
  overflow-y: auto;
  max-height: 250px;
}
.usr_msgreply_author{
	font-style:italic;
	color:#494949;
	text-align:right;
	margin: 5px 0 0;
}
.usr_msg_smilebox a{
  margin:4px;
}
.usr_msg_smilebox{
	background-color:#C6CCD2;
  width:100%;
	clear:both;
}
.bb_add_photo{
	background-color:#C6CCD2;
  width:100%;
	clear:both;
	padding:4px;
}
.usr_msg_bbcodebox{
	padding:0;
	background:#C6CCD2;
  border-radius: 6px 6px 0 0;
	overflow:hidden;
	_height:1%;
  width:100%;
  position: relative;
}
.bbcodebox_height {
  height: 58px;
}
#imginsert {
  position: absolute;
  top: 26px;
}
.usr_bb_button{
	display:block;
  margin:1px;
	padding:4px;
	float:left;
}
.usr_bb_button:hover{
  border: solid 1px #65ABD0;
	padding:3px;
	background:url(../images/bbbtn.jpg) repeat-x left bottom #C6CCD2;
}
.usr_bb_hint{
	display:block;
	margin:2px;
	padding:5px;
	float:left;
	color:#494949;
}
a.new_messages_link{
  color:#fff;
  background:#C25842;
  font-weight:bold;
  padding:2px;
  text-decoration:none;
}
a.new_messages_link:hover{
  background:#DB7560;
}
/************************** Новые пользователи ********************************/
.mod_new_user{
  clear:both;
  overflow:hidden;
  margin-bottom:5px;
}
.mod_new_user_avatar {
  float:left;
  margin-right:10px;
  padding:1px;
  background:#FFF;
  border:1px solid #494949;
  overflow:hidden;
}
#mod_usr_search_form td{
  padding:4px;
}
/*----------------------------------------------------------------------------*/
.ajax_autogrowarea{
  border: 0 none;
  font-family: arial;
  margin: 0;
  padding: 3px 0;
  width: 100%;
	height:180px;
	min-height:180px;
	max-height:1000px;
}
.bb_tag_code{
  border:solid 1px silver;
  padding:8px;
  margin-top:5px;
  margin-bottom:5px;
  max-width:700px;
  overflow:auto;
}
.bb_tag_code ol{
  padding: 6px 0 6px 5px;
}
.bb_tag_hide{
	padding:8px;
	background-color:#E8D48B;
  overflow: hidden;
}
.bb_tag_hide a{
	color:#383737;
	text-decoration:underline;
}
.bb_tag_spoiler .spoiler_title{
  margin-bottom:3px;
}
.bb_tag_spoiler .spoiler_body{
  margin-bottom:10px;
  padding:10px;
  background:#C6CCD2;
  border-radius:6px;
}
.bb_img {
	max-width: 550px;
}
/*----------------------------- COMPONENT "FAQ" ------------------------------*/
.faq_subcats, .faq_cats{
  padding: 10px 10px 5px;
  background-color:#C6CCD2;
	margin-bottom:10px;
  border-radius:6px;
}
.faq_cat_desc{
  margin-bottom:5px;
}
.faq_questtext{
  margin-bottom:10px;
  color:#5093B7;
}
.faq_quest_link {
  margin-bottom:5px;
}
.faq_quest_link a{
  text-decoration:none;
}
.faq_answertext{
  margin-bottom:10px;
}
.faq_answertext p{
  margin-bottom:10px;
}
.faq_questdate{
	padding:2px;
	text-align:center;
	background-color:#C6CCD2;
	width:100px;
	float:right;
}
.faq_questuser a{
  color:#5093B7;
}
.faq_questuser{
	text-align:center;
	margin-top:2px;
  margin-right:4px;
	float:right;
}
.faq_questcat{
	padding:2px;
	text-align:center;
	margin-left:4px;
	float:right;
}
.faq_questcat a{
	color:#383737;
}
.faq_quest{
	margin-bottom:4px;
	border-radius:8px;
  border:1px solid #C6CCD2;
  padding:8px;
}
.faq_send_quest{
  border-radius:8px;
  background-color:#C6CCD2;
  float:right;
  padding:5px 8px;
}
.faq_send_quest a{
  padding:1px;
	text-decoration:underline;
}
#faq_message{
  width:100%;
  height:200px;
  margin-bottom:10px;
  border:solid 1px #383737;
}
.faq_add_cat{
  margin-bottom:10px;
  color:#383737;
}
/*------------------------------- KARMA --------------------------------------*/
.karma_form{
	text-align:center;
	padding:10px;
	background-color:#DEE2E7;
	border-radius:6px;
}
.karma_form #karmavotes {
	color:#383737;
}
/*------------------------------ TAG BAR -------------------------------------*/
.taglinebar{
	margin:10px 0;
}
.taglinebar .label{
	font-weight:bold;
	margin-right:4px;
}
.tag_searchcat{
	color:#494949;
	text-decoration:underline;
}
.tag_searchitem{
	text-decoration:underline;
}
.tagsearch_bar{
	text-align:right;
	float:right;
}
.tagsearch_item{
	float:left;
	padding:5px;
}
/*------------------------ MODULE "LATEST BLOG POSTS" ------------------------*/
.mod_blog_userlink{
	text-decoration:underline;
}
.mod_blog_karma{
	text-align:center;
}
/*------------------------- MODULE "LATEST FAQ QUESTS" -----------------------*/
.mod_faq_date{
	font-style:italic;
}
/* ------------------------ MODULE "LATEST BOARD ITEMS" --------------------- */
.new_board_items li{
	padding:0;
  list-style:none;
  margin: 0px 0px 4px;
}
.new_board_items li.vip a{
  color:#C25842;
  font-weight:bold;
}
.new_board_items{
	padding:0;
	margin:0;
}
.board_city{
  color:#494949;
}
/* ---------------------------- MODULE "LATEST CLUBS" ----------------------- */
.mod_clubs .data .details span{
  color: #494949;
  padding-left:19px;
  margin-right:4px;
  height:16px;
  line-height:16px;
  display:block;
}
/* ----------------------------- MODULE "USER RATING" ----------------------- */
.mod_user_rating td.avatar{
  text-align:center;
}
.mod_user_rating a {
  font-weight:bold;
  margin-left:15px;
  float:left;
}
.mod_user_rating div.karma {
  font-weight:bold;
  margin-left:5px;
  float:left;
}
.mod_user_rating div.rating {
  font-weight:bold;
  margin-left:5px;
  float:left;
}
/* ========================================================================== */
/* =========================== КОМПОНЕНТЫ =================================== */

/* ============================== БЛОГИ ===================================== */
/* ========================================================================== */
.blog_moderate_link{
	color:#DB7560;
	text-decoration:underline;
}
.blog_moderate_yes{
	color:#24AA98;
	text-decoration:underline;
}
.blog_moderate_no{
	color:#C25842;
	text-decoration:underline;
}
.blog_desc{
	clear:both;
}
.blog_toolbar{
	position:relative;
	background-color:#DEE2E7;
  padding:5px 8px;
  border-radius:6px;
  display:inline-block;
  float:right;
}
.blog_records{
	clear:both;
}
.blog_cat{
	float:left;
	padding:2px;
	height:20px;
	line-height:20px;
}
.blog_catlist{
	float:left;
	overflow:hidden;
	margin:4px 0 20px 0;
}
.blog_post_data strong{
  color:#5093B7;
}
.blog_post_avatar{
  padding:2px;
  border:solid 1px #5093B7;
  margin-right:10px;
}
.blog_post_body{
	padding:4px;
	margin-top:15px;
	margin-bottom:15px;
}
.blog_post_nav{
	margin:5px 0;
	padding:2px;
	background-color:#DEE2E7;
	overflow:hidden;
  border-radius:6px;
	clear:both;
}
.blog_post_nav a {
	height: 28px;
}
.blog_post_nav .next {
	float:right;
	background:url(../images/icons/big/next.png) no-repeat right;
	padding: 5px 30px 0 0;
}
.blog_post_nav .prev {
	float:left;
	background:url(../images/icons/big/prev.png) no-repeat;
	padding: 5px 0 0 30px;
}
.blog_btnlink{
	padding:10px;
	margin:2px;
	border:solid 1px #B4BBC2;
	width:120px;
}
.blog_fa{
	margin:0;
	border: solid 1px #494949;
	padding:10px;
	background-color:#FFFFFF;
}
.blog_fa_title{
	font-weight:bold;
}
.blog_fa_desc{
	border-bottom:solid 1px #494949;
	margin-bottom:10px;
	padding-bottom:8px;
}
.blog_fa_entries{
	background-color:#DEE2E7;
	border:solid 1px #494949;
	padding: 8px;
	margin-top:10px;
	display:none;
}
.blog_fa_browse{
	border:solid 1px;
}
.fa_attach{
	margin-top:10px;
	border-top: 1px dotted #DEE2E7;
	display:block;
}
.fa_attach_title{
	margin-top:6px;
	margin-bottom:6px;
	font-weight:bold;
}
.fa_file_link{
	margin-left:5px;
}
.blog_attachbox{
	overflow:hidden;
	margin-top:5px;
}
.blog_attachthumb{
	float:left;
	width:100px;
	padding:8px;
	border:solid 1px #B4BBC2;
	margin-left:2px;
}
.blog_entry{
  clear:both;
}
.blog_entry_title{
	padding:0;
	float:left;
}
.blog_entry_info{
	color:#383737;
	padding:0;
	margin-top:5px;
	clear:both;
}
.blog_entry_date{
  position: relative;
  padding: 1px 1px 1px 20px;
  margin-right:10px;
}
.blog_entry_date:before,
.post_karma:before,
.blog_comments_link:before,
.blog_comments .tagline:before,
.blog_full_list .blog_title:before,
.blog_user:before,
.blog_full_list .blog_posts:before,
.blog_full_list .blog_comm:before{
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-family: "picol";
  font-size: 16px;
  content: '\e86a';
}
.blog_entry_title_td{
	background-color:#FFF;
  padding-bottom:12px;
}
.blog_entry_text{
  margin-bottom:15px;
}
#create_club td {
  padding: 5px 0;
}
.club_blog_post{
  margin:5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #C6CCD2;
}
.club_blog_post .club_post_author {
	color: #5093B7;
}
.blog_entry_karma{
	float:right;
	margin-right:15px;
}
.blog_entry_karma_td{
	background-color:white;
	border:solid 1px #494949;
	text-align:center;
}
.post_karma{
  position: relative;
  padding: 1px 1px 1px 20px;
  display:inline-block;
  margin-right:10px;
}
.post_karma:before{
  content: '\e9d1';
}
.blog_comments_link{
  position: relative;
	font-weight:bold;
	text-decoration:underline;
  padding: 1px 1px 1px 20px;
}
.blog_comments_link:before{
  content: '\e884';
}
.blog_comments{
	margin-bottom:20px;
	padding:5px 10px;
	border:solid 1px #C6CCD2;
	display:inline-block;
  border-radius:8px;
}
.blog_comments .tagline{
  position: relative;
	text-decoration:none;
  padding: 1px 1px 1px 20px;
  margin-left:10px;
}
.blog_comments .tagline:before{
  content: '\e932';
}
.blog_authorsall{
	color:#494949;
}
.blog_authorslink{
	color:#494949;
	text-decoration:underline;
}
.blog_type_menu{
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}
.blog_type_link{
	display:block;
	float:left;
	margin-right:15px;
  color:#5093B7;
  padding:5px 0;
}
.blog_type_active{
	display:block;
	float:left;
	margin-right:15px;
	color:#262626;
  text-decoration:none;
  background:#DEE2E7;
  padding:5px 10px;
  border-radius:6px;
}
.blog_full_list .blog_title_td{
  padding-left:0;
}
.blog_full_list .blog_title,
.blog_full_list .blog_user,
.blog_full_list .blog_posts,
.blog_full_list .blog_comm{
  position: relative;
  padding: 1px 1px 1px 20px;
}
.blog_full_list .blog_title:before{
  content: '\e856';
}
.blog_user:before{
  content: '\e9f4';
}
.blog_full_list .blog_posts:before{
  content: '\e8cb';
}
.blog_full_list .blog_comm:before{
  content: '\e884';
}
.con_rss_icon {
	float:right;
	margin: 10px 5px;
}
.con_rss_icon a {
	text-decoration:none;
}
/* ========================================================================== */
/* ========================= ДОСКА ОБЪЯВЛЕНИЙ =============================== */
/* ========================================================================== */
.bd_item{
	margin-bottom:4px;
	border:solid 1px #C3D6DF;
  padding:12px;
  border-radius:6px;
}
.bd_item_vip{
	margin-bottom:4px;
	border:1px solid #D9C26C;
	background:#E8D48B;
  padding:12px;
  border-radius:8px;
}
.board_toolbar{
	margin-bottom:10px;
}
.board_toolbar table{
	padding:4px;
	background-color:#EBEBEB;
}
.board_toolbar a{
	text-decoration:underline;
}
div.bd_title{
	margin-bottom:0;
}
div.bd_title a{
	font-weight:bold;
	margin:0;
}
.bd_item_vip div.bd_title a{
	font-weight:bold;
	margin:0;
}
img.bd_image_small{
	padding:2px;
	border:solid 1px #C3D6DF;
	margin-right:10px;
}
.bd_item_vip img.bd_image_small{
	padding:2px;
	border:1px solid #D9C26C;
	margin-right:10px;
}
div.board_gallery{
	margin-top:20px;
	margin-bottom:10px;
}
.board_categorylist{
  margin-bottom:30px;
  margin-top: 10px;
}
.bd_text{
	margin:0;
	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;
}
div.bd_item_details a, .bd_moderate_link a{
	color:#666;
}
div.bd_item_details_full{
	margin-bottom:10px;
}
div.bd_item_details span, div.bd_item_details_full span{
	height:18px;
	line-height:18px;
  padding: 2px 10px 2px 18px;
}
.bd_text_full{
  padding:20px 15px;
  border-radius:8px;
  border:1px solid #C6CCD2;
  margin-top:15px;
}
div.bd_links{
	padding:0;
	margin-top:10px;
  text-align:right;
}
div.bd_links span{
	height:18px;
	line-height:18px;
  padding: 2px 10px;
}
span.bd_item_is_vip{
  color:#C25842;
  font-weight:bold;
}
span.bd_item_status_ok{
	color:#24AA98;
}
span.bd_item_status_bad{
	color:#DB7560;
}
img.bd_cat_main_icon{
	margin-right:10px;
}
/* ========================================================================== */
/* ============================== КАТАЛОГ =================================== */
/* ========================================================================== */
#shop_toollink_div{
  border-radius:8px;
  background-color:#E0EAEF;
  float:right;
  padding:8px;
	clear:both;
	overflow:hidden;
}
#shop_cartlink{
	float:left;
  font-weight:bold;
	padding-right:5px;
}
#shop_searchlink{
	float:left;
	padding-right:5px;
}
#shop_addlink{
	float:left;
	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;
	margin-top:5px;
	padding-top:5px;
	border-top:solid 1px silver;
}
#cart_total span{
	font-weight:bold;
}
#catalog_list_itempic{
	padding:10px;
}
#shop_small_price{
	width:110px;
	height:26px;
	margin-left:auto;
	margin-right:auto;
	line-height:26px;
	text-align:center;
	margin-top:5px;
	font-weight:bold;
	color:#24AA98;
}
#shop_price{
	float:left;
	margin-left:15px;
	margin-top:10px;
	height:43px;
	line-height:43px;
	width:190px;
	background:url(/components/catalog/images/shop/price.jpg) no-repeat;
}
#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;
}
.catalog_sortform table{
	float:right;
  margin:10px 0;
}
.catalog_list_item{
  border-radius:8px;
  border:1px solid #C3D6DF;
  margin-bottom:4px;
  padding:8px;
}
#catalog_item_table{
	width:100%;
}
#shop_list_buttons{
	float:right;
	clear:both;
  margin-top:15px;
}
div.uc_subcats{
	padding:10px;
	border:solid 1px silver;
	background-color:#FFF;
	margin-bottom:15px;
}
ul.uc_cat_list{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
ul.uc_cat_list li.uc_cat_item{
  height:18px;
  line-height:18px;
  margin: 0 0 10px;
}
#shop_moder_form{
  padding:15px;
}
#shop_moder_form p.notice{
  font-weight:bold;
}
/* ========================================================================== */
/* ============================== КЛУБЫ ===================================== */
/* ========================================================================== */
div.new_club {
  margin-bottom:15px;
  padding: 9px 15px 9px 30px;
  float:right;
  border-radius:8px;
  background: #E0EAEF;
}
div.new_club a{
	text-decoration:none;
	border-bottom:1px dashed;
}
div.club_entry,
div.club_entry_vip{
  overflow:hidden;
  margin-bottom:5px;
  padding:15px;
  border:solid 1px #C3D6DF;
  border-radius:8px;
  clear:both;
  position: relative;
}
.user_role {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #C25842;
}
.member {
  color: #5093B7;
}
.moderator {
  color: #24AA98;
}
div.club_entry_vip{
  background: #E8D48B;
  border: 1px solid #C9B248;
}
div.club_entry .image,
div.club_entry_vip .image{
  padding: 2px;
  float: left;
  margin-right:10px;
}
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{
  color:#C25842;
}
div.club_entry .data .title a.private,
div.club_entry_vip .data .title a.private{
  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: #494949;
  padding: 2px;
  margin-right:4px;
  height:20px;
  line-height:20px;
}
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;
  padding: 2px;
  margin-right:14px;
}
table.club_full_entry .data .details {
  margin-bottom:10px;
  border-bottom:solid 1px #77BFE5;
  background:#DEE2E7;
  padding:8px;
}
table.club_full_entry .data .details span{
  color: #383737;
  padding:1px;
  margin-right:4px;
  height:18px;
}
table.club_full_entry .data .details span.vip{
  color:#DEE2E7;
  font-weight:bold;
}
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;
  clear:both;
}
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 {
  clear:both;
  overflow:hidden;
}
table.club_full_entry .clubcontent {
  clear:both;
  margin-bottom:10px;
}
table.club_full_entry .clubcontent p {
  padding: 0 0 0 5px;
  margin-top:0;
}
table.club_full_entry .clubcontent div.title {
  padding:10px;
  border-top:solid 1px #5093B7;
  line-height:30px;
  height:30px;
  background-color: #DEE2E7;
}
table.club_full_entry .clubcontent ul li a.on_moder {
  color:#C9B248;
}
table.club_full_entry .clubcontent div.album a.delete {
  color:#C25842;
}
table.club_full_entry .clubcontent span.new{
  color:#24AA98;
  font-weight:bold;
}
table.club_full_entry .clubcontent ul {
  margin:10px 0 10px 30px;
}
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:#494949;
}
table.club_full_entry .clubcontent ul li.service a{
  color:#24AA98;
}
table.club_full_entry .clubcontent #add_album_form input.text {
  width:300px;
  border:solid 1px #C6CCD2;
}
.service {
  color:#24AA98;
  margin-left:10px;
}
table.club_full_entry .clubmenu {
  overflow:hidden;
  clear:both;
}
table.club_full_entry .clubmenu div {
  float:right;
  line-height:24px;
  height:24px;
  margin:0 15px 10px 0;
}
table.club_full_entry .wall .header{
  background:#DEE2E7;
  padding:10px;
  border-top:solid 1px #65ABD0;
  color:#383737;
}
table.club_full_entry .wall .body{
  padding:10px;
}
table.club_full_entry .wall #addwall{
  padding:0;
  padding-right:10px;
}
.member_list {
  float:left;
  position:relative;
}
.member_list .online {
  position:absolute;
  top:0;
  left:0;
  border-radius:3px;
  width:80%;
  opacity: 0.7;
}
/* ========================================================================== */
/* =========================== КОММЕНТАРИИ ================================== */
/* ========================================================================== */
.submit_cmm {
  float: left;
  margin: 6px 0;
}
.cmm_links {
  margin:15px 0 0 0;
}
.cmm_links span {
  padding: 1px 10px 1px 10px;
}
.left_border{
  padding: 0 0 0 8px;
}
.cmm_heading {
	font-family: "Trebuchet MS";
	margin-bottom: 4px;
	padding-top: 8px;
}
.cmm_icons{
	margin-bottom: 4px;
}
.cmm_icons a{
	color:#494949;
	text-decoration:underline;
}
.cmm_anchor{
	float:left;
	margin-left:10px;
	color:#393737;
}
.cmm_author {
	display: block;
	float: left;
	font-weight: bold;
}
.cmm_title {
	padding: 6px;
}
.cmm_votes{
	float: right;
	padding: 2px;
  margin-right:15px;
  color:silver;
  font-weight:bold;
}
.cmm_good{
  color:#1A9385;
}
.cmm_bad{
  color:#C25842;
}
.cmm_date {
	color: #383737;
	display: block;
	float: right;
	margin-right:6px;
	padding: 1px;
}
.cmm_pagebar {
	background-color:#EBEBEB;
	margin-bottom:4px;
}
.cmm_entry {
	width: 100%;
  margin: 0 0 5px;
  padding:2px;
}
.cmm_sublinks{
  display:block;
  margin-top:10px;
}
.cmm_sublinks a{
  margin-right:6px;
}
.cmm_avatar {
	padding: 5px;
	background:#EBEBEB;
  border-radius:6px;
}
.cmm_content_av {
  padding: 7px 10px 10px;

}
.cmm_content {
	padding-left: 6px;
}
.cmm_addentry a{
	text-decoration:underline;
}
.cmm_addentry {
	padding:20px;
	border:solid 1px gray;
  background: #E4E4E4 repeat-x;
}
.cmm_smilebox{
	padding:4px;
	border:solid 1px gray;
	background-color:#EBEBEB;
}
.cmm_codebar{
	width:100%;
	border:solid 1px gray;
	background-color:#FFFFFF;
}
.cmm_pageselect{
	border: solid 1px gray;
	background-color:#F3F3F3;
}
.cmm_all_title{
  margin-bottom:5px;
  font-weight:normal;
}
.cm_guest_name{
  margin:10px 0px;
  font-weight:bold;
}
.cm_addentry{
	overflow:hidden;
	margin:4px;
}
.cm_editor{
	border:1px #CCC solid;
	padding:4px;
  border-radius:0 0 6px 6px;
}
.cm_codebar{
	margin:6px 0 0;
	overflow:hidden;
}
div.cm_smiles a{
	text-decoration:none;
}
div.cm_smiles{
	position:relative;
}
/* ========================================================================== */
/* ============================== КОНТЕНТ =================================== */
/* ========================================================================== */
#con_rating_block{
	margin-top:10px;
  padding:10px;
	margin-bottom:10px;
  background:#DEE2E7;
  border-radius:6px;
}
div.con_forum_link{
  margin-top:10px;
  margin-bottom:10px;
}
div.con_forum_link a{
  height:16px;
  line-height:16px;
}
/* ========================================================================== */
/* ============================== ФОРУМ ===================================== */
/* ========================================================================== */
.darkBlue-LightBlue {
  background-color:#383737;
  color: #FFF;
  clear: both;
}
.darkBlue-LightBlue a {
  color:#FFF;
  border-color: #FFF;
}
.darkBlue-LightBlue a:hover {
  color:#C6CCD2;
  border-color: #C6CCD2;
}
.forum_cattitle{
	margin-bottom:6px;
	margin-top:10px;
	color:#262626;
}
.post_content{
  word-wrap: break-word;
  max-width: 767px;
  overflow: hidden;
}
.last_post_img{
	float:right;
	padding:5px;
}
.added_later {
  color: #5093B7;
  margin: 10px 0;
  display: block;
}
.forums_table{
  border:solid 1px #C6CCD2;
}
.forum_link{
	font-weight:bold;
}
.forum_desc{
	color: #494949;
  margin: 5px 0 0;
}
.threads_table{
	border:solid 1px #C6CCD2;
}
.thread_link{
	font-weight:bold;
}
.thread_desc{
	color:#5093B7;
}
.thread_pagination a{
	color:#494949;
	text-decoration:underline;
}
.thread_pagination a:hover{
	color:#C25842;
	text-decoration:underline;
}
.row1{
  background-color:#DEE2E7;
	border-bottom:#B4BBC2 1px solid;
}
.row11{
  background-color:#DEE2E7;
	border-bottom:#B4BBC2 1px solid;
}
.row2{
	background-color:#FFF;
	border-bottom:#B4BBC2 1px solid;
}
.forum_poll_data{
	background-color:#ffffff;
}
.forum_poll_header{
	width:100%;
	background-color:#DEE2E7;
	border-bottom:dashed 1px #B4BBC2;
}
.forum_poll_title{
	font-weight:bold;
}
.forum_poll_desc{
  margin: 4px 0;
}
.forum_poll_gauge{
	height:15px;
	background-color:#383737;
	margin-bottom:10px;
	color:#FFFFFF;
	text-align:right;
}
.forum_poll_submit{
	margin:10px;
}
.forum_poll_param{
	margin:0 0 7px 0;
}
.post_usercell{
	background-color:#DEE2E7;
}
.post_userimg{
	margin:4px auto;
 	border:solid 1px #B4BBC2;
	padding:5px;
	background-color:#ffffff;
  border-radius:6px;
  width:64px;
}
.post_userawards{
	margin-top:3px;
	margin-bottom:3px;
}
.post_userrank{
	color:#1A9385;
}
.post_userrank span{
	display:block;
	clear:both;
}
.post_userrank .user_rank{
	color:#1A9385;
}
.post_userrank .admin_rank{
	color:#C25842;
}
.post_userrank .moder_rank{
	color:#C25842;
}
.post_userkarma{
	padding:2px;
	margin:2px;
}
.post_msgcell{
	background-color:#FFFFFF;
  border-top:solid 1px #B4BBC2;
	padding:6px;
}
.post_userlink{
	color:#262626;
	font-weight:bold;
}
.post_date{
	float: left;
}
.post_user_date {
  border-bottom: 1px dotted #C6CCD2;
  color: #494949;
  float: right;
  margin: 0 0 5px 5px;
}
.msg_links{
  float: right;
}
.votes_links{
  float: right;
  margin: 0 0 0 10px;
}
.post_editdate{
	color:#494949;
	margin:10px 0 0 0;
  padding: 7px 0 0 0;
	border-top:1px dotted #C6CCD2;
  text-align: right;
}
.post_signature{
	margin-top:20px;
	border-top:solid 1px #C6CCD2;
	padding-top:4px;
}
.forum_toollinks{
	margin-bottom:8px;
	text-align:right;
}
.forum_quote{
	padding:10px;
	border:dashed 1px #C9B248;
	background-color:#E8D48B;
	color: #494949;
	margin:8px;
}
.bb_quote {
  border:dashed 1px #C9B248;
  background-color:#E8D48B;
  color: #494949;
  border-radius: 6px;
  margin: 6px;
  padding: 8px;
  overflow: hidden;
}
.forum_quote_author{
	text-align:right;
}
.forum_toolbar{
	background-color:#C6CCD2;
  margin:5px 0px;
  border:solid 1px #494949;
  color: #383737;
}
.forum_toolbar a{
  color: #383737;
	text-decoration:none;
}
.forum_toolbar img{
  display: none;
}
.forum_navbar{
	margin-bottom:4px;
	background-color:#C6CCD2;
	padding:5px;
}
.forum_navbar a{
	text-decoration:underline;
}
.forum_fa{
	margin: 6px 0 0 0;
	border: solid 1px #C6CCD2;
  border-radius:6px;
	padding:7px;
}
.forum_fa_title{
	font-weight:bold;
}
.forum_fa_desc{
	border-bottom:solid 1px #E8D48B;
	margin-bottom:10px;
	padding-bottom:8px;
}
.forum_fa_entries{
	background-color:#E8D48B;
	border:1px solid #C9B248;
	padding: 8px;
	margin:6px 0 0 0;
  border-radius:6px;
	display:none;
}
.forum_postinfo{
	margin-bottom:15px;
}
.forum_texteditor{
	border:solid 1px #494949;
	width:100%;
	height:200px
}
.forum_zoom {
	opacity: 1.0;
}
.forum_zoom:hover {
	opacity: 0.9;
}
.forum_lostimg{
	padding:5px;
	border:solid 1px #494949;
	color:#383737;
}
.forum_fast{
	margin-top:2px;
}
.forum_fast_header{
  color:#383737;
  margin-bottom:4px;
  padding:10px 0;
}
.forum_fast_submit{
	text-align:right;
	margin-top:3px;
}
.forum_fast_form #message{
  border: 0 none;
  margin: 0;
  padding: 3px 0;
  width: 100%;
	height:108px;
	max-height:702px;
}
.forum_subs{
	margin: 5px 0 0;
	color:#494949;
}
.forum_subs a{
	text-decoration:underline;
}
.subforumshead{
	font-weight:bold;
}

/* ========================================================================== */
/* ========================== ПОЛЬЗОВАТЕЛИ ================================== */
/* ========================================================================== */
.add_file_link{
  height:18px;
  line-height:18px;
}
#usr_links{
	margin-top:0;
	margin-bottom:10px;
	overflow:hidden;
	clear:both;
}
#usr_links sup{
  color:#494949;
}
#usr_files, #usr_blog, #usr_board, #usr_forum, #usr_comments{
	display: inline-block;
	height:32px;
	line-height:32px;
  padding: 0 12px 0 0;
  margin: 5px 0 5px 0px;
  float:left;
}
.online{
  padding:1px 5px;
	background-color:#24AA98;
	color:#FFF;
  border-radius:4px;
}
.cmm_votes{
	float: right;
	padding: 2px;
  margin-right:15px;
  color:#494949;
  font-weight:bold;
}
.cmm_good{
  color:#24AA98;
}
.cmm_bad{
  color:#DB7560;
}
#users_search_link a{
  padding:1px;
  text-decoration:none;
}
#users_search_link a span{
  border-bottom:dashed 1px #5093B7;
}
#users_sbar{
  padding:15px;
  border-radius:6px;
  border:1px solid #B4BBC2;
  color:#383737;
  background:#C6CCD2;
  margin-bottom:10px;
}
#users_sbar input[type=text] {
  border:1px solid #494949;
  padding:2px;
}
#users_sbar .field{
  width:150px;
}
#users_sbar .longfield{
  width:408px;
}
#users_sbar p{
  margin-top:10px;
}
.users_search_results{
  padding:15px;
  border-radius:6px;
  border:1px solid #B4BBC2;
  color:#383737;
  background:#C6CCD2;
  margin-bottom:15px;
}
.users_search_results h3{
  font-weight:normal;
  margin: 0 0 10px 0;
}
.users_search_results ul,
.users_search_results li{
  margin-left:0;
}
div.users_list_buttons{
  overflow: hidden;
}
div.users_list_buttons .button{
  border-radius:6px;
  display:block;
  float:left;
  margin-right:15px;
  padding:5px 0;
}
div.users_list_buttons .selected{
  background:#C6CCD2;
  padding:5px 10px;
  margin-right:15px;
}
.bg-2 div.users_list_buttons .selected{
  background: #FFffff;
}
div.users_list_buttons .selected a{
  text-decoration:none;
  color:#262626;
}
.bg-2 div.users_list_buttons .selected a{
  color: #000000;
}
div.users_list {
  margin:15px 0;
  padding:15px;
  border:1px solid #B4BBC2;
  border-radius:6px;
}
table.users_list div.avatar{
  border:1px solid #B4BBC2;
  padding:2px;
  width:63px;
  height:63px;
  margin-bottom:10px;
}
table.users_list div.number{
  color:#494949;
}
div.microstatus {
  color:#5093B7;
  padding:1px;
  clear:both;
  margin-top:3px;
}
.microstatus {
  color:#5093B7;
  padding:1px;
  margin-top:3px;
}
table.users_list div.karma,
table.users_list div.rating{
  float:right;
  overflow:hidden;
  padding:2px 5px;
  border-radius:6px;
  background:#C6CCD2;
}
table.users_list div.karma{
  margin-right:5px;
}
table.users_list .pos{
  color: #24AA98;
}
table.users_list .neg{
  color: #C25842;
}
table.users_list div.city {
  clear:both;
}
table.users_list div.city a{
  color:#494949;
}
table.users_list div.status {
  float:right;
  padding:2px;
  margin-right:5px;
}
table.users_list div.status .online{
  padding:1px 5px;
  background-color:#42C7B7;
  color:#FFF;
  border-radius:4px;
}
table.users_list div.status .offline{
  color:#C6CCD2;
  background:none;
  padding:0;
}
#mod_user_stats div.stat_block {
  margin-left:15px;
}
#mod_user_stats div.stat_block div.title {
  color:#262626;
  margin-bottom:0;
  text-shadow:0 2px 0 #FFFFFF;
  font-weight:bold;
}
#mod_user_stats div.stat_block div.body ul {
  list-style:none;
  margin: 0 0 0 20px;
  padding:0;
}
#mod_user_stats div.stat_block div.body li {
  list-style:none;
  margin: 0px 0px 3px;
}
#mod_user_stats div.stat_block_bday {
  margin-left: 20px;
}
#mod_user_stats div.stat_block_bday div.title {
  text-shadow:0 2px 0 #FFFFFF;
  color:#262626;
  font-weight:bold;
  margin-bottom:5px;
  margin-top:20px;
}
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{
  padding: 4px;
  margin: 2px;
  border-radius:18px;
  cursor:pointer;
}
div#user_ratings .karma .value-positive {
  background-color:#24AA98;
  color:#FFF;
}
div#user_ratings .karma .value-negative {
  background-color:#DB7560;
  color:#FFF;
}
div#user_ratings .rating .value {
  background-color:#65ABD0;
  color:#FFF;
  padding:6px 10px;
}
.user_group_name{
  float:right;
  margin-right:20px;
  height:38px;
  line-height:38px;
}
.user_group_name div {
  color:#383737;
}
div#user_profile_url{
  clear:both;
  display:block;
  padding:5px;
  margin-top:15px;
  text-align:center;
  border-radius:6px;
  background:none repeat scroll 0 0 #C6CCD2;
}
#user_profile_url div{
  color:#262626;
}
#user_profile_url a{
  color:#383737;
}
div.usr_profile_menu{
  margin-top:10px;
  clear:both;
  overflow:hidden;
}
div.usr_profile_menu i{
  font-size: 1.4rem;
}
div.usr_profile_menu a {
  padding:4px;
  border: solid 1px #FFF;
  overflow:hidden;
  float:left;
}
a.select-avatar{
  height:16px;
  line-height:16px;
}
div.user_profile_data {
  padding:0 10px;
}
.offline{
  padding:1px 3px;
  border-radius:4px;
	background-color: #DD6C6C;
	color:#FFF;
}
.logdate{
  color:#494949;
}
.usr_friends_entry .offline{
	color:#494949;
}
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;
}
div.user_profile_data .field .title {
  width:170px;
  font-weight:bold;
}
#upr_feed .action_entry {
	border-bottom:1px solid #494949;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom:10px;
}
#upr_feed .action_title {
  overflow:hidden;
  padding:2px 0;
}
.usr_friends_query{
	border-radius:6px;
  background-color:#FFFFFF;
  border:1px solid #494949;
  padding:10px;
  margin-top:10px;
}
.usr_friends_query_one{
  margin-bottom:5px;
}
.usr_friends_query_yes{
  height:16px;
  line-height:16px;
}
.usr_friends_query_no{
  height:16px;
  line-height:16px;
}
.content_title {
  font-weight:bold;
}
.usr_friends_feed{
  padding:6px;
}
.usr_friends_feed a.nickname {
  color:#494949;
}
.usr_com_title{
  padding: 5px;
  background-color:#DEE2E7;
  border-top:solid 1px #494949;
  border-bottom:none;
}
.usr_com_body{
  padding-top: 15px;
}
.usr_wall_entry {
  border-radius:6px;
  margin:5px 0;
  padding:5px 0;
}
.usr_wall_avatar {
  border-radius:6px;
  border:1px solid #C6CCD2;
  padding:4px;
  background:#FFF;
}
.usr_wall_text{
  padding-left:10px;
  padding-top:10px;
}
.usr_wall_title{
  float:left;
  color:#5093B7;
  margin-bottom:10px;
}
.usr_wall_delete {
  float:right;
  padding:5px;
}
.usr_wall_delete a {
  padding:1px;
  height:16px;
  line-height:16px;
  text-decoration: none;
  color:#C25842;
}
.usr_profile_block{
  clear:both;
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #C6CCD2;
  margin-left:10px;
}
.usr_msg_entry{
  padding:10px;
  border-radius:6px;
  margin-bottom:4px;
  border:solid 1px #C6CCD2;
}
.usr_msg_title{
  padding: 4px 0;
}
.usr_msg_title strong{
  color:#5093B7;
}
.usr_msg_body{
  padding: 10px;
}
.usr_msg_date{
  color:#494949;
}
.usr_publ_albums{
  overflow:hidden;
  background-color:#DEE2E7;
  padding:6px;
  margin-bottom:10px;
}
.usr_article_add,
.usr_photo_add{
  padding:1px;
}
.usr_del_album, .usr_edit_album{
  padding:1px;
  margin-left:6px;
  text-decoration: none;
}
#usr_photos_upload_album{
  background:#DEE2E7;
  border-radius:6px;
  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: left;
  color:#494949;
}
.usr_photos_add_limit{
  margin-bottom: 20px;
  color:#494949;
}
.usr_photos_submit_one{
  padding:10px;
  border:solid 1px #C6CCD2;
  border-radius:6px;
  margin-bottom:2px;
}
.usr_photos_submit_one .ph_thumb{
  border: solid 3px #DEE2E7;
  border-radius:5px;
  width:96px;
  padding:2px;
}
.usr_photos_submit_one .text-input{
  width:300px;
}
#usr_photos_submit_btn{
  margin-top:15px;
  color:#5093B7;
}
.usr_photo_thumb{
  padding: 10px 1px 1px;
  float:left;
  width:120px;
  display:block;
  margin: 4px 4px 4px 0;
  border-radius:6px;
  border:1px solid #C6CCD2;
  text-align:center;
}
.usr_photo_date{
  color:#494949;
  display:block;
}
.usr_photo_hits{
  color:#494949;
  display:block;
}
.usr_photos_notice{
  margin:10px 0;
  padding:1px;
	clear:both;
}
.usr_photos_add_st{
  margin-top:20px;
  width:500px;
  color:#494949;
}
.usr_photo_sel_bar{
  margin:10px 0;
  display:inline-block;
}
.usr_photo_prev_link,
.usr_photo_next_link{
  display:inline-block;
  width:32px;
  height:32px;
  margin:0 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;
}
.usr_photo_link_delete {
  margin-left:10px;
}
.usr_photo_view{
  text-align:center;
  padding:10px;
  background-color:#FFFFFF;
}
.usr_editprof{
  background-color:#FFFFFF;
  border:solid 1px #494949;
  padding:8px;
  width:100%;
}
.usr_edithint{
  color:#494949;
}
.usr_q_title{
  font-weight:bold;
  margin: 1px 1px 12px;
  padding:5px;
  clear:both;
  border-bottom:dashed 1px #494949;
}
.usr_q_thumb{
  margin-left:1px;
  margin-bottom:1px;
  float:left;
  display:block;
  width:70px;
}
.usr_q_thumbimg{
  background-color:#FFFFFF;
  border:solid 1px #494949;
}
.usr_q_link{
  color:#494949;
}
.usr_award_block{
  display:block;
  margin:2px;
  width:100%;
}
.usr_award_date{
  color:#494949;
  margin-top:5px;
}
.usr_deleted{
  color:#C25842;
}
.usr_restore{
  margin-top:10px;
}
.usr_btnlink{
  margin-right:20px;
}
.usr_files_orderbar{
  background-color:#DEE2E7;
  margin-bottom:4px;
  padding:5px;
}
.usr_files_orderbtn{
  background-color:#C6CCD2;
  border:solid 1px #494949;
  height:20px;
}
.usr_files_link{
  color:#494949;
}
.usr_wall{
  margin-top:5px;
  overflow:hidden;
  clear:both;
}
.usr_wall #addwall{
  padding-right: 10px;
}
.usr_wall_header{
  color:#262626;
  margin-bottom:5px;
}
.usr_wall_body{
  margin-bottom:10px;
}
.usr_wall_body p{
  padding:2px;
  margin:5px 0;
  color:#383737;
}
.usr_wall_addlink{
  border-radius:8px;
  padding: 5px 8px;
  display:inline-block;
	background-color: #DEE2E7;
}
.club_wall_addlink{
  padding:0;
	float:right;
	background-color:#DEE2E7;
}
.usr_wall_addlink a, .club_wall_addlink a {
  text-decoration:none;
}
.usr_friendslink{
  text-decoration:underline;
  color:#494949;
}
#karmalink{
  font-weight:bold;
  padding:4px;
  background-color:#DEE2E7;
  margin: 2px 2px 2px 8px;
}
#usertitle{	overflow:hidden;}
#nickname{
  margin:0px;
}
.usr_group{
	padding:2px;
	margin-top:5px;
	margin-bottom:5px;
	background:none;
	line-height:16px;
	color:#494949;
}
.usr_awlist_link{
	background:#C6CCD2;
	padding:5px;
	text-align:center;
	font-weight:bold;
}
.usr_awlist_link a{
  text-decoration:none;
}
.usr_aw_dettable{
  margin: 5px 5px 20px;
}
.usr_aw_img{
  padding:5px;
  border:solid 1px #C6CCD2;
}
.usr_aw_title{
  color:#383737;
}
.usr_aw_desc{
  color:#65ABD0;
}
.usr_aw_who{
  padding:10px;
}
.user_gender_m, .user_gender_, .user_gender_f{
  position: relative;
  padding-left:20px;
  line-height:18px;
}
.user_gender_m:before,
.user_gender_:before,
.user_gender_f:before{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #383737;
  font-family: "picol";
  line-height: 1;
  content: '\ea09';
}
.usr_aw_users{
  margin-bottom:4px;
  color:#5093B7;
}
div.awards_list_link {
  padding:5px 0;
}
div.awards_list_link a{
  padding:1px;
}
#usr_profparams{
  width:750px;
  border:dashed 1px #C6CCD2;
  padding:10px;
}
#usr_profsavebtns{
  background:#DEE2E7;
  width:775px;
  margin-top:10px;
  margin-bottom:5px;
  text-align:center;
}
#usr_prof_form{
  padding: 0 10px 10px;
}
#usr_prof_form em{
  color:#494949;
}
#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:37px;
  clear: both;
  margin: 20px 0 0;
  overflow: hidden;
}
.usr_msgmenu_active{
  margin-right:0;
  background-color:#C6CCD2;
  padding:10px;
  font-weight:bold;
  border-radius:6px 6px 0 0;
  float: left;
}
.usr_msgmenu_link{
  margin-right:0;
  padding:10px;
  float: left;
}
.in_link,
.out_link,
.notices_link{
  background:#FFF;
}
.in_span,
.out_span,
.notices_span{
  background:#C6CCD2;
}
.new_link{
  text-decoration: none;
}
.history_span{
  background: #C6CCD2;
}
a.msg_delete:hover,
a.msg_reply:hover,
a.msg_history:hover{
  color:#DB7560;
}
a.msg_delete,
a.msg_reply,
a.msg_history,
span.msg_new{
  color:#494949;
  height:16px;
  line-height:16px;
  padding:1px;
  text-decoration:none;
}
a.msg_reply,
a.msg_history,
span.msg_new{
  margin-right:10px;
}
span.msg_new{
  color:#C25842;
}
table.feed {
  margin-top:10px;
  margin-bottom:10px;
}
table.feed td.date {
  text-align:left;
  width:110px;
}
table.feed td.date strong {
  color:#24AA98;
}
.usr_files_head{
  background-color:#DEE2E7;
  font-weight:bold;
  padding:4px;
}
.usr_status_bar{
  clear:both;
  margin-top:0px;
  padding-bottom:10px;
}
.usr_status_text{
  color:#5093B7;
  float:left;
}
.usr_status_date{
  color:#B4BBC2;
  font-style:normal;
  margin-left:10px;
  margin-right:14px;
}
.usr_status_link{
  float:left;
}
.usr_status_link a{
  padding:1px;
}
.usr_avatar{
  padding:10px;
  border:solid 1px #65ABD0;
  background-color:#FFFFFF;
  border-radius:6px;
}
.usr_avatars_lib_link{
  padding: 1px;
}
.usr_friends_block{
  overflow:hidden;
  margin-bottom:15px;
}
.usr_friend_cell{
  padding-right:10px;
  margin-right:5px;
  margin-bottom:5px;
}
.usr_friend_cell span.offline{
  color:#494949;
  background:none;
}
.usr_albums_list{
  margin:10px 0;
  padding:0;
  clear:both;
  overflow:hidden;
}
.usr_albums_list li{
  margin:0 10px 10px 0;
	padding:0;
  display: block;
  float:left;
  width:200px;
	height:75px;
}
.usr_albums_list li.no_albums{
	height:auto;
}
.usr_album_thumb{
  display:block;
  float:left;
  width:64px;
  height:64px;
  margin-right:10px;
  padding:2px;
  border:1px solid #494949;
}
.usr_album .count{
  color:#5093B7;
}
.usr_album .date {
  color:#494949;
}
/* ========================================================================== */
/* ======================= ЛЕНТА АКТИВНОСТИ ================================= */
/* ========================================================================== */
.action_friends{
	position:relative;
	margin:0 0 10px 0;
	border-collapse: separate;
}
.action_friends td {
  background-color: #DEE2E7;
	border-left:1px #DEE2E7 solid;
	border-right:1px #DEE2E7 solid;
	border-top:1px #DEE2E7 solid;
  padding: 5px 0;
	vertical-align: middle;
	text-align:center;
}
.action_fr {
	vertical-align: middle;
}
.action_friends td.selected {
  background-color: #FFFFFF;
	border-color:#C6CCD2;
}
.arr_btn {
  text-decoration: none;
}
.mod_act_all{
  position: relative;
  padding:1px;
  padding-left: 25px;
  color:#383737;
}
.mod_act_all:before{
  content: '\e989';
}
.actions_list{
  clear:both;
}
.action_entry{
  padding-left:25px;
  margin-bottom:15px;
}
.action_entry .is_new {
  color:#C25842;
}
.action_user{
  color:#5093B7;
  font-weight:bold;
}
.action_date{
  float:right;
  margin-left: 15px;
  margin-bottom: 15px;
  color:#5093B7;
}
.action_details{
  clear:both;
  color: #494949;
	overflow:hidden;
}
.action_details .act_photo{
  overflow:hidden;
  display:inline-block;
}
.action_entry{
  position: relative;
}
.action_entry:before,
.mod_act_all:before{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: "picol";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 20px;
  color: #383737;
}
.act_add_club_user:before{
  content: '\e8f9';
}
.act_add_comment:before,
.act_add_post:before,
.act_add_fpost:before,
.act_add_thread:before{
  content: '\e886';
}
.act_add_photo:before, .act_add_photo_club:before,
.act_add_user_photo:before, .act_add_user_photo_multi:before{
  content: '\e8a9';
}
.act_add_article:before,
.act_add_post_club:before{
  content: '\e8c1';
}
.act_set_status:before{
  content: '\e884';
}
.act_add_friend:before{
  content: '\e9fc';
}
.act_add_blog:before{
  content: '\e84f';
}
.act_add_board:before{
  content: '\e8cd';
}
.act_add_catalog:before{
  content: '\e902';
}
.act_add_club:before{
  content: '\e915';
}
.act_add_quest:before{
  content: '\e993';
}
.act_add_avatar:before{
  content: '\e926';
}
.act_add_award:before{
  content: '\e89d';
}
.act_add_file:before{
  content: '\e8e5';
}
.act_add_wall:before,
.act_add_wall_club:before,
.act_add_wall_my:before{
  content: '\e970';
}
.act_add_user:before{
  content: '\e9f5';
}

/** Core messages styles [AM][start] **/
.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;
  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 #5093B7;
  border: 1px solid #5093B7;
  position: relative;
}
.button_no {
  background: none repeat scroll 0 0 #DEE2E7;
  border: 1px solid #C6CCD2;
}
.button_no {
  background: url('../images/core/button.png') repeat-x scroll 0 -54px #DEE2E7;
  border-color: #FFFFFF #E7E7E7 #E5E5E5;
  color: #494949;
  text-shadow: 0 1px 0 #FFFFFF;
}
.button_no:hover {
  background-position: 0 -46px;
}
.button_no:active {
  background: none repeat scroll 0 0 #C6CCD2;
  border: 1px solid #C6CCD2;
  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: #494949;
  opacity: 0.4;
}
#popup_container .popup_body {
  background: #fff;
  width: 650px;
  margin: 0 auto;
  box-shadow: 0 2px 8px #494949;
  overflow: hidden;
}
.popup_body > div {
  clear: both;
}
#popup_title,
#note_title {
  background: #383737;
  border-bottom: 1px solid #494949;
  color: #FFF;
  line-height: 1;
  margin: 0;
  padding: 7px;
  text-shadow: 0 1px 2px #383737;
}
#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 {
  margin: 7px;
}
#popup_message .box_message_content {
  padding: 5px;
}
#popup_panel, #note_panel {
  background: #fff;
  border-top: 1px solid #C6CCD2;
  padding: 3px 10px 3px 3px;
  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 #494949;
  display: none;
  float: left;
  margin: 3px 2px;
  padding: 2px 9px 1px;
  position: relative;
}
#popup_info.error {
  background-color: #DB7560;
}
#popup_info.info {
  background-color: #77BFE5;
}
/** Core messages styles [AM][end] **/

#popup_message div.js_smiles, #smileajax {
  height: 1px;
}
#popup_message div.js_smiles a, #smileajax a {
  text-decoration: none;
}
/** Popup smile and bb-code panel [AM][end] **/

/** Ajax intive club [AM][start] **/
.clearFix:after {
  content :".";
  display :block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.friend_list_top {
  background-color: #FFF;
  padding: 4px 4px 0 4px;
	overflow:hidden;
	margin: 0 -3px;
	border-bottom: 1px solid #B4BBC2;
}
*:first-child+html .friend_list_top {
  padding-bottom: 18px;
}
#friend_list_lookup {
  float: right;
  width: 180px;
  color: #494949;
}
.friend_list_body {
  padding: 4px 0 0 10px;
  width: 657px;
  max-height: 500px;
  border-top: 0 solid #42C7B7;
  overflow-x: hidden;
  overflow-y: scroll;
}
.friend_list_body_ajax {
  padding: 4px 0 0 3px;
  width: 100%;
  height: 276px;
  border-top: 0px solid #42C7B7;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #FFF;
}
.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 #FFF;
}
.flist_cell_on {
  border-bottom: 1px solid #C6CCD2;
}
.flist_cell .flist_border_wrap {
  border: 1px solid #FFF;
}
.flist_cell:hover .flist_border_wrap {
  background-color: #FFF;
  border: 1px solid #C6CCD2;
}
.flist_wrap {
  border: 1px solid #FFF;
  width: 143px;
  height: 56px;
  padding: 3px;
}
.flist_div {
  margin-right: 3px;
  float: left;
  border: 1px solid #C6CCD2;
  background-color: #FFF;
}
.flist_cell:hover .flist_div {
  border: 1px solid #494949;
}
.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: #262626;
}
.flist_cell_on .flist_name {
  color: #FFF;
}
.flist_cell em,
.flist_cell_on em,
.flist_cell:hover em {
  background-color: #C6CCD2;
  color: #262626;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.flist_cell_on em {
  background-color: #FFF;
  color: #C25842;
}
.flist_cell:hover em {
  background-color: #C6CCD2;
}
.flist_empty {
  background-color: #FFF;
  color: #494949;
  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 #42C7B7;
  padding: 10px;
  background-color: #FFF;
}
*:first-child+html .t_filter_area {
  padding-bottom: 18px;
}
.t_filter_selected {
  float: left;
  border-bottom: 1px solid #FFF;
  margin-right: 10px;
  margin-bottom: 2px;
  cursor: pointer;
}
.t_filter_selected .t_filter2 {
  border: 1px solid #C6CCD2;
}
.t_filter_off {
  cursor: pointer;
  padding: 4px 7px 5px;
  color: #24AA98;
  font-weight: bold;
  float: left;
  margin-right: 10px;
  margin-bottom: -1px;
}
.t_filter_selected .t_filter3 {
  border: 1px solid #5093B7;
  padding: 2px 9px 1px;
  background-color: #5093B7;
  color: #FFFFFF;
  font-weight: bold;
}
.t_filter_off {
  cursor: pointer;
  padding: 4px 7px 5px;
  color: #262626;
  font-weight: bold;
  float: left;
  margin-right: 10px;
  margin-bottom: -1px;
}
.flist_cell_on .flist_border_wrap {
  border: 1px solid #262626;
  background: #5093B7;
  opacity: 0.7;
}
.club-intive-mess {
  background-color: #262626;
  display: none;
  width: 360px;
  height: 27px;
  position: relative;
  top: -33px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: -37px;
  font-weight: bold;
  color: #fff;
}
.club-intive-mess-ajax {
  background-color: #262626;
  display: none;
  width: 470px;
  height: 51px;
  position: absolute;
  bottom: 160px;
  text-align: center;
  padding-top: 26px;
  font-weight: bold;
  color: #ffffff;
}
/** Ajax intive club [AM][end] **/
#langs {
  background: none no-repeat scroll 5px center #5093B7;
  border: 1px solid #65ABD0;
  border-radius: 6px;
  cursor: pointer;
  float: right;
  height: 28px;
  line-height: 28px;
  margin: 15px 0 0 15px;
  padding: 0 0 0 27px;
  position: relative;
  color: #C6CCD2;
  width: 17px;
}
#langs:hover, #langs.active_lang, .active_lang {
  background: none no-repeat scroll 5px center #65ABD0;
  border: 1px solid #5093B7;
}
#langs-select{
  display: none;
  position: absolute;
  list-style: none;
  top: 22px;
  left: -1px;
  padding: 0;
  border-radius: 0 0 6px 6px;
  border-top: none;
  color: #FFF;
  width: 44px;
}
#langs-select li {
  margin: 0;
  padding: 0 5px 0 25px;
  background: none no-repeat scroll 5px center #65ABD0;
}
.arhive_list {
  list-style: none outside none;
  padding: 0;
}
.arhive_list li {
  margin: 0;
}
.arhive_list li span {
  color: #494949;
}
.arhive_date {
  background: none repeat scroll 0 0 #494949;
  border-radius: 4px;
  float: right;
  margin: 15px 0;
  padding: 2px 4px;
}
.arhive_date a {
  color: #FFF;
}
.arhive_title {
  padding: 12px 0;
}
.arhive_title a {
  text-decoration: none;
}
.arhive_desc{
  clear: both;
}
.debug_info {
  margin: 10px;
  color: #C6CCD2;
}
#debug_query_dump {
  display: none;
}
.debug_query_count a {
  color: #FFF;
  border-color: #FFF;
}
.filelink a {
  padding: 0;
}
.city_block{
  overflow: hidden;
  clear: both;
  background: #FFF;
}
.city_link{
  background: #494949;
  float: right;
  margin: 0 1px;
  padding: 0 7px;
  text-decoration: none;
  color: #FFF;
  border-radius: 2px;
  line-height: 19px;
}
.city_link:hover {
  background: #C6CCD2;
  color: #383737;
}
.city_view{
  border: none !important;
  margin: 0;
  padding: 1px 0;
}

.contrast-hide{
  display: none !important;
  visibility: hidden;
}
.contrast-logo{
  font-weight: bold;
  color: #fff;
}
.bg-2 .contrast-logo{
  color: #000000;
}
.contrast-logo:hover,
.bg-2 .contrast-logo:hover{
  color: #db7560;
}
.contrast-off{
  float: right;
}
.contrast-menu{
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  background-color: #f2f5f8;
}
.contrast-menu__item{
  display: inline-block;
  vertical-align: top;
  color: #383737;
}
.contrast-menu__item.contrast-off a{
  padding: 3px 6px;
  border: 1px solid #048a78;
  border-radius: 3px;
  background-color: #24aa98;
  color: #ffffff;
  text-decoration: none;
}
.contrast-menu__item-title{
  font-size: 16px;
  font-weight: bold;
}
.contrast-menu__item button{
  padding: 3px 6px;
  background-color: #FFffff;
  border: 1px solid #b5bbc1;
  border-radius: 3px;
  cursor: pointer;
}
.contrast-menu__item button.active{
  border-color: #048a78;
  background-color: #24aa98;
  color: #ffffff;
}