/*----------------------Расфокус----------------------------*/

@font-face {
    font-family: 'Arial Nova';
    src: url('ArialNova.woff') format('woff'),
    font-weight: normal;
    font-style: normal;
}

.upto{
	margin: -25px 0px 0px 0px;
}

#toplenta {
  position: fixed; 
  top: 0px; 
  height: 103px;
  opacity: 0;
}

#razdva {
max-width: 2000px; 
padding:10px 3px 20px 6px; 
margin-left: auto; 
margin-right: auto; 
display: flex; 
justify-content: center; 
// align-items: center;
align-items: flex-end;
}
#razdvatop {
max-width: 2000px;
height: 100px; 
padding:15px 3px 15px 6px; 
margin-left: auto; 
margin-right: auto; 
display: flex; 
justify-content: center; 
// align-items: center;
align-items: flex-end;
}


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

html { height:100%; } 

body {
    background: #FFFFFF;
    height: 100%;
	//word-wrap: break-word;
}

a { color:#006699; }
a:hover { color:#FF3333; }

#wrapper {
  position:relative;
  height:auto !important;
  min-height: 101%;
  display:block;
  // word-break: break-all;
  // word-break: break-word;
}

* html #wrapper {
  height: 100%;
}

#wrapper .pad{ height:52px; clear:both; }

#wrapper .bott{ 
height:auto; 
clear:both;
}

.text-input{ border:1px solid #4DA4CF; padding:5px; font-size:14px;}
.text-input:focus{ border:1px solid ##FF3333; padding:5px; }

.float_bar a{ color:#006699; }
.float_bar a:hover{ color:#FF3333; text-decoration:none; }
.float_bar{ 
    background-color: #EEEEEE;
    float:right;
    margin-top:6px;
    padding:5px 8px;
}

.forumbar a{ color:#009900; font-size:20px;}
.forumbar a:hover{ color:#007700; }
.forumbar{ 
    background-color: #f5f5f5;
    float:right;
    margin-top:0px;
    padding:5px 20px 5px 20px;
}

.bar{
    background-color: #EEEEEE;
    padding:5px 10px;
}

.ajaxlink:hover{ color:#0099CC; border-bottom:dashed 1px #0099CC; }
.ajaxlink{
    text-decoration:none;
    border-bottom:dashed 1px #375E93;
    color:#375E93;
}

.hinttext{
    color:#5F98BF;
}
.numerous{
display:block !important;
padding-top:8px;
}
/***************************** Шапка страницы *********************************/

#header{
    height:30px;  
	line-height:30px; 
	background:#FFF; 
	width: 100%;
	display:block;
	z-index:3;
	padding: 0px 0px 0px 0px;
}

#up{
float:left;

}
#up a{
    display:block;
    width:50px;
    height:30px;
    background:url(../images/up1.png) no-repeat;
	text-decoration: none;
	margin:0px 0px 0px 0px;
}
#up a:hover{
    display:block;
    width:50px;	
    height:30px;
    background:url(../images/up2.png) no-repeat;
	text-decoration: none;	
	margin:0px 0px 0px 0px;
}

#sitename{
float:left;
//opacity: 0;
}
#sitename a{
    display:block;
    width:302px;
    height:30px;
    background:url(../images/logo.gif) #ff3333 29px no-repeat;
}
#site1name{
float:left;
opacity: 0;
}
#site1name a{
    display:block;
    width:261px;
    height:30px;
    background:url(../images/logo.gif) no-repeat;
}


#page{
    padding-bottom:20px;

}
.u_block{
float:right;
}
/******************************* Главное верхнее меню *********************************/
#prozr{
opacity: 0;
}
#prozr2{
opacity: 0;
}

#topmenu{
	float:left;
    margin-top:0px;	
    margin-bottom:0px;
	padding-left:10px;
	//opacity: 0;
}

#topmenu .menu{ list-style:none; margin:0; padding:0; float:left }



/****не выделено, не наведено, просто меню**********/
#topmenu .menu li a{ text-decoration:none; }
#topmenu .menu li{
    list-style:none; 
    margin:0;
    height:30px;
    line-height:30px;
    display:block;
		float:left;
	//display: inline;
	zoom: 1;
    
    position: relative;
	padding:0;
	
	//font-family: 'Helvetica Neue','Roboto';
	font-weight: 400;
	font-size:18px;
	line-height: 24px;

}

/****наведено, но не кликнуто********/
#topmenu .menu li.selected a,
#topmenu .menu li:hover a{color:#ffffff; }

/****кликнуто, и уже в разделе**********/
#topmenu .menu li:hover,
#topmenu .menu li.selected{
    background: #ff3b27;
	
}

#topmenu .menu li a{
    color:#777777;
    height:30px; 
    line-height:30px;
    display:inline-block;
	padding:0 10px;
}
#topmenu .menu li a:hover{
	text-decoration:underline;
	}
#topmenu ul li ul {
    display:none;
    position: absolute;
   // top: 70px;
    top:30px;
    //left:0;
	width: 240px;
	background: #EEEEEE;
	color: #000;
    padding:13px 0 10px;
    z-index:1000;
	text-align:left;

}
#topmenu ul li ul li ul {
    display:none;
    position: relative;
    margin-top:-100px;
    left:200px;
	width: 240px;
	background: #EEEEEE;
	color: #000;
    padding:10px 0;
    z-index:1000;
}
#topmenu ul li ul li,  #topmenu ul li ul li a{
    display:block !important;
		float:none !important;
}
#topmenu ul li ul li{
margin-left:0 !important;
height:22px !important;
margin-bottom:4px !important;
}
#topmenu ul li ul li a{
    padding:0px 15px !important;
    text-decoration:none;
	color:#000 !important;
	font-size:16px !important;
height:22px !important;
line-height:20px !important;
font-size:14px !important;

}
#topmenu ul li ul li:first-child{
height:30px !important;
}
#topmenu ul li ul li:first-child a{
height:30px !important;
line-height:28px !important;
font-size:16px !important;
}
#topmenu ul li ul li a.selected{
color:#FFF !important;
}
#topmenu .menu li ul li a:hover{
color:#FFF !important;
background:#FF3333 !important;
text-decoration:none !important;
}
#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:#999999;

}

/****буквы в навигации********/
.pathway a{ color:#999999; }
.pathway a:hover{ color:#333333; text-decoration:none; }

/*************** Верхний широкий модуль (популярные фото)**************/
#topwide{
    background: #FFF;
    border:solid 1px #FFFFFF;
    display:block;
    overflow:hidden;
    margin-bottom:20px;
    margin-top:10px;
    width:1180px !important;
    
}
/*************** Текст заголовка "популярные фото")**************/
#topwide .moduletitle{
    font-size:22px; color:#1873AA;
    margin-bottom:0px;
	margin-left:10px;
}

#topwide .bestphoto{
    font-size:22px; color:#1873AA;
	margin-left:10px;
}

/*************** Лучшие фото, Новые фото, Добавить фото (на первой)**************/
.popfoto { 
	text-align:left; 	
	}

.popfoto span{    
    margin-right:0px;
}
.popfoto span a{
    padding:6px;
    padding-left:10px;
}


.popfoto .pop a{ font-size: 24px; color:#333333; text-decoration:underline; }
.popfoto .pop a:hover{ font-size: 24px; color:#FF3333; text-decoration:underline; }
.popfoto .new a{ font-size: 24px;color:#333333; text-decoration:underline; }
.popfoto .new a:hover{ font-size: 24px; color:#FF3333; text-decoration:underline; }
.popfoto .ad a{ font-size: 22px;color:#009900; text-decoration:underline; }
.popfoto .ad a:hover{ font-size: 22px; color:#333333; text-decoration:underline; }
.popfoto .day a{ font-size: 18px;color:#999999; text-decoration:underline; }
.popfoto .day a:hover{ font-size: 18px; color:#FF3333; text-decoration:underline; }

.popfoto .board1 a{ font-size: 24px;color:#333333; text-decoration:underline; }
.popfoto .board1 a:hover{ font-size: 24px; color:#FF3333; text-decoration:underline; }
.popfoto .board2 a{ font-size: 18px;color:#009900; text-decoration:underline; }
.popfoto .board2 a:hover{ font-size: 18px; color:#FF3333; text-decoration:underline; }
.popfoto .board3 a{ font-size: 18px;color:#666666; text-decoration:underline; }
.popfoto .board3 a:hover{ font-size: 18px; color:#FF3333; text-decoration:underline; }



.fmodt1 { text-align:center; margin:-5px 0px 5px 0px; }
.fmodt2 { text-align:left; margin: 0px 0px 35px 10px; }	
	
.fmod1 a{ font-size: 24px;color:#999999; text-decoration:none; padding:0px 0px 10px 0px; text-align:center; }
.fmod1 a:hover{ color:#FF3333; text-decoration:underline; }

.fmod2 a{ font-size: 20px;color:#006699; text-decoration:underline; }
.fmod2 a:hover{ color:#FF3333; text-decoration:underline; }
.fmod3 a{ font-size: 14px;color:#009900; text-decoration:underline; }
.fmod3 a:hover{ color:#007700; text-decoration:underline; }

.fmod4 a{ font-size: 16px;color:#FF6500; text-decoration:underline; font-weight: 500;}
.fmod4 a:hover{ color:#007700;}

.fmod5 { font-size: 16px;color:#777777; text-decoration:none; font-weight: 400;}


#topmod{
    padding:0px;
    margin:0px;

}

/********* Верхний главный модуль "Лента активности" **********/
#main .module{
    padding: 0px 30px 70px 0px;
    background:#FFFFFF;
}

/************************Висячие заголовки на плашках******/
#main .moduletitle{
    font-size:20px;
    height:30px;
    line-height:30px;
    background:#FF3333;
    margin-top: 0px;    
    margin-bottom:10px;
    padding-left:20px;
    color:#FFF;
	
    display:block;
}





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

/********************************* Сайдбар ************************************/
#sidebar .module{
    background:#f5f5f5;
    display:block;
    overflow:hidden;
    margin:0px 0px 20px 0px; 
	padding:10px 10px 10px 10px; 
	border:1px solid #f1f1f1;
   /* border-radius:8px;
    -moz-border-radius:8px; */
   
}

#sidebar .moduletitle{
    font-size:24px;
    margin-bottom:20px;
    color:#666666;
  
}

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



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

#footer{
    height:30px;
    line-height:30px;
    background:#FF3333;
    color:#FFF;
    clear:both;
}

span.foot1 {font-size:16px; padding:0px 0px 0px 0px; }
span.foot2 { font-size:12px; padding:0px 20px 0px 20px; }
span.foot2 a{color:#FFF; text-decoration:none;}
span.foot2 a:hover{color:#FFF; text-decoration:underline;}

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

#footer .foot_right a{

    display:block;
 
}

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

/************************* Кнопки настройки модулей ***************************/

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

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

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

.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;
	margin-top:2px;
	font-weight:normal; 
	margin-bottom:0px;
}
/*--------------подпись под фотками в простынях - названия альбомов-----------------*/
.mod_lp_albumlink{
	margin-top:0px;
}
.mod_lp_albumlink a{
	color:#666666;
	text-decoration:underline;
}
.mod_lp_details{

}

/*--------------ячейки в простынях с фотками (top, latest) ----------*/
.mod_lp_photo{
	padding-right:0px;
	padding-left:0px;
	padding-bottom:5px;
}

/*--------------------------- MODULE "POLLS" ---------------------------------*/
.mod_poll_title {
	margin-bottom: 5px;
}
.mod_poll_submit {
	margin-top: 10px;
}
.mod_poll_gauge {
	background-color:#09C;
	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 #4DA4CF;
    padding:2px;
}

#login_btn{
    font-size:16px;
    width:100px;
}
/*----------------------- MODULE "LATEST ARTICLES" ---------------------------*/
.mod_latest_entry{
	margin:0px 0px 10px 5px;
	clear:both;
}
.mod_latest_title{
	font-size:16px;
}
.mod_latest_blog_title{
	font-size:16px;
}
.mod_latest_date{
	margin-bottom:1px;
    padding:2px 0px;
	font-size:11px;
	color:gray;
}
.mod_latest_date a{
	color:#5F98BF;
}
.mod_latest_desc{
	margin-bottom:5px;
}
.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:#375E93;
}

#regform small{
    color:#5F98BF;
}

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

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

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

.lf_field{ margin-bottom: 10px; }

.lf_field input { 
    width:250px; padding:10px; padding-left:20px; font-size:20px; border:solid 1px #4DA4CF; }

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

.lf_submit{
    margin-top:10px;
}

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

.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-top:10px; 
	margin-bottom: 15px; 
	font-size:15px;
	clear:both;
	margin-left:auto;margin-right:auto;width:1200px;
}
.pagebar_title{
	margin:5px;
    color:#375E93;
}
.pagebar_page{
	margin:3px; 
	padding:6px;
}
.pagebar_current{
	margin:3px; 
	padding:6px; 	
	background-color: #FF3333;
    color:#FFF;
    border-radius:5px;
    -moz-border-radius:5px;
}

/*----------------------------- 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: #5F98BF;
}
#from_search{
	display:none;
	margin:10px 0 0 0;
	border-top:1px #4DA4CF solid;
	position:relative;
}
#from_search label{
	color: #666;
}
#from_search label.selected{
	color: #000;
}
.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 4px 4px;
    border-radius:6px;
    -moz-border-radius:6px;
}
.search_result_title {
	font-size:16px;
	font-weight:bold;
}
.search_result_title span {
	width:25px;
	display:block;
	float:left;
}
.search_result_desc {
	margin:4px 0 0 20px;
}
.search_result_desc p {
	color:#666;
}
.search_result_desc a {
	color:#666;
}
/*------------------------- COMPONENT "CONTENT" ------------------------------*/
.component {
    padding:5px 0px 10px 0px;
    margin-bottom:20px;
    background: #FFF;
}
/*-----Названия Фоток-----*/
.con_heading {
	font-size: 32px;
	color:#006699;
    margin: 0px 0px 15px 0px;
	//font-family: 'Helvetica Neue','Roboto',sans-serif;
	font-weight: 300;
	line-height: 36px;
	margin-left:auto;margin-right:auto;width:1200px;
}
.con_heading0 {
	font-size: 32px;
	color:#006699;
    margin: 0px 0px 15px 0px;
	//font-family: 'Helvetica Neue','Roboto',sans-serif;
	font-weight: 300;
	line-height: 36px;
}

.forumdesc {
	font-size: 20px;
	color:#006699;
    margin: 0px 0px 5px 20px;
	//font-family: 'Helvetica Neue','Roboto',sans-serif;
	font-weight:normal;
	font-weight: 400;
	line-height: 36px;
}

.con_photo {
	font-size: 32px;
    font-weight:normal;
	color:#666666;
    margin: 0px 0px 15px 0px;
	//font-family: 'Helvetica Neue','Roboto',sans-serif;
	font-weight: 300;
	line-height: 36px;
}


.con_heading_rr {
	font-size: 30px;
    font-weight:normal;
	color:#009900;
    margin: 0px 0px -10px 0px;
	//font-family: 'Helvetica Neue','Roboto',sans-serif;
	font-weight: 300;
	line-height: 60px;
}
.con_fotoopisanie {
	font-size: 18px;
    font-weight:normal;
	color:#333333;
    margin: 0px 0px 15px 0px;
	//font-family: 'Helvetica Neue','Roboto',sans-serif;
	font-weight: 400;
	line-height: 24px;
	word-break: break-word;
}


/*-----Описание фотоальбома-----*/
.alb_descr {
    font-size: 16px;
    font-weight:normal;
	color:#999999;
}
.tbl_descr {
    margin: 0px 0px 5px 0px;
}



/*----Заголовки в статьях - H3 -----*/
h3 {
	font-size: 20px;
    font-weight:normal;
	color:#999999;
    margin: 15px 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;
	margin-left:auto;margin-right:auto;width:1200px;
}
.con_subcat{
    font-size:18px;
    padding-left:23px;
    background: url(../images/icons/folder.png) no-repeat left center;
    height:18px;
    line-height:18px;
}
.con_title{
	font-weight:bold;
	font-size:16px;
    margin-bottom:10px;
}
.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;
    border:solid 1px #444;
}
/*------------------------- COMPONENT "PHOTOS" -------------------------------*/
.photo_layout{
    margin-bottom: 0px;
	margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/*-----------------простыня ячейки /photos/101 ----------------------*/
.photo_thumb{
	display:block;
    padding:0px;
    margin-right:0px;
    margin-bottom:0px;
}
.photo_thumb a{
    font-size:14px;
}



/*-----------------сп.коробки /photos/101 ----------------------*/



.photo_bar{
	background-color: #EEEEEE;
	margin:6px 0px 6px 0px;
}
.photo_desc{
	margin-bottom:10px;
}
.photo_box{
	border:solid 1px silver;
}
.photo_date_td{
	background-color:#EEEEEE;
}
.photo_sortform{
	padding:5px 8px;
	background-color:#FFF;
   
}
.photo_subcat{
    font-size:16px;
}
.photo_gallery{
    margin-bottom:30px;
	margin-left:0px;
    clear:both;
}
.photo_userbar{
	padding:10px;
	background-color:#EEEEEE;
	margin-bottom:2px;
}
.photo_toolbar{	
    float:right;
    -moz-border-radius:8px 8px 8px 8px;
    background-color:#EEEEEE;
    padding:5px 8px;
}
.photo_toolbar table{
    height:30px;
}

.photo_toolbar a{
	text-decoration:underline;
    font-size:14px;
    color:#375E93;
}
.photo_add_link{
    padding-left:20px;
    background:url(../images/icons/addphoto.png) no-repeat left center;
    font-size:14px;
    float:right;
    clear:both;
}

.photo_add_link2{
    padding-left:0px;
	color:#CCCCCC;
  /*  background:url(../images/icons/addphoto.png) no-repeat left center; */
    font-size:14px;
    float:centre;
    clear:both;
}


.photo_bbinput{
	width:200px;
	padding:2px;
    border:solid 1px #4DA4CF;
}
.photo_row{
	height:auto !important;
	overflow:hidden;
	padding:0.8em 0;
	width:99%;
}

/*--------------------------- /photos/100 ----*/
.photo_album_tumb{
    height:100%;
    float:left;
    position:relative;
    width:300px;
    margin-right:50px;
    margin-bottom:20px;
    border:solid 3px #EEEEEE;
    padding:15px;
    border-radius:8px;
    -moz-border-radius:8px;
}


/****наведено, но не кликнуто********/
.photo_album_tumb:hover{
 height:100%;
    float:left;
    position:relative;
    width:300px;
    margin-right:50px;
    margin-bottom:20px;
    border:solid 3px #FC5676;
	 background-color:#FFFFFF;
    padding:15px;
    border-radius:8px;
    -moz-border-radius:8px;
}



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


.photo_container{
    text-align:center !important;
}


.photo_txt{
    text-align:center !important;
}
.photo_txt .photo_album_title{
    font-size:16px;
    height: 25px;
    display:block;
}
.photo_container_today{
	color:#09F;
	font-weight:normal;
	position:absolute;
	top: 270px;
	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{
    background:#FFF;
    padding:5px 0px 0px 8px;
    font-size:14px;
	border-bottom:1px solid #CCC;
}
.photo_share{
    background:#FFF;
    padding:0px 5px 25px 5px;
    font-size:14px;
}
.job{
color:#999;
}
.phograph_avatar{
float: left;
padding:0px 7px 10px 0px;
}
.photo_date_details{

padding:0px 7px 10px 0px;
}
.user_gender_link{
background:none !important;
padding-left:1px !important;
color:#006699;
}
.jobtext a{
color:#999999;
font-size:13px;
text-decoration:none;
}
.jobtext a:hover{
color:#999999;
font-size:13px;
text-decoration:underline;
}

.sitetext a{
color:#EC6A00;
font-size:13px;
text-decoration:underline;
}
.sitetext a:hover{
color:#505050;
font-size:13px;
text-decoration:underline;
}

.sitetext2 a{
color:#EC6A00;
font-size:18px;
text-decoration:underline;
}
.sitetext2 a:hover{
color:#505050;
font-size:18px;
text-decoration:underline;
}

.sitetext3 a{
color:#EC6A00;
font-size:14px;
text-decoration:underline;
}
.sitetext3 a:hover{
color:#505050;
font-size:14px;
text-decoration:underline;
}


.siteprofile a{
color:#EC6A00;
font-size:18px;
text-decoration:underline;
}
.siteprofile a:hover{
color:#505050;
font-size:18px;
text-decoration:underline;
}

.photo_details_date{
    background:#FFF;
    padding:5px 15px 5px 0px;
    font-size:13px;
	color:#999;
	text-align: right;
}



.photo_details .operations{ margin-top:10px; }

.photo_details .karma_buttons{
    padding:5px;
    background:#FFF;
    border-radius:8px;
    -moz-border-radius:8px;
}

.photo_sub_details a{
    padding:0px 6px;
    font-size:18px;
	color:#006699;
	text-decoration:underline;
	text-align: left;
	
}
.photo_sub_details a:hover{
    padding:0px 6px;
    font-size:18px;
	color:#FF3333;
	text-decoration:underline;
	text-align: left;
}

.photo_sub_details .taglinebar{
    margin-top:10px 0px 10px 0px;
}

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

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

/*-------------------------------- SHOP CART ---------------------------------*/
.cart_item{
	font-size:10px;
	font-weight:bold
}
.cart_detaillink{
	clear:both; 
	border-bottom:solid 1px gray; 
	margin-bottom:10px; 
	padding-bottom:5px
}
.cart_total{
	clear:both; 
	border-top:solid 1px gray; 
	margin-top:10px; 
	padding-top:5px
}
.cart_price{
	margin-top:2px;
	text-align:right;
}
.cartrow1{
	background-color:#EBEBEB;
}
.cartrow2{
	background-color:#FFFFFF;
}

/*------------------------ COMPONENT "PRICE LIST" ----------------------------*/
.pricerow1{
	background-color:#EBEBEB;
}
.pricerow2{
	background-color:#FFFFFF;	
}

/*----------------------- MODULE "LATEST COMMENTS" ---------------------------*/
.mod_com_userlink{
	color:#666;
}

.mod_com_line{
    margin-bottom:5px;
	//font-family: 'Helvetica Neue','Roboto';
	font-weight: 400;
	font-size:16px;
	line-height: 24px;
}

.mod_com_line a{
	text-decoration:underline;
	color:#006699; 
}
.mod_com_line a:hover{
	text-decoration:underline;
	color:#FF0033; 
}

.mod_com_targetlink{
    color:#333;
}
.mod_com_details{
    font-size:11px;
    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;
}
/*--------------------- MODULE "LATEST FORUM WEB2.0" -------------------------*/
.mod_fweb2_date{
	background-color:#EBEBEB;
    width:100px;
}
.mod_fweb2_topiclink{
	text-decoration:underline;
	font-weight:500;
	font-size: 18px;
}
.mod_fweb2_shorttext{
	font-style:italic;
	color:#999999;
}

/*------------------------------- PATHWAY ------------------------------------*/

/*-------------------------- 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:8px;
    -moz-border-radius:8px;
    border:1px solid #C3D6DF;
    padding:4px;
}
.uc_detailimg{	
}
.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:#375E93;
    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 #4DA4CF;
    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:8px;
    -moz-border-radius:8px;
    background-color:#E0EAEF;
    padding:5px 10px;
    margin-bottom: 5px;
}
.uc_alpha_link{
	font-size:18px;
	padding-right:10px;
}

/*------------------------- MODULE "SITE TAGS" -------------------------------*/
a.tag:hover{
	background-color: #375E93;
	color:#fff;
    text-decoration: none;
}

/*---------------------------Верхнее меню юзера, профиль и тд -----------------------------------*/
.mod_user_menu { text-align:right; padding:0px 20px 0px 0px ; }

.mod_user_menu span{    
    margin-right:0px;
}
.mod_user_menu span a{
    
    text-decoration:none;
		color:#959595;
		font-size:14px;
}

.mod_user_menu span a:hover{
   text-decoration:underline;
}
.mod_user_menu .my_profile{
position:relative;
display:inline-block;
}
.mod_user_menu .my_profile a{  }
.mod_user_menu .my_messages a{color:#ff3b27; }
.mod_user_menu .about a{color:#FFF; }
.mod_user_menu .rambler {padding:0px 0px 0px 0px;}
.mod_user_menu .my_messages{
padding-right:10px;
}
.mod_user_menu .my_messages a{
background:url(../images/new_message.png) no-repeat left 3px;
padding-left:25px
}
.mod_user_menu .my_blog a{  padding:0 15px;}
.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 .logout a{}
.mod_user_menu .logout {padding:10px 27px 0px 27px; }
.mod_user_menu .register { padding:0 15px;}
.mod_user_menu .login{}
.mod_user_menu .my_balance a{ background:url(../images/billing/balance.png) no-repeat 6px center; }
.mod_user_menu .uploadphoto a{ color:#009900;}
.mod_user_menu .mysite a{ color:#666666;}

.mod_user_menu .buypro {padding:7px 0px 0px 27px;}
.mod_user_menu .buypro a{ color:#666666; font-size:16px;}

.mod_user_menu .avatar {padding:5px 0px 6px 27px;}
.mod_user_menu .nastr {padding:0px 0px 0px 27px;}


.u_menu{
background:#fff;
position:absolute;
left:50%;
margin-left:-110px;
top:28px;
z-index:10;
display:none;
width:170px;
border:solid 1px #8aa3a7;
padding:10px 0 20px 0;
}
.my_profile:hover .u_menu{
display:block;
}
.u_menu span{
display:block;
text-align:left;
padding:0 27px;
line-height:1.9;
}
.u_menu span a{
color:#666;
}
.u_menubg{
width:9px;
height:7px;
background:url(../images/u_menu.png) no-repeat;
position:relative;
z-index:20;
left:80px;
top:-16px;
}
.usr_msgmenu_bar{
	background-color:#E0EAEF;
	margin-bottom:10px;
    border-radius:0px 0px 8px 8px;
    -moz-border-radius:0px 0px 8px 8px;
    color:#375E93;
}
.usr_msgmenu_bar a{
    color:#375E93;
}
.usr_msgreply_source{
	padding:25px;
    border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #C3D6DF;
	margin-bottom:20px;
}
.usr_msgreply_sourcetext{
	font-size: 18px;
	word-break: break-word;
}
.usr_msgreply_author{
	font-style:italic;
	color:#666666;
	text-align:right;
}
.usr_msg_smilebox a{
    margin:4px;
}
.usr_msg_smilebox{
	// background-color:#EBEBEB;
    border:solid 1px #CCC;
    // border-bottom:none;
	// border-top:solid 1px silver;
    width:90%;
}
.usr_msg_bbcodebox{
	padding: 5px 0px 0px 0px;
	// background:url(../images/bbtoolbar.jpg) repeat-x left top #EFEFEF;
	// border:solid 1px #666;
    border-bottom:none;
	overflow:hidden;
	height:10%;
    width:620px;
}
.usr_bb_button{
	display:block;
    margin:2px;
	padding:7px;
	float:left;
}
.usr_bb_button:hover{
	display:block;	
	margin:2px;
    border: solid 1px #83BBD9;
	padding:6px;
	float:left;
	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;
    height:36px;
    line-height:36px;
    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_avatar2 { 
    float:center; 
    margin-right:5px;
    padding:10px;
    overflow:hidden;
}

.mod_new_user_link { font-size:14px; }

#mod_usr_search_form td{
    padding:4px;
}

/*------------------------Коммент-блоки----------------------------*/
.reply{
    z-index:10;
	background-color:#FFF;
}
.cm_editor{
    z-index:10;
	background-color:#FFF;
}

.ajax_autogrowarea{
	display:block;
	border:solid 1px gray;
	width:616px;
	height:108px;
	min-height:180px;	
	max-height:800px;
	margin:0px;
	font-size:22px;
	line-height:36px;
	font-family: verdana, arial,'Helvetica Neue','Roboto',sans-serif;
	letter-spacing: 0.5px; 
	color:#404040;
}
.bb_tag_code{
    border:solid 1px silver;
    padding:8px;
    margin-top:5px;
    margin-bottom:5px;
    max-width:700px;
    overflow:auto;
}
.bb_tag_code ol{
    padding: 6px 0;
    padding-left:5px;
}
.bb_tag_hide{
	padding:8px;
	background-color:#FFFFCC;
}
.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:8px;
    -moz-border-radius:8px;
}
.bb_img {
	max-width:1160px;
	overflow:hidden;
}

.bb_tag_video{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.bb_tag_video iframe,  
.bb_tag_video object,  
.bb_tag_video embed {
    position: absolute;
    top: 0;
    left: 5px;
    width: 99%;
    height: 99%;
}


.bb_tag_h1{
font-size: 30px;
color:#333333;
text-decoration:none;
font-weight: normal;
margin: 10px 0px 10px 0px;
}
.bb_tag_h2{
font-size: 28px;
color:#333333;
text-decoration:none;
font-weight: normal;
margin: 10px 0px 10px 0px;
}
.bb_tag_h3{
font-size: 24px;
color:#333333;
text-decoration:none;
font-weight: normal;
margin: 10px 0px 10px 0px;
}
/*----------------------------- COMPONENT "FAQ" ------------------------------*/
.faq_subcats, .faq_cats{
	padding:10px;
    padding-bottom:5px;
	background-color:#E0EAEF;
	margin-bottom:10px;
    border-radius:8px;
    -moz-border-radius:8px;
}
.faq_cat_link{
    font-size:18px;
}
.faq_cat_desc{
    margin-bottom:5px;
}

.faq_questtext{
	font-size:24px;
    margin-bottom:10px;
    color:#ff0033;
}
.faq_quest_link {
    margin-bottom:5px;
}
.faq_quest_link a{
    font-size:14px;
    text-decoration:none;
}

.faq_answertext{
    font-size:16px;
    margin-bottom:10px;
}

.faq_answertext p{
    margin-bottom:10px;
}

.faq_questdate{
	padding:2px;
	font-size:11px;
	text-align:center;
	background-color:#EBEBEB;    
	width:100px;
	float:right;
}
.faq_questuser a{
    color:#375E93;
}
.faq_questuser{
	padding-left:20px;
	font-size:11px;
	text-align:center;
	margin-top:2px;
    margin-right:4px;
	float:right;
	background:url(../images/icons/user.png) no-repeat;
}
.faq_questcat{
	padding:2px;
	font-size:11px;
	text-align:center;
	margin-left:4px;
	float:right;
}
.faq_questcat a{
	color:#333333;
}
.faq_quest{
	margin-bottom:4px;
	border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
    border:1px solid #C3D6DF;
    padding:8px;
}
.faq_send_quest{
    border-radius:8px 8px 8px 8px;
    -moz-border-radius:8px 8px 8px 8px;
    background-color:#E0EAEF;
    float:right;
    padding:5px 8px;
}
.faq_send_quest a{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/add.png) no-repeat;
	text-decoration:underline;
	color:#375E93;
}

#faq_message{
    width:100%;
    height:200px;
    margin-bottom:10px;
    border:solid 1px #203047;
}
.faq_add_cat{
    margin-bottom:10px;
    color:#375E93;
}
/*------------------------------- KARMA --------------------------------------*/
.karma_form{
	text-align:center;
	padding:10px;
	background-color:#EEEEEE;
	border-radius:8px;
	-moz-border-radius:8px;
}
.karma_form #karmavotes {
	color:#333;
}

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

span.user_karma_point{
	font-size:16px;
}

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

.new_board_items li{
	padding:0px 0px 10px 27px;
    background:url(../images/icons/note.png) no-repeat left top;
    list-style:none;
    margin:0px 0px 10px 0px;
    font-size:16px;

}
.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 div.club_entry { overflow:hidden; margin-bottom:10px;  }
.mod_clubs div.club_entry .image{ padding: 2px; background:#FFF; float: left; margin-right:14px; }
.mod_clubs div.club_entry .data{ float: left; }
.mod_clubs div.club_entry .data .title { margin-bottom: 5px; margin-top:5px;  }
.mod_clubs div.club_entry .data .title a{ font-size: 16px; font-weight:bold;  }
.mod_clubs div.club_entry .data .details { float:left; padding-left:10px; }
.mod_clubs div.club_entry .data .details span{ color: #999; padding-left:19px; margin-right:4px; height:18px; font-size:10px; height:16px;line-height:16px;display:block; }
.mod_clubs div.club_entry .data .details span.rating{ background:url(../images/icons/rating.png) no-repeat left center; }
.mod_clubs div.club_entry .data .details span.date{ background:url(../images/icons/calendar.png) no-repeat left center; }
.mod_clubs div.club_entry .data .details span.members{ background:url(../images/icons/user.png) no-repeat left center; }

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

.mod_user_rating { }
.mod_user_rating td.avatar{ text-align:center; }
.mod_user_rating a.nickname { 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;  }

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

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

.blogtag {
font-size:14px;
padding:0px 5px 0px 5px;
}

.blog_moderate_link{
	color:#FF3333;
	text-decoration:underline;
}
.blog_moderate_yes{
	color:#009933;
	font-size:14px;
	text-decoration:underline;
}
.blog_moderate_no{
	color:#CC0000;
	font-size:14px;
	text-decoration:underline;
}
.blog_desc{
	clear:both;
}
.blog_toolbar{
	
	background-color:#EEEEEE;
    padding:5px 8px;
    display:inline-block;
    float:right;
}
.blog_records{
	clear:both;
}
.blog_cat{
	float:left;
	padding:2px;
	height:20px;
	line-height:20px;
}
.blog_catlist{
	float:left;
	overflow:hidden;
	_height:1%;
    margin-top:10px;
    margin-bottom:20px;
}
.blog_post_data{}

.blog_post_data strong{
    color:#375E93;
}

.blog_post_avatar{
    padding:2px;
    border:solid 1px #999999;
    margin-right:10px;
}


/*----текст в самом блоге---*/
.blog_post_body{
	padding:4px;
	margin-top:15px;
	margin-left:-10px;
	margin-bottom:15px;
	//font-family: 'Helvetica Neue','Roboto';
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
    color: #151515;
	word-break: break-word;
}
.blog_post_nav{
	margin-top:5px;
	margin-bottom:15px;
	padding:15px;
	background-color:#f5f5f5;
	text-align:center;
	overflow:hidden;
	border-top:solid 1px #f5f5f5; 
	font-size: 22px;
}
.blog_post_nav a{
    color:#006699;
}
.blog_post_nav a:hover{
    color:#FF3333;
}
.blog_btnlink{
	padding:10px;
	margin:2px;
	border:solid 1px silver;
	width:120px;
}
.blog_fa{
	margin:0px;
	border: solid 1px gray;
	padding:10px;
	background-color:#FFFFFF;
}
.blog_fa_title{
	font-weight:bold;
}
.blog_fa_desc{
	border-bottom:solid 1px gray;
	margin-bottom:10px;
	padding-bottom:8px;
}
.blog_fa_entries{
	background-color:#EBEBEB;
	border:solid 1px gray;
	padding: 8px;
	margin-top:10px;
	display:none;
}
.blog_fa_entry{

}
.blog_fa_browse{
	border:solid 1px;
}
.fa_attach{
	margin-top:30px;
	border-top: solid 1px gray;
	display:block;
}
.fa_attach_title{
	margin-top:6px;
	margin-bottom:6px;
	font-weight:bold;
	font-size:10px;
}
.fa_filebox{

}
.fa_file_desc{
	font-size:10px;
}
.fa_file_link{
	font-size:10px;
	margin-left:5px;
}
.blog_attachbox{
	overflow:hidden;
	margin-top:5px;
}
.blog_attachthumb{
	float:left;
	width:100px;
	padding:8px;
	border:solid 1px silver;
	margin-left:2px;
}
.blog_entries{
}

.blog_entry{
	margin:30px 0px 30px 0px;
    clear:both;
}
.blog_entry_title{
	font-size:24px;
	padding:0px;
	float:left;
}
.blog_entry_info{
	font-size:12px;
	color:#999999;
	padding:0px;
	margin-top:5px;
	clear:both;
}
.blog_entry_info a{
		font-weight:bold;
}
.blog_entry_date{
	background:url(../images/icons/calendar.png) no-repeat left center;
    padding:1px;
	padding-left:20px;
    margin-left:10px;
}
.blog_entry_title a{
text-decoration:none;
word-break: break-word;
}
.blog_entry_title_td{
	background-color:#FFF;
    padding-bottom:2px;
}

/*----текст блога беред открытием---*/
.blog_entry_text{
	font-size:17px;
	color:#333333;
    margin-bottom:5px;
	word-break: break-word;
}
.blog_entry_karma{
	font-size:20px;
	float:right;
	margin-right:15px;
}
.blog_entry_karma_td{
	background-color:white;
	border:solid 1px #666666;
	text-align:center;
}
.blog_comments .post_karma{
	background:url(../images/icons/rating.png) no-repeat left center;
	padding:1px;
    padding-left:20px;
    display:inline-block;
    margin-right:10px;
    font-size:14px;
}
.blog_comments_link{
	font-size:12px;
	text-decoration:underline;
	background:url(../images/icons/comment.png) no-repeat left center;
    padding:1px;
	padding-left:20px;
}
.blog_comments_link .count{

}
.blog_comments{
	margin-bottom:20px;
	font-size:12px;
	padding:5px 10px;
	border:solid 1px #DDDDDD;
	display:inline-block;
    border-radius:8px;
    -moz-border-radius:8px;
}
.blog_comments .tagline{
	text-decoration:none;
	background:url(../images/icons/tag.png) no-repeat left center;
    padding:1px;
	padding-left:20px;
	margin-left:10px;
}
.blog_comments .editlinks a{
	color:#666666;
}
.blog_authorsall{
	color:#666666;
}
.blog_authorslink{
	color:#666666;
	text-decoration:underline;
}
.forum_zoom{
	background-color:FFFFFF;padding:0px;
}
.forum_zoom_text{
	padding:0px; color:#FFFFFF; text-align:center;
}

.blog_type_menu{
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}
.blog_type_link{
	display:block;
	float:left;
	margin-right:15px;
	font-size:18px;
    color:#999999;
    padding:2px 0px;
}
.blog_type_active{
	display:block;
	float:left;
	margin-right:15px;
	color:#FFFFFF;
    font-size:18px;
    text-decoration:none;
    background:#FF3333;
    padding:1px 10px;

}
.blog_type_num{
	
}
.blog_full_list .blog_title_td{
    padding-left:0px;
}
.blog_full_list .blog_title,
.blog_full_list .blog_user,
.blog_full_list .blog_posts,
.blog_full_list .blog_comm{
    padding:1px;
    padding-left:20px;
}

.blog_full_list .blog_title{ font-size:16px; background:url(../images/icons/blog.png) no-repeat left center; }
.blog_full_list .blog_user{ background:url(../images/icons/user.png) no-repeat left center; }
.blog_full_list .blog_posts{ background:url(../images/icons/posts.png) no-repeat left center; }
.blog_full_list .blog_comm{ background:url(../images/icons/comment.png) no-repeat left center; }

.blog_full_list .blog_rss{
    background:url(../images/icons/rss.png) no-repeat left center;
    width:16px;
    height:16px;
    display: block;
}
.blogs_full_rss { margin-top:15px; }
.blogs_full_rss a{
    background:url(../images/icons/rss.png) no-repeat left center;
    padding:1px;
    padding-left:20px
}

/* ============ ДОСКА ОБЪЯВЛЕНИЙ Rasfokus.ru =================== */


.bd_item{
	margin:10px 10px 10px 10px;
	border:solid 2px #e9e9e9;
	background:#efefef;
    padding:12px;
    border-radius:8px;
    -moz-border-radius:8px;
	box-shadow:2px 2px 7px rgba(0,0,0,0.3);
}

.bd_item:hover{
	border:solid 2px #f1f1f1;
	background:#f9f9f9;
	box-shadow:2px 2px 7px rgba(0,0,0,0.4);

}

.bd_item_vip{
	margin:10px 10px 10px 10px;
	border:2px solid #FFCC99;
	background:#FFFFD9;
    padding:12px;
    border-radius:8px;
    -moz-border-radius:8px;
	box-shadow:2px 2px 7px #FFCC99;
}

.bd_item_vip:hover{
	border:solid 2px #FFCC99;
	background:#f9f9f9;
	box-shadow:2px 2px 7px #FFCC99;
}

.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-size:22px;
	font-weight:bold;
	margin:0px;
}

.bd_item_vip div.bd_title a{
	font-size:22px;
	font-weight:bold;
	margin:0px;
    color:#ED8115;
}

img.bd_image_small{
	padding:2px;
	border:solid 1px #C3D6DF;
	margin-right:10px;
}

.bd_item_vip img.bd_image_small{
	padding:2px;
	border:1px solid #FFCC99;
	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;
	font-size:18px;
}
.bd_moderate_link{
	float:right;
	padding:20px 0px 0px 0px;
}
.bd_moderate_link span{
	float:right;
	padding:0 5px 0 18px;
}
div.bd_item_details{
	margin-top:20px;
	float:right;
}
div.bd_item_details a, .bd_moderate_link a{
	color:#666;
}

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

div.bd_item_details_full a{
	color:#666666;
}

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

.bd_text_full{
    padding:20px 15px;
    font-size:18px;
    -moz-border-radius:8px;
    border-radius:8px;
    border:1px solid #C3D6DF;
    margin-top:15px;
}

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_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: 5px 10px 0px 10px;
}
div.bd_cat_main_title{
}

div.bd_cat_main_title a{
	font-size:24px;
	color:#0080bc;
}
div.bd_cat_main_title a:hover{
	font-size:24px;
	color:#FF3333;
}
div.bd_cat_main_obtypes a{
	font-size:18px;
	color:#0080bc;
	margin: 10px 10px 0px 0px;
}
div.bd_cat_main_obtypes a:hover{
	font-size:18px;
	color:#FF3333;
}



/* ========================================================================== */
/* ============================== КАТАЛОГ =================================== */
/* ========================================================================== */

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

#shop_toollink_div a{
    color:#375E93;
}

#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:8px;
    -moz-border-radius:8px;
    border:1px solid #C3D6DF;
    margin-bottom:4px;
    padding:8px;
}

#catalog_item_table{
	width:100%;
}
#shop_list_buttons{
	float:right;
	clear:both;
    margin-top:15px;
}

div.uc_subcats{
	padding:10px;
	border:solid 1px silver;
	background-color:#FFF;
	margin-bottom:15px;
}

ul.uc_cat_list{
	list-style:none;
	margin: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 #E0EAEF;
   float:right;
   -moz-border-radius:8px 8px 8px 8px;
   border-radius:8px 8px 8px 8px;
   background-color:#EEEEEE;
}
div.new_club a{
    color:#375E93;
}

div.club_entry,
div.club_entry_vip{
    overflow:hidden;
    margin-bottom:5px;
    padding:15px;
    border:solid 1px #CCCCCC;
    border-radius:8px;
    -moz-border-radius:8px;
    clear:both;
}

div.club_entry_vip{
    background: #FFFFD9;
    border: 1px solid #FFCC99;
}

div.club_entry .image,
div.club_entry_vip .image{ padding: 2px; background:#FFF; float: left; margin-right:14px; }

div.club_entry .data,
div.club_entry_vip .data{ float: left; }

div.club_entry .data .title,
div.club_entry_vip .data .title{ margin-bottom: 5px; margin-top:5px;  }
div.club_entry .data .title a,
div.club_entry_vip .data .title a{ font-size: 16px; font-weight:bold;  }
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: 22px; font-weight:normal; color:default; }
div.club_entry .data .details,
div.club_entry_vip .data .details { float:left; }
div.club_entry .data .details span,
div.club_entry_vip .data .details span{ color: #666; padding:2px; padding-left:20px; margin-right:4px; font-size:10px; height:20px;line-height:20px; }
div.club_entry .data .details span.rating,
div.club_entry_vip .data .details span.rating{ background:url(../images/icons/rating.png) no-repeat left center; }
div.club_entry_vip .data .details span.vip{ background:url(../images/icons/vip.png) no-repeat left center; }
div.club_entry .data .details span.date,
div.club_entry_vip .data .details span.date{ background:url(../images/icons/calendar.png) no-repeat left center; }
div.club_entry .data .details span.members,
div.club_entry_vip .data .details span.members{ background:url(../images/icons/user.png) no-repeat left center; }

table.club_full_entry { overflow:hidden; margin-bottom:10px; width:100%; }
table.club_full_entry td.left { overflow:hidden; margin-bottom:10px; width:200px; }
table.club_full_entry .image{ width:200px; height:200px; padding: 2px; background:#FFF; margin-right:14px; }

table.club_full_entry .data{  }

table.club_full_entry .data .details { margin-bottom:10px; border-bottom:solid 1px #CCCCCC; padding-bottom:8px; background:#EEEEEE; padding:8px;}
table.club_full_entry .data .details span{ color: #333; padding:1px; padding-left:20px; margin-right:4px; height:18px; }
table.club_full_entry .data .details span.vip{ background:url(../images/icons/vip.png) no-repeat left center; color:#ED8115; font-weight:bold; }
table.club_full_entry .data .details span.rating{ background:url(../images/icons/rating.png) no-repeat left center; }
table.club_full_entry .data .details span.date{ background:url(../images/icons/calendar.png) no-repeat left center; }
table.club_full_entry .data .details span.members{ background:url(../images/icons/user.png) no-repeat left center; }

table.club_full_entry .data .description { margin-right:20px; margin-left:8px; margin-bottom:5px; clear:both; }

table.club_full_entry .members_list { width:200px; }
table.club_full_entry .members_list .title { margin-bottom:10px; padding-top:8px; padding-left: 8px; font-weight:bold; }
table.club_full_entry .members_list .list { padding:8px; padding-top:0px; padding-left:16px; }

table.club_full_entry .clubcontent { clear:both; margin-bottom:15px; }
table.club_full_entry .clubcontent p { padding:0px; padding-left:5px; margin-top:0px; }
table.club_full_entry .clubcontent div.title { padding:10px; padding-left:9px; background:#EEEEEE; margin-bottom:5px; border-top:solid 1px #CCCCCC; }
table.club_full_entry .clubcontent div.title a{ color:#375E93; line-height:32px; height:32px; padding-left: 40px; margin-bottom:0px; margin-right:15px; display:block; font-size:16px; }
table.club_full_entry .clubcontent div.blog .title a{ background:url(../images/icons/big/blog.png) 0px center no-repeat; text-decoration:underline; }
table.club_full_entry .clubcontent div.album .title a{ background:url(../images/icons/big/images.png) 0px center no-repeat; text-decoration:underline; }
table.club_full_entry .clubcontent ul li a.on_moder { color:#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-top:10px; margin-left:30px; padding-left:0; margin-bottom:15px; }
table.club_full_entry .clubcontent ul li { margin-bottom:3px; margin-left:0; padding-left:0; }
table.club_full_entry .clubcontent ul li.all a{ color:#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; }
table.club_full_entry .clubcontent #add_album_link a { color:#009900; margin-left:10px; }

table.club_full_entry .clubmenu {  }
table.club_full_entry .clubmenu div { float:right; margin-bottom:10px; }
table.club_full_entry .clubmenu div a { line-height:24px; height:24px;  margin-bottom:4px; margin-right:15px; display:block; font-size:12px; }
table.club_full_entry .clubmenu div a.join{ padding-left: 44px; background:url(/components/clubs/images/join.gif) 0px center no-repeat; text-decoration:underline; font-weight:bold; }
table.club_full_entry .clubmenu div a.leave{ padding-left: 44px; background:url(/components/clubs/images/leave.gif) 0px center no-repeat; text-decoration:underline; }
table.club_full_entry .clubmenu div a.config{ padding-left: 32px; background:url(/components/clubs/images/config.gif) 0px center no-repeat; text-decoration:underline; }

table.club_full_entry .wall .header{ background:#EEEEEE; padding:10px; border-top:solid 1px #CCCCCC; font-size:16px; color:#375E93; }
table.club_full_entry .wall .body{ padding:10px; }
table.club_full_entry .wall #addwall{ padding:0px; padding-right:10px;}
table.club_full_entry .wall #addwall textarea{ 
    border:1px solid gray;
    font-size:18px;
    height:150px;
    width:100%;
}


/* ========================================================================== */
/* =========================== КОММЕНТАРИИ ================================== */
/* ========================================================================== */

.cmm_heading {
	font-size: 22px;
	color: #999999;
	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:#999999;
}

/*----Имя автора фото в комментах рядом с аватарой----*/
.cmm_author {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 18px;
}
.cmm_title {
	padding: 6px 6px 1px 6px;
}
.cmm_votes{
	float: right;
	padding: 2px;
    margin-right:15px;
    color:silver;
    font-weight:bold;
}
.cmm_good{
    color:green;
}
.cmm_bad{
    color:red;
}
.cmm_time {
	color: #999;
	display: block;
	float: right;
	padding: 2px;
	padding-left:20px;
	background:url(/components/comments/images/time.gif) no-repeat #FFF;
}
.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:15px;
	padding:2px;
}
.cmm_sublinks{
    display:block;
    margin-top:10px;
}
.cmm_sublinks a:hover{
    color:#375E93;
}
.cmm_sublinks a{
    color:#5F98BF;
    margin-right:6px;
}
.cmm_avatar{
position:relative;
float:left;
margin-right:25px;
}
.cmm_avatar img {
padding: 4px;
background:#EBEBEB;
}
.avatar_arrow{
position:absolute;
right:-12px;
width:12px;
height:28px;
background:url(/components/comments/images/pointer.jpg) no-repeat;
}
/*------Комменты под фото---------*/
.cmm_content_av {
	font-size:19px;
	color:#404040;
	padding:7px 0 10px 0;
	padding-top: 7px;
	padding-left:0px;
	//font-family: 'Helvetica Neue','Roboto';
	font-weight: 400;
	word-break: break-word;

}
.cmm_content {
	padding-left: 6px;
}

.cmm_content_av .quote {
color:#000000;
font-style:italic;
background-color: #F3F9F2;
border:thin dashed #999999;
}

.cmm_addentry a{
	text-decoration:underline;
}
.cmm_addentry {
	padding:20px;
	border:solid 1px gray;
	background-image:url(/templates/official/images/cmform_bg.jpg);
	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:#5F98BF;
    font-size:100%;
    font-weight:normal;
}

#addcomment {
	border: solid 1px gray;
	background-color:#E5E5E5;
	padding:10px;
}
#addcommentlink{
	margin-top:15px;
	margin-left:auto;margin-right:auto;width:1200px;
}
.cm_guest_name{
    margin:10px 0px;
    color:#375E93;
    font-weight:bold;
}
.cm_codebar{
    margin:10px 0px 20px 0px;
    width:600px;
}
.cm_submit{
    font-size:18px;
}

div.cm_smiles{    
}
div.cm_smiles a{
	text-decoration:none;
}

div.cm_smiles div.usr_msg_smilebox{
	background:#ECECEC;
    width:620px;
	// border-left:solid 1px #666;
	// border-right:solid 1px #666;
}

.comdel a{
	font-size: 17px;
    color: #BBB;
	text-decoration:underline;
	float: right;
    margin-right: 15px;
	margin-top: -20px;
}
.comdel a:hover{
	color: #FF3333;
}
/* ========================================================================== */
/* ============================== КОНТЕНТ =================================== */
/* ========================================================================== */

#con_rating_block{
	margin-top:10px;
    padding:10px;
	margin-bottom:10px;
    background:#E0EAEF;
    border-radius:8px;
    -moz-border-radius:8px;
}

.con_photos_header{
	padding:8px;
	font-weight:bold;
	text-align:center;
}

table.con_photos_block{
	float:right;
}

table.con_photos td{
	padding:0px;
}

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

div.con_forum_link a{
    height:16px;
    line-height:16px;
    padding-left:18px;
    background:url(/images/icons/comments.gif) no-repeat left center;
}

/* ========================================================================== */
/* ============================== ФОРУМ ===================================== */
/* ========================================================================== */
.darkBlue-LightBlue { background-color:#BBBBBB; background-image: -webkit-gradient(linear,left bottom,left top,from(#BBBBBB),to(#CCC)); background-image: -moz-linear-gradient(bottom, #BBBBBB, #CCC); background-image: -o-linear-gradient(bottom, #BBBBBB, #CCC); color: #FFF; font-size:16px; border-top:solid 2px #FF3333;}
.darkBlue-LightBlue a { color:#FFF; }
.forum_cattitle{
	font-size: 18px;
	margin-bottom:6px;
	margin-top:10px;
	color:#5186B8;
}
.last_post_img{
	float:right;
	padding:5px;
}
.forums_table{
    border:solid 1px #СССССС;
	box-shadow:0 0 20px rgba(0,0,0,0.3);
}

.forum_link{
	font-weight:bold;
}
.forum_link a{
	font-size:20px;
}

.forum_create{
	margin:0px 20px 0px 20px;
}
.forum_create a{
	font-weight:bold;
	font-size:16px;
	color:#009900;
}

.superbutton {
width:180px;
height:50px;
border-radius:10px;
background:#31a963;
color:#fff;
font-size:20px;
cursor:pointer;
border: 1px solid transparent;
/*border-color: #009900;*/
}
.superbutton:hover{
background:#4ab376;
}
. superbutton:focus{
outline:none;
}

.superbutton1 {
width:350px;
height:50px;
border-radius:10px;
background:#31a963;
color:#fff;
font-size:20px;
cursor:pointer;
border: 1px solid transparent;
/*border-color: #009900;*/
}
.superbutton:hover{
background:#4ab376;
}
. superbutton:focus{
outline:none;
}

.forum_desc{
	color:#333333;
}

.threads_table{
	border:solid 1px #СССССС;
	box-shadow:0 0 20px rgba(0,0,0,0.3);
}
.thread_link{
	font-weight:bold;
}

.thread_desc{
	color:#999999;
}
.thread_pagination{
	font-size:12px;
}
.thread_pagination a{
	color:#666666;
	text-decoration:underline;
}
.thread_pagination a:hover{
	color:#FF6600;
	text-decoration:underline;
}

.row1{
background-color:#ffffff; background-image: -webkit-gradient(linear,left bottom,left top,from(#f1f1f1),to(#FFF)); background-image: -moz-linear-gradient(bottom, #f1f1f1, #FFF); background-image: -o-linear-gradient(bottom, #f1f1f1, #FFF); 
	border-bottom:#CCCCCC 1px solid;
}
.row2{
background-color:#f1f1f1;
	border-bottom:#CCCCCC 1px solid;
}
.row11{
	background-color:#FFF;
	border-bottom:#CCCCCC 1px solid;
}

.forum_poll_table{
	border:solid 1px gray;
	margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.forum_poll_data{
	background-color:#F2F2F2;
}
.forum_poll_header{
	width:100%;
	background-color:#EBEBEB;
	border-bottom:dashed 1px gray;
}
.forum_poll_title{
	font-weight:bold;
	font-size:18px;
}
.forum_poll_desc{
	font-size:12px;
	margin-top:4px;
	margin-bottom:4px;
}
.forum_poll_gauge_title{
	font-size:12px;
}
.forum_poll_gauge{
	height:15px;
	background-color:#333333;
	margin-bottom:10px;
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
}
.forum_poll_answers{
	margin:12px;
}
.forum_poll_submit{
	margin:12px;
}
.forum_poll_param{
	margin-bottom:12px;
}

.post_usercell{
	background-color:#f1f1f1;
	/*	border:solid 1px #A8C2CF; */
	border-top:solid 2px #FF3333;
	padding-bottom:15px;
}
.post_userimg{
	margin:6px auto;
 	border:solid 1px #f1f1f1;
	padding:5px;
	background-color:white;
   /* border-radius:8px; 
    -moz-border-radius:8px; */
    width:100px;
}
.post_userawards{
	margin-top:3px;
	margin-bottom:3px;
}

.post_userrank{
	font-size:12px;
	color:#006699;
}
.post_userrank span{
	display:block;
	clear:both;
}
.post_userrank #rank{
	font-size:12px;
	color:#006699;
}
.post_userrank #admin{
	font-size:12px;
	color:#660000;
}
.post_userrank #moder{
	font-size:12px;
	color:#C00;
}

.post_usermsgcnt{
	font-size:12px;
}
.post_userkarma{
	padding:2px;
	margin:2px;
	font-size:12px;
}
.post_msgcell{
	background-color:#FFFFFF;
/*	border:solid 1px #A8C2CF;*/
    border-top:solid 2px #FF3333;
	padding:6px;
}
.post_userlink{
	color:#003366;
	font-weight:bold;
}
.post_date{
	color:#5F98BF;
	margin-bottom:12px;
	border-bottom:dotted 1px #CCCCCC;
}
.post_editdate{
	color:#999999;
	margin-top:20px;
	font-size:10px;
	border-top:solid 1px silver;
}
.post_signature{
	margin-top:20px;
	border-top:solid 1px silver;
	padding-top:4px;
}

.post_content{
	//font-family: 'Helvetica Neue','Roboto';
	font-weight: 400;
	font-size:17px;
	line-height: 24px;
}
.post_forum{
	//font-family: 'Helvetica Neue','Roboto';
	font-weight: 400;
	font-size: 19px;
	line-height: 30px;
	margin: 8px;
	word-break: break-word;
    // text-align: justify;
}



.forum_toollinks{
	margin-bottom:8px;
	text-align:right;
}

.forum_quote{
	padding:10px;
	border:dashed 1px gray;
	background-color:#EBEBEB;
	font-size:12px;
	line-height: 18px;
	color: gray;
	margin:8px;
}
.bb_quote{
	padding:10px;
	border:dashed 1px gray;
	background-color:#EBEBEB;
	font-size:16px;
	line-height: 24px;
	color: #151515;
	margin:0px 0px 8px 8px;
}
.forum_quote_author{
	text-align:right;
}
.forum_toolbar{
	background-color:#f1f1f1;
    margin:5px 0px;
    border:solid 1px #f1f1f1;
	font-size:14px;
}
.forum_toolbar a:hover{
    color:#5F98BF;
	font-size:14px;
}
.forum_toolbar a{
	color:#375E93;
	text-decoration:none;
}
.forum_description{
	//background-color:#f1f1f1;
    //border:solid 1px #f1f1f1;
	margin: -10px 5px 5px 0px;
	padding: 0px 5px 15px 2px;
	font-size:20px;
	color:#999999;
	
}
.forum_description a{
	color:#375E93;
	text-decoration:none;
}
.forum_description a:hover{
    color:#5F98BF;
	font-size:20px;
}


.forum_navbar{
	margin-bottom:4px;
    border-top:2px solid #FF3333;
	background-color:#f1f1f1;
	padding:5px;
	margin-left:auto;margin-right:auto;width:1200px;
}
.forum_navbar a{
	color:#375E93;
	text-decoration:underline;
}
.forum_fa{
	margin-top: 6px;
	margin-bottom: 6px;
	border: solid 1px gray;
	padding:10px;
}
.forum_fa_title{
	font-weight:bold;
}
.forum_fa_desc{
	border-bottom:solid 1px gray;
	margin-bottom:10px;
	padding-bottom:8px;
}
.forum_fa_entries{
	background-color:#EBEBEB;
	border:solid 1px gray;
	padding: 8px;
	margin-top:10px;
	display:none;
}
.forum_fa_entry{

}
.forum_fa_browse{
	border:solid 1px;
}
.fa_attach{
	margin-top:30px;
	border-top: 1px dotted #A8C2CF;
	display:block;
}
.fa_attach_title{
	margin-top:6px;
	margin-bottom:6px;
	font-weight:bold;
	font-size:12px;
    color:#5F98BF;
}
.fa_filebox{

}
.fa_file_desc{
	font-size:12px;
}
.fa_file_link{
	font-size:12px;
	margin-left:5px;
}
.forum_postinfo{
	margin-bottom:15px;
}
.forum_texteditor{
	font-size:14px;
	border:solid 1px gray;
	width:100%;
	height:200px
}
.forum_zoom{
	background-color:FFFFFF;padding:5px;
	display:inline-block;
}
.forum_zoom div{
display:inline;
}
.forum_zoom_text{
	padding:0px; color:#FFFFFF; text-align:center;
}
.forum_lostimg{
	padding:5px;
	border:solid 1px silver;
	color:#666666;
}

.forum_fast{
	margin-top:2px;
	margin-left:auto;margin-right:auto;width:1200px;
}
.forum_fast_header{
    color:#375E93;
    font-size:18px;
    margin-bottom:4px;
    padding:10px 0;
    padding-left:20px;
    background:url(../images/icons/edit.png) no-repeat left center;
}
.forum_fast_submit{
	text-align:right;
	margin-top:3px;
}




.forum_fast_form #message{
	width:100%;
	border:solid 1px gray;
	font-size:22px;
	line-height: 36px;
	font-family: verdana, arial,'Helvetica Neue','Roboto',sans-serif;
	letter-spacing: 0.5px; 
}


.forum_subs{
	margin-top: 10px;
	color:#666666;
	font-size:12px;
}
.forum_subs a{
	text-decoration:underline;
	color:#003399;
}
.subforumshead{
	font-size:12px;
	font-weight:bold;
	color:#333333;
}


/* ========================================================================== */
/* ========================== ПОЛЬЗОВАТЕЛИ ================================== */
/* ========================================================================== */

#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{
	display: inline-block;
	height:32px;
	line-height:32px;
	padding-left:40px;
	padding-right:15px;
	font-size:18px;
	margin:5px;
    margin-left:0px;
    float:left;
}

#usr_blog{
height:auto;
}


.online{
	padding-left:3px;
	padding-right:3px;
	background-color:#009900;
	color:#FFF;
}

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

#users_search_link a{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/search.png) no-repeat;
    text-decoration:none;    
}

#users_search_link a span{
    border-bottom:dashed 1px #375E93;
}

#users_sbar{
    padding:15px;
    border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #CCCCCC;
    color:#666666;
    background:#EEEEEE;
    margin-bottom:10px;
}

#users_sbar input[type=text] { border:1px solid #CCCCCC; padding:2px;}
#users_sbar .field{ width:150px; }
#users_sbar .longfield{ width:408px; }
#users_sbar p{ margin-top:10px; }

.users_search_results{
    padding:15px;
    border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #CCCCCC;
    color:#666666;
    background:#EEEEEE;
    margin-bottom:15px;
}

.users_search_results h3{ font-size:18px; font-weight:normal; }
.users_search_results ul,
.users_search_results li{ margin-left:0px;}

div.users_list_buttons{ overflow: hidden; }


/*---текст в кнопках--*/
div.users_list_buttons .button{ 
    display:block;
    float:left;
    font-size:18px;
    margin-right:15px;
    padding:2px 0px;
}
div.users_list_buttons .star{     
    float:right;
    font-size:14px;
    margin:20px 15px -20px 0px;
	padding:0 0 20px 0;
	display:block;
}


div.users_list_buttons .button a { color:#006699; }

/*---выделенная кнопка--*/
div.users_list_buttons .selected{
    background:#FF3333;
    padding:2px 10px;
    margin-right:15px;
}


div.users_list_buttons .selected a{
    text-decoration:none;
    color:#FFFFFF;
}

/*--- Красная рамка в людях--*/
div.users_list { 
    margin:5px 0px; padding:15px; border:1px solid #f1f1f1;
	background:#FFF;
   /* border-radius:8px;
    -moz-border-radius:8px; */
}

table.users_list div.avatar{ border:1px solid #FFFFFF; padding:2px;  margin-bottom:15px; }
table.users_list div.number{ color:#999; }
table.users_list div.nickname { font-size:19px; }
table.users_list div.city { font-size:16px; color:#999999; }

div.microstatus {
    color:#5F98BF; font-size:11px;
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/comment-small.png) no-repeat left top;
    clear:both;
    margin-top:3px;
}
.microstatus {
    color:#5F98BF; font-size:11px;
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/comment-small.png) no-repeat left top;
    margin-top:3px;
}
table.users_list div.karma,
table.users_list div.rating{
    font-size:12px;
    float:right;
    overflow:hidden;
    padding:2px 5px;
    border-radius:8px;
    -moz-border-radius:8px;
    background:#E0EAEF;
}
table.users_list div.karma{
    margin-right:5px;    
}
table.users_list .pos{
    color: green;
}
table.users_list .neg{
    color: red;
}

table.users_list div.city { clear:both; }
table.users_list div.city a{ color:#666; }
table.users_list div.status { float:right; padding:2px; margin-right:5px; }
table.users_list div.status .online{ 
    padding:1px 5px; background-color:#00CC00; color:#FFF; font-size:11px;
    border-radius:4px;
    -moz-border-radius:4px;
}
table.users_list div.status .offline{ color:#999999; font-size:11px; background:none; padding:0px;}

#mod_user_stats div.stat_block { margin-left:15px; }
#mod_user_stats div.stat_block div.title {
    color:#1873AA;
    font-size:16px;
    margin-bottom:0px;
    text-shadow:0 2px 0 #FFFFFF;
    font-weight:bold;
}
#mod_user_stats div.stat_block div.body ul { list-style:none; margin:0px; margin-left:20px; padding:0px; }
#mod_user_stats div.stat_block div.body li { list-style:none; margin:0px; margin-bottom:3px; }

#mod_user_stats div.stat_block_bday { margin-left: 20px;    }
#mod_user_stats div.stat_block_bday div.title { text-shadow:0 2px 0 #FFFFFF; padding-left:18px; background:url(../images/icons/cake.png) no-repeat left center; font-size:16px; color:#1873AA;; font-weight:bold; margin-bottom:5px; margin-top:20px;}
#mod_user_stats div.stat_block_bday div.body {  }

div#user_ratings {margin-bottom:20px; }

div#user_ratings div.karma, div#user_ratings div.rating,
div#user_ratings div.user-look { 
   
}
.phonenum{
color:#999 !important;
text-decoration:none !important;
}
div#user_ratings div.user-look .value{
background:#FF3333;
color:#FFF; padding:6px 10px;
}
div#user_ratings div.user-look .value_bl{
background:#000000;
color:#FFF; padding:6px 10px;
}
div#user_ratings .ratings_titles{
padding-left:10px;
padding-top:10px;
padding-right:7px;
font-size:18px;
color:#999;
text-decoration:underline;

}
div#user_ratings .value,  div#user_ratings .value_bl, div#user_ratings .value-positive, div#user_ratings .value-negative{ 
    font-size:14px; padding: 4px; margin: 10px 2px 2px;
    border-radius:18px;
    -moz-border-radius:18px;
    cursor:pointer;
	display:inline-block;
}

div#user_ratings .karma .value-positive { background-color:#427F00; color:#FFF; }
div#user_ratings .karma .value-negative { background-color:#BF2F17; color:#FFF; }

div#user_ratings .karma table { }
div#user_ratings .karma table td { font-size:14px; }

div#user_ratings .rating .value {  background-color:#4A73A7; color:#FFF; padding:6px 10px; }

.user_group_name{
    float:right;
    margin-right:20px;
    height:38px;
    line-height:38px;
}

.user_group_name div {
    padding-left:20px;
    background-position: left center;
    background-repeat: no-repeat;
    color:#375E93;
}

.user_group_name .admin { background-image:  url(../images/icons/groups/admin.png); }
.user_group_name .registered { background-image: url(../images/icons/groups/registered.png); }
.user_group_name .editors { background-image: url(../images/icons/groups/editors.png); }
.user_group_name .moderators { background-image: url(../images/icons/groups/moderators.png); }
.user_group_name .vip { background-image: url(../images/icons/groups/vip.png); }


/*---"ссылка на эту страницу" в профиле юзера---*/
div#user_profile_url{
    clear:both;
    display:block;
    padding:5px;
    margin-top:15px;
    text-align:center;
    background:none repeat scroll 0 0 #EEEEEE;
}

#user_profile_url div{ color:#375E93; }
#user_profile_url a{ color:#5F98BF; }

div.usr_clubs {padding: 10px 0px; }
div.usr_clubs span.label { margin-right:15px; font-weight:bold; }
div.usr_clubs a.usr_club_link { padding-left:18px; background:url(/images/icons/club.gif) no-repeat left center; height:16px; line-height:16px; margin-right:5px; }

div.usr_profile_menu{ margin-top:10px; clear:both; overflow:hidden; }

div.usr_profile_menu a { padding:4px; border: solid 1px #FFF; overflow:hidden; float:left; }


a.select-avatar{
    height:16px;
    line-height:16px;
    padding-left:18px;
    background:url(/components/users/images/selectavatar.gif) no-repeat left center;
}

div.user_profile_data { padding:10px; padding-top:0px; padding-bottom:0px;}

div.user_profile_data .offline, .offline{
	padding-left:3px;
	padding-right:3px;
	background-color:#990000;
	color:#FFF;
}

.usr_friends_entry .offline{
	color:#999999;
}

div.user_profile_data .field{ overflow: hidden; clear:both; }

div.user_profile_data .field .title,
div.user_profile_data .field .value { float:left; line-height:24px; }

div.user_profile_data .field .title { width:170px; font-weight:bold; }
div.user_profile_data .field .value {  }

#usr_board{	background:url(../images/icons/big/board.png) no-repeat; }
#usr_files{	background:url(../images/icons/big/folder_ftp.png) no-repeat; }
#usr_blog{ background:url(../images/icons/big/blog.png) no-repeat; }

#upr_feed .action_entry {
	border-bottom:1px solid #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; word-break: break-word;}

.usr_wall_entry {
    border-radius:8px;
    -moz-border-radius:8px;
    
    margin:5px 0;
    padding:5px 0px;
}
.usr_wall_avatar {
    border:1px solid #FFFFFF;
    padding:4px;
    background:#FFF;
}
.usr_wall_text{
    padding-left:10px;
    padding-top:10px;
}
.usr_wall_title{ float:left; color:#5F98BF; margin-bottom:10px; }
.usr_wall_delete { float:right; padding:5px; }
.usr_wall_delete a { 
    background:url(../images/icons/delete.png) no-repeat left center;
    padding:1px;
    padding-left:20px;
    height:16px;
    line-height:16px;
    text-decoration: none;
    color:#375E93;
}

.usr_profile_block{
    clear:both;
    margin-top:10px;
    padding-top:10px;
    margin-left:10px;
}
.usr_albums_block.usr_profile_block .usr_wall_header{
margin-bottom:20px;
}
.greytl a{
color:#999;
}
.greytl a:hover{
color:#069;
}
.usr_msg_entry{
    padding:20px;
    border-radius:8px;
    -moz-border-radius:8px;
    margin-bottom:20px;
    border:solid 1px #EEE;
	background-color: #f5f5f5;
}

.usr_msg_title{	padding: 4px 0; }
.usr_msg_title strong{ color:#375E93; }

.usr_msg_body{ padding: 10px; }

.usr_msg_date{
    color:#5F98BF;
}

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

.usr_photo_add{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/addphoto.png) no-repeat left center;
}
.usr_del_album{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/deletecat.png) no-repeat left center;
    margin-left:6px;
}
.usr_edit_album{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/edit.png) no-repeat left center;
    margin-left:6px;
}

#usr_photos_upload_album{
    background:#E0EAEF;
    border-radius:8px;
    -moz-border-radius:8px;
    padding:10px;
    margin-bottom:5px;
}

#usr_photos_upload_album .text-input{
    width:250px;
}
#usr_photos_upload_album .select-input{
    width:257px;
}

.photo_desc{
    text-align:center;
    color:#5F98BF;
}

.usr_photos_add_limit{
    margin-bottom: 20px; color:#5F98BF;;
}

.usr_photos_submit_one{
    padding:10px;
    border:solid 1px #C3D6DF;
    border-radius:8px;
    -moz-border-radius:8px;
    margin-bottom:2px;
}
.usr_photos_submit_one .ph_thumb{
    border: solid 3px #E0EAEF;
    -moz-border-radius:5px;
    width:200px;
    padding:2px;
}
.usr_photos_submit_one .text-input{
    width:300px;
}
#usr_photos_submit_btn{
    margin-top:15px;
    color:#5F98BF;
}
#usr_photos_submit_btn input{
    font-size:18px;
}

.usr_photo_thumb{
    float:left;
    display:block;
    text-align:center;
}
.usr_photo_date{ font-size:11px; color:#5F98BF; display:block; }
.usr_photo_hits{ font-size:10px; color:#999; display:block; }

.usr_photos_notice{
    margin:10px 0px;
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/info.png) no-repeat left center;
}

.usr_photos_add_st{
    margin-top:20px;
    width:500px;
    color:#5F98BF;
}

.usr_photo_sel_bar{
    margin:10px 0px;
    display:inline-block;
}

.usr_photo_prev_link,
.usr_photo_next_link{
    display:inline-block;
    width:32px;
    height:32px;
    margin:0px 15px;
}

.usr_photo_prev_link { background:url(../images/icons/big/prev.png) no-repeat; float:right; }
.usr_photo_next_link { background:url(../images/icons/big/next.png) no-repeat; float:left; }

.usr_photo_link_edit,
.usr_photo_link_delete{
    padding:1px;
    padding-left:20px;
}

.usr_photo_link_edit { background:url(../images/icons/edit.png) no-repeat left center; }
.usr_photo_link_delete { background:url(../images/icons/delete.png) no-repeat left center; margin-left:10px;}

.usr_photo_view{ text-align:center; padding:10px 0px 0px 0px; background-color:#FFFFFF; }
.usr_editprof{	background-color:#FFFFFF; border:solid 1px gray; padding:8px; width:100%; }
.usr_edithint{	color:#666666;	font-size:16px; }

.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;}
.user_f{
padding-right:20px;
font-size:20px;
}
.usr_wall_header{ 
font-size:18px; color:#999;  margin: 0px 0px 0px 5px;
}
.usr_wall_body{ margin-bottom:10px;	}
.usr_wall_body p{
    padding:2px;
    margin:5px 0px;
    color:#5F98BF;
    font-size:14px;
}

/*--написать на стене---*/
.usr_wall_addlink{
    margin-top:6px;
    padding:5px 8px;
	padding-left:25px;
    display:inline-block;
	background:url(../images/icons/add.png) no-repeat 6px center #EEEEEE;
}
.usr_wall_addlink a{ color:#006699; text-decoration:none; font-size:13px; }
.usr_friendslink{ text-decoration:underline; color:#999999; }

textarea.wall_message{ width:100%; height:100px; }

#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:url(/components/users/images/group.gif);
	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:#006699; }
.usr_aw_desc{ font-size:14px; color:#5F98BF; }
.usr_aw_who{ padding:10px; }
.usr_aw_who #m{	background:url(/images/markers/usermale.png) no-repeat 0px 2px;	padding-left:20px;	line-height:18px; }
.usr_aw_who #f{	background:url(/images/markers/userfemale.png) no-repeat 0px 2px; padding-left:20px; line-height:18px; }
.usr_aw_users{ margin-bottom:4px; color:#006699; }

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:50px; 
font-size: 24px;}

.usr_msgmenu_active{
    margin-right:0px;	background-color:#E0EAEF; padding:10px 20px 30px 10px;	font-weight:normal;
    border-radius:8px 8px 0 0; -moz-border-radius:8px 8px 0 0;
}
.usr_msgmenu_link{	margin-right:0px;	padding:10px;  }


/*--входящие-отправленные-написать ---*/
.in_link{ padding-left:37px; background:url(/components/users/images/messages/message-in.gif) no-repeat 10px 20px; }
.in_span{ padding-left:37px; background:url(/components/users/images/messages/message-in.gif) no-repeat 10px 20px #E0EAEF; }

.out_link{ padding-left:37px; background:url(/components/users/images/messages/message-out.gif) no-repeat 10px 20px; }
.out_span{ padding-left:37px; background:url(/components/users/images/messages/message-out.gif) no-repeat 10px 20px #E0EAEF; }

.new_link{ padding-left:37px; background:url(/components/users/images/messages/message-new.gif) no-repeat 10px 20px; }
.new_span{ padding-left:37px; background:url(/components/users/images/messages/message-new.gif) no-repeat 10px 20px #E0EAEF; }

.history_span{ padding-left:37px; background:url(../images/icons/folder_user.png) no-repeat 10px 20px #E0EAEF; }

a.msg_delete:hover,
a.msg_reply:hover,
a.msg_history:hover{
    color:#5F98BF;
}

a.msg_delete{
    color:#999999;
    height:16px;
    line-height:16px;
    padding:1px 1px 1px 20px;
    text-decoration:none;
}

span.msg_new{
    color:#006699;
    height:16px;
    line-height:16px;
    padding:1px 1px 1px 20px;
    text-decoration:none;
	font-size: 24px;
}

a.msg_reply{
    color:#009900;
    height:16px;
    line-height:16px;
    padding:1px 1px 1px 20px;
    text-decoration:none;
	font-size:24px;
}

a.msg_history{
    color:#AAA;
    height:16px;
    line-height:16px;
    padding:1px 1px 1px 20px;
    text-decoration:none;
	font-size:24px;
}




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/comment.png) no-repeat left center; }
a.msg_history{ background:url(../images/icons/folder_user.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_status_bar{
   margin-top:0px;
		// padding-left:30px;
		padding-top: 2px;
		float:left;
		display:inline-block;
}
.con_heading#nickname{
float:left;
}
.usr_status_text{
    color:#5F98BF;
    background:url(../images/icons/comment.png) no-repeat left center;
    padding-left:20px;
    float:left;
}

.usr_status_date{
    font-size:10px;
    color:gray;
    font-style:normal;
    margin-left:10px;
    margin-right:14px;
}

.usr_status_link{
    float:left;
		padding-right:15px;
}
.user_stats{
margin-bottom:30px;
}
.usr_status_link a{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/edit.png) no-repeat left center;
}

.usr_avatar{
    padding:0px 30px 20px 10px;
    border:solid 1px #FFFFFF;
    background-color:#FFFFFF;
    border-radius:8px;
    -moz-border-radius:8px;
}

.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:#5F98BF; background:none; }

.usr_albums_list{
    margin:0px 0px 0px 0px;
    padding:0;
    clear:both;
    overflow:hidden;
}

.usr_albums_list li{
    margin:10px 10px 10px 10px;
	padding:0;
    display: block;
    float:left;
    width:200px;
	height:290px;
}
.usr_albums_list li.no_albums{
	height:auto;
}

.usr_album_thumb{
    display:block;
    float:left;
    width:200px;
    height:200px;
    margin-right:10px;
	margin:0 10px 3px 0;
    padding:0px;
    border:1px solid #FFFFFF;
}

.usr_album .link{ font-size:14px; }
.usr_album .count { color:#5F98BF; }
.usr_album .date { color:#AAA; font-size:11px; }



/* ========================================================================== */
/* ====================== ЛЕНТА АКТИВНОСТИ ================================= */
/* ========================================================================== */
.action_friends{
	position:relative;
	margin:0 0 10px 0;
	border-collapse: separate;
}
.action_friends td {
    background-color: #ECF2F4;
	border-left:1px #ECF2F4 solid;
	border-right:1px #ECF2F4 solid;
	border-top:1px #ECF2F4 solid;
    padding: 5px 0;
	vertical-align: middle;
	text-align:center;
}
.action_fr {
	vertical-align: middle;
}
.action_friends td.selected {
    background-color: #FFFFFF;
	border-color:#BFE5FF;
}
.arr_btn {
    text-decoration: none;
	font-size:40px;
}
.action_fr img {
}
.mod_act_all{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/actions.png) no-repeat;
    color:#333;
}
.actions_list{
    clear:both;
}

.action_entry{
    padding-left:35px;
    margin-bottom:18px;    
}

.action_entry .is_new { color:#FF3333; }

.action_user{
    color:#006699;
    font-weight:bold;
}

.action_title{
    font-size:16px;
}

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

.action_details{
    clear:both;
    //clear:none;
    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{ 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; }
.blogpost_previewes a{
margin-left:26px;
}
.blogpost_previewes a:first-child{
margin-left:0;
}



.active_user_block{
padding: 0px 0px 5px 0px;
margin: 9px;
background-color: #f5f5f5;
border: solid 0px #FFF;
display: block;
width: 150px;
height: 220px;
float: left;
text-align: center;
line-height:1.2;
box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}

.active_user_block:hover{
padding: 0px 0px 5px 0px;
margin: 9px;
background-color: #FFF;
border: solid 0px #d0d0d0;
display: block;
width: 150px;
height: 220px;
float: left;
text-align: center;
line-height:1.2;
box-shadow:2px 2px 5px rgba(0,0,0,0.5);
}

.usr_img_small{
    vertical-align:bottom;
}
.usr_img_150{
    vertical-align:bottom;
	width: 150px;
}

.photowrapper,
.photowrapper_best,
.photowrapper_fd{
position:relative;
width:288px;
height:288px;
display:inline-block;
}
.photowrapper .photo_data{
display:none;
position: absolute;
left:4px;
bottom:4px;
}
.photowrapper_best .photo_data,
.photowrapper_fd .fd_data{
position: absolute;
left:4px;
bottom:4px;
}
.photowrapper:hover .photo_data{
display:block;
}
.photo_data{
height: 55px;
width: 280px;
background: #FFF;		
background-color: #FFF;
border-radius:0px 0px 4px 4px;
-moz-border-radius:0px 0px 4px 4px;
text-align: center;
line-height:1.4;
padding-top:10px;
}
.photo_data:hover{
color: rgba(0, 0, 0, 1);		
background: #FFF;
background-color: #FFF;
}

.fd_data{
height: 55px;
width: 280px;
background: #FFF;		
background: rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, 1);
border-radius:0px 0px 4px 4px;
-moz-border-radius:0px 0px 4px 4px;
text-align: center;
line-height:1.4;
padding-top:10px;
}
.fd_data:hover{
color: rgba(0, 0, 0, 1);	
background: #FFF;		
background: rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, 1);
}


.photo_data .user_link a{
text-decoration:none;
font-size:15px;
color:#006699;
}
.photo_data .user_link a:hover{
text-decoration:underline;
}
.photo_data .user_city{
color:#666666;
font-size:14px;
}
.photo_data .user_job{
color:#666666;
font-size:14px;
}


.fd_data .user_link a{
text-decoration:none;
font-size:15px;
color:#006699;
}
.fd_data .user_link a:hover{
text-decoration:underline;
}
.fd_data .user_city{
color:#666666;
font-size:14px;
}
.fd_data .user_job{
color:#666666;
font-size:14px;
}





.active_user_block .user_avatar{
margin-bottom:12px;
width:150px;
height:150px;
}
.active_user_block .user_link a{
text-decoration:none;
font-size:14px;
color:#006699;
}
.active_user_block .user_link a:hover{
text-decoration:underline;
}
.active_user_block .user_city{
color:#636363;
font-size:14px;
}
.active_user_block .user_job{
color:#636363;
font-size:14px;
}



.allactiveusers{
text-align:right;
padding-top:5px;
}
.photodayheader .photodaytitle a{
font-size:24px;
/* color:#6f9b2c; зеленый FF5d85 - розовый*/
color:#9a9a9a;
text-decoration:underline;
padding-right:15px;
}
.photodayheader .photodaytitle a:hover{
font-size:24px;
color:#FF3333;
text-decoration:underline;
padding-right:15px;
}

.photoday h1{float:left; position:relative; left:0px; top:0px; }
.photoday h1 strong {font-size:24px; color:#333333; font-weight:normal; display:block; text-align:left; position:relative; left:10px; top:3px; text-decoration:underline;}
.photoday h1 strong:hover {font-size:24px; color:#ee2030; text-decoration:underline;}
.photoday h2 strong{font-size:13px; text-decoration:underline; color:#a9a9a9; font-weight:normal; display:block; text-align:left; position:relative; left:0px; top:6px;}
.photoday h2 strong:hover{font-size:13px; text-decoration:underline; color:#ee2030; font-weight:normal; display:block; text-align:left; position:relative; left:0px;}

.photodayheader .allphotoday a{
color:#9a9a9a;
font-size:13px;
text-decoration:underline;
}
.photodayheader .allphotoday a:hover{
color:#FF3333;
font-size:13px;
text-decoration:underline;
}
.part_active_photo{
float:right;
width:590px;
}
.part_active_photo .part_active_photo_item{
float:right;
margin:0 0 5px 5px;
}
.photo_day{
float:left;
}
.photo_day .author_photo_day{
font-size: 18px;
color: #006699;
margin:0 0 0 10px;
}
.photo_day .author_photo_day a{
text-decoration:none;
color: #006699;
}
.photo_day .author_photo_day a:hover{
text-decoration:underline;
color: #006699;
}
.photo_day .city_photo_day{
color: #636363;
padding-left:5px;
}



/* ====== фотки-рамки-тени ========== */




.photo_thumb_img{
	/*background-color:#FFFFFF;*/
    background-image:none;
    margin:4px 4px 4px 4px;
    vertical-align:bottom;
	box-shadow:1px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.3);
	border-radius:4px;
    -moz-border-radius:5px;
}
.photo_thumb_img:hover{
	box-shadow:1px 1px 5px rgba(0,0,0,0.6);
	-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.6);
}

.photo_big1{	
	box-shadow:1px 1px 6px rgba(0,0,0,0.3);
	max-height: calc(100vh - 60px);
	//max-height: calc(100vh - 180px);
    max-width: 100%;
	// max-width: calc(100vw - 180px);
}
.photo_big1:hover{	
	box-shadow:1px 1px 6px rgba(0,0,0,0.6);
}


.photo_big{	
	box-shadow:1px 1px 6px rgba(0,0,0,0.3);
	// max-height: calc(100vh - 180px);
	// max-width: calc(100vw - 180px);
	max-width: 100%;
}
.photo_big:hover{	
	box-shadow:1px 1px 6px rgba(0,0,0,0.6);
}



.photo_day_big{
	
    margin:4px 0px 2px 2px;  
    vertical-align:bottom;
	box-shadow:1px 1px 5px rgba(0,0,0,0.3);
	border-radius:4px;
    -moz-border-radius:4px;
}

.photo_day_big:hover{
	
    margin:4px 0px 2px 2px;    
    vertical-align:bottom;
	box-shadow:1px 1px 5px  rgba(0,0,0,0.6);
	border-radius:4px;
    -moz-border-radius:4px;
}

.photo_big_rrr{	
	box-shadow:2px 2px 10px rgba(0,0,0,0.4);
	max-height: calc(100vh - 60px);
	//max-height: calc(100vh - 180px);
    max-width: 100%;
	// max-width: calc(100vw - 180px);
}
.photo_big_rrr:hover{	
	box-shadow:2px 2px 10px rgba(0,0,0,0.6);
}

/**********************PHOTOS PAGE ADDONS*******************************/
.hidden_area div,
.hidden_area .follow_that_man .not_followed_yet{
visibility:hidden;
}
.hidden_area:hover div,
.hidden_area:hover .follow_that_man .not_followed_yet{
visibility:visible;
}
.hidden_area .rating_block,
.hidden_area .rating_block div,
.hidden_area .follow_that_man,
.hidden_area .follow_that_man .follow_already{
visibility:visible !important;
}
.hidden_area a{
color:#999999;
}
.hidden_area a:hover{
color:#FF3333;
}
.follow_that_man{
margin:0px 0px 10px 0px;
}
.follow_that_man span{
display:block;
height:45px;
line-height:45px;
}
.follow_that_man span.follow_already{
background:url(../images/icons/profile/nofriends.png) no-repeat 200px top;
}
.follow_that_man span.not_followed_yet{
background:url(../images/icons/profile/friends.png) no-repeat 200px top;
}
.liked_list .liked_title{
font-size:18px;
color:#999999;
padding:10px 0px 7px 0px;
position: relative;
left: -2px;
top: -3px;
}
.rating_block{
position:relative;
padding-left:200px;
margin-bottom:20px;
}
.rating_block .likes{
font-size:20px;
color:#999999;

}

.rating_block .like_it,
.rating_block .you_like_it{
position:absolute;
width:250px;
height:38px;
top:8%;
left:0%;
}
.rating_block .like_it a,
.rating_block .you_like_it a{
display:block;
width:250px;
height:38px;
}
.rating_block .like_it a{
background:url(../images/like.png) no-repeat;
}
.rating_block .like_it a:hover{
background-position: 0 -42px;
}

.rating_block .you_like_it a{
background:url(../images/like.png) no-repeat;
background-position: 0 -84px;
}
/*====*/
.block_relative{
position:relative;
padding:10px 0px 7px 0px;
}
.operations .photo_details_date{
// float:left;
padding:2px 10px 0 0;
}
.operations .photo_details_date span{
padding-left:2px;
}
.karmacounter{
line-height:normal;
}
.photo_date_details h1{
font-size:24px;
margin: -7px 0px 15px 0px;
}
.block_absolute{
position:absolute;
top:0%;
left:0%;
}
.cm_ajax_list{
width:840px;
}
.block_absolute_blog{
position:absolute;
right:0%;
top:0%;
}
span.status_online{
font-size:13px;
padding-left:10px;
}
div.user_stats_item{
color:#069;
text-decoration:underline;
font-size:18px;
}
.user_stats_amount{
font-size:14px;
text-decoration:none !important;
display:inline-block;
color:#999999;
padding-left:10px;
}
.someclass{
background:url(../images/icons/profile/message.png) no-repeat left;
padding-left:40px;
font-size:18px;
}
.someclass a{
color:#FF7700;
}
.someclass a:hover{
color:#00bb00;
}
.profphoto{
width:280px;
height:280px;
position:relative;
float:left;
margin:0 0 16px 16px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-khtml-border-radius:4px;
overflow:hidden;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.profphoto img{
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-khtml-border-radius:4px;
}
.profphoto .photo_data{
border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
-webkit-border-radius: 0px 0px 4px 4px;
-khtml-border-radius: 0px 0px 4px 4px;
background:#FFF;
width:280px;
height:55px;
display:none;
position:absolute;
left:0%;
bottom:0%;
text-align:center;
}
.profphoto:hover .photo_data{
display:block;
}
.profstatus{
font-size:16px;
color:#999;
clear:both;
overflow:hidden;
}
.div_fl,
.photo_comments_div{
float:left;
width:870px;
}
.div_fr{
float:right;
width:310px;
}
.nav_block{
float:right;
position:relative;
height:20px;
line-height:19px;
padding:0 40px;
color:#fff;
text-align:center;
background:#CCCCCC;
margin-left:12px;
//z-index: 91;
}
.nav_block a{
color:#fff;
text-decoration:none;
display:block;
//z-index: 91;
}
.nav_block a:hover{
text-decoration:underline;
}
.nav_left{
position:absolute;
left:0%;
top:0%;
display:block;
line-height:19px;
width:40px;
//z-index: 91;
}
.nav_right{
position:absolute;
right:0%;
top:0%;
display:block;
line-height:19px;
width:40px;
//z-index: 91;
}
.photo_nav{
clear:both;
overflow:hidden;
padding-bottom:6px;
//z-index: 91;
}

span.nubutton{
padding:8px 0 0 15px;
display:inline-block;
}
span.nubutton div{
display:inline-block;
cursor:pointer;
width:38px;
height:16px;
}
span.nubutton div.green_nu{
background:url(../images/nu_yes.png) no-repeat;
}
span.nubutton div.grey_nu{
background:url(../images/nu_no.png) no-repeat;
}

.banned{
background:url(../images/banned.png) no-repeat;
width:100px;
height:19px;
display:inline-block;
//display:inline;
//zoom:1;
vertical-align:middle;
margin-right:4px;
margin-bottom:4px;
}

.poluban{
background:url(../images/nocomment.png) no-repeat;
width:425px;
height:19px;
display:inline-block;
//display:inline;
//zoom:1;
vertical-align:middle;
margin-right:4px;
margin-bottom:4px;
}

.pro_flag_big{
background:url(../images/probig.png) no-repeat;
width:47px;
height:20px;
display:inline-block;
//display:inline;
//zoom:1;
vertical-align:middle;
margin-right:6px;
margin-bottom:4px;
}
.pro_flag_small{
background:url(../images/prosmall.png) no-repeat;
width:38px;
height:17px;
display:inline-block;
//display:inline;
//zoom:1;
vertical-align:middle;
margin-right:8px;
margin-bottom:4px;
}

.star_flag_big{
background:url(../images/starbig.png) no-repeat;
width:19px;
height:18px;
display:inline-block;
//display:inline;
//zoom:1;
vertical-align:middle;
margin:0 5px 4px 0;
}
.star_flag_small{
background:url(../images/starsmall.png) no-repeat;
width:16px;
height:16px;
display:inline-block;
//display:inline;
//zoom:1;
vertical-align:middle;
margin-right:1px;
margin-bottom:4px;
margin-right:4px;
}

.web_flag_big{
background:url(../images/webbig.png) no-repeat;
width:47px;
height:20px;
display:inline-block;
//display:inline;
//zoom:1;
vertical-align:middle;
margin:0px 5px 4px 0px;
}

.web_flag_big:hover{
opacity: 0.8; 
    filter: alpha(Opacity=80);  
}

.web_flag_small{
background:url(../images/websmall.png) no-repeat;
width:38px;
height:17px;
display:inline-block;
//display:inline;
//zoom:1;
vertical-align:middle;
margin-right:8px;
margin-bottom:4px;
}


/* что-то из панорам:
.photo_layout{
clear:both;
overflow:hidden;
}

.photo_layout .pos1{
overflow:hidden;
clear:both;
}
.photo_layout .pos2{
position: relative;
left: 50%;
float: left;
}
.photo_layout .pos3{
position: relative;
right: 50%;
z-index:1;
}
*/

.bannertable_wrap{
padding:30px;
border:solid 1px #bfbfbf;
}
.bannertable_title{
font-size:15px;
margin-bottom:30px;
}
.bannertable_wrap table tr td{
padding-bottom:33px;
}
.bannertable_wrap table tr td:first-child{
width:138px;
}
.bannertable_wrap table tr.lasttr td{
padding-top:30px;
}
.bannerinput{
border:solid 1px #acacac;
color:#9c9b99;
width:100%;
margin-bottom:11px;
}

.invite_form{
padding:15px;
width:220px;
background:#f5f5f5;
}
.invite_form_title{
font-size:19px;
color:#9b9b9b;
padding-bottom:20px;
}
.invite_form_input{
width:99%;
border:solid 1px #549da6;
font-size:15px;
color:#989898;
margin-bottom:24px;
}
.invite_form_submit{
padding:0;
margin:0;
border:none;
width:86px;
height:20px;
background:url(../images/invite_form_submit.png) no-repeat;
}
.reklama{ 
    display:block;
    float:left;
	padding-right:50px;
}

.divphone,
.divsum{
margin-bottom:28px;
}
.divphone span,
.divsum span{
padding-right:10px;
color:#666666;
font-size:20px;
}
.divphone span b{
font-size:15px;
}
.divsum .currency{
color:#666666;
font-size:20px;
padding-left:8px;
}
.qiwiform p{
padding-bottom:10px;
}
.qtitle{
font-size:20px;
color:#333;
margin:10px 0;
}
.payvar{
clear:both;
overflow:hidden;
}
.payvar a{
display:block;
float:left;
margin-right:15px;
}
.qiwivar{
width:75px;
height:98px;
background:url(../images/qiwi.png) no-repeat;
}
.buyitem{
font-size:20px;
margin-bottom:10px;
color:#007bab;
}
.buyitem span{
color:#666666;
padding-left:10px;
}
.fromadm{
font-size:20px;
color:#333;
margin:30px 0;
}
.admadd{
color:16px;
text-decoration:underline;
}
.opitem{
margin-bottom:3px;
}
.pl{
color:#15a222;
}
.mn{
color:#666;
}
/*Навигация по городам*/
.citynav{
clear:both;
}
.citynav .float_bar{
float:right !important;
margin-top:0 !important;
}
.citynav .cityselect{
float:left;
margin-right:20px;

}
.from_city{
font-size:18px;
color:#999;
padding-left:70px;
}
.from_city a{
font-size:24px;
}
#usertitle .profstatus a{
color:#999;
text-decoration:none;
}
#usertitle .profstatus a:hover{
text-decoration:underline;
}
.photo_date_details a.authorhref{
color:#999;
text-decoration:none;
}
.photo_date_details a.authorhref:hover{
text-decoration:underline;
}
.photo_date_details .citydiv{
font-size:120%;
}
.geo{margin-top:5px; }


/*---------------------- PRO picture ------------------------------*/
.active_user_block .user_avatar > a{
position:relative;
display:inline-block;
//display:inline;
//zoom:1;
}
.active_user_block .user_avatar > a img.pro_img{
position:absolute;
left:0;
bottom:0;
z-index:2;
}

.topbutton {
width:150px;
border:2px solid #ccc;
background:#f7f7f7;
text-align: right;
padding:10px 20px 10px 20px;
position:relative;
bottom:10px;
right:0px;
cursor:pointer;
color:#333;
font-family:verdana;
font-size:12px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}


.toptag {
border:1px solid #337799;
background:#337799;
padding:5px 10px 5px 10px;
color:#FFF;
font-size:16px;
text-decoration: none;
line-height: 42px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
padding: 7px 12px 7px 12px;
margin: 0px 5px 0px 0px;
}
.toptag:hover, .toptag.checked{
border:1px solid #FF4444;
background:#FF4444;
padding:5px 10px 5px 10px;
color:#fff;
font-size:16px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
padding: 7px 12px 7px 12px;
margin: 0px 5px 0px 0px;
}

.toptag.green:hover, .toptag.checked.green{
border:1px solid #FF0098;
background:#FF0098;
}

.1toptag {
border:1px solid #ddd;
background:#f5f5f5;
padding:5px 10px 5px 10px;
color:#111111;
font-size:16px;
text-decoration: none;
line-height: 40px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
.1toptag:hover, .1toptag.checked{
border:1px solid #0066aa;
background:#0066aa;
padding:5px 10px 5px 10px;
color:#fff;
font-size:16px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
/*-----------------редактирование фото-----------------*/
.img_container{
text-align:center;
margin-bottom:20px;
}
.photo_params_table{
border-spacing: 0;
border-collapse: collapse;
width:100%;
font-size:16px;
}
.photo_params_table tr + tr td{
padding-top:10px;
}
.photo_params_table td.title{
width: 240px;
vertical-align:top;
font-size:18px; 
color:#333333;
}
.photo_params_table input[type="text"],
.photo_params_table textarea{
border:solid 1px #acacab;
padding:10px;
width:70%;
color:#333333;
font-size: 20px;
    line-height: 28px;
}
.photo_params_table .soc{
font-size:14px;
}
.photo_params_table .soc div + div{
margin-top:5px;
}
.photo_params_table .photo_cats_select{
overflow:hidden;
margin-top:-10px;
}
.photo_params_table .photo_cats_select .photo_cat, .photo_params_table .photo_cats_select .post_tag{
width:33.33%;
float:left;
margin-top:10px;
}
.photo_params_table .photo_cats_select .photo_cat span, .photo_params_table .photo_cats_select .post_tag span{
display:inline-block;
color:#007abe;
padding:4px 10px;
cursor:pointer;
}
.photo_params_table .photo_cats_select .photo_cat span:hover, .photo_params_table .photo_cats_select .post_tag span:hover,
.photo_params_table .photo_cats_select .photo_cat span.checked, .photo_params_table .photo_cats_select .post_tag span.checked{
color:#fff;
background:#007abe;
}
.photo_params_table .nec{
color:red;
vertical-align:top;
}
.photoedit_submit_btn{
text-align:center;
margin-top:70px;
position:relative;
}
.photoedit_submit_btn input[type="submit"]{
font-size:24px;
color:#fff;
padding:10px 55px;
background:#6b9d3a;
cursor:pointer;
border:none;
}
.photoedit_submit_btn .error{
position:absolute;
left:0;
top:-37px;
width:100%;
color:red;
font-size:18px;
}
.replace_file_form{
display:block;
padding-left:563px;
margin-top:-30px;
}
.replace_file_form table{
border-spacing: 0;
border-collapse: collapse;
}
.replace_file_form td{
padding-right:10px;
}
.replace_file_form tr + tr td{
padding-top:10px;
}

/****Шапка фирмы********/
.firmtext {
width:800px;
margin-left:auto;
margin-right:auto;
}

.firmtext a{
color:#2576ba;
font-size:15px;
text-decoration:none;
}
.firmtext a:hover{
color:#333333;
font-size:15px;
text-decoration:underline;
}

.catalog {padding: 0px 0px 0px 0px; position: relative; left: 10px;}
.catalog h1 { background:url(../images/prosmall.png) no-repeat; font-weight: normal; width: 130px; height: 85px; float: left; position: relative; left: 120px; top:5px;}
.catalog h1 strong {font-size: 24px; color: #ff3333; font-weight: normal; display: block; margin-top: 16px; text-align: left; position: relative; left: -120px; top:-15px;}
.catalog h1 span {font-size: 10px; color: #999999; font-weight: normal; display: block; text-align: left; position: relative; left: -90px; top:-20px;}
.catalog .list {overflow: hidden; padding-left: 80px;}
.catalog .list .col {float: left; overflow: hidden; height: 85px; padding-left: 26px;}
.catalog .list .col div {background: url('../images/ico-heart.gif') 0 50% no-repeat; padding-left: 15px; font-size: 15px; line-height: 20px;}
.catalog .list .col div a {color:#2576ba; text-decoration: none;}
.catalog .list .col div a:hover {color:#353535; text-decoration: underline;}
.catalog a {text-decoration: none;}

.need_crit{
	text-align:center;
	text-transform:uppercase;
	height:32px;
	width:150px;
	cursor:pointer;
	background: url('../images/need_crit.png') no-repeat 0 0;
}
.need_crit:hover{
	background-position: 0 -33px;
}
#crit_pop{
	left:50%;
	position:absolute;
	z-index:1000;
	display:none;
	background:#fff;
}
#crit_pop_bg{
	background:#000;
	opacity:0.3;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:none;
}
.crit_pop_inner{
	padding:41px;
	font-size:20px;
	text-align:center;
}
#crit_pop .maintext{
	font-size:20px;
	line-height:3;
}
#crit_pop .subtext{
	font-size:17px;
	margin-top:12px;
}
#crit_pop .subtext_input{
	font-size:17px;
	margin-top:12px;
}
#crit_pop .btns{
	margin-top:40px;
	text-align:center;
}
#crit_pop .btn{
	text-align:center;
	height:50px;
	width:250px;
	cursor:pointer;
	color:#fff;
	background:#40a24b;
	display:block; 
	text-decoration:none;
	border:none;
	font-size:20px;
	line-height: 50px;
	margin:0 auto;;
}
#crit_pop .btn + .btn{
	margin-top:30px;
}
.crit_mod{
	height:100px;
	padding:1px 0px 2px 0px;
	overflow:hidden;
	clear:both;
}
.crit_mod .crit_inner{
	width:4000px;
	clear:both;
	overflow:hidden;
}
.crit_mod a{
	display:block;
	text-decoration:none;
	float:left;
	overflow:hidden;
}
.crit_mod a + a{
	margin:0px 0px 1px 3px;
}
.crit_mod a img{
	vertical-align:bottom;
	max-width:100px;
	max-height:100px;
}
.crit_mod a img:hover{
	opacity:0.5;
}

.crit_mod1{
	height:289px;
	overflow:hidden;
	clear:both;
}
.crit_mod1 .crit_inner1{
	width:4000px;
	clear:both;
	overflow:hidden;
}
.crit_mod1 .photoholder{
	float:left;
}
.crit_mod1 .photoholder + .photoholder{
	margin-left:10px;
}

.mess_block .mess {
width:50px;
height:16px;
top:0%;
left:0%;
}
.mess_block .mess a {
display:block;
width:50px;
height:16px;
}
.mess_block .mess a{
background:url(../images/mess.png) no-repeat;
}
.mess_block .mess a:hover{
background-position: 0 -18px;
}

.fullsize a{
color:#999999;
font-size:15px;
text-decoration: none;
margin: 0px 10px 0px 10px;
}
.fullsize a:hover{
color:#009900;
}

.salephoto a{
color:#999999;
font-size:15px;
margin: 0px 10px 0px 10px;
text-decoration: none;
}
.salephoto a:hover{
color:#009900;
}

.delcomm {
color:#CCCCCC;
}
.delcomm a{
color:#CCCCCC;
}
.delcomm a:hover{
color:#FF3333;
}




.board_block{
padding: 20px 10px 10px 10px;
margin: 10px;
background-color: #efefef;
border: solid 2px #EEE;
display: block;
width: 350px;
height: 130px;
float: left;
text-align: center;
line-height:1.2;
box-shadow:2px 2px 4px rgba(0,0,0,0.3);
border-radius:10px;
-moz-border-radius:10px;
}

.board_block:hover{
background-color: #f6f6f6;
border: solid 2px #f1f1f1;
box-shadow:2px 2px 10px rgba(0,0,0,0.4);
color: #0077cc;

}



.board_block .title{
margin-bottom:12px;
width:100%;
height:100px;
font-size:22px;
}
.board_block .title_vip{
margin-bottom:12px;
width:100%;
height:100px;
font-size:22px;
font-weight: bold;
}

.board_block .title a{
text-decoration:none;
font-size:22px;
color:#0080bc;
}
.board_block .title a:hover{
text-decoration:underline;
}

.board_block .title_vip a{
text-decoration:none;
font-size:22px;
font-weight: bold;
color:#0080bc;
}
.board_block .title_vip a:hover{
text-decoration:underline;
}

.board_block .city{
color:#999999;
font-size:18px;
}

.board_block .pubdate{
color:#999999;
font-size:14px;
}

.user_presentation{
background: #f3f3f3;
margin: 10px 0px 10px 0px;
padding: 30px 30px 10px 30px;
border: 1px solid #f1f1f1;
text-decoration:none;
font-size:18px;
}

.heading_centre {
	font-size: 32px;
	color:#006699;
    margin: 0px 0px 35px 0px;
	font-weight: 300;
	line-height: 36px;
	text-align: center;
}

.crit_mod2{
	height:380px;
	overflow:hidden;
	clear:both;
}
.crit_mod2 .crit_inner2{
	width:4000px;
	clear:both;
	overflow:hidden;
}


.photo__nav {display:flex; justify-content: center; align-items: center; margin: 0px 30px 0px 30px;}
.photo__nav-link{padding:0 3px;}

.photo__nav-link .tegnavi{
	white-space:nowrap;
	font-size:16px;
	//border: 1px solid #bbb;
	//background: #bbb;
	padding: 1px 8px 1px 8px;
	color: #909090;
	text-decoration: none;
	border-radius: 5px; 
	margin: 0px 2px 0px 2px;
	}
.photo__nav-link .tegnavi:hover {
	text-decoration: underline;
	}

.photo__nav-link.prev a {font-size:16px;color:#909090;text-decoration:none;}
.photo__nav-link.next a {font-size:16px;color:#909090;text-decoration:none;}
.photo__nav-link.prev a:hover {color:#777;text-decoration:underline;}
.photo__nav-link.next a:hover {color:#777;text-decoration:underline;}


/*  баннер на главной */
.vottak{
	background-color: #e3f3ff; 
	margin:20px 0px 30px 0px;
	font-weight: 400; 
	color:##0073c3;
	text-decoration:none;
	font-size:22px;
	line-height:1.2;
}
.vottak :hover{
	background-color: #d8eeff; 
	color:#FF3333;
	text-decoration:underground;
}