.new_messages_fixedа/*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/
/*------                                                                                                          ------*/
/*------    Внимание! Этот файл содержит огромное количество стилей                                               ------*/
/*------    Не пытайтесь найти здесь что-то вручную                                                               ------*/
/*------    Для поиска названия нужного стиля используйте Firebug:                                                ------*/
/*------    http://www.instantcms.ru/articles/chto-takoe-firebug-i-pochemu-ego-objazatelno-nado-ustanovit.html    ------*/
/*------                                                                                                          ------*/
/*------    Краткое руководство по созданию шаблона:                                                              ------*/
/*------    http://www.instantcms.ru/articles/sozdanie-shablona.html                                              ------*/
/*------                                                                                                          ------*/
/*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/

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


body {
    background:url(../images/bg.jpg) no-repeat center top #1F3147;
    height: 100%;
	word-wrap: break-word;
}

a {
    color: #1a3dc1;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

#wrapper {
  position:relative;
  height:auto !important;
  min-height: 100%;
  display:block;
  top: -33px;
}

* html #wrapper {
  height: 100%;
}

.text-input{ padding:3px; }
.text-input:focus{ padding:3px; }


.ajaxlink:hover{ color:#0099CC; border-bottom:dashed 1px #0099CC; }
.ajaxlink, .MultiFile-remove{
    text-decoration:none;
    border-bottom:dashed 1px #333333;
    color:#333333;
}

.hinttext{
    color:#9F9C8B;
}

.gurman_categorylist tr{
border-top: solid 1px #ededed;
margin:5px;
}
.b-wide-search__wrap__controls-input { 
font-size: 18px;
height: 30px;
margin: 0px;
padding: 3px 5px 2px;
width: 100%;
}
.b-btn { 
box-sizing: border-box;
cursor: pointer;
display: block;
float: left;
left: -4px;
min-width: 90px;
outline: 0px none currentColor;
padding: 0px 7px;
position: relative;
}
.b-wide-search__wrap__example a { 
border-bottom: 1px dashed #FFFFFF;
color: #FFFFFF;
text-decoration: none;
}
.b-wide-search__wrap__example__item { 
margin-right: 8px;
}
.b-btn__crn-right { 
background-position: 100% -35px;
right: 0px;
}
.b-btn__crn-left, .b-btn__crn-right { 
position: absolute;
top: 0px;
width: 7px;
}
.b-btn__crn-left, .b-btn__crn-right, .b-btn__text { 
background-color: #f3e6e6;
cursor: pointer;
}
.b-wide-search { 
background: #779F1A;
box-sizing: border-box;
padding: 13px 0px 10px;
}
.b-wide-search__wrap__controls-input { 
font-size: 18px;
height:23px;
margin: 0px;
padding: 3px 5px 2px;
width: 100%;
}
.b-wide-search__label__main-text { 
font-size: 21px;
line-height: 24px;
}
.b-wide-search_layout_descr-bottom { 
height: 78px;
padding: 10px 0px 7px;
}

.b-wide-search__wrap__controls { 
padding-bottom: 8px;
padding-right: 150px;
position: relative;
}
.b-wide-search__wrap__controls__submit {
padding-right: 20px;
position: absolute;
right: 0px;
top: 0px;
width: 110px;
}
.b-wide-search__wrap__example { 
color: #D6E2BB;
margin-bottom: 9px;
margin-top: -4px;
}
.b-wide-search__wrap { 
overflow: hidden;
padding-left: 20px;
}
.b-wide-search__label { 
color: #FFFFFF;
float: left;
margin-right: -7px;
padding-left: 20px;
position: relative;
top: 4px;
}
/***************************** Шапка страницы *********************************/

#header{
    height:60px;
    line-height:60px;
    background:url(../images/headbg.png) repeat-x left bottom;
}

#sitename a{
    display:block;
    width:199px;
    height:60px;
    background:url(../images/logo.png) no-repeat left center;
}

#page{
    padding-bottom:20px;

}

/******************************* Верхнее меню *********************************/
#topmenu{
    overflow:hidden;
    margin-top:15px;
    margin-bottom:10px;
    background:url(../images/menubar.jpg) repeat-x;
    border-radius:3px;
    -moz-border-radius:3px;
    box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    width:940px;
    clear: both;
}

#topmenu .menu{ list-style:none; margin:0; padding:0; }
#topmenu .menu li a{ text-decoration:none; }
#topmenu .menu li{
    list-style:none;
    margin:0;
    padding:0;
    height:40px;
    line-height:40px;
    display:inline-block;
	zoom: 1;
    font-size:18px;

}

#topmenu .menu li.selected{
    background:url(../images/menubg.jpg) repeat-x left top #333333;
}

#topmenu .menu li.selected a.selected{
    color:#fff;
    text-decoration:none;
    text-shadow:0 1px 0 #000;
}

#topmenu .menu li a:hover,
#topmenu .menu li a.hover{
    background:url(../images/menubg-hover.jpg) repeat-x center top #333333;
    color:#000 !important;
    text-shadow:0 1px 0px #FFF !important;
}

#topmenu .menu li a{
    padding:0px 10px;
    color:#1F3451;
    height:40px;
    line-height:40px;
    display:inline-block;
}

#topmenu ul li ul {
    display:none;
    position: absolute;
    top: 115px;
	width: 200px;
	background: #E9E9E9;
	color: #000;
    padding:0px;
    z-index:1000;
    box-shadow:1px 1px 3px #000;
    -moz-box-shadow:1px 1px 3px #000;
}
#topmenu ul li ul li ul {
    display:none;
    position: relative;
    margin-top:-155px;
    left:200px;
	width: 200px;
	background: #E9E9E9;
	color: #000;
    padding:0px;
    z-index:1000;
    box-shadow:1px 1px 3px #000;
    -moz-box-shadow:1px 1px 3px #000;
}

#topmenu ul li ul li,  #topmenu ul li ul li a{
    display:block;
    width:100%;
}

#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:#FFFFFF;

}

.pathway a{ color:#182ED4; margin: 10px; }
.pathway a:hover{ color:#BFEAFF; text-decoration:none; }

/*************************** Верхний широкий модуль ***************************/
#topwide{
    background:url(../images/topbg.jpg) repeat-x left bottom #FFF;
    border:solid 1px #AEAEAE;
    display:block;
    overflow:hidden;
    border-radius:3px;
    -moz-border-radius:3px;
    margin-bottom:20px;
    margin-top:10px;
    box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    width:940px !important;
}

#topwide .moduletitle{
    font-size:18px;
    margin-bottom:5px;
}

#topmod{
    padding:15px;
    margin:0px;
    width:910px !important;
}

/*************************** Верхний главный модуль ***************************/
#main .module{
    margin-bottom:20px;
    padding:10px 20px 15px 20px;
    background:#FFF;
    border-radius:3px;
    -moz-border-radius:3px;
    -moz-box-shadow:0 2px 0 #000;
    box-shadow:0 2px 0 #000;
}

#main .moduletitle{
    font-size:22px;
    height:40px;
    line-height:40px;
    background:url(../images/modtop.jpg) repeat-x left;
    margin-top:-11px;
    margin-bottom:10px;
    padding-left:14px;
    text-shadow:0 1px 0 #1F3147;
    color:#FFF;
    border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    display:block;
}

#main div:last{
    border-bottom:none !important;
}

/********************************* Сайдбар ************************************/
#sidebar .module{
    padding:15px;
    background:#eeeeee;
    display:block;
    overflow:hidden;
    border-radius:10px;
    -moz-border-radius:10px;
    margin-bottom:7px;
    -moz-box-shadow:0 2px 0 #000;
    box-shadow:0 2px 0 #000;
}

#sidebar .moduletitle{
    font-size:18px;
    margin-bottom:10px;
    color:#666666;
    text-shadow:0 2px 0 #FFFFFF;
}

#sidebar .modulebody p{
    margin-bottom:10px;
}

/********************************** Футер *************************************/

#footer{
    height:50px;
    line-height:50px;
    background: #19283B;
    color:#FFF;
    text-shadow:0 1px 0 #000;
    margin-top:-52px;
    clear:both;
}

#footer #copyright{
    font-size:16px;
}

#footer .foot_right a{
    height:40px;
    display:block;
    padding-top:10px;
}

#footer .foot_right{
    text-align:right;
}

.gurman-list{background:#E9EFDB;padding:5px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 6px;}
/************************* Кнопки настройки модулей ***************************/

span.fast_cfg_link { padding:4px; }
span.fast_cfg_link img{ border:none; }

/**************************** Сообщения сессии ********************************/

.sess_messages {
    padding:10px;
    background:#eeeeee;
    margin-bottom:15px;
    display:block;
    clear:both;
    border-radius:3px;
    -moz-border-radius:3px;
}

.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: green;
}
.sess_messages .message_error {
    background:url(../images/icons/no.png) no-repeat left center;
    color: red;
}

/*-------------------------- HORIZONTAL MENU ---------------------------------*/
.menutd{
	text-align:center;
}
.menulink{
	padding:5px;
}
.menulink_active{
	padding:5px;
}

/*------------------------ MODULE "LATEST PHOTO" -----------------------------*/
.mod_lp_titlelink{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.photo_thumb .mod_lp_albumlink a{
	color:#666666;
	font-size:12px;
}
.mod_lp_photo{
	padding-right:10px;
}
.mod_lp_details, .photo_thumb .mod_lp_albumlink .mod_lp_details a {
	font-size: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:#e16c3a;
	display: table;
	height: 8px;
	margin-bottom: 8px;
}
.search_field {
	width: 100%;
	border: 1px solid #666666;
}
.search_row1 {
	background-color:#FFFFFF;
}
.search_row2 {
	background-color:#EBEBEB;
}

/*------------------------ MODULE "AUTHORIZATION" ----------------------------*/
.authtable input#login,
.authtable input#pass{
    width:200px;
    border:solid 1px #cccccc;
    padding:2px;
}

#login_btn{
    font-size:16px;
    width:100px;
}
/*----------------------- 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: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;
}
/*----------------------- MODULE "LATEST ARTICLES" ---------------------------*/
.mod_latest_entry{
	margin-bottom:10px;
	clear:both;
}
.mod_latest_title{
	font-size:14px;
}
.mod_latest_blog_title{
	font-size:16px;
}
.mod_latest_date{
	margin-bottom:10px;
    padding:2px 0px;
	font-size:11px;
	color:gray;
}
.mod_latest_date a{
	color:#9F9C8B;
}
.mod_latest_desc{
	margin-bottom:5px;
}
.mod_latest_rating{
    padding:1px;
	background:url(../images/icons/rating.png) no-repeat left center;
    padding-left:20px;
}
.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:15px;
    background:#FFF;
    padding:1px;
    border:solid 1px #6E93C9;
}

.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:#EBEBEB;
}
.regrow2{
	background-color:#FFFFFF;
}
.regstar{
	font-size:18px;
	color:#FF0000;
}

#regform strong{
    font-size:16px;
    color:#333333;
}

#regform small{
    color:#9F9C8B;
}

/*------------------------------- LOGIN FORM ---------------------------------*/

.lf_notice{
    font-size:14px;
    margin-bottom:10px;
}

.lf_title{ font-size:18px; color:#666666; }

.lf_field{ margin-bottom: 10px; }

.lf_field input {
    width:250px; padding:3px; padding-left:20px; font-size:16px; border:solid 1px #cccccc; }

.lf_field input:focus {
    border:solid 1px #FFD100;
}

.lf_submit{
    margin-top:10px;
}

.lf_submit input{
    font-size:16px;
}

.login_form #remember{
    margin:0px;
    padding:0px;
}

.login_form #login_field{ background:url(../images/icons/user.png) no-repeat 2px 5px; }
.login_form #pass_field{ background:url(../images/icons/key.png) no-repeat 2px 5px; }

/*------------------------------ PAGES BAR -----------------------------------*/
.pagebar{
    margin: 10px 0;
	font-size:14px;
	clear:both;
}
.pagebar_title{
	margin:5px;
    color:#454545;
    font-weight: normal
    
}
.pagebar_page{
	margin:2px;
	padding:5px;
}
.pagebar_current{
	margin:2px;
	padding:4px;
	background-color: #9F9C8B;
    color:#FFF;
}

/*----------------------------- SITE SEARCH ----------------------------------*/
.search_match{
	background-color:#66CCFF;
	color:#FFF;
    border-radius:2px;
    -moz-border-radius:2px;
	padding:0 2px;
}
.search_date{
	float:right;
	height:14px;
	font-size:10px;
	color: #9F9C8B;
	margin:4px 4px 0 0;
}
#from_search{
	display:none;
	margin:10px 0 0 0;
	position:relative;
	padding: 10px;
	background: #eee
}
#from_search label{
	color: #666;
	padding: 5px;
	font-size: 13px
}
#from_search label.selected{
	color: #333;
}
.s_title{
margin-top:10px;
}
.price_search {
	width: 60%;
	border: 1px solid #666666;
}

.search_input {
	width: 300px;
	border:solid 1px gray;
}
.search_block {
	margin:0 0 7px 0;
	clear:both;
	padding:0 5px 5px;
    border-radius:6px;
    -moz-border-radius:6px;
	clear:both;
	overflow:hidden;
}
.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;
	clear:both;
}
.search_result_desc a {
	color:#666;
}
/*-------------------------------- FORMS -------------------------------------*/
.userform_fieldtitle{ font-size: 14px; }
.userform_fieldtitle .mustbe { font-size: 16px; color: #CC0000; }
/*------------------------- COMPONENT "CONTENT" ------------------------------*/
.fewnises{margin-bottom:20px;}
.samodule{overflow:hidden;}
.vip_module{margin-top:20px;overflow:hidden;}
.baner_module img{width:100% !important;margin-top:20px;margin-bottom:20px;}
.fast_cfg_link img{width:15px !important;}
.component {
    margin-bottom:2px;
    overflow:hidden;
}
.contentlist {
	clear:both;
}
.con_heading {

color:#FF43A4;

text-shadow: 1px 1px 7px #666;

border-bottom: 2px solid #dc143c;

letter-spacing: 2px;

font-size: 24px;

font-weight: normal;

margin: 0px;

margin-bottom: 18px;

padding: 5px 15px;

;font-weight: bold;

overflow: hidden;

}
.categorylist,.subcat{
float:left;
margin:0px 10px;
}
h3 {
	font-size: 18px;
    font-weight:normal;
	color:#429437;
    margin: 35px 0px;
}
.con_pubdate{
	color:#666666;
	font-weight:bold;
}
.con_description {
	margin-top:     2px;
	margin-bottom:  15px;
}
.con_description p{
    margin-bottom:  4px;
}
.con_desc{
	margin-top:0px;
}
.con_text{
    margin:15px 0px;
}
.textes{
font: 14px/23px Arial,Tahoma,Sans-Serif;
margin: 0;
padding: 0;
margin-bottom: 20px;
display: block;
}
.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 a{
    font-size: 1.385em;
	line-height: 1.4;
	color: #037dd3;
    text-decoration: underline;
}
.con_icons{
	margin:4px;
	margin-top:9px;
	margin-left:10px;
}
.con_icon{
	margin-top:4px;
}
.con_details{
    margin-bottom:10px;
	color:#999999;
}

.con_image{
    float:left;
    margin-right:16px;
    padding:2px;
}
/*------------------------- COMPONENT "PHOTOS" -------------------------------*/
.photo_layout{
    padding: 15px;
    text-align: center;
}
.photo_layout span{
  font-weight: normal !important;
  color: #ccc;
  padding: 0 10px
}
.photo_thumb{
	display:block;
    border:solid 1px #eee;
    padding:15px;
    margin-right:5px;
    margin-bottom:5px;
    color: #666;
    font-size: 11px
}
.photo_thumb:hover{
  background: #eee
}
.photo_thumb a{
    font-size:14px;
}
.photo_bar{
	background-color: #EBEBEB;
	margin:6px 0px 6px 0px;
}
.photo_desc{
	margin-bottom:10px;
}
.photo_box{
	border:solid 1px silver;
}
.photo_date_td{
	background-color:#EBEBEB;
}
.photo_subcat{
    font-size:16px;
}
.photo_gallery{
    margin-bottom:15px;
    clear:both;
}
.photo_userbar{
	padding:10px;
	background-color:#EBEBEB;
	margin-bottom:2px;
}
.photo_toolbar table{
    height:30px;
}

.photo_toolbar a{
	text-decoration:underline;
    font-size:14px;
    color:#333333;
}
.photo_add_link{

}
.photo_bbinput{
	width:400px;
	padding:5px;
	background: #F3F1E4;
	border:1px solid #ccc;
	color: #444

}
.photo_row{
	height:auto !important;
	overflow:hidden;
	padding:0.8em 0;
	width:99%;
}
.photo_album_tumb{
    position:relative;
    width:200px;
    margin-right:15px;
    margin-bottom:15px;
    border:solid 0px #eee;
    padding:5px;
    display: block;
    float: left;
    
}

.photo_album_tumb a{
  display: block;
  text-decoration: none !important;
      color: #666;
   text-align:center !important;
   padding: 10px 0
}

.photo_album_tumb a:hover{
    background: #eee
}

.photo_container{
    text-align:center !important;
}
.photo_container img{
  margin: 5px 0
}

.photo_album_img{
    background-color:#FFFFFF;
    background-image:none;
    border:1px solid #C0C0C0;
    margin:0 0.3em 0.3em 0;
    padding:3px;
    vertical-align:bottom;
}
.photo_txt{

}
.photo_album_title{
    display:block;
padding: 5px 0
}
.photo_album_title span{
  font-size: 14px
}
.photo_container_today{
	color:#09F;
	font-weight:bold;
	position:absolute;
	top: 40px;
	left: 10px;
	z-index: 1;
	margin:0;
	padding:0;
}
.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{

}

.photo_larr{
    background:url(../images/larr.jpg) no-repeat right 20px;
}
.photo_details{
    padding:20px;
    font-size:14px;
}
.photo_details .karma_buttons{
    padding:5px;
}
.photo_details_head, .CODE_INPUT_TO_FORUMS{
  display: inline-block
}
.photo_details_head div{
  display: inline-block;
  margin-right:10px
}
.photo_details_head div strong{
  font-weight: normal;
  color:#333
}

.photo_sub_details{
    padding:10px 20px;
    font-size:16px;
}
.photo_sub_details div{
  padding-bottom: 6px;
  color: #333
}
.photo_sub_details .taglinebar{
    margin:0px;
    margin-top:10px;
}
.CODE_INPUT_TO_FORUMS .allProText{
  margin-bottom: 10px;
  
}

/*---------------------------- ARTICLE CONTENTS ------------------------------*/
.con_pt {
	display:block;
	padding: 8px;
	margin: 5px;
	border:solid 1px gray;
	width:260px;
	float:right;
	background-color:#FFFFFF;
}

.con_pt_heading {
	display: block;
	margin-bottom:6px;
}

/*-------------------------------- SHOP CART ---------------------------------*/
.cart_item{
	float: left;
}
.cart_total{
	clear:both;
	border-top:solid 1px gray;
	margin-top:10px;
	padding-top:5px
}
.cart_price{
    float: right;
    font-weight: normal;
}
.cartrow2, .cartrow1 {
    clear: both;
    overflow: hidden;
    padding: 3px 5px;
    font-size:11px;
    font-weight: bold;
}
.cartrow1{
	background-color:#EBEBEB;
}
.cartrow2{
	background-color:#FFFFFF;
}

/*----------------------- MODULE "LATEST COMMENTS" ---------------------------*/
.mod_com_userlink{
	color:#666;
}
.mod_com_line{
    font-size:14px;
}
.mod_com_targetlink{
    color:#333;
}
.mod_com_details{
    font-size:10px;
    margin-bottom:6px;
}
.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;
}
/********************************** Футер *************************************/

#footer{
    height:50px;
    line-height:50px;
    background: #19283B;
    color:#FFF;
    text-shadow:0 1px 0 #000;
    margin-top:-52px;
    clear:both;
}
.bd_gurman_vip{
background: url(../images/star_gurr.png) no-repeat #f4f4f1 top right;

border:solid 1px #ff0000;
}
#footer #copyright{
    font-size:16px;
}

#footer .foot_right a{
    height:40px;
    display:block;
    padding-top:10px;
}

#footer .foot_right{
    text-align:right;
}
/*--------------------- MODULE "LATEST FORUM WEB2.0" -------------------------*/
#latest_forum_posts {padding: 7px 7px;color:gray;  font-size: 11px;}

#latest_forum_posts:hover .mod_fweb2_topiclink {
  background:#EEEEEE
}
#latest_forum_posts:hover .fweb2_bull_ar {
  color:#DDECFF
}
.fweb2_avatar {
  display: block;text-decoration: none;float: left
}
.fweb2_avatar, .fweb2_avatar img {
  width:25px;
}
.fweb2_avatar img {

}

.mod_forum_fdate{
  margin-top: 5px;
  color: #888;
  font-size: 14px;
  font-weight: normal !important

}
.mod_forum_fdate a, .thread_link a{
  color: #673AB7;
}

.fweb2_bull {
  margin-left: 28px;
  display: table
}
.fweb2_bull_ar {
  width:14px;
  color: #E8EDF4;
  font-size: 14px;
  text-align: right;
}
.fweb2_bull_ar span{ margin-right: -2px;}
.fweb2_bull_ar, .mod_fweb2_topiclink {
  vertical-align: top;
display: table-cell;
}

.mod_fweb2_userlink a{
	color:#333;
	font-weight:bold;
}
.mod_fweb2_userlink a:hover{
color:#9F9C8B
}
.mod_fweb2_date,.mod_fweb2_date_new{
      font-size: 11px;
      margin-bottom: 5px;
      text-align: left
}
.mod_fweb2_date{color:#999;} .mod_fweb2_date_new{color: green;}

.mod_fweb2_topiclink {
  background: #f8f4e2;
  padding: 5px 7px;
  border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.mod_fweb2_topiclink a{
	font-size: 16px;
	color: #666;
	text-decoration: none !important
}
.mod_fweb2_topiclink a:hover{
color:#000;
}
.mod_fweb2_shorttext{
	font-style:italic;
	color:#4499C7;
}

/*------------------------ MODULE "AUTHORIZATION" ----------------------------*/
.authtable input#login,
.authtable input#pass{
    width:200px;
    border:solid 1px #4DA4CF;
    padding:2px;
}
.bd_gurman{
 border:solid 1px #95d72e;
}
.bd_cat_main_titles a :hover{
color: #ff0000;
}
.bd_cat_main_titles{
color: #007899;
font-size: 12px;
font-weight: bold;
font-family: Trebuchet MS;
}
.bd_gurman{
 border:solid 1px #95d72e;
}
#login_btn{
    font-size:16px;
    width:100px;
}

/*-------------------------- MODULE "CALENDAR" -------------------------------*/
.calendar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: solid 1px black;
	width:100%;
	text-align:center;
}
.calendar_top{
	height: 30px;
	background-color:#006699;
	color:#FFFFFF;
}
#calendar_nav{
	height: 30px;
	background-color:#006699;
	color:#FFFFFF;
}
#calendar_nav a{
	color:#FFFFFF;
	text-align:center;
}
.calendar_dayname{
	font-size: 10px;
	height: 30px;
	background-color:#EBEBEB;
}
.calendar_day{
	font-size: 10px;
	padding:4px;
}
.calendar_today{
	font-size: 10px;
	padding:4px;
	background-color:#EBEBEB;
	border:solid 1px gray;
}
.calendar_daylink{
	text-decoration: underline;
}
.calendar_toplink{
	text-decoration: none;
	color:#FFFFFF;
}
.calendar_toplink:hover{
	text-decoration: none;
	color:yellow;
}

/*-------------------------- UNIVERSAL CATALOG -------------------------------*/
.uc_new{
	color:#FF0000;
	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;
}
.uc_itemlink{
	font-size:20px;
}
.uc_list_itempic{
	background-color: #FFFFFF;
	border: solid 1px black;
	padding: 2px;
}
.uc_list_itemdesc{
	padding-left: 0px;
    overflow:hidden;
}

.uc_thumb_item{
	padding: 2px;
	margin: 2px;
	background-color: #FFFFFF;
	border:solid 1px silver;
	display:block;
	width:140px;
	height:170px;
	float:left;
	text-align:center;
}
.uc_thumb_itemlink{
	font-size:12px;
}
.uc_detailfield{
	margin:0px;
	margin-bottom: 8px;
    padding:0px;
}
.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{
    border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid #C3D6DF;
    padding:4px;
}
.uc_detailrating{
	margin:0px;
	margin-bottom:8px;
	margin-top:8px;
	border:solid 1px gray;
	padding:3px;
}
.uc_findsame{
	color: gray;
}
.uc_tagline{
	border-top:dashed 1px #C3D6DF;
	margin-top: 6px;
	padding-top:2px;
	padding-bottom:8px;
	font-size: 10px;
	width: 100%;
}
.uc_sortform{
	padding: 5px;
	border: solid 1px gray;
	background-color:#FFFFFF;
	margin:1px;
}
.uc_queryform{
	padding: 5px;
	border-bottom: solid 1px gray;
	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:#333333;
    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{
    border:solid 1px #cccccc;
    padding:2px;
}

.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;
}

/*----------------------MODULE "LATEST FROM CATALOG"--------------------------*/
.uc_latest_item{
	padding: 2px;
	margin: 2px;
	background-color: #FFFFFF;
	border:solid 1px silver;
	display:block;
	width:140px;
	height:170px;
	float:left;
	text-align:center;
}
.uc_latest_link{
	font-size:12px;
}
.uc_latest_title{
	list-style-position:inside;
	list-style:square;
}
.uc_alpha_list{
    border-radius:3px;
    -moz-border-radius:3px;
    background-color:#eeeeee;
    padding:5px 10px;
    margin-bottom: 5px;
}
.uc_alpha_link{
	font-size:18px;
	padding-right:10px;
}

/*------------------------- MODULE "SITE TAGS" -------------------------------*/
a.tag:hover{
	background-color: #333333;
	color: #fff !important;
    text-decoration: none;
}
a.tag{
	padding:0 2px;
}

/*---------------------------PERSONAL MENU -----------------------------------*/
.mod_user_menu { float: right; }

.mod_user_menu span{
    margin-right:0px;
}
.mod_user_menu span a{
    padding:6px;
    padding-left:26px;
    color:#BFDEFF;
    text-decoration:none;
}

.mod_user_menu span a:hover{
    color:#FFF;
    background-color:#5D90D1;
    border-radius:3px;
    -moz-border-radius:3px;
}

.mod_user_menu .my_profile a{ background:url(../images/icons/user.png) no-repeat 6px center; }
.mod_user_menu .my_messages a{ background:url(../images/icons/message.png) no-repeat 6px 6px; }
.mod_user_menu .my_messages a.has_new { color:#FFE900; }
.mod_user_menu .my_gifts a{ background:url(../images/icons/gift.png) no-repeat 6px 6px; }
.mod_user_menu .my_blog a{ background:url(../images/icons/blog.png) no-repeat 6px center; }
.mod_user_menu .my_photos a{ background:url(../images/icons/folder_picture.png) no-repeat 6px center; }
.mod_user_menu .my_content a{ background:url(../images/icons/folder_page.png) no-repeat 6px center; }
.mod_user_menu .add_content a{ background:url(../images/icons/add.png) no-repeat 6px center; }
.mod_user_menu .admin a{ background:url(../images/icons/cpanel.png) no-repeat 6px center; }
.mod_user_menu .logout a{ background:url(../images/icons/logout.png) no-repeat 6px center; }
.mod_user_menu .register a{ background:url(../images/icons/register.png) no-repeat 6px center; }
.mod_user_menu .login a{ background:url(../images/icons/key.png) no-repeat 6px center; }
.mod_user_menu .my_balance a{ background:url(../images/billing/balance.png) no-repeat 6px center; }

.usr_bb_button{
	display:block;
    margin:1px;
	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:#F00; font-weight:bold; padding:2px; text-decoration:none; }
a.new_messages_link:hover{ color:#F00; background:#Fff; font-weight:bold; padding:2px; text-decoration:none; }

/************************** Новые пользователи ********************************/

.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 #6E93C9;
    overflow:hidden;
}

.mod_new_user_link { font-size:14px; }

#mod_usr_search_form td{
    padding:4px;
}

/*----------------------------------------------------------------------------*/
.ajax_autogrowarea{
    border: 0 none;
    font-family: arial;
    font-size: 100%;
    margin: 0;
    padding: 3px 1%;
    width: 100%;
	height:108px;
	min-height:180px;
}
.bb_tag_code{
    border:solid 1px silver;
    padding:8px;
    margin-top:5px;
    margin-bottom:5px;
    max-width:99%;
    overflow:auto;
}
.bb_tag_code ol{
    padding: 6px 0;
    padding-left:5px;
}
.bb_tag_hide{
	padding:8px;
	background-color:#FFFFCC;
    overflow: hidden;
}
.bb_tag_hide a{
	color:#333333;
	text-decoration:underline;
}
.bb_tag_spoiler .spoiler_title{ margin-bottom:3px; }
.bb_tag_spoiler .spoiler_body{
    margin-bottom:10px;
    padding:10px;
    background:#ECECEC;
    border-radius:3px;
    -moz-border-radius:3px;
}
.bb_img {
	max-width: 550px;
}
/*----------------------------- COMPONENT "FAQ" ------------------------------*/

/*------------------------------ TAG BAR -------------------------------------*/
.taglinebar{
	margin:10px 0px;
}
.taglinebar .label{
	padding-right:18px;
	background:url(../images/icons/tag.png);
	background-repeat:no-repeat;
	background-position:right;
	margin-right:4px;
}
.tag_searchcat{
	color:#666666;
	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;
}

/*------------------------ MODULE "LATEST BLOG POSTS" ------------------------*/
.mod_blog_userlink{
	text-decoration:underline;
	color:#666666;
}
.mod_blog_karma{
	text-align:center;
	font-size:18px;
}

/*------------------------- MODULE "LATEST FAQ QUESTS" -----------------------*/
.mod_faq_date{
	font-style:italic;
	color:#999999;
}

/* ------------------------ MODULE "LATEST BOARD ITEMS" --------------------- */

.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:#ED8115;
    font-weight:bold;
}
.new_board_items{
	padding:0px;
	margin:0px;
}

.board_city{
    color:#888;
}
/* ---------------------------- MODULE "LATEST CLUBS" ----------------------- */

.mod_clubs .data .details span{ color: #999; padding-left:19px; margin-right:4px; font-size:10px; height:16px;line-height:16px;display:block; }

/* ----------------------------- MODULE "USER RATING" ----------------------- */

.mod_user_rating td.avatar{ text-align:center; }
.mod_user_rating a { font-size:14px; font-weight:bold; margin-left:15px; float:left; }
.mod_user_rating div.karma { font-size:14px; font-weight:bold; margin-left:5px; float:left; }
.mod_user_rating div.rating { font-size:14px; font-weight:bold; margin-left:5px; float:left;  }

/* ========================================================================== */
/* =========================== КОМПОНЕНТЫ =================================== */
/* ========================================================================== */

/* ========================================================================== */
/* ============================== БЛОГИ ===================================== */
/* ========================================================================== */

/* ========================================================================== */
/* ========================= ДОСКА ОБЪЯВЛЕНИЙ =============================== */
/* ========================================================================== */
.bd_itemse{
border:solid 1px #ff0000;
height: 200px;
}
.bd_item{
	margin-bottom:4px;
	border-bottom:solid 1px #C3D6DF;
	height:148px;
}
.photo_sas{
margin-left:143px;
color:#000;
font-weight: bold;
}
.as{
color:#000;
font-weight: bold;
font-size:18px;
}
.realty_categorylist{
margin-bottom:10px;
}
.bd_itemse_vip a{
color:#7da819;
}
.bd_itemse_vip a:hover{
color:#000;
}
.bd_itemse_vip{
background: #FFF6AC url(../images/realty_vip.png) no-repeat bottom right;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-top-left-radius: 5px;
-moz-border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border:solid 1px #C3D6DF;
height:200px;
}
.form_real_lene td{border-bottom:solid 1px #000;width:450px;}
.form_real_lene div{border-bottom:solid 1px #ededed;width:450px;}
.form_real_lene b{color:#ff0000;}
.board_toolbar{
	margin-bottom:10px;
}
.board_toolbar table{
	padding:4px;
	background-color:#EBEBEB;
}
.board_toolbar a{
	text-decoration:underline;
	color:#666666;
}

div.bd_title{
	margin-bottom:0px;
}

div.bd_title a{

	font-weight:bold;
	margin:0px;
}
div.bd_title a:hover{
	font-size:18px;
	font-weight:bold;
	margin:0px;
	color:#ff0000;
}
.bd_item_vip div.bd_title a{
	font-size:18px;
	font-weight:bold;
	margin:0px;
    color:#ED8115;
}
.bd_item_vip div.bd_title a:hover{
	font-size:18px;
	font-weight:bold;
	margin:0px;
    color:#fff;
}
img.bd_image_small{
	padding:2px;
	margin-right:10px;
}

.bd_item_vip img.bd_image_small{
	padding:2px;
	margin-right:10px;
}

div.board_gallery{
	margin-top:20px;
	margin-bottom:10px;
}

.board_categorylist{
    margin-bottom:30px;
    margin-top: 10px;
}

.bd_text{
	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:2px;
	float:right;
}
div.bd_item_details a, .bd_moderate_link a{
	color:#000;
}

div.bd_item_details_full{
	margin-bottom:10px;
}

div.bd_item_details_full a{
	color:#666666;
}

div.bd_item_details span, div.bd_item_details_full span{
	height:18px;
	line-height:28px;
	padding:2px;
	padding-left:28px;
	padding-right:10px;
	font-size:12px;
}

.bd_text_full{
    padding:5px 20px;
    font-size:16px;
    -moz-border-radius:8px;
    border-radius:8px;
    margin-top:15px;
background: url(../images/realty_.png) no-repeat bottom right;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-top-left-radius: 5px;
-moz-border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
}

.bd_text_full_vip{
    padding:5px 20px;
    font-size:16px;
    -moz-border-radius:8px;
    border-radius:8px;
    margin-top:15px;
background: url(../images/realty_vip.gif) no-repeat bottom right;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-top-left-radius: 5px;
-moz-border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
}
.realty_content{
padding:5px 8px;
background: -moz-linear-gradient(-45deg,  rgba(247,247,247,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
width:450px;
position:realty;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
-moz-border-top-left-radius: 8px;
-moz-border-top-right-radius: 8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
}
#status_realty{
background: rgb(255,175,75); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,175,75,1)), color-stop(100%,rgba(255,146,10,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
color:#fff;
padding:0px 5px;
}
.status_realty{
padding:0px 5px;
}
.form_real_lene{
padding-top:30px;
padding-left:7px;
}
.status_realty a{
color:#fff;
padding:10px 5px;
}
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_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_obj_city{
	background:url(../images/icons/city.png) no-repeat;
}
span.bd_obj_city a{
	margin:0px 20px;
}

span.bd_obj_date b{
	margin:0px 20px;
}
span.bd_obj_hits b{
	margin:0px 20px;
}
span.bd_obj_user{
	background:url(../images/icons/user.png) no-repeat;
}
span.bd_obj_user a{
	margin:0px 20px;
}
span.bd_obj_user b{
	margin:0px 20px;
}
span.bd_obj_cat{
	background:url(../images/icons/folder_table.png) no-repeat;
}
span.bd_obj_cat a{
	margin:0px 20px;
}
span.bd_obj_date{
	background:url(../images/icons/calendar.png) no-repeat;
}
span.bd_obj_hits{
	background:url(../images/icons/eye.png) no-repeat scroll center left;
}
span.city_flag{
	background:url(../images/icons/flag.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:green;
	background:url(/components/board/images/status_ok.gif) no-repeat;
}
span.bd_item_status_bad{
	color:red;
	background:url(/components/board/images/status_bad.gif) no-repeat;
}

img.bd_cat_main_icon{
	margin-right:10px;
}

div.bd_cat_main_title a{
	font-size: 22px;
	color:#000;
}

.b-blog-list li {
font-size: 13px;
line-height: 18px;
margin-bottom: 7px;
}

.b-blog-list li .b-blog-list__theme:hover{
color:#ff5400;
border-bottom:1px solid rgba(255,84,0,0.30000000000000004);
text-decoration:none;
}

.b-blog-list li .b-blog-list__theme{
color:#6a8e16;
border-bottom:1px solid rgba(106,142,22,0.30000000000000004);
text-decoration:none;
}

div.bd_cat_main_title a:hover{
	font-size: 22px;
	color:#ff0000;
}
div.bd_cat_main_obtypes a{
	color:#000;
}
.auto_categorylist tbody{
    padding:18px;
	border:solid 1px silver;	
}
.auto_categorylist td{
    padding:18px;
}
/* ========================================================================== */
/* ============================== КАТАЛОГ =================================== */
/* ========================================================================== */

#shop_toollink_div{
    border-radius:3px;
    -moz-border-radius:3px;
    background-color:#eeeeee;
    float:right;
    padding:8px 8px;
	clear:both;
	overflow:hidden;
}

#shop_toollink_div a{
    color:#333333;
}

#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 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-size:14px;
	font-weight:bold;
	color:#047700;
}

#shop_price{
	float:left;
	font-size:14px;
	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 0px;
}

.catalog_list_item{
    border-radius:3px;
    -moz-border-radius:3px;
    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:0px;
	padding:0px;
	overflow:hidden;
}

ul.uc_cat_list li.uc_cat_item{
    font-size:18px;
    padding-left:23px;
    background: url(../images/icons/folder.png) no-repeat left center;
    height:18px;
    line-height:18px;
    margin:0px;
    margin-bottom:10px;
}
.hint{
    color:gray;
}
#shop_moder_form{
    padding:15px;
}
#shop_moder_form p.notice{
    font-weight:bold;
}

/* ========================================================================== */
/* ============================== КЛУБЫ ===================================== */
/* ========================================================================== */
input.button { font-size:18px; }

div.new_club {
   margin-bottom:15px;
   padding:9px;
   padding-left:30px;
   padding-right:15px;
   background:url(../images/icons/add.png) no-repeat 10px center #E1EFBF;
   float:right;
   -moz-border-radius:8px 8px 8px 8px;
   border-radius:8px 8px 8px 8px;
   background-color:#E1EFBF;
}
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;
    -moz-border-radius:8px;
    clear:both;
    position: relative;
}

.user_role {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #cc3300;
}
.member {
    color: #0033cc;
}
.moderator {
    color: #009933;
}
div.club_entry_vip{
    background: #FFFFD9;
    border: 1px solid #FFCC99;
}

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{ font-size: 17px; }
div.club_entry_vip .data .title a{ color:#ED8115;  }
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/groups/registered.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; padding: 2px; margin-right:14px; }

table.club_full_entry .data .details { margin-bottom:10px; border-bottom:solid 1px #789DAF; padding-bottom:8px; background:#E1EFBF; 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/groups/registered.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:225px; 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:0px; padding-left:5px; margin-top:0px; }
table.club_full_entry .clubcontent div.title { padding:10px 10px 10px 40px; border-top:solid 1px #789DAF; color:#429437; line-height:30px; height:30px; font-size:16px; }
table.club_full_entry .clubcontent div.blog .title { background:url(../images/icons/big/blog.png) 4px center no-repeat #E1EFBF; }
table.club_full_entry .clubcontent div.album .title { background:url(../images/icons/big/images.png) 4px center no-repeat #E1EFBF; }
table.club_full_entry .clubcontent ul li a.on_moder { color:#FF6600; }
table.club_full_entry .clubcontent div.album a.delete { color:#FF0000; }

table.club_full_entry .clubcontent span.new{ color:#009900; 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:#999999; }
table.club_full_entry .clubcontent ul li.service a{ color:#009900; }

table.club_full_entry .clubcontent #add_album_form input.text { width:300px; border:solid 1px silver; }
.service { color:#009900; 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 .clubmenu div.join{ padding-left: 32px; background:url(../images/icons/clubs/join.png) 0px center no-repeat; }
table.club_full_entry .clubmenu div.leave{ padding-left: 32px; background:url(../images/icons/clubs/leave.png) 0px center no-repeat; }
table.club_full_entry .clubmenu div.config{ padding-left: 32px; background:url(../images/icons/clubs/config.png) 0px center no-repeat; }
table.club_full_entry .clubmenu div.invite{ padding-left: 32px; background:url(../images/icons/clubs/invite.png) 0px center no-repeat; }
table.club_full_entry .clubmenu div.messages{ padding-left: 32px; background:url(../images/icons/clubs/messages.png) 0px center no-repeat; }

table.club_full_entry .wall .header{ background:#E1EFBF; padding:10px; border-top:solid 1px #789DAF; font-size:16px; color:#429437; }
table.club_full_entry .wall .body{ padding:10px; }
table.club_full_entry .wall #addwall{ padding:0px; padding-right:10px;}
.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); }

/* ========================================================================== */
/* =========================== КОММЕНТАРИИ ================================== */
/* ========================================================================== */
.submit_cmm {
    float: left;
    margin: 6px 0;
}
.cmm_links {
    margin:15px 0 0 0;
}
.cmm_links span {
    padding: 1px 10px 1px 20px;
}
.cmm_links span.add_comment {
    background:url(../images/icons/comment.png) no-repeat left center;
}
.cmm_links span.subscribe {
    background:url(../images/icons/subscribe.png) no-repeat left center;
}
.cmm_links span.unsubscribe {
    background:url(../images/icons/unsubscribe.png) no-repeat left center;
}
.cmm_links span.cmm_rss {
    background:url(../images/icons/rss.png) no-repeat left center;
}
.left_border{
    padding: 0 0 0 8px;
}
.cmm_heading {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #7192A6;
	margin-bottom: 4px;
	padding-top: 8px;
}
.cmm_icons{
	margin-bottom: 4px;
}
.cmm_icons a{
	color:#666666;
	text-decoration:underline;
}
.cmm_anchor{
	float:left;
	margin-left:10px;
	color:#333333;
}
.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:green;
}
.cmm_bad{
    color:red;
}
.cmm_date {
	color: #999;
	background-color: #999999;
	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:#EBEBEB;
	margin-bottom:4px;
}
.cmm_entry {
	width: 100%;
	margin:0;
	margin-bottom:5px;
	padding:2px;
}
.cmm_sublinks{
    display:block;
    margin-top:10px;
}
.cmm_sublinks a:hover{
    color:#333333;
}
.cmm_sublinks a{
    color:#9F9C8B;
    margin-right:6px;
}
.cmm_avatar {
	padding: 5px;
	background:#EBEBEB;
    border-radius:3px;
    -moz-border-radius:3px;
}
.cmm_content_av {
	padding: 10px;
	padding-left: 25px;
	padding-top: 7px;
	background:url(../images/icons/comments/pointer.jpg) no-repeat;

}
.cmm_content {
	padding-left: 6px;
}
.cmm_addentry a{
	text-decoration:underline;
}
.cmm_addentry {
	padding:20px;
	border:solid 1px gray;
	background-repeat:repeat-x;
	background-color:#E4E4E4;
}
.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_submit{
	font-size:12px;
}
.cmm_all_title{
    margin-bottom:5px;
    color:#9F9C8B;
    font-size:102%;
    font-weight:normal;
}
.cm_guest_name{
    margin:10px 0px;
    color:#333333;
    font-weight:bold;
}
.cm_addentry{
	overflow:hidden;
	margin:4px;
}
.cm_editor{
	border:1px #CCC solid;
	padding:4px;
    border-radius:0 0 6px 6px;
    -moz-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:#eeeeee;
    border-radius:3px;
    -moz-border-radius:3px;
}

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;
}

/* ========================================================================== */
/* ============================== ФОРУМ ===================================== */
/* ========================================================================== */

/* ========================================================================== */
/* ========================== ПОЛЬЗОВАТЕЛИ ================================== */
/* ========================================================================== */
.add_file_link{
    height:18px;
    line-height:18px;
    padding-left:22px;
    background:url(../images/icons/users/upload.gif) no-repeat left center;
}
#usr_links{
	margin-top:0px;
	margin-bottom:10px;
	overflow:hidden;
	clear:both;
}

#usr_links sup{
    font-size:12px;
    color:#729CCC;
}

#usr_files, #usr_blog, #usr_board, #usr_forum, #usr_comments, #usr_realty, #usr_gurmane, #usr_auto, #usr_rabota{
	display: inline-block;
	height:32px;
	line-height:32px;
    padding: 0 12px 0 35px;
	font-size: 18px;
	margin:5px 0;
    margin-left:0px;
}
#usr_files a, #usr_blog a, #usr_board a, #usr_forum a, #usr_comments a, #usr_realty a, #usr_gurmane a, #usr_auto a, #usr_rabota a{
	color: #4B4B4B;
	text-decoration: underline;
}
#usr_files a:hover, #usr_blog a:hover, #usr_board a:hover, #usr_forum a:hover, #usr_comments a:hover, #usr_realty a:hover, #usr_gurmane a:hover, #usr_auto a:hover, #usr_rabota a:hover{
	color: #4B4B4B;
	text-decoration: none;
}
#usr_files, #usr_blog, #usr_board, #usr_forum, #usr_comments{
	display: inline-block;
	height:32px;
	line-height:32px;
    padding: 0 12px 0 35px;
	font-size:17px;
	margin:5px 0;
    margin-left:0px;
    float:left;
}

.online{
    padding:1px 5px;
	background-color:#00CC00;
	color:#FFF;
    border-radius:4px;
    -moz-border-radius:4px;
	font-size:11px;
}

.cmm_votes{
	float: right;
	padding: 2px;
    margin-right:15px;
    color:silver;
    font-weight:bold;
}
.cmm_good{
    color:green;
}
.cmm_bad{
    color:red;
}


#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; }
#usr_forum{ background:url(../images/icons/big/folder.png) no-repeat; }
#usr_comments{ background:url(../images/icons/big/faq_answer.png) no-repeat; }
#usr_gurmane {background: url(../images/icons/big/realty.png) no-repeat;}

#upr_feed .action_entry {
	border-bottom:1px solid #BFE5FF;
	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{
	-moz-border-radius:8px 8px 8px 8px;
    background-color:#FFFFFF;
    border:1px solid #65A1C2;
    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:gray; }

.usr_com_title{	padding: 5px; background-color:#EBEBEB; border-top:solid 1px #666;	border-bottom:none; }
.usr_com_body{	padding-top: 15px; }


.usr_publ_albums{ overflow:hidden;	background-color:#EBEBEB; padding:6px; margin-bottom:10px; }

.usr_article_add{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/add.png) no-repeat left center;
}
.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;
    text-decoration: none;
}
.usr_edit_album{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/edit.png) no-repeat left center;
    margin-left:6px;
    text-decoration: none;
}

#usr_photos_upload_album{
    background:#eeeeee;
    border-radius:3px;
    -moz-border-radius:3px;
    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:#9F9C8B;
}

.usr_photos_add_limit{
    margin-bottom: 20px; color:#9F9C8B;;
}

.usr_photos_submit_one{
    padding:10px;
    border:solid 1px #C3D6DF;
    border-radius:3px;
    -moz-border-radius:3px;
    margin-bottom:2px;
}
.usr_photos_submit_one .ph_thumb{
    border: solid 3px #eeeeee;
    -moz-border-radius:5px;
    width:96px;
    padding:2px;
}
.usr_photos_submit_one .text-input{
    width:300px;
}
#usr_photos_submit_btn{
    margin-top:15px;
    color:#9F9C8B;
}
#usr_photos_submit_btn input{
    font-size:18px;
}
.photos_title {
      font-size:16px;
      display: block;
      text-decoration: none;
      padding-top: 5px;
      padding-bottom: 5px
}

.usr_photo_thumb{
    padding:1px;
    padding-top:10px;
    float:left;

    width:100%;
    display:block;
    margin:4px;
    margin-left:0px;
    border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid #C3D6DF;
    text-align:center;
}
.usr_photo_date{ font-size:11px; color:#9F9C8B; 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;
	clear:both;
}

.usr_photos_add_st{
    margin-top:20px;
    width:500px;
    color:#9F9C8B;
}

.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:#FFFFFF; }
.usr_editprof{	background-color:#FFFFFF; border:solid 1px gray; padding:8px; width:100%; }
.usr_edithint{	color:#666666;	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:#FFFFFF; border:solid 1px gray; }
.usr_q_link{ color:#003366; }

.usr_award_block{ display:block; margin:2px; width:100%; }
.usr_award_date{ font-size:10px; color:#999999;	margin-top:5px; }

.usr_deleted{ font-size:18px; color:#990000; }
.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:16px; color:#333333; margin-bottom:5px; }
.usr_wall_body{ margin-bottom:10px;	}
.usr_wall_body p{
    padding:2px;
    margin:5px 0px;
    color:#9F9C8B;
    font-size:14px;
}
.usr_wall_addlink{
    border-radius:3px;
    -moz-border-radius:3px;
    padding:5px 8px;
	padding-left:25px;
    display:inline-block;
	background:url(../images/icons/add.png) no-repeat 6px center #3ffe00;
}
.club_wall_addlink{
    padding:0 0 0 25px;
	float:right;
	background:url(../images/icons/add.png) no-repeat 6px center #eeeeee;
}
.usr_wall_addlink a, .club_wall_addlink a { color:#333333; text-decoration:none; font-size:13px; }
.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:#666666;
}
.usr_awlist_link{
	font-size:14px;
	background:#ccc;
	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:#333333; }
.usr_aw_desc{ font-size:14px; color:#9F9C8B; }
.usr_aw_who{ padding:10px; }

.user_gender_m, .user_gender_ { background:url(../images/icons/male.png) no-repeat 0px 2px;	padding-left:20px;	line-height:18px; }
.user_gender_f { background:url(../images/icons/female.png) no-repeat 0px 2px; padding-left:20px; line-height:18px; }

.usr_aw_users{ margin-bottom:4px; color:#333333; }

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:37px; clear: both; margin: 20px 0 0; overflow: hidden; }

.usr_msgmenu_active{
    margin-right:0px;	background-color:#eeeeee; padding:10px;	font-weight:bold;
    border-radius:8px 8px 0 0; -moz-border-radius:8px 8px 0 0; float: left;
}
.usr_msgmenu_link{	margin-right:0px;	padding:10px; float: left; }

.in_link{ padding-left:26px; background:url(../images/icons/users/message-in.png) no-repeat 6px center #FFF; }
.in_span{ padding-left:26px; background:url(../images/icons/users/message-in.png) no-repeat 6px center #eeeeee; }

.out_link{ padding-left:26px; background:url(../images/icons/users/message-out.png) no-repeat 6px center #FFF; }
.out_span{ padding-left:26px; background:url(../images/icons/users/message-out.png) no-repeat 6px center #eeeeee; }

.notices_link{ padding-left:26px; background:url(../images/icons/users/message_notice.png) no-repeat 6px center #FFF; }
.notices_span{ padding-left:26px; background:url(../images/icons/users/message_notice.png) no-repeat 6px center #eeeeee; }

.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 #FFF; }
.history_span{ padding-left:26px; background:url(../images/icons/users/message_history.png) no-repeat 6px center #eeeeee; }

a.msg_delete:hover,
a.msg_reply:hover,
a.msg_history:hover{
    color:#9F9C8B;
}

a.msg_delete,
a.msg_reply,
a.msg_history,
span.msg_new{
    color:#333333;
    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:red; }

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:green; }

.usr_files_head{
    background-color:#ECECEC;
    font-weight:bold;
    padding:4px;
}

.usr_avatar{
    padding:10px;
    border:solid 1px #65A1C2;
    background-color:#FFFFFF;
    border-radius:3px;
    -moz-border-radius:3px;
}

.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:#9F9C8B; background:none; }




/* ========================================================================== */
/* ======================= ЛЕНТА АКТИВНОСТИ ================================= */
/* ========================================================================== */
/* ========================================================================== */
/* ======================= ЛЕНТА АКТИВНОСТИ ================================= */
/* ========================================================================== */
.action_friends{
	position:relative;
	margin:0 0 10px 0;
	border-collapse: separate;
}
.action_friends td {
    background-color: #E1EFBF;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
    padding: 1px 0;
	vertical-align: middle;
	text-align:center;
	height:90px;
}
.action_fr {
	vertical-align: middle;
}
.action_friends td.selected {
    background-color: #FFFFFF;
}
.arr_btn {
    text-decoration: none;
	font-size:40px;
}
.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;
    margin-bottom:15px;
}

.action_entry .is_new { color:#FF5A00; }

.action_user{
    color:#429437;
    font-size: 14px;
    font-weight: 700;
}

.action_title{
    font-size:14px;
}

.action_date{
    float:right;
    margin-left: 15px;
    margin-bottom: 15px;
    font-size:11px;
    color:#5F98BF;
}

.action_details{
    clear:both;
    color:gray;
	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; }

/** 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;
    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 #32c83b;
    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 #32c83b;
    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: 100;
    text-align: left;
}
#popup_container .b {
    background: transparent url('../images/core/b.png') repeat scroll 0 0;
}
#popup_container .tl {
    background: transparent url('../images/core/tl.png') repeat scroll 0 0;
}
#popup_container .tr {
    background: transparent url('../images/core/tr.png') repeat scroll 0 0;
}
#popup_container .bl {
    background: transparent url('../images/core/bl.png') repeat scroll 0 0;
}
#popup_container .br {
    background: transparent url('../images/core/br.png') repeat scroll 0 0;
}
#popup_container table {
    border-collapse: collapse;
    margin: auto;
}
#popup_container .body {
    background: #fff;
    width: 600px;
}
#popup_container .tl,
#popup_container .tr,
#popup_container .bl,
#popup_container .br {
    height: 10px;
    overflow: hidden;
    padding: 0;
    width: 10px;
}
#popup_title,
#note_title {
    background: none repeat scroll 0 0 #32c83b;
    border: 1px solid #396EA4;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 6px;
    text-shadow: 0 1px 0 #111111;
}
#popup_container .popup_x_button,
#noteform .popup_x_button {
    background: url('../images/core/boxicon.gif') repeat scroll -4px -2px #9AB5D1;
    cursor: pointer;
    float: right;
    height: 17px;
    margin: 5px 7px 0;
    padding: 0;
    width: 17px;
}
#popup_container .popup_x_button:hover,
#noteform .popup_x_button:hover {
    background-color: #fff;
}
#popup_progress {
    display: none;
    text-align: center;
    width: 100%;
    margin: 45px 0 28px;
}
#popup_content {
    padding: 0;
    margin: 0;
}
#popup_message {
    color: #111;
    font-size: 13px;
    padding: 0 3px 0 3px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
	overflow:hidden;
}
#popup_message .box_message_content {
    color: #111;
    font-size: 13px;
    margin: 5px;
    padding: 5px;
}
#popup_panel, #note_panel {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    margin-top: 0px;
    padding: 3px;
    padding-right: 10px;
    text-align: right;
}
#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;
}
/** 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: #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;
}
/** Ajax intive club [AM][end] **/
#langs {
    background: none no-repeat scroll 5px center #429437;
    border: 1px solid #5D90D1;
    border-radius: 6px;
    color: #FFF;
    cursor: pointer;
    float: right;
    height: 28px;
    line-height: 28px;
    margin: 15px 0 0 15px;
    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 #5D90D1;
    border: 1px solid #429437;
}
#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;
    font-size: 12px;
    width: 44px;
}
#langs-select li {
    margin: 0;
    padding: 0 5px 0 25px;
    background: none no-repeat scroll 5px center #5D90D1;
}
.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: #4DA400;
    float: right !important;
	height:35px;
    padding:10px;
	position:absolute;
    text-decoration: none;
    color: #FFF;
    border-radius: 2px;
    line-height: 19px;
	margin-left:35px;
}
.city_link:hover {
    background: #B3C2C9;
    color: #333;
}
.city_view{
    border: none !important;
    margin: 0;
    padding: 10px;
}
.MultiFile-wrap input{
height:40px;
}
.l-header-wrap { 
background: #6A920F;
height: 45px;
z-index: inherit;
}
.b-doska-search { 
background: #779F1A;
box-sizing: border-box;
display: table;
height: 68px;
margin:5px;
padding: 10px 20px;
table-layout: fixed;
width: 265px;
}
.b-doska-search__row { 
display: table-row;
}
.b-doska-search__cell { 
display: table-cell;
vertical-align: middle;
}
.b-doska-search .b-nbtn { 
color: #676767;
height: 26px;
padding: 0px;
width: 100%;
}
.b-nbtn { 
border-radius: 4px;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: "Arial", "Helvetica", sans-serif;
font-size: 14px;
height: 30px;
line-height: 30px;
padding: 0px 1em;
position: relative;
text-align: center;
text-decoration: none;
}
.b-nbtn_theme_grey { 
background: linear-gradient(to bottom, #FCFCFC 0px, #FAFAFA 14%, #E1E1E1 100%) transparent;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
}
.b-doska-search .b-link { 
color: #FFFFFF;
}
.b-doska-search__cell { 
display: table-cell;
vertical-align: middle;
}
.b-doska-search__cell_align_center { 
text-align: center;
}
.mod_faq_quest{
background: #779F1A;
padding:5px;
color:#fff;
}
.ips{
background: #F6FAED;
padding:5px;
}
.ips h1{
color:#000;
margin:0px 5px;
}
.b-card-phone__balloon p {
left: 10px;
width: 9px;
height: 6px;
background: url(../images/usic.png) center center no-repeat transparent;
background-image: url(../images/usic.png);
}
.b-card-phone__balloon {
position: relative;
display: none;
margin: 20px;
padding: 5px 10px;
border: 1px solid #648616;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 6px;
background: #fff;
color: #648616;
font-weight: bold;
font-style: italic;
font-size: 14px;
line-height: 1.2;
}
.tesla{
font-weight: bold;
font-style: italic;
font-size: 24px;
}
.contentlistes {
clear: both;
border: 1px solid #D9D9D9;
border-radius: 4px;
box-shadow: 1px 1px 3px #D7D7D7;
padding: 15px;
overflow: hidden;
margin: 5px 0;
}
.con_desc {
margin-top: 0px;
}
.con_imagese {
float: right;
top: 0;
position: relative;
}
.erty {
background: url(../images/b-icon-pack.png) no-repeat transparent;
height: 50px;
left: 50%;
margin-left: -25px;
margin-top: -25px;
position: absolute;
top: 50%;
width: 50px;
}
.tioggp {
background: #000000;
border-radius: 4px;
bottom: 4px;
color: #FFFFFF;
display: block;
font: 11px/24px "Arial", "Helvetica", sans-serif;
padding: 0px 8px;
position: absolute;
right: 4px;
}
.con_titlesw {
font: 700 26px/1 "Georgia", serif;
color: #000;
}
.ferto {
padding: 5px;
}
#zi_vip ul{
background:#95d72e;
border-radius:8px 8px 0px 0px;
color:#fff;
}
#zi_vip li{
margin:0px 0px;
font-size: 28px;
font-weight: normal;
}
.obg ul{
background:#ff9900;
font-size: 28px;
border-radius:8px 8px 0px 0px;
color:#fff;
}
.obg li{
margin:0px 0px;
font-size: 28px;
font-weight: normal;
}
.znoy{
padding:10px 0;
}
div.bd_item_detailse {
margin-top: 2px;
}
.ojesh{
    margin:5px;
    display: block;
    float: left;
    max-width: 255px;
    overflow: hidden;
    position: relative;
    height: 290px;
    width: 588px;
}
.ojesh div{
float:left;
}
.obj_img {
    width:100%;
}
.photo_txt {
    color: #9A9A9A;
    font-size: 0.8em;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0;
    text-align: left;
}
.photo_txt a{color:#2f2c26;text-decoration:none;font-size: 0.85em;}
.photo_txt:hover a{color:#131313;text-decoration: underline;}
.ojesh .obj_title{
	position:absolute;
	bottom:0;color:#f3f3f3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px 10px 0px;
	background:hsla(29, 100%, 51%, 0.81);
	width: 100%;opacity:0;
    display:block;
	filter: alpha(opacity = 00);
	zoom: 1;-moz-opacity: 0.0;
}
.ojesh #obj_vip{
	position:absolute;
	bottom:0;color:#f3f3f3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px 10px 12px;
	background:hsla(83, 68%, 51%, 0.9);
	width: 100%;opacity:0;
    display:block;
	filter: alpha(opacity = 00);
	zoom: 1;-moz-opacity: 0.0;
}
#obj_vip a{color:#f3f3f3;font-size: 0.8em;text-decoration: none;}
#obj_vip a:hover{text-decoration: underline;}
.ojesh:hover #obj_vip{color:#fff;opacity:1.0;
	filter: alpha(opacity = 99);
	zoom: 1;-moz-opacity: 1.0;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
	}
.ojesh:hover #obj_vip a{color:#fff;}
.photo_album_img {
width: 100%;
}

#obj_vip a{color:#f3f3f3;font-size: 0.8em;text-decoration: none;}
#obj_vip a:hover{text-decoration: underline;}
.ojesh:hover #obj_vip{color:#fff;opacity:1.0;
	filter: alpha(opacity = 99);
	zoom: 1;-moz-opacity: 1.0;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
	}
.ojesh:hover #obj_vip a{color:#fff;}

.photo_album_img {
width: 100%;
}

.obj_title a{color:#f3f3f3;font-size: 0.8em;text-decoration: none;}
.obj_title a:hover{text-decoration: underline;color:#000;}
.ojesh:hover .obj_title{color:#fff;opacity:1.0;
	filter: alpha(opacity = 99);
	zoom: 1;-moz-opacity: 1.0;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
	}
.ojesh a{color:#fff;}
.obj_title a :hover {color:#000;}
#gurik input{
padding:10px;
}
#gurik select{
height:40px;
}
.price_titles_vip {
position: absolute;
top: 0;
left: -30px;
display: block;
width: 33px;
height: 100%;
background: url(../images/grin.png) center center no-repeat transparent;
}
.b-price-tag_vip {
position: relative;
right: -40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 15px;
padding-right: 10px;
padding-left: 10px;
width: 100%;
height: 68px;
background: #95d72e;
color: #fff;
text-align: center;
white-space: nowrap;
font-weight: bold;
font-size: 33px;
line-height: 68px;
}
.price_titles_vip p{
margin-left: 40px;
}
.board_price_vip{
width: 100%;
font-size: 14px;
margin-bottom: 10px;
text-align: right;
}
.opis{
width:400px;
margin:100px 0px;
padding:5px;
background:#fe8505;
color:#fff;
}
.opis_vip{
width:560px;
margin:100px 0px;
padding:5px;
background:#95d72e;
color:#fff;
font-weight: bold;
}
ul.thumbs li {
float: left;
height: 80px;
width: 70px;
margin: 0px 5px 0px 5px;
}
#chas{
background: url(../images/chas.png) no-repeat transparent;
padding:0px 0px 0px 40px;
font-weight: bold;
font-size: 26px;
}
#chas b{
color:#fff;
background: #fff18c; /* Old browsers */
background: -moz-linear-gradient(-45deg, #fff18c 0%, #fff18c 0%, #95d72e 14%, #95d72e 42%, #95d72e 50%, #95d72e 52%, #fff18c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fff18c), color-stop(0%,#fff18c), color-stop(14%,#95d72e), color-stop(42%,#95d72e), color-stop(50%,#95d72e), color-stop(52%,#95d72e), color-stop(100%,#fff18c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #fff18c 0%,#fff18c 0%,#95d72e 14%,#95d72e 42%,#95d72e 50%,#95d72e 52%,#fff18c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #fff18c 0%,#fff18c 0%,#95d72e 14%,#95d72e 42%,#95d72e 50%,#95d72e 52%,#fff18c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #fff18c 0%,#fff18c 0%,#95d72e 14%,#95d72e 42%,#95d72e 50%,#95d72e 52%,#fff18c 100%); /* IE10+ */
background: linear-gradient(135deg, #fff18c 0%,#fff18c 0%,#95d72e 14%,#95d72e 42%,#95d72e 50%,#95d72e 52%,#fff18c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff18c', endColorstr='#fff18c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding:5px;
border: 1px solid #D9D9D9;
}
#porciya{
font-weight: bold;
font-size: 26px;
background: url(../images/porciya.png) no-repeat transparent;
overflow: hidden;
padding:0px 40px;
}
#porciya b{
color:#ffb400;
}
#contente{
font-size: 22px;
font-weight: bold;
border: 1px solid #648616;
background: #026520; /* Old browsers */
color:#fff;
padding:5px;
border-radius:8px;
}
.guriman{
background: rgb(157,213,58); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOWRkNTNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYTFkNTRmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjODBjMjE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdjYmMwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
#gura{
background: rgb(255,183,107); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZiNzZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjZmZhNzNkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjZmY3YzAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmN2YwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(255,183,107,1) 0%, rgba(255,167,61,1) 38%, rgba(255,124,0,1) 38%, rgba(255,127,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(38%,rgba(255,167,61,1)), color-stop(38%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 38%,rgba(255,124,0,1) 38%,rgba(255,127,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 38%,rgba(255,124,0,1) 38%,rgba(255,127,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 38%,rgba(255,124,0,1) 38%,rgba(255,127,4,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 38%,rgba(255,124,0,1) 38%,rgba(255,127,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
padding:5px;
}
.guriman span{
color:#fff;
font-size:14px;
font-weight: bold;
}
.guriman a{
color:#ff0000;
font-weight: bold;
font-size:18px;
}
.opisgurman{
background:#9dd53a;
}
.bd_caser a {
font-size: 22px;
font-weight: bold;
color:#429437;
}
.bd_caser a:hover{
	font-size: 22px;
    font-weight: bold;
	color:#ffb400;
}
.tita{
	font-size: 22px;
    font-weight: bold;
	color:#ffb400;
}
#dgur{
margin-bottom:15px;
}
.usr_photo_thumbes{
margin:5px;
color:#fff;
background:#fdc607;
font-size: 11px;
}
.usr_photo_dates b{
padding:5px;
}
.usr_photo_hitses b{
padding:5px;
}
.usr_photo_hitses strong{
color:#000;
}
.usr_photo_dates{
background:#5F7E13;
color:#fff;
width:50%;
float:left;
}
.usr_photo_hitses{
background:#fdc607;
color:#fff;
width:50%;
font-size: 11px;
float:left;
}
.pricgur{color:#fff;}
.con_headings {
font-size: 28px;
font-weight: normal;
color: hsl(113, 46%, 40%);
float:left;
}
#perchik{
background: url(../images/perchik.png) no-repeat transparent;
padding:4px 40px;
font-weight: bold;
font-size:18px;
}
#perchik b{
color:#95d72e;
}
#kiser div{
float:left;
margin:0px 5px;
}
#kiser{
background:#fdc607;
height:30px;
}
.trast a{
background:rgb(225,239,191);
margin-left:180px;
font-weight: bold;
padding:10px;
}
.trast{
margin-top:10px;
font-size: 18px;
}
.derect {
padding:5px;
background:rgb(225,239,191);
color:#fff;
}
.derect input{
padding:10px;
}
.derect input:hover{
padding:10px;
}
.derect select{
height:40px;
}
.usr_photo_pot{
float:left;
margin:5px;
color:#fff;
background:#fdc607;
font-size: 11px;
}
.usr_phostes{
background:#ff0000;
width:100%;
}
.usr_photo_datesk{
background:#95d72e;
color:#fff;
width:50%;
float:left;
}
.usr_photo_description{
text-align: center;
}
#tut_photos a:hover{
position:absolute;
bottom:0;color:#f3f3f3;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding:10px 10px 12px;
background:hsla(83, 68%, 51%, 0.9);
width: 100%;opacity:0;
display:block;
filter: alpha(opacity = 00);
zoom: 1;-moz-opacity: 0.0;
}
#photo_usera{
display: block;
overflow: hidden;
position: relative;
}
#photo_usera .usr_phostes{
position:absolute;
top:0px;color:#f3f3f3;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding:10px 10px 12px;
background:rgba(19,19,19,0.7);
width: 100%;opacity:0;
display:block;
filter: alpha(opacity = 00);
zoom: 1;-moz-opacity: 0.0;
}
#photo_usera:hover .usr_phostes {
color: hsl(0, 100%, 100%);
opacity: 1.0;
filter: alpha(opacity = 99);
zoom: 1;
-moz-opacity: 1.0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
}
.usr_photo_pubdate b{
margin-left:2px;
}
.usr_photo_pubdate{
background:#95d72e;
color:#fff;
width:50%;
float:left;
}
.usr_photo_description a{
color:#fff;
}
.usr_photo_potes{
float:left;
margin:3px;
color:#fff;
background:#fdc607;
font-size: 11px;
}
.usr_board_pot{
float:left;
margin:5px;
color:#fff;
background:#fdc607;
font-size: 16px;
}
#board_usera{
display: block;
overflow: hidden;
position: relative;
}
#board_usera .board_phostes{
position:absolute;
top:0px;color:#f3f3f3;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding:10px 10px 12px;
background:rgba(19,19,19,0.7);
width: 100%;opacity:0;
display:block;
filter: alpha(opacity = 00);
zoom: 1;-moz-opacity: 0.0;
}
#board_usera:hover .board_phostes {
color: hsl(0, 100%, 100%);
opacity: 1.0;
filter: alpha(opacity = 99);
zoom: 1;
-moz-opacity: 1.0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
}
.board_container{
    text-align:center !important;
}
.board_phostes{
background:#ff0000;
width:100%;
}
.board_description a{
color:#fff;
}
.board_showcity b{
margin-left:2px;
}
.board_showcity{
background:#95d72e;
color:#fff;
width:50%;
float:left;
}
.board_prices b{
padding:5px;
}
.board_prices strong{
color:#000;
}
.board_prices{
background:#fdc607;
color:#fff;
width:50%;
float:left;
}
.board_prices_vip b{
padding:5px;
}
.board_prices_vip strong{
color:#000;
}
.board_prices_vip{
background:#ff0000;
color:#fff;
width:50%;
float:left;
}
.board_showcity_vip{
background:#95d72e;
color:#fff;
width:50%;
float:left;
}
.board-list #board_usera{
float:left;
}
.doskasmodule{
width:100%;
}
.floating {
color: #fff;
margin:0px;
}
.fixed {
position: fixed;
top: 10px; /*здесь указываем отступ сверху*/
}
#cat_usera{
display: block;
overflow: hidden;
position: relative;
}
#cat_usera .cat_phostes{
position:absolute;
top:0px;color:#f3f3f3;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding:10px 10px 12px;
background:rgba(255, 163, 0, 0.7);
width: 100%;opacity:0;
display:block;
filter: alpha(opacity = 00);
zoom: 1;-moz-opacity: 0.0;
}
#cat_usera:hover .cat_phostes {
color: hsl(0, 100%, 100%);
opacity: 1.0;
filter: alpha(opacity = 99);
zoom: 1;
-moz-opacity: 1.0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
}
#cluetip{
padding:5px;
background:rgba(231, 231, 231, 0.87);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
z-index:1000;
position:absolute;
}
#shareWrap {margin-top: 20px;margin-bottom: 20px;padding: 10px;overflow: hidden;background: hsl(0, 100%, 100%);-webkit-box-shadow: 0px 2px 12px 0px hsla(0, 0%, 20%, 0.75);box-shadow: 0px 2px 12px 0px hsla(0, 0%, 20%, 0.75);background-color: hsl(78, 38%, 90%);}
.shareWrap__el {margin: 0 auto;position: relative;padding: 6px 0 0 0;background: url('') right top no-repeat;}
.shareWrap__el__text {line-height: 24px;padding-right: 140px;font-size: 1.2em;}
.b-share_theme_counter .b-share-btn__wrap {position: relative;float: left;margin-left: 5px;}
.shareWrap__el__podpis {font-size: .8em;font-style: italic;}#ya_share {padding: 10px;}
.b-share {font: 86%/1.4545em Arial,sans-serif;display: -moz-inline-box;display: inline-block;padding: 1px 3px 1px 4px!important;vertical-align: middle;}
.newsmodule{background:#f7f0c8;padding: 9px 11px 9px 11px;width:300px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 6px;}
.chasmodule{background:#e9efdb;padding: 9px 11px 9px 11px;width:300px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 6px;margin-bottom:5px;}
.addmodule{background:#ededed;padding: 9px 11px 9px 11px;width:300px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 6px;}
.mod_latest_dates{color:gray;float:right;}
.mod_latest_titles{float:left;}
.bd_text_auto{font: 14px/23px Arial,Tahoma,Sans-Serif;}
.bd_auto{margin-top:10px;margin-bottom: 4px;border-bottom: solid 1px hsl(199, 30%, 82%);height: 158px;}
#kilt img{width: 200px;height: 141px;}
#kilt a:hover img{width: 200px;height: 141px;opacity: 0.7;}
.bd_auto_price{font: 14px/23px Arial,Tahoma,Sans-Serif;border-bottom: solid 1px hsl(199, 30%, 82%);margin-left:20px;}
.bd_auto_kpp{background:#EBEBEB;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;padding:10px 3px;}
.bd_auto_date{font: 14px/23px Arial,Tahoma,Sans-Serif;font-size: 90%;color: #969696;}
.photo_auto_search {height:30px;margin-left:100px;width:750px;background: rgb(191,210,85); /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYmZkMjU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjOGViOTJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDUlIiBzdG9wLWNvbG9yPSIjOGViOTJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjNzJhYTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllY2IyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background: -moz-linear-gradient(-45deg,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 27%, rgba(142,185,42,1) 45%, rgba(114,170,0,1) 46%, rgba(158,203,45,1) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(27%,rgba(142,185,42,1)), color-stop(45%,rgba(142,185,42,1)), color-stop(46%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 27%,rgba(142,185,42,1) 45%,rgba(114,170,0,1) 46%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 27%,rgba(142,185,42,1) 45%,rgba(114,170,0,1) 46%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */background: -ms-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 27%,rgba(142,185,42,1) 45%,rgba(114,170,0,1) 46%,rgba(158,203,45,1) 100%); /* IE10+ */background: linear-gradient(135deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 27%,rgba(142,185,42,1) 45%,rgba(114,170,0,1) 46%,rgba(158,203,45,1) 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */border-bottom-left-radius:8px 8px;border-bottom-right-radius:8px 8px;padding-bottom:5px;padding-left:8px;padding-right:8px;padding-top:5px; margin-bottom: 20px;}}
#photo_auto_search_input select{height:30px;}
#auto_images .advance-link img{width:401px;height: 309px;}
.auto_images{position:absolute;width:130px;margin:-335px 0px 0px 360px;}
.auto_images_mini img{width:75px;margin:10px;}
#plo_auto{position: relative;clear: both;height: 300px;}
.title_auto{width:80%;}
.title_auto span{float:left;width:15px;float:left;font-size: 28px;font-weight: normal;color: hsl(113, 46%, 40%);margin: 0px;}
.auto_h1{float:left;font-size: 28px;font-weight: normal;color:#000;margin:0px 10px;}
.panel{margin-top: 15px;padding-top: 10px;width: 410px;}
.auto_tables {background: url(../images/auto-info-bg.gif);background-repeat: repeat-y;height:35px;width:110px;}
.auto_tables span{float:left; }
.auto_bott{background:#ededed;margin-bottom:10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;}
.auto_bott_vip{background:#ff0000;margin-bottom:10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;}
.small_gray_text_vip{color:#fff;float:right;margin:-27px 10px 0 0;}
.small_gray_text{float:right;margin:-30px 10px 0 0;}
.small_gray_text a{margin:10px;}
.auto_tables b{padding:10px;position:absolute;}
.opti_auto{padding:10px;background:#ededed;}
#board_imfges{margin:0px -40px;}
#board_img img{float: left;height: 80px;width: 70px;margin: 0px 5px 0px 5px;}
.bd_auto_kpp_vip{background:#ff0000;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;padding:10px 3px;}
.bd_auto_kpp_vip b{color:#fff;}
#gurman_img{margin:0px -40px;}
#gurman_images img{float: left;height: 80px;width: 70px;margin: 0px 5px 0px 5px;}
#blog_foto img{width:100%;float: left;margin: 0px 15px 0px 0px;}
#allpage{height:100%;}
#allpage_frame{height:100%;}
.redaktory {margin-right:20px;}
#bottom_blog{
border-bottom: solid 1px hsl(199, 30%, 82%);
}
.navigatione{
overflow-x: scroll;
border: 1px solid #ddd;
background: #f3f3f3;
margin: 0 0 10px 0;
text-align: left;
vertical-align: middle;
white-space: nowrap;
width:400px;
}
#dragos li {
height:80px;
}
#dragos img{
height:75px;
}
div.slideshow-realty {
position: relative;
clear: both;
height: 340px;
}
.navigatione ul{
width:900px;
margin:0 -40px;
}
.ddmodule{
padding: 30px 0px;
position: absolute;
}
.wmodule{
margin-top:-280px;
}
.banermodule{
position: relative;
}
.npmodule{
position: relative;
}
.moduletitle{
color:#007899;
margin-top: 5px;
margin-bottom: 8px;
font-size: 18px;
font-family: PT Sans Narrow,Arial,Helvetica,sans-serif;
}
.afisha_modulebody li{
list-style: none;
margin:0px 5px;
float:left;
}
.width_baner_module{
border-top: solid 3px #ffa200;
position: relative;
width:580px;
}
#found_search a{
color:#fff;
}
.photo_details a{
color:#fff;
}
.photo_details a:hover{
color:#ffa200;
}
.afisha_moduletitle{
color:#007899;
margin-top: 5px;
margin-left: 8px;
font-size: 18px;
font-family: PT Sans Narrow,Arial,Helvetica,sans-serif;
}
.width_baner_moduletitle{
color:#007899;
margin-top: 5px;
margin-left: 8px;
font-size: 18px;
font-family: PT Sans Narrow,Arial,Helvetica,sans-serif;
}
.float_barese{float:right}
a.b-ad-btn b {
display: inline-block;
width: 18px;
height: 18px;
background: #6a920f;
color: #fff;
vertical-align: top;
text-align: center;
font-weight: bold;
font-size: 18px;
font-family: Helvetica,Arial;
line-height: 18px;
}a.b-ad-btn {
display: inline-block;
overflow: hidden;
margin-right: -100%;
margin-left: 4px;
width: 18px;
height: 18px;
outline: 0;
border: 1px solid #6a920f;
vertical-align: text-bottom;
text-decoration: none;
}
a.b-ad-btn ins :hover{
position: relative;
display: inline-block;
padding: 0 8px;
height: 18px;
background: #fff;
color: #6a8e16;
vertical-align: top;
text-decoration: none;
font-size: 11px;
line-height: 18px;
}
.nowrap{
position:absolute;
}
.auto_httpmodule{
padding:0px 0px 5px 5px;
}
.wethBlock{
background: #fbfbfb;padding:3px 5px;-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.bann_chet_module img{width:300px;padding:0px 5px 5px 0px;}
.dd{
padding: 30px 0px;
position: absolute;
}
#laif{float:left;width:200px;height:80px;border-right: 1px solid #D9D9D9;margin:0px 10px;}
#ri-lait{width:100%;}
.bamodulebody{width:700px;}
#addform {
background: #E1EFBF;padding:5px;
}
#addform input{
height:30px;
}
.proptable tbody{
padding-bottom:10px;
}
.addform{padding-bottom:10px;}
.kredit_module{
width:650px;
float:left;
background: #f1f5e8;
padding:10px;
margin:10px;
border-bottom: #da6b00;
}
.kredit_modulebody input{
padding:20px;
}
.kredit_modulebody tr{
float:left;
width:220px;
}
.kredit_modulebody td{
height:16px;}
.kredit_modulebody select{
padding:2px;}
.news_section-list_item_heading-more-link {
margin-left: 15px;
vertical-align: middle;
position:absolute;
padding:10px 0px;
overflow: hidden;
color:#000;
}#derer a{
color: #037dd3;
text-decoration: underline;
}.comments-count {
font-size: .846em;
padding-left: 12px;
white-space: nowrap;
text-decoration: none;
}
.invisible {
left: -999em;
position: absolute;
top: -999em;
}
/******************* валидный Тег ноиндекс *******************/
/*////////////////////////////////////////////////////////////////
<span class="noi"><![CDATA[<noindex>]]></span>
Тут текст или ссылки, которые не индексируются
<span class="noi"><![CDATA[</noindex>]]></span>
//////////////////////////////////////////////////////////////////*/
.noi { display: none }
/******************* /валидный Тег ноиндекс *******************/

/********************** Дед мороз*****************************/
#ded-moroz { 
position: fixed; 
background-image: url(/ded-moroz/ded-moroz.png);  
bottom:0;  
height: 220px;  
width: 99px; 
z-index: 1000;
right:0; } 
#ded-moroz:hover { 
position: fixed;  
background-image: url(/ded-moroz/ded-moroz-h.png);  
bottom:0;  
height:270px;  
width: 220px;  
right: 0; }
.act_add_gifts{ background:url(_default_/images/icons/actions/add_gifts.png) no-repeat left 3px; }
.new_messages_fixed {

    bottom: 91%;
    left: 72%;
    position: fixed;
    color: #ff1c1c;
    font-size: 24px;



 blink7
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  background: green;

  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
} 
/********************** оценка фото *****************************/
.point5 {
    background: url(../images/ocenka_big.png) no-repeat scroll -120px 0 transparent;
    height: 30px;
    width: 30px;
}
.point4 {
    background: url(../images/ocenka_big.png) no-repeat scroll -90px 0 transparent;
    height: 30px;
    width: 30px;
}
.point3 {
    background: url(../images/ocenka_big.png) no-repeat scroll -60px 0 transparent;
    height: 30px;
    width: 30px;
}
.point2 {
    background: url(../images/ocenka_big.png) no-repeat scroll -30px 0 transparent;
    height: 30px;
    width: 30px;
}
.point1 {
    background: url(../images/ocenka_big.png) no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 30px;
}
.point {
    text-align: center;
}
.points{
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
    color: #e31e24;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #999999;
}
 a.point1 {
    background: url(../images/ocenka.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 39px;
    width: 38px;
}
 a.point1:hover {
    background: url(../images/ocenka.png) no-repeat scroll -38px 0 transparent;
}
a.point2 {
    background: url(../images/ocenka.png) no-repeat scroll -76px 0 transparent;
    display: inline-block;
    height: 39px;
    width  : 38px;
} 
a.point2:hover {
    background: url(../images/ocenka.png) no-repeat scroll -114px 0 transparent;
}
a.point3 {
    background: url(../images/ocenka.png) no-repeat scroll -152px 0 transparent;
    display: inline-block;
    height: 39px;
    width  : 38px;
}
a.point3:hover {
    background: url(../images/ocenka.png) no-repeat scroll -190px 0  transparent;
}
a.point4 {
    background: url(../images/ocenka.png) no-repeat scroll -228px 0 transparent;
    display: inline-block;
    height: 39px;
    width  : 38px;
}
a.point4:hover {
    background: url(../images/ocenka.png) no-repeat scroll -266px 0 transparent;
}
a.point5 {
    background: url(../images/ocenka.png) no-repeat scroll -304px 0 transparent;
    display: inline-block;
    height: 39px;
    width  : 38px;
}
a.point5:hover {
    background: url(../images/ocenka.png) no-repeat scroll -342px 0 transparent;
}
#ssilk_votes {
    float:left;
}
#votes_golos { clear: both; margin-top:15px; }
#pole{height: 16px;line-height: 16px;}
#votes {height: 16px;line-height: 16px;}
#flashs {padding-left: 30px;background:url(../images/load.gif) no-repeat left top ;color: #375E93;}
.tabl_votes td {border:solid 1px #1E4EAF;	}
.title_votes {	font-size: 16px;}
.list-user-votes{padding:10px;}
.list-user-votes .avatar img{ display: block; float: left; height: 64px; width: 64px; margin-right: 10px;border:solid 1px #C3D6DF;border-radius:6px;}
.list-user-votes .name { display: block; float: left; height: 64px; line-height: 64px; margin-right: 10px; }
.list-title { padding-left:10px; font-weight:bold; margin-bottom:6px;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}



/*foto view 1.10.3*/
.album_nav.prev {
left: 0;
background-position: 0 50%;
}
.album_nav {
position: absolute;
top: 0;
bottom: 0;
width: 30px;
background: #e0e0e0 url(../images/buttons.png) no-repeat;
}
.album_nav.next {
right: 0;
background-position: -90px 50%;
}
.album_nav {
position: absolute;
top: 0;
bottom: 0;
width: 30px;
background: #e0e0e0 url(../images/buttons.png) no-repeat;
}
 .album_nav.prev:hover {
background-color: #ddd;
background-position: -30px 50%;
}
.album_nav.next:hover {
background-color: #ddd;
background-position: -60px 50%;
}

.photo_box {
text-align: center;
padding: 0 30px;
position: relative;
border: 1px solid #e0e0e0;
background: #f5f5f5;
}
.small-radius {
-webkit-border-radius: 5px;
border-radius: 5px;
}
/**********************  *****************************/
#shareWrap {margin-top: 20px;margin-bottom: 20px;padding: 10px;overflow: hidden;background: hsl(0, 100%, 100%);-webkit-box-shadow: 0px 2px 12px 0px hsla(0, 0%, 20%, 0.75);box-shadow: 0px 2px 12px 0px hsla(0, 0%, 20%, 0.75);background-color: hsl(78, 38%, 90%);}
.shareWrap__el {margin: 0 auto;position: relative;padding: 6px 0 0 0;background: url('') right top no-repeat;}
.shareWrap__el__text {line-height: 24px;padding-right: 140px;font-size: 1.2em;}
.b-share_theme_counter .b-share-btn__wrap {position: relative;float: left;margin-left: 5px;}
.shareWrap__el__podpis {font-size: .8em;font-style: italic;}#ya_share {padding: 10px;}
.b-share {font: 86%/1.4545em Arial,sans-serif;display: -moz-inline-box;display: inline-block;padding: 0px 3px 10px 0px!important;vertical-align: middle;}
.newsmodule{background:#f7f0c8;padding: 9px 11px 9px 11px;width:300px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 6px;}
.chasmodule{background:#e9efdb;padding: 9px 11px 9px 11px;width:300px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 6px;margin-bottom:5px;}
.addmodule{background:#ededed;padding: 9px 11px 9px 11px;width:300px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 6px;}
.mod_latest_dates{color:gray;float:right;}
.mod_latest_titles{float:left;}
.bd_text_auto{font: 14px/23px Arial,Tahoma,Sans-Serif;}
.bd_auto{margin-top:10px;margin-bottom: 4px;border-bottom: solid 1px hsl(199, 30%, 82%);height: 158px;}
#kilt img{width: 200px;height: 141px;}
#kilt a:hover img{width: 200px;height: 141px;opacity: 0.7;}
.bd_auto_price{font: 14px/23px Arial,Tahoma,Sans-Serif;border-bottom: solid 1px hsl(199, 30%, 82%);margin-left:20px;}
.bd_auto_kpp{background:#EBEBEB;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;padding:10px 3px;}
.bd_auto_date{font: 14px/23px Arial,Tahoma,Sans-Serif;font-size: 90%;color: #969696;}

#photo_auto_search_input select{height:30px;}
#auto_images .advance-link img{width:401px;height: 309px;}
.auto_images{position:absolute;width:130px;margin:-335px 0px 0px 360px;}
.auto_images_mini img{width:75px;margin:10px;}
#plo_auto{position: relative;clear: both;height: 300px;}
.title_auto{width:80%;}
.title_auto span{float:left;width:15px;float:left;font-size: 28px;font-weight: normal;color: hsl(113, 46%, 40%);margin: 0px;}
.auto_h1{float:left;font-size: 28px;font-weight: normal;color:#000;margin:0px 10px;}
.panel{margin-top: 15px;padding-top: 10px;width: 410px;}
.auto_tables {background: url(../images/auto-info-bg.gif);background-repeat: repeat-y;height:35px;width:110px;}
.auto_tables span{float:left; }
.auto_bott{background:#ededed;margin-bottom:10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;}
.auto_bott_vip{background:#ff0000;margin-bottom:10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;}
.small_gray_text_vip{color:#fff;float:right;margin:-27px 10px 0 0;}
.small_gray_text{float:right;margin:-30px 10px 0 0;}
.small_gray_text a{margin:10px;}
.auto_tables b{padding:10px;position:absolute;}
.opti_auto{padding:10px;background:#ededed;}
#board_imfges{margin:0px -40px;}
#board_img img{float: left;height: 80px;width: 70px;margin: 0px 5px 0px 36px;}
.bd_auto_kpp_vip{background:#ff0000;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;padding:10px 3px;}
.bd_auto_kpp_vip b{color:#fff;}
#gurman_img{margin:0px -40px;}
#gurman_images img{float: left;height: 80px;width: 70px;margin: 0px 5px 0px 5px;}
#blog_foto img{width:100%;float: left;margin: 0px 15px 0px 0px;}
#allpage{height:100%;}
#allpage_frame{height:100%;}
.redaktory {margin-right:20px;}
#bottom_blog{
border-bottom: solid 1px hsl(199, 30%, 82%);
}
/********************** оценка *****************************/
.point5 {
    background: url(../images/ocenka_big.png) no-repeat scroll -120px 0 transparent;
    height: 30px;
    width: 30px;
}
.point4 {
    background: url(../images/ocenka_big.png) no-repeat scroll -90px 0 transparent;
    height: 30px;
    width: 30px;
}
.point3 {
    background: url(../images/ocenka_big.png) no-repeat scroll -60px 0 transparent;
    height: 30px;
    width: 30px;
}
.point2 {
    background: url(../images/ocenka_big.png) no-repeat scroll -30px 0 transparent;
    height: 30px;
    width: 30px;
}
.point1 {
    background: url(../images/ocenka_big.png) no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 30px;
}
.point {
    text-align: center;
}
.points{
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
    color: #e31e24;
    font-size: 20px;
    font-weight: bold;
    //text-shadow: 1px 1px 1px #999999;
}
 a.point1 {
    background: url(../images/ocenka.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 39px;
    width: 38px;
}
 a.point1:hover {
    background: url(../images/ocenka.png) no-repeat scroll -38px 0 transparent;
}
a.point2 {
    background: url(../images/ocenka.png) no-repeat scroll -76px 0 transparent;
    display: inline-block;
    height: 39px;
    width  : 38px;
} 
a.point2:hover {
    background: url(../images/ocenka.png) no-repeat scroll -114px 0 transparent;
}
a.point3 {
    background: url(../images/ocenka.png) no-repeat scroll -152px 0 transparent;
    display: inline-block;
    height: 39px;
    width  : 38px;
}
a.point3:hover {
    background: url(../images/ocenka.png) no-repeat scroll -190px 0  transparent;
}
a.point4 {
    background: url(../images/ocenka.png) no-repeat scroll -228px 0 transparent;
    display: inline-block;
    height: 39px;
    width  : 38px;
}
a.point4:hover {
    background: url(../images/ocenka.png) no-repeat scroll -266px 0 transparent;
}
a.point5 {
    background: url(../images/ocenka.png) no-repeat scroll -304px 0 transparent;
    display: inline-block;
    height: 39px;
    width  : 38px;
}
a.point5:hover {
    background: url(../images/ocenka.png) no-repeat scroll -342px 0 transparent;
}
#ssilk_votes {
    float:left;
}
#votes_golos { clear: both; margin-top:15px; }
#pole{height: 16px;line-height: 16px;}
#votes {height: 16px;line-height: 16px;}
#flashs {padding-left: 30px;background:url(../images/load.gif) no-repeat left top ;color: #375E93;}
.tabl_votes td {border:solid 1px #1E4EAF;	}
.title_votes {	font-size: 16px;}
.list-user-votes{padding:10px;}
.list-user-votes .avatar img{ display: block; float: left; height: 64px; width: 64px; margin-right: 10px;border:solid 1px #C3D6DF;border-radius:6px;}
.list-user-votes .name { display: block; float: left; height: 64px; line-height: 64px; margin-right: 10px; }
.list-title { padding-left:10px; font-weight:bold; margin-bottom:6px;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}



/*foto view 1.10.3*/
.album_nav.prev {
left: 0;
background-position: 0 50%;
}
.album_nav {
position: absolute;
top: 0;
bottom: 0;
width: 30px;
background: #e0e0e0 url(../images/buttons.png) no-repeat;
}
.album_nav.next {
right: 0;
background-position: -90px 50%;
}
.album_nav {
position: absolute;
top: 0;
bottom: 0;
width: 30px;
background: #e0e0e0 url(../images/buttons.png) no-repeat;
}
 .album_nav.prev:hover {
background-color: #ddd;
background-position: -30px 50%;
}
.album_nav.next:hover {
background-color: #ddd;
background-position: -60px 50%;
}
.afisha_modulebody li{
list-style: none;
margin:0px 5px;
float:left;
}
.width_baner_module{
border-top: solid 3px #ffa200;
position: relative;
width:580px;
}
#found_search a{
color:#fff;
}
.photo_details a{
color:#673AB7;
}
.photo_details a:hover{
color:#ffa200;
}
.afisha_moduletitle{
color:#007899;
margin-top: 5px;
margin-left: 8px;
font-size: 18px;
font-family: PT Sans Narrow,Arial,Helvetica,sans-serif;
}

.photo_box {
text-align: center;
padding: 0 30px;
position: relative;
border: 1px solid #e0e0e0;
background: #f5f5f5;
}
.small-radius {
-webkit-border-radius: 5px;
border-radius: 5px;
}
.con_image{
    float:left;
    margin-right:16px;
    padding:2px;
    border:solid 0px #444;
}
.tabs { 
clear: both;
display: block;
height: 37px;
overflow: hidden;
padding: 0px;
position: relative;
margin: 0 6px 0 6px;
top:1px;
z-index: 200;
}
.tabs li { 
display: inline;
float: left;
font-weight: 700;
height: 35px !important;
line-height: 14px;
list-style-position: outside;
list-style-type: none;
padding: 8px 9px 0 7px;
}
.tabs li.act {
background:#FFF;
border: #c3d6df solid 1px;
padding: 8px 7px 0 8px;
position: relative;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-moz-border-top-left-radius: 6px;
-moz-border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
}
.tabSearch { 
border: #c3d6df solid 1px;
background:#FFF;
clear: both;
color: #8e8e8e;
height: 20px;
margin: 0 6px 15px 6px;
padding: 8px 10px;
position: relative;
}
.favorite a {
    background: url("../images/bookmarks.png") no-repeat scroll 0 -40px transparent;
    display: block;
    height: 16px;
    outline: medium none;
    width: 20px;
}
.favorite a.aktive { background: url("../images/bookmarks.png") no-repeat -20px -40px; }
.favorite a:hover { background: url("../images/bookmarks.png") no-repeat -20px -40px; }
.favorite.active a { background: url("../images/bookmarks.png") no-repeat -20px -40px; }

 
 
.modul_corner{position:relative;margin:10px;border:2px solid #e32323;}
.modul_corner dt{display:block;height:25px;padding:5px 0 0 20px;border-bottom:2px solid #e32323;background:#5a90ea;font-size:18px}
.modul_corner dd{display:block;padding:10px;margin:0}
.modul_corner dd:after {content: '.'; display: block; clear: both;visibility: hidden;height:0px;font-size:0;}
* html dd{zoom:1}
*+ html dd{zoom:1}
.modul_corner .t_l{background: url(/templates/classy/images/modul_corner.png) no-repeat}
.modul_corner .t_r{background: url(/templates/classy/images/modul_corner.png) no-repeat -20px 0}
.modul_corner .b_l{background: url(/templates/classy/images/modul_corner.png) no-repeat 0 -20px}
.modul_corner .b_r{background: url(/templates/classy/images/modul_corner.png) no-repeat -20px -20px}
.modul_corner .t_l, .modul_corner .t_r, .modul_corner .b_l,.modul_corner .b_r{position:absolute;display:block;width:20px;height:20px}
.modul_corner .t_l{top:-2px;left:-2px}
.modul_corner .t_r{top:-2px;right:-2px}
.modul_corner .b_l{bottom:-2px;left:-2px}
.modul_corner .b_r{bottom:-2px;right:-2px}
.guriman{
background: rgb(157,213,58); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOWRkNTNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYTFkNTRmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjODBjMjE3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdjYmMwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
#gura{
background: rgb(255,183,107); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZiNzZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjZmZhNzNkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjZmY3YzAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmN2YwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(255,183,107,1) 0%, rgba(255,167,61,1) 38%, rgba(255,124,0,1) 38%, rgba(255,127,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(38%,rgba(255,167,61,1)), color-stop(38%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 38%,rgba(255,124,0,1) 38%,rgba(255,127,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 38%,rgba(255,124,0,1) 38%,rgba(255,127,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 38%,rgba(255,124,0,1) 38%,rgba(255,127,4,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 38%,rgba(255,124,0,1) 38%,rgba(255,127,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
padding:5px;
}
.guriman span{
color:#fff;
font-size:14px;
font-weight: bold;
}
.guriman a{
color:#ff0000;
font-weight: bold;
font-size:18px;
}
.opisgurman{
background:#9dd53a;
}
.bd_caser a {
font-size: 22px;
font-weight: bold;
color:#429437;
}
.bd_caser a:hover{
	font-size: 22px;
    font-weight: bold;
	color:#ffb400;
}
.tita{
	font-size: 22px;
    font-weight: bold;
	color:#ffb400;
}
#dgur{
margin-bottom:15px;
}
.usr_photo_thumbes{
margin:5px;
color:#fff;
background:#fdc607;
font-size: 11px;
}
.usr_photo_dates b{
padding:5px;
}
.usr_photo_hitses b{
padding:5px;
}
.usr_photo_hitses strong{
color:#000;
}
.usr_photo_dates{
background:#5F7E13;
color:#fff;
width:50%;
float:left;
}
.usr_photo_hitses{
background:#fdc607;
color:#fff;
width:50%;
font-size: 11px;
float:left;
}
.pricgur{color:#fff;}
.con_headings {
font-size: 28px;
font-weight: normal;
color: hsl(113, 46%, 40%);
float:left;
}
#perchik{
background: url(../images/perchik.png) no-repeat transparent;
padding:4px 40px;
font-weight: bold;
font-size:18px;
}
#perchik b{
color:#429537;
}
#kiser div{
float:left;
margin:0px 5px;
}
#kiser{
background:#fdc607;
height:30px;
}
.trast a{
background:rgb(225,239,191);
margin-left:180px;
font-weight: bold;
padding:10px;
}
.trast{
margin-top:10px;
font-size: 18px;
}
.derect {
padding:5px;
background:rgb(225,239,191);
color:#fff;
}
.derect input{
padding:10px;
}
.derect input:hover{
padding:10px;
}
.derect select{
height:40px;
}
.usr_photo_pot{
float:left;
margin:5px;
color:#fff;
background:#fdc607;
font-size: 11px;
}
.usr_phostes{
background:#ff0000;
width:100%;
}
.usr_photo_datesk{
background:#95d72e;
color:#fff;
width:50%;
float:left;
}
.usr_photo_description{
text-align: center;
}
#tut_photos a:hover{
position:absolute;
bottom:0;color:#f3f3f3;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding:10px 10px 12px;
background:hsla(83, 68%, 51%, 0.9);
width: 100%;opacity:0;
display:block;
filter: alpha(opacity = 00);
zoom: 1;-moz-opacity: 0.0;
}
#photo_usera{
display: block;
overflow: hidden;
position: relative;
}
#photo_usera .usr_phostes{
position:absolute;
top:0px;color:#f3f3f3;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding:10px 10px 12px;
background:rgba(19,19,19,0.7);
width: 100%;opacity:0;
display:block;
filter: alpha(opacity = 00);
zoom: 1;-moz-opacity: 0.0;
}
#photo_usera:hover .usr_phostes {
color: hsl(0, 100%, 100%);
opacity: 1.0;
filter: alpha(opacity = 99);
zoom: 1;
-moz-opacity: 1.0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
}
.usr_photo_pubdate b{
margin-left:2px;
}
.usr_photo_pubdate{
background:#95d72e;
color:#fff;
width:50%;
float:left;
}
.usr_photo_description a{
color:#fff;
}
.usr_photo_potes{
float:left;
margin:3px;
color:#fff;
background:#fdc607;
font-size: 11px;
}
.usr_board_pot{
float:left;
margin:5px;
color:#fff;
background:#fdc607;
font-size: 16px;
}
#board_usera{
display: block;
overflow: hidden;
position: relative;
}
#board_usera .board_phostes{
position:absolute;
top:0px;color:#f3f3f3;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding:10px 10px 12px;
background:rgba(19,19,19,0.7);
width: 100%;opacity:0;
display:block;
filter: alpha(opacity = 00);
zoom: 1;-moz-opacity: 0.0;
}
#board_usera:hover .board_phostes {
color: hsl(0, 100%, 100%);
opacity: 1.0;
filter: alpha(opacity = 99);
zoom: 1;
-moz-opacity: 1.0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
}
.board_container{
    text-align:center !important;
}
.board_phostes{
background:#ff0000;
width:100%;
}
.board_description a{
color:#fff;
}
.board_showcity b{
margin-left:2px;
}
.board_showcity{
background:#95d72e;
color:#fff;
width:50%;
float:left;
}
.board_prices b{
padding:5px;
}
.board_prices strong{
color:#000;
}
.board_prices{
background:#fdc607;
color:#fff;
width:50%;
float:left;
}
.board_prices_vip b{
padding:5px;
}
.board_prices_vip strong{
color:#000;
}
.board_prices_vip{
background:#ff0000;
color:#fff;
width:50%;
float:left;
}
.board_showcity_vip{
background:#95d72e;
color:#fff;
width:50%;
float:left;
}
.board-list #board_usera{
float:left;
}
.doskasmodule{
width:100%;
}
.floating {
color: #fff;
margin:0px;
}
.fixed {
position: fixed;
top: 10px; /*здесь указываем отступ сверху*/
}
#cat_usera{
display: block;
overflow: hidden;
position: relative;
}
#cat_usera .cat_phostes{
position:absolute;
top:0px;color:#f3f3f3;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding:10px 10px 12px;
background:rgba(255, 163, 0, 0.7);
width: 100%;opacity:0;
display:block;
filter: alpha(opacity = 00);
zoom: 1;-moz-opacity: 0.0;
}
#cat_usera:hover .cat_phostes {
color: hsl(0, 100%, 100%);
opacity: 1.0;
filter: alpha(opacity = 99);
zoom: 1;
-moz-opacity: 1.0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
}
#cluetip{
padding:5px;
background:rgba(231, 231, 231, 0.87);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
z-index:1000;
position:absolute;
}
#shareWrap {margin-top: 20px;margin-bottom: 20px;padding: 10px;overflow: hidden;background: hsl(0, 100%, 100%);-webkit-box-shadow: 0px 2px 12px 0px hsla(0, 0%, 20%, 0.75);box-shadow: 0px 2px 12px 0px hsla(0, 0%, 20%, 0.75);background-color: hsl(78, 38%, 90%);}
.shareWrap__el {margin: 0 auto;position: relative;padding: 6px 0 0 0;background: url('') right top no-repeat;}
.shareWrap__el__text {line-height: 24px;padding-right: 140px;font-size: 1.2em;}
.b-share_theme_counter .b-share-btn__wrap {position: relative;float: left;margin-left: 5px;}
.shareWrap__el__podpis {font-size: .8em;font-style: italic;}#ya_share {padding: 10px;}
.b-share {font: 86%/1.4545em Arial,sans-serif;display: -moz-inline-box;display: inline-block;padding: 0px 3px 10px 0px!important;vertical-align: middle;}
.newsmodule{background:#f7f0c8;padding: 9px 11px 9px 11px;width:300px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 6px;}
.chasmodule{background:#e9efdb;padding: 9px 11px 9px 11px;width:300px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 6px;margin-bottom:5px;}
.addmodule{background:#ededed;padding: 9px 11px 9px 11px;width:300px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 6px;}
.mod_latest_dates{color:gray;float:right;}
.mod_latest_titles{float:left;}
.bd_text_auto{font: 14px/23px Arial,Tahoma,Sans-Serif;}
.bd_auto{margin-top:10px;margin-bottom: 4px;border-bottom: solid 1px hsl(199, 30%, 82%);height: 158px;}
#kilt img{width: 200px;height: 141px;}
#kilt a:hover img{width: 200px;height: 141px;opacity: 0.7;}
.bd_auto_price{font: 14px/23px Arial,Tahoma,Sans-Serif;border-bottom: solid 1px hsl(199, 30%, 82%);margin-left:20px;}
.bd_auto_kpp{background:#EBEBEB;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;padding:10px 3px;}
.bd_auto_date{font: 14px/23px Arial,Tahoma,Sans-Serif;font-size: 90%;color: #969696;}

#gurman_img{margin:0px -40px;}
#gurman_images img{float: left;height: 80px;width: 70px;margin: 0px 5px 0px 5px;}
#blog_foto img{width:100%;float: left;margin: 0px 15px 0px 0px;}
#allpage{height:100%;}
#allpage_frame{height:100%;}
.redaktory {margin-right:20px;}
#bottom_blog{
border-bottom: solid 1px hsl(199, 30%, 82%);
}
.navigatione{
overflow-x: scroll;
border: 1px solid #ddd;
background: #f3f3f3;
margin: 0 0 10px 0;
text-align: left;
vertical-align: middle;
white-space: nowrap;
width:400px;
}
#dragos li {
height:80px;
}
#dragos img{
height:75px;
}
div.slideshow-realty {
position: relative;
clear: both;
height: 340px;
}
.navigatione ul{
width:900px;
margin:0 -40px;
}
.ddmodule{
padding: 30px 0px;
position: absolute;
}
.wmodule{
margin-top:-280px;
}
.banermodule{
position: relative;
}
.npmodule{
position: relative;
}
.moduletitle{
color:#007899;
margin-top: 5px;
margin-bottom: 8px;
font-size: 18px;
font-family: PT Sans Narrow,Arial,Helvetica,sans-serif;
}
.afisha_modulebody li{
list-style: none;
margin:0px 5px;
float:left;
}
.width_baner_module{
border-top: solid 3px #ffa200;
position: relative;
width:580px;
}
#found_search a{
color:#fff;
}
.photo_details a{
color:#E91E63;
}
.photo_details a:hover{
color:#ffa200;
}
.afisha_moduletitle{
color:#007899;
margin-top: 5px;
margin-left: 8px;
font-size: 18px;
font-family: PT Sans Narrow,Arial,Helvetica,sans-serif;
}
.width_baner_moduletitle{
color:#007899;
margin-top: 5px;
margin-left: 8px;
font-size: 18px;
font-family: PT Sans Narrow,Arial,Helvetica,sans-serif;
}
.float_barese{float:right}
a.b-ad-btn b {
display: inline-block;
width: 18px;
height: 18px;
background: #6a920f;
color: #fff;
vertical-align: top;
text-align: center;
font-weight: bold;
font-size: 18px;
font-family: Helvetica,Arial;
line-height: 18px;
}a.b-ad-btn {
display: inline-block;
overflow: hidden;
margin-right: -100%;
margin-left: 4px;
width: 18px;
height: 18px;
outline: 0;
border: 1px solid #6a920f;
vertical-align: text-bottom;
text-decoration: none;
}
a.b-ad-btn ins :hover{
position: relative;
display: inline-block;
padding: 0 8px;
height: 18px;
background: #fff;
color: #6a8e16;
vertical-align: top;
text-decoration: none;
font-size: 11px;
line-height: 18px;
}
.nowrap{
position:absolute;
}
.auto_httpmodule{
padding:0px 0px 5px 5px;
}
.wethBlock{
background: #fbfbfb;padding:3px 5px;-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.bann_chet_module img{width:300px;padding:0px 5px 5px 0px;}
.dd{
padding: 30px 0px;
position: absolute;
}
#laif{float:left;width:200px;height:80px;border-right: 1px solid #D9D9D9;margin:0px 10px;}
#ri-lait{width:100%;}
.bamodulebody{width:700px;}
#addform {
background: #E1EFBF;padding:5px;
}
.proptable tbody{
padding-bottom:10px;
}
.addform{padding-bottom:10px;}
.kredit_module{
width:650px;
float:left;
background: #f1f5e8;
padding:10px;
margin:10px;
border-bottom: #da6b00;
}
.kredit_modulebody input{
padding:20px;
}
.kredit_modulebody tr{
float:left;
width:220px;
}
.kredit_modulebody td{
height:16px;}
.kredit_modulebody select{
padding:2px;}
.news_section-list_item_heading-more-link {
margin-left: 15px;
vertical-align: middle;
position:absolute;
padding:10px 0px;
overflow: hidden;
color:#000;
}#derer a{
color: #037dd3;
text-decoration: underline;
}.comments-count {
font-size: .846em;
padding-left: 12px;
white-space: nowrap;
text-decoration: none;
}
.invisible {
left: -999em;
position: absolute;
top: -999em;
}
.usr_board_pot{
float:left;
margin:5px;
color:#fff;
background:#fdc607;
font-size: 16px;
}
#board_usera{
display: block;
overflow: hidden;
position: relative;
}
#board_usera .board_phostes{
position:absolute;
top:0px;color:#f3f3f3;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding:10px 10px 12px;
background:rgba(19,19,19,0.7);
width: 100%;opacity:0;
display:block;
filter: alpha(opacity = 00);
zoom: 1;-moz-opacity: 0.0;
}
#board_usera:hover .board_phostes {
color: hsl(0, 100%, 100%);
opacity: 1.0;
filter: alpha(opacity = 99);
zoom: 1;
-moz-opacity: 1.0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
}
.board_container{
    text-align:center !important;
}
.board_phostes{
background:#ff0000;
width:100%;
}
.board_description a{
color:#fff;
}
.board_showcity b{
margin-left:2px;
}
.board_showcity{
background:#95d72e;
color:#fff;
width:50%;
float:left;
}
.board_prices b{
padding:5px;
}
.board_prices strong{
color:#000;
}
.board_prices{
background:#fdc607;
color:#fff;
width:50%;
float:left;
}
.board_prices_vip b{
padding:5px;
}
.board_prices_vip strong{
color:#000;
}
.board_prices_vip{
background:#ff0000;
color:#fff;
width:50%;
float:left;
}
.board_showcity_vip{
background:#95d72e;
color:#fff;
width:50%;
float:left;
}
.board-list #board_usera{
float:left;
}
.doskasmodule{
width:100%;
}
.floating {
color: #fff;
margin:0px;
}
.fixed {
position: fixed;
top: 10px; /*здесь указываем отступ сверху*/
}
#cat_usera{
display: block;
overflow: hidden;
position: relative;
}
#cat_usera .cat_phostes{
position:absolute;
top:0px;color:#f3f3f3;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding:10px 10px 12px;
background:rgba(255, 163, 0, 0.7);
width: 100%;opacity:0;
display:block;
filter: alpha(opacity = 00);
zoom: 1;-moz-opacity: 0.0;
}
#cat_usera:hover .cat_phostes {
color: hsl(0, 100%, 100%);
opacity: 1.0;
filter: alpha(opacity = 99);
zoom: 1;
-moz-opacity: 1.0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
}
#cluetip{
padding:5px;
background:rgba(231, 231, 231, 0.87);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
z-index:1000;
position:absolute;
}
#shareWrap {margin-top: 20px;margin-bottom: 20px;padding: 10px;overflow: hidden;background: hsl(0, 100%, 100%);-webkit-box-shadow: 0px 2px 12px 0px hsla(0, 0%, 20%, 0.75);box-shadow: 0px 2px 12px 0px hsla(0, 0%, 20%, 0.75);background-color: hsl(78, 38%, 90%);}
.shareWrap__el {margin: 0 auto;position: relative;padding: 6px 0 0 0;background: url('') right top no-repeat;}
.shareWrap__el__text {line-height: 24px;padding-right: 140px;font-size: 1.2em;}
.b-share_theme_counter .b-share-btn__wrap {position: relative;float: left;margin-left: 5px;}
.shareWrap__el__podpis {font-size: .8em;font-style: italic;}#ya_share {padding: 10px;}
.b-share {font: 86%/1.4545em Arial,sans-serif;display: -moz-inline-box;display: inline-block;padding: 1px 3px 1px 4px!important;vertical-align: middle;}
.newsmodule{background:#f7f0c8;padding: 9px 11px 9px 11px;width:300px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 6px;}
.chasmodule{background:#e9efdb;padding: 9px 11px 9px 11px;width:300px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 6px;margin-bottom:5px;}
.addmodule{background:#ededed;padding: 9px 11px 9px 11px;width:300px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 6px;}
.mod_latest_dates{color:gray;float:right;}
.mod_latest_titles{float:left;}
.bd_text_auto{font: 14px/23px Arial,Tahoma,Sans-Serif;}
.bd_auto{margin-top:10px;margin-bottom: 4px;border-bottom: solid 1px hsl(199, 30%, 82%);height: 158px;}
#kilt img{width: 200px;height: 141px;}
#kilt a:hover img{width: 200px;height: 141px;opacity: 0.7;}
.bd_auto_price{font: 14px/23px Arial,Tahoma,Sans-Serif;border-bottom: solid 1px hsl(199, 30%, 82%);margin-left:20px;}
.bd_auto_kpp{background:#EBEBEB;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;padding:10px 3px;}
.bd_auto_date{font: 14px/23px Arial,Tahoma,Sans-Serif;font-size: 90%;color: #969696;}
.photo_auto_search {height:30px;margin-left:100px;width:750px;background: rgb(191,210,85); /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYmZkMjU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjOGViOTJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDUlIiBzdG9wLWNvbG9yPSIjOGViOTJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjNzJhYTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllY2IyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);background: -moz-linear-gradient(-45deg,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 27%, rgba(142,185,42,1) 45%, rgba(114,170,0,1) 46%, rgba(158,203,45,1) 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(27%,rgba(142,185,42,1)), color-stop(45%,rgba(142,185,42,1)), color-stop(46%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */background: -webkit-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 27%,rgba(142,185,42,1) 45%,rgba(114,170,0,1) 46%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 27%,rgba(142,185,42,1) 45%,rgba(114,170,0,1) 46%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */background: -ms-linear-gradient(-45deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 27%,rgba(142,185,42,1) 45%,rgba(114,170,0,1) 46%,rgba(158,203,45,1) 100%); /* IE10+ */background: linear-gradient(135deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 27%,rgba(142,185,42,1) 45%,rgba(114,170,0,1) 46%,rgba(158,203,45,1) 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */border-bottom-left-radius:8px 8px;border-bottom-right-radius:8px 8px;padding-bottom:5px;padding-left:8px;padding-right:8px;padding-top:5px; margin-bottom: 20px;}}
#photo_auto_search_input select{height:30px;}
#auto_images .advance-link img{width:401px;height: 309px;}
.auto_images{position:absolute;width:130px;margin:-335px 0px 0px 360px;}
.auto_images_mini img{width:75px;margin:10px;}
#plo_auto{position: relative;clear: both;height: 300px;}
.title_auto{width:80%;}
.title_auto span{float:left;width:15px;float:left;font-size: 28px;font-weight: normal;color: hsl(113, 46%, 40%);margin: 0px;}
.auto_h1{float:left;font-size: 28px;font-weight: normal;color:#000;margin:0px 10px;}
.panel{margin-top: 15px;padding-top: 10px;width: 410px;}
.auto_tables {background: url(../images/auto-info-bg.gif);background-repeat: repeat-y;height:35px;width:110px;}
.auto_tables span{float:left; }
.auto_bott{background:#ededed;margin-bottom:10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;}
.auto_bott_vip{background:#ff0000;margin-bottom:10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;}
.small_gray_text_vip{color:#fff;float:right;margin:-27px 10px 0 0;}
.small_gray_text{float:right;margin:-30px 10px 0 0;}
.small_gray_text a{margin:10px;}
.auto_tables b{padding:10px;position:absolute;}
.opti_auto{padding:10px;background:#ededed;}
#board_imfges{margin:0px -40px;}
#board_img img{float: left;height: 80px;width: 70px;margin: 0px 5px 0px 5px;}
.bd_auto_kpp_vip{background:#ff0000;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;padding:10px 3px;}
.bd_auto_kpp_vip b{color:#fff;}
#gurman_img{margin:0px -40px;}
#gurman_images img{float: left;height: 80px;width: 70px;margin: 0px 5px 0px 5px;}
#blog_foto img{width:100%;float: left;margin: 0px 15px 0px 0px;}
#allpage{height:100%;}
#allpage_frame{height:100%;}
.redaktory {margin-right:20px;}
#bottom_blog{
border-bottom: solid 1px hsl(199, 30%, 82%);
}
.navigatione{
overflow-x: scroll;
border: 1px solid #ddd;
background: #f3f3f3;
margin: 0 0 10px 0;
text-align: left;
vertical-align: middle;
white-space: nowrap;
width:400px;
}
#dragos li {
height:80px;
}
#dragos img{
height:75px;
}
div.slideshow-realty {
position: relative;
clear: both;
height: 340px;
}
.navigatione ul{
width:900px;
margin:0 -40px;
}
.ddmodule{
padding: 30px 0px;
position: absolute;
}
.wmodule{
margin-top:-280px;
}
.banermodule{
position: relative;
}
.npmodule{
position: relative;
}
.moduletitle{
color:#007899;
margin-top: 5px;
margin-bottom: 8px;
font-size: 18px;
font-family: PT Sans Narrow,Arial,Helvetica,sans-serif;
}
.afisha_modulebody li{
list-style: none;
margin:0px 5px;
float:left;
}
.width_baner_module{
border-top: solid 3px #ffa200;
position: relative;
width:580px;
}
#found_search a{
color:#fff;
}
.photo_details a{
color:#fff;
}
.photo_details a:hover{
color:#ffa200;
}
.afisha_moduletitle{
color:#007899;
margin-top: 5px;
margin-left: 8px;
font-size: 18px;
font-family: PT Sans Narrow,Arial,Helvetica,sans-serif;
}
.width_baner_moduletitle{
color:#007899;
margin-top: 5px;
margin-left: 8px;
font-size: 18px;
font-family: PT Sans Narrow,Arial,Helvetica,sans-serif;
}
.float_barese{float:right}
a.b-ad-btn b {
display: inline-block;
width: 18px;
height: 18px;
background: #6a920f;
color: #fff;
vertical-align: top;
text-align: center;
font-weight: bold;
font-size: 18px;
font-family: Helvetica,Arial;
line-height: 18px;
}a.b-ad-btn {
display: inline-block;
overflow: hidden;
margin-right: -100%;
margin-left: 4px;
width: 18px;
height: 18px;
outline: 0;
border: 1px solid #6a920f;
vertical-align: text-bottom;
text-decoration: none;
}
a.b-ad-btn ins :hover{
position: relative;
display: inline-block;
padding: 0 8px;
height: 18px;
background: #fff;
color: #6a8e16;
vertical-align: top;
text-decoration: none;
font-size: 11px;
line-height: 18px;
}
.nowrap{
position:absolute;
}
.auto_httpmodule{
padding:0px 0px 5px 5px;
}
.wethBlock{
background: #fbfbfb;padding:3px 5px;-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.bann_chet_module img{width:300px;padding:0px 5px 5px 0px;}
.dd{
padding: 30px 0px;
position: absolute;
}
#laif{float:left;width:200px;height:80px;border-right: 1px solid #D9D9D9;margin:0px 10px;}
#ri-lait{width:100%;}
.bamodulebody{width:700px;}
#addform {
background: #E1EFBF;padding:5px;
}
.proptable tbody{
padding-bottom:10px;
}
.addform{padding-bottom:10px;}
.kredit_module{
width:650px;
float:left;
background: #f1f5e8;
padding:10px;
margin:10px;
border-bottom: #da6b00;
}
.kredit_modulebody input{
padding:20px;
}
.kredit_modulebody tr{
float:left;
width:220px;
}
.kredit_modulebody td{
height:16px;}
.kredit_modulebody select{
padding:2px;}
.news_section-list_item_heading-more-link {
margin-left: 15px;
vertical-align: middle;
position:absolute;
padding:10px 0px;
overflow: hidden;
color:#000;
}#derer a{
color: #037dd3;
text-decoration: underline;
}.comments-count {
font-size: .846em;
padding-left: 12px;
white-space: nowrap;
text-decoration: none;
}
.invisible {
left: -999em;
position: absolute;
top: -999em;
}
.board{margin:12px;}
div.users_list {
    border-radius:8px;
    -moz-border-radius:8px;
}
.b-btn__text { 
background-position: 0px -70px;
color: #666666;
cursor: pointer;
display: block;
font-size: 14px;
line-height: 30px;
padding: 0px 20px;
text-align: center;
text-shadow: 1px 0px 0px #DCDCDC;
white-space: nowrap;
}
.b-btn, .b-btn__crn-left, .b-btn__crn-right, .b-btn__link, .b-btn__text, .b-btn__submit { 
height: 31px;
}
a.b-btn__link, .b-btn__submit { 
background: url(../images/z.gif) transparent;
border: 0px none currentColor;
cursor: pointer;
display: block;
left: 0px;
outline: 0px none currentColor;
position: absolute;
top: 0px;
width: 100%;
z-index: 100;
}

.b-header-search__subm {
background: url(../images/b-header-search-btn.png) 50% 50% no-repeat transparent;
border: 0px none currentColor;
cursor: pointer;
display: block;
height: 27px;
position: absolute;
right: 2px;
top: -1px;
width: 27px;
}
.ajaxlink:hover{ color:#0099CC; border-bottom:dashed 1px #0099CC; }
.ajaxlink, .MultiFile-remove{
    text-decoration:none;
    border-bottom:dashed 1px #429437;
    color:#429437;
}
.hinttext{
    color:#5F98BF;
}
.rabota-right table td { 
padding: 9px 0px 9px 35px;
}
.b-btn, .b-btn__crn-left, .b-btn__crn-right, .b-btn__link, .b-btn__text, .b-btn__submit { 
height: 31px;
}
a.b-btn__link, .b-btn__submit { 
background: url(../images/z.gif) transparent;
border: 0px none currentColor;
cursor: pointer;
display: block;
left: 0px;
outline: 0px none currentColor;
position: absolute;
top: 0px;
width: 100%;
z-index: 100;
}
.b-btn__crn-left { 
background-position: 0px 0px;
left: 0px;
}
.b-btn__crn-left, .b-btn__crn-right { 
position: absolute;
top: 0px;
width: 7px;
}
.fesko{overflow: hidden;}
.bd_item_edit a{
margin:0px 20px;
}
.bd_item_delete a{
margin:0px 20px;
}
.questCommentsItemCiteLink { 
background: url(../images/quest-reply-ico.png) -33px -2px no-repeat transparent;
}
.b-wide-search__wrap__controls-input { 
font-size: 18px;
height: 30px;
margin: 0px;
padding: 3px 5px 2px;
width: 100%;
}
.b-btn { 
box-sizing: border-box;
cursor: pointer;
display: block;
float: left;
left: -4px;
min-width: 90px;
outline: 0px none currentColor;
padding: 0px 7px;
position: relative;
}