@import url('inshop.css');
body, html {
margin:0px;
padding:0px;
text-align:center;
height:100%;
}
/*-------------------------Стили основного блока контейнера-------------------------------*/
#main-container{
font:13px Arial, Verdana, Geneva, sans-serif;
margin:0 auto;
text-align:left;
min-height:100%;
/* min-width:1200px;  задаем минимальную ширину макета в современных браузерах */
width:expression(/*задаем минимальную ширину макета в старых версия браузера. */
(document.compatMode && document.compatMode == 'CSS1Compat')
?
(
document.documentElement.clientWidth < 1200
?
"1200px"
:
"auto"
)
:
(
document.body.clientWidth < 1200
?
"1200px"
:
"auto"
)
);
}
* html #main-container{height:100%;}

/*стили для всех ссылок сайта*/
a:link, a:visited { color:#ff0000; text-decoration:underline;}
a:hover {text-decoration:none; color:#ff0000;}

/*-----------------------HEADER-------------------------*/
#header{
background: url(../images/header.jpg) center no-repeat #fcff00;
height:103px;
}
#header .logo {
float:left;
margin:0 0 0 20px;
padding: 0;
}
#header .logo img {border:0;}
#header .right-img {float:right; padding:0; margin:0;}

/*----------------MAIN MENU---------------*/
#topmenu {
    background: url(../images/bgmenu.png) repeat-x;
    height: 33px;
    padding: 0;
    position: relative;
    text-align: center;
    /* width: 100%; */
    display: flex;
    justify-content: center;
}
.topmenu {
    position: absolute;
    left: 50%;
    margin-left: -550px;
    /* width: 1100px; */
}
#topmenu #mainmenu{
	font:bold 12px Arial, Helvetica, sans-serif;
	list-style:none;
	padding:0;
	margin:0;
}

#topmenu #mainmenu li{
	display: inline-block;
        float:left;
	height:33px;
	padding:0;
	margin:0;
	text-align:center;
	position:relative;
	width:155px;
}
#topmenu #mainmenu li:hover,
#topmenu #mainmenu li.selected {
	background:#eee;}
#topmenu #mainmenu li ul{
	list-style:none;
	padding:0;
	margin:0;
	width:135px;
	display:none;
	position:absolute;
	left:0;
	top:33px;
}
#topmenu #mainmenu li ul li{
	background:#e2e2e2;
	display:list-item;
	float:none;
	height:33px;
	margin:0;
	text-align:left;
	font-size:16px;
	width:135px;
}
#topmenu li ul li:first-child {border:none;}

#topmenu #mainmenu li ul li a {
	padding:10px 5px 10px 10px;
	font-size:12px;
}

#topmenu #mainmenu li a{
	display:block;
	height:20px;
	color: #314c85;
	text-decoration: none;
	padding:10px 16px;
}
#topmenu #mainmenu li:hover ul,
#topmenu #mainmenu li.jshover ul{display:block;}

/*----------------LEFT---------------*/
#left{
padding:0 5px 5px;
margin:15px 0 0 10px;
float:left;
line-height:normal;
width:250px;
}
#left .module,
#right .module,
.alt_module {margin:0 0 10px;}
#left img {border:0;}

/*----------------Вертикальное меню---------------*/
#v_mnu_01 {
	width:230px;
	margin: 0;
	color:#fe0103;
}
#v_mnu_01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font:normal 15px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#v_mnu_01 ul li {
	padding:0;
	margin:0;
	line-height:normal;
	list-style: none;
}

#v_mnu_01 li a {
	text-decoration: none;
}
#v_mnu_01 .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#v_mnu_01 li ul {
	margin: 0 0 0 20px;
	padding:0;
}

#v_mnu_01 li ul li a {
	color:#192e5c;
	font-size:14px;
}
#v_mnu_01 li ul li a:hover {
	color:#fe0103;
}

#v_mnu_01 li a {
	color: #fe0103;
	display: block;
	padding:2px 0;
}

/*----------------RIGHT---------------*/
#right{
padding:0 5px 5px;
margin:15px 10px 0 0;
float:right;
line-height:normal;
width:250px;
}

/*---------------- СТИЛИ ОСНОВНОГО БЛОКА С КОНТЕНТОМ ---------------*/

/*включена и левая и правая колонки*/
#both{
margin:0 280px;
}
/*включена только левая колонка*/
#only_left {
margin:0 0 0 280px;
}
/*включена только правая колонка*/
#only_right {
margin:0 280px 0 0;
}
/*выключены обе колонки*/
#no_sides {width:100%;}

#both h1,
#only_left h1,
#only_right h1,
#no_sides h1 {
margin:10px 0;
font-size:18px;
font-weight:normal;
} 
#both p,
#only_left p,
#only_right p,
#no_sides p {
margin:0px;
padding:5px;
line-height:20px;
}
#both p,
#only_left .module,
#only_right .module,
#no_sides .module {padding:5px;}

#both .con_title,
#only_left .con_title,
#only_right .con_title,
#no_sides .con_title {font-size:17px; margin-top:10px; font-weight:normal;}

#both .blog_moderate_no,
#only_left .blog_moderate_no,
#only_right .blog_moderate_no,
#no_sides .blog_moderate_no {color:red;}

#both input,
#only_left input,
#only_right input,
#no_sides input, 
#both .text-input,
#only_left .text-input,
#only_right .text-input,
#no_sides .text-input {border:1px solid #666;}

.print {
	text-align:right;
	margin:0 0 15px 0;}
	
.print-a {
	background:url(../images/icons/fileprint.png) no-repeat left center;
	padding:8px 0 0 40px;
	float:right;
	height:32px;
	width:115px;
}
.clear-print {clear:both;}	
/*----------------CLEAR BLOCK---------------*/
#clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}
#rasporka {height:73px;}

/*----------------FOOTER---------------*/
#footer{
background: url(../images/bg-footer.jpg) repeat-x #FF0;
height:53px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
margin:-73px auto 0;
padding:20px 0 0; 
min-width:1200px;  /*задаем минимальную ширину макета в современных браузерах */
width:expression(/*задаем минимальную ширину макета в старых версия браузера. */
(document.compatMode && document.compatMode == 'CSS1Compat')
?
(
document.documentElement.clientWidth < 1200
?
"1200px"
:
"auto"
)
:
(
document.body.clientWidth < 1200
?
"1200px"
:
"auto"
)
);
}
#footer img {border:0;}
/*------------------- Оформление модулей ------------------*/
#left .moduletitle,
#right .moduletitle {
	background:url(../images/bg-h3.png) no-repeat center;
	text-align:center;
	height:47px;
	line-height:40px;
	color:#ff0000;
	font-size:20px;
	margin:0 0 -20px 0;
	padding:0;
	position:relative;
	z-index:2;
}

#left .modulebody,
#right .modulebody {
background:#f7f7f7;
border:1px solid #eeeeee;
border-radius:10px;
-moz-border-radius:10px;
width:230px;
margin:0 auto;
padding:20px 10px 10px;
z-index:1;
}

#left .alt_moduletitle,
#right .alt_moduletitle {
	background:url(../images/bg-h3.png) no-repeat center;
	text-align:center;
	height:47px;
	line-height:40px;
	color:#ff0000;
	font-size:20px;
	margin:0 0 -20px 0;
	padding:0;
	position:relative;
	z-index:2;
}

#left .alt_modulebody,
#right .alt_modulebody {
background:#f7f7f7;
border:1px solid #eeeeee;
border-radius:10px;
-moz-border-radius:10px;
width:230px;
margin:0 auto;
padding:10px;
z-index:1;
}

#main-container h3, #right h3 {

}
/************************* Кнопка быстрой настройки ***************************/

.fast_cfg_link { padding:4px; }
.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;
}
/*------------------------ MODULE "LATEST PHOTO" -----------------------------*/
.mod_lp_titlelink{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.mod_lp_albumlink{
	margin-top:4px;
}
.mod_lp_albumlink a{
	color:#666666;
	text-decoration:underline;
}
.mod_lp_details{

}
.mod_lp_photo{
	padding-right:10px;
}

/*--------------------------- 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 #999999;
}
.search_head {
	background-color:silver;
	border-bottom:solid 1px gray;
	font-size:16px;
}
.search_row1 {
	background-color:#FFFFFF;
}
.search_row2 {
	background-color:#EBEBEB;
}

/*----------------------- MODULE "LATEST ARTICLES" ---------------------------*/
.mod_latest_entry{
	margin-bottom:10px;
}
.mod_latest_title{
	font-size:14px;
}
.mod_latest_blog_title{
	font-size:16px;
}
.mod_latest_date{
	margin-bottom:5px;
    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:15px;
    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:3px; padding-left:20px; font-size:16px; border:solid 1px #4DA4CF; }

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

.lf_submit{
    margin-top:10px;
}

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

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

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

/*------------------------------ PAGES BAR -----------------------------------*/
.pagebar{
	margin-top:10px; 
	margin-bottom: 15px; 
	font-size:12px;
	clear:both;
}
.pagebar_title{
	margin:5px;
    color:#375E93;
}
.pagebar_page{
	margin:3px; 
	padding:6px;
}
.pagebar_current{
	margin:3px; 
	padding:6px; 	
	background-color: #375E93;
    color:#FFF;
    border-radius:5px;
    -moz-border-radius:5px;
}

/*----------------------------- SITE SEARCH ----------------------------------*/
.search_match{
	background-color:#66CCFF;
}

.price_search {
	width: 60%;
	border: 1px solid #666666;

}

.search_input {
	width: 300px;
	border:solid 1px gray;
}
/*------------------------- COMPONENT "CONTENT" ------------------------------*/
.component {
    padding:20px;
    margin-bottom:20px;
    background: #FFF;
    overflow:hidden;
}
.con_heading {
	font-size: 20px;
    font-weight:normal;
	color:#000;
    margin:0 0 10px;
}
h3 {
	font-size: 18px;
    font-weight:normal;
	color:#375E93;
    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;
}
.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;
	font-size:11px;
}

.con_image{
    float:left;
    margin-right:16px;
    padding:2px;
    border:solid 1px #444;
}
/*------------------------- COMPONENT "PHOTOS" -------------------------------*/
.photo_layout{
    margin-bottom: 15px;
}
.photo_thumb{
	display:block;
    border:solid 1px #C3D6DF;
    padding:15px;
    border-radius:8px;
    -moz-border-radius:8px;
    margin-right:5px;
    margin-bottom:5px;
}
.photo_thumb a{
    font-size:16px;
}
.photo_bar{
	background-color: #EBEBEB;
	margin:6px 0px 6px 0px;
}
.photo_desc{
	margin-bottom:10px;
}
.photo_box{
	border:solid 1px silver;
}
.photo_date_td{
	background-color:#EBEBEB;
}
.photo_sortform{
	padding:5px 8px;
	background-color:#E0EAEF;
    border-radius:8px;
    -moz-border-radius:8px;
}
.photo_subcat{
    font-size:16px;
}
.photo_gallery{
    margin-bottom:15px;
    clear:both;
}
.photo_userbar{
	padding:10px;
	background-color:#EBEBEB;
	margin-bottom:2px;
}
.photo_toolbar{	
    float:right;
    -moz-border-radius:8px 8px 8px 8px;
    background-color:#E0EAEF;
    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_bbinput{
	width:200px;
	padding:2px;
    border:solid 1px #4DA4CF;
}
.photo_row{
	height:auto !important;
	overflow:hidden;
	padding:0.8em 0;
	width:99%;
}
.photo_album_tumb{
    height:100%;
    float:left;
    position:relative;
    width:200px;
    margin-right:15px;
    margin-bottom:15px;
    border:solid 1px #C3D6DF;
    padding:15px;
    border-radius:8px;
    -moz-border-radius:8px;
}

.photo_container{
    text-align:center !important;
}
.photo_album_img{
    background-color:#FFFFFF;
    background-image:none;
    border:1px solid #C0C0C0;
    margin:0 0.3em 0.3em 0;
    padding:3px;
    vertical-align:bottom;
}
.photo_txt{
    text-align:center !important;
}
.photo_txt .photo_album_title{
    font-size:16px;
    height: 25px;
    display:block;
}
.photo_container_today{
	color:#09F;
	font-weight:bold;
	position:absolute;
	top: 40px;
	left: 10px;
	z-index: 1;
	margin:0;
	padding:0;
}
.photo_txt ul {
    margin:0 !important;
    padding:0 !important;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.photo_txt li {
    background-image:none;
    line-height:115% !important;
    list-style-image:none;
    list-style-type:none;
    margin:0 !important;
    padding:0 !important;
}
.photo_details .photo_date_details{
    margin-top:10px;
}
.photo_larr{
    background:url(../images/larr.jpg) no-repeat right 20px;
}
.photo_details{
    background:#E0EAEF;
    padding:20px;
    border-radius:8px;
    -moz-border-radius:8px;
    font-size:14px;
}
.photo_details .operations{ margin-top:20px; }

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

.photo_sub_details{
    padding:10px 20px;
    font-size:14px;
}

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

/*---------------------------- 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{
    font-size:14px;
}
.mod_com_targetlink{
    color:#333;
}
.mod_com_details{
    font-size:10px;
    margin-bottom:6px;
}
.mod_com_details a{    
    text-decoration:none;
}
.mod_com_all{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/comments.png) no-repeat;
    color:#333;
}
/*--------------------- MODULE "LATEST FORUM WEB2.0" -------------------------*/
.mod_fweb2_userlink{
	text-decoration:underline;
	color:#666666;
}
.mod_fweb2_date{
	background-color:#EBEBEB;
    width:100px;
}
.mod_fweb2_topiclink{
	text-decoration:underline;
	font-weight:bold;
}
.mod_fweb2_shorttext{
	font-style:italic;
	color:#999999;
}

/*------------------------------- PATHWAY ------------------------------------*/
.pathway {
	background:url(../images/home.gif) no-repeat left center;
	border-bottom:1px solid #ccc;
	padding:10px 0 8px 25px;
	margin:0 10px 10px 10px;
}

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

/*------------ АВТОРИЗАЦИЯ И МЕНЮ ПОЛЬЗОВАТЕЛЯ --------------------*/
#authModal table{
	width:300px;
	margin:2px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
}
#authModal table td{
	padding:0px;
}
#authModal #authtd{
	font-size:16px;
	padding:2px 2px 2px 5px;
	font-weight:bold;
}
#authtitle{
	font-size:1.4em;
	color:#FFF;
}
#authtitle{
	background-color:#666;
	border:1px solid #000;
	padding:10px;
	margin-bottom:20px;
	font-size:20px;
}
#authbutton{
    margin-right:30px;
    text-align:right;
    margin-top:8px;
}
#authoption{
    margin-right:33px;
    text-align:right;
    margin-top:2px;
}
#authoption a {color:#fff;}
#authinput{
	width:150px;
	height:20px;
	display:block;
	border:1px solid #000;
	background: #666;
	padding:4px;
	padding-left:13px;
	padding-right:26px;
	font-size:1.4em;
	margin-top:8px;
	margin-left:20px;
}
    .phones-mobile{
        display:none;
    }
#remember{
	margin-right:15px;
	text-align:right;
	font-size:1em;
}

#authbtn{
	margin-top:5px;
	margin-right:5px;
	float:right;
	font-size:1.3em;
}

/*--------- Модуль Авторизации ----------*/
.authtable input#login, 
.authtable input#pass{
    width:130px;
    border:solid 1px #4DA4CF;
    padding:2px;
}

#login_btn{
    font-size:14px;
    width:60px;
}
/*------------ Меню пользователя --------------*/
.mod_user_menu { 
text-align:right;
margin:15px 0 0; }

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

.mod_user_menu span a:hover{
    color:#FFF;
	text-decoration:underline;
}

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

.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:15px;
    border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #C3D6DF;
	margin-bottom:10px;
}
.usr_msgreply_sourcetext{
	font-size: 16px;
}
.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 #666;
    border-bottom:none;
	border-top:solid 1px silver;
    width:100%;
}
.usr_msg_bbcodebox{
	padding:0px;
	background:url(../images/bbtoolbar.jpg) repeat-x left top #EFEFEF;
	border:solid 1px #666;
    border-bottom:none;
	overflow:hidden;
	_height:1%;
    width:100%;
}
.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_link { font-size:14px; }

#mod_usr_search_form td{
    padding:4px;
}

/*----------------------------------------------------------------------------*/
.ajax_autogrowarea{
	display:block;
	border:solid 1px gray;
	width:100%;
	height:108px;
	min-height:180px;	
	max-height:702px;
	line-height:18px;
    margin:0px;
}
.bb_tag_code{
	border:solid 1px silver;
	padding:8px;
    margin-top:5px;
    margin-bottom: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;
}

/*----------------------------- COMPONENT "FAQ" ------------------------------*/
.faq_subcats, .faq_cats{
	padding:10px;
    padding-bottom:5px;
	margin-bottom:10px;
}
.faq_cat_link{
    font-size:18px;
}
.faq_cat_desc{
    margin-bottom:5px;
}

.faq_questtext{
	font-size:15px;
    margin-bottom:10px;
    color:#375E93;
}
.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{
    float:right;
    padding:5px 8px;
}
.faq_send_quest a{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/add.png) no-repeat;
	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:#E0EAEF;
	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;
    padding-left:20px;
    background:url(../images/icons/note.png) no-repeat left;
    list-style:none;
    margin:0px;
	margin-bottom:4px;
    font-size:14px;
}
.new_board_items{
	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;  }
/* ========================================================================== */
/* ========================= ????? ?????????? =============================== */
/* ========================================================================== */

.bd_item{
	margin-bottom:4px;
	border:solid 1px #C3D6DF;
    padding:12px;
    border-radius:8px;
    -moz-border-radius:8px;
}

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

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

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

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

bd_text{
	margin:0px;
}

div.bd_item_details{
	margin-top:20px;
	float:right;
}
div.bd_item_details 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:12px;
}

.bd_text_full{
    padding:20px 15px;
    font-size:16px;
    -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_date{
	background:url(../images/icons/calendar.png) no-repeat;
}

span.bd_item_city{
	background:url(../images/icons/city.png) no-repeat;
}

span.bd_item_edit{
	background:url(../images/icons/edit.png) no-repeat;
}

span.bd_item_delete{
	background:url(../images/icons/delete.png) no-repeat;
}

span.bd_item_user{
	background:url(../images/icons/user.png) no-repeat;
}

span.bd_item_status_ok{
	color:green;
	background:url(/components/board/images/status_ok.gif) no-repeat;
}
span.bd_item_status_bad{
	color:red;
	background:url(/components/board/images/status_bad.gif) no-repeat;
}

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

div.bd_cat_main_title a{
	font-size:18px;
	color:#375E93;
}
div.bd_cat_main_obtypes a{
	color:#5F98BF;
}



/* ========================================================================== */
/* ============================== ??????? =================================== */
/* ========================================================================== */

#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;
}
/* ========================================================================== */
/* =========================== ??????????? ================================== */
/* ========================================================================== */

.cmm_heading {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #7192A6;
	margin-bottom: 4px;
	padding-top: 8px;
}
.cmm_icons{
	margin-bottom: 4px;
}
.cmm_icons a{
	color:#666666;
	text-decoration:underline;
}
.cmm_anchor{
	float:left;
	margin-left:10px;
	color:#333333;
}
.cmm_author {
	display: block;
	float: left;

	font-weight: bold;
}
.cmm_title {
	padding: 6px;
}
.cmm_votes{
	float: right;
	padding: 2px;
    margin-right:15px;
    color:silver;
    font-weight:bold;
}
.cmm_good{
    color:green;
}
.cmm_bad{
    color:red;
}
.cmm_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:5px;
	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 {
	padding: 5px;
	background:#EBEBEB;
    border-radius:8px;
    -moz-border-radius:8px;
}
.cmm_content_av {
	padding: 10px;
	padding-left: 25px;
	padding-top: 7px;
	background:url(/components/comments/images/pointer.jpg) no-repeat;

}
.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;
}
.cm_guest_name{
    margin:10px 0px;
    color:#375E93;
    font-weight:bold;
}
.cm_codebar{
    margin-top:10px;
    width:100%;
}
.cm_submit{
    font-size:18px;
}

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

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

/* ========================================================================== */
/* ============================== ??????? =================================== */
/* ========================================================================== */

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

/* ========================================================================== */
/* ============================== ????? ===================================== */
/* ========================================================================== */

.forum_cattitle{
	font-size: 18px;
	margin-bottom:6px;
	margin-top:10px;
	color:#5186B8;
}

.forums_table{
    border:solid 1px #A8C2CF;
}

.forum_link{
	font-weight:bold;
}

.forum_desc{
	color:#333333;
}

.threads_table{
	border:solid 1px #A8C2CF;
}
.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:#E0EAEF;
}

.row2{
	background-color:#FFF;
}

.forum_poll_table{
	border:solid 1px gray;
}
.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:10px;
	margin-top:4px;
	margin-bottom:4px;
}
.forum_poll_gauge_title{
	font-size:10px;
}
.forum_poll_gauge{
	height:15px;
	background-color:#333333;
	margin-bottom:10px;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
}
.forum_poll_answers{
	margin:10px;
}
.forum_poll_submit{
	margin:10px;
}
.forum_poll_param{
	margin-bottom:10px;
}

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

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

.post_usermsgcnt{
	font-size:10px;
}
.post_userkarma{
	padding:2px;
	margin:2px;
	font-size:10px;
}
.posts_table{
}

.post_msgcell{
	background-color:#FFFFFF;
/*	border:solid 1px #A8C2CF;*/
    border-top:solid 2px #A8C2CF;
	padding:6px;
}
.post_userlink{
	color:#003366;
	font-weight:bold;
}
.post_date{
	color:#5F98BF;
	margin-bottom:10px;
	border-bottom:dotted 1px #A8C2CF;
}
.post_content{

}
.post_editdate{
	color:#999999;
	margin-top:10px;
	border-top:solid 1px silver;
}
.post_signature{
	margin-top:20px;
	border-top:solid 1px silver;
	padding-top:4px;
}

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

.forum_quote{
	padding:10px;
	border:dashed 1px gray;
	background-color:#EBEBEB;
	font-size:12px;
	color: gray;
	margin:8px;
}
.bb_quote{
	padding:10px;
	border:dashed 1px gray;
	background-color:#EBEBEB;
	font-size:12px;
	color: gray;
	margin:8px;
}
.forum_quote_author{
	text-align:right;
}
.forum_toolbar{
	background-color:#E0EAEF;
    margin:5px 0px;
    border:solid 1px #A8C2CF;
}
.forum_toolbar a:hover{
    color:#5F98BF;
}
.forum_toolbar a{
	color:#375E93;
	text-decoration:none;
}
.forum_navbar{
	margin-bottom:4px;
    border-top:2px solid #A8C2CF;
	background-color:#E0EAEF;
	padding:5px;
}
.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:10px;
    color:#5F98BF;
}
.fa_filebox{

}
.fa_file_desc{
	font-size:10px;
}
.fa_file_link{
	font-size:10px;
	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:gray;padding:2px;
}
.forum_zoom_text{
	padding:2px; color:#FFFFFF; text-align:center;
}
.forum_lostimg{
	padding:5px;
	border:solid 1px silver;
	color:#666666;
}

.forum_fast{
	margin-top:2px;
}
.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;
}

.forum_subs{
	margin-top: 10px;
	color:#666666;
	font-size:10px;
}
.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;
}

.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 #C3D6DF;
    color:#375E93;
    background:#E0EAEF;
    margin-bottom:10px;
}

#users_sbar input[type=text] { border:1px solid #4DA4CF; 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 #C3D6DF;
    color:#375E93;
    background:#E0EAEF;
    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{ 
    border-radius:8px;
    -moz-border-radius:8px;    
    display:block;
    float:left;
    font-size:18px;
    margin-right:15px;
    padding:5px 0px;
}

div.users_list_buttons .button a { color:#375E93; }

div.users_list_buttons .selected{
    background:#E0EAEF;
    padding:5px 10px;
    margin-right:15px;
}

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

div.users_list { 
    margin:15px 0px; padding:15px; border:1px solid #C3D6DF;
    border-radius:8px;
    -moz-border-radius:8px;
}

table.users_list div.avatar{ border:1px solid #C3D6DF; padding:2px; width:63px; height:63px; margin-bottom:10px; }
table.users_list div.number{ color:#999; }
table.users_list div.nickname { font-size:18px; }
table.users_list 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 { float:right; }

div#user_ratings div.karma, div#user_ratings div.rating { 
    float:left; text-align:center;
}

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

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

div#user_profile_url{
    clear:both;
    display:block;
    padding:5px;
    margin-top:15px;
    text-align:center;
    border-radius:8px;
    -moz-border-radius:8px;
    background:none repeat scroll 0 0 #E0EAEF;
}
#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{
	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; }

.usr_wall_entry {
    border-radius:8px;
    -moz-border-radius:8px;
    
    margin:5px 0;
    padding:5px 0px;
}
.usr_wall_avatar {
    border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #C3D6DF;
    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;
    border-top:1px solid #C3D6DF;
    margin-left:10px;
}

.usr_msg_entry{
    padding:10px;
    border-radius:8px;
    -moz-border-radius:8px;
    margin-bottom:4px;
    border:solid 1px #C3D6DF;
}

.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_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:96px;
    padding:2px;
}
.usr_photos_submit_one .text-input{
    width:300px;
}
#usr_photos_submit_btn{
    margin-top:15px;
    color:#5F98BF;
}
#usr_photos_submit_btn input{
    font-size:18px;
}

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

    width:120px;
    display:block;
    margin:4px;
    margin-left:0px;
    border-radius:8px;
    -moz-border-radius:8px;
    border:1px solid #C3D6DF;
    text-align:center;
}
.usr_photo_date{ font-size:11px; color:#5F98BF; display:block; }
.usr_photo_hits{ font-size:10px; color:#999; display:block; }

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

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

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

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

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

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

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

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

.usr_q_title{ font-weight:bold; margin:1px;	margin-bottom:12px;	padding:5px; clear:both; border-bottom:dashed 1px gray; }

.usr_q_thumb{ margin-left:1px; margin-bottom:1px; float:left; display:block; width:70px; }
.usr_q_thumbimg{ background-color:#FFFFFF; border:solid 1px gray; }
.usr_q_link{ color:#003366; }

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

.usr_deleted{ font-size:18px; color:#990000; }
.usr_restore{ margin-top:10px; }

.usr_btnlink{ margin-right:20px; font-size:24px;	 }

.usr_files_orderbar{ background-color:#EBEBEB;	margin-bottom:4px;	padding:5px; }
.usr_files_orderbtn{ font-size:9px;	background-color:#CCCCCC; border:solid 1px gray; height:20px; }
.usr_files_link{ font-size:10px; color:#999999; }

.usr_wall{
    margin-top:5px; overflow:hidden; clear:both;
}
.usr_wall #addwall{	padding-right: 10px;}

.usr_wall_header{ font-size:18px; color:#375E93; margin-bottom:5px; }
.usr_wall_body{ margin-bottom:10px;	}
.usr_wall_body p{
    padding:2px;
    margin:5px 0px;
    color:#5F98BF;
    font-size:14px;
}
.usr_wall_addlink{
    border-radius:8px;
    -moz-border-radius:8px;
    margin-top:6px;
    padding:5px 8px;
	padding-left:25px;
    display:inline-block;
	background:url(../images/icons/add.png) no-repeat 6px center #E0EAEF;
}
.usr_wall_addlink a{ color:#375E93; text-decoration:none; }
.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:#375E93; }
.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:#375E93; }

div.awards_list_link { padding:5px 0px; }
div.awards_list_link a{ padding:1px; padding-left:20px;  background:url(../images/icons/info.png) no-repeat left center; }

#usr_profparams{ width:750px; border:dashed 1px silver;	padding:10px; }

#usr_profsavebtns{	background:#EBEBEB;	width:775px; margin-top:10px; margin-bottom:5px; text-align:center; }

#usr_prof_form{	padding:10px;padding-top:0px; }

#usr_prof_form em{ color:#999; }

#usr_prof_form #title{ width:170px; height:24px; line-height:24px; }
#usr_prof_form #field{ height:24px; line-height:24px; }

#usr_prof_form table{ width:100%; }

.usr_msgmenu_tabs{ display:block; height:26px; }

.usr_msgmenu_active{
    margin-right:0px;	background-color:#E0EAEF; padding:10px;	font-weight:bold;
    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:26px; background:url(/components/users/images/messages/message-in.gif) no-repeat 8px center #FFF; }
.in_span{ padding-left:26px; background:url(/components/users/images/messages/message-in.gif) no-repeat 8px center #E0EAEF; }

.out_link{ padding-left:26px; background:url(/components/users/images/messages/message-out.gif) no-repeat 8px center #FFF; }
.out_span{ padding-left:26px; background:url(/components/users/images/messages/message-out.gif) no-repeat 8px center #E0EAEF; }

.new_link{ padding-left:26px; background:url(/components/users/images/messages/message-new.gif) no-repeat 8px center #FFF; }
.new_span{ padding-left:26px; background:url(/components/users/images/messages/message-new.gif) no-repeat 8px center #E0EAEF; }

.history_span{ padding-left:26px; background:url(../images/icons/folder_user.png) no-repeat 5px center #E0EAEF; }

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

a.msg_delete,
a.msg_reply,
a.msg_history,
span.msg_new{
    color:#375E93;
    height:16px;
    line-height:16px;
    padding:1px 1px 1px 20px;
    text-decoration:none;
}

a.msg_reply,
a.msg_history,
span.msg_new{
    margin-right:10px;
}

a.msg_delete{ background:url(../images/icons/delete.png) no-repeat left center; }
a.msg_reply{ background:url(../images/icons/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{
    clear:both;
    margin-top:0px;
    padding-bottom:10px;
}

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

.usr_status_link a{
    padding:1px;
    padding-left:20px;
    background:url(../images/icons/edit.png) no-repeat left center;
}

.usr_avatar{
    padding:10px;
    border:solid 1px #65A1C2;
    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; }

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

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

.usr_album_thumb{
    display:block;
    float:left;
    width:64px;
    height:64px;
    margin-right:10px;
    padding:2px;
    border:1px solid #65A1C2;
}

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


.shop_items_sort { text-align: right; margin-bottom:4px; }
.shop_items_sort span { color:#375E93; }
.shop_items_sort a.selected { text-decoration: none; color:#5F98BF; }
.shop_items_sort a.selected:hover { text-decoration: none; color:#375E93; }
.item_rating{  float:right; overflow:hidden; padding-right:15px; text-align:center; }
.item_rating small{ line-height:20px; }
.image_td .rating{ margin-top:3px; overflow:hidden; }
.image_td .rating small{ line-height:20px; margin-left:6px; }

.new_tov_modulebody .price{display:none}
.new_tov_modulebody .title,
.new_tov_modulebody .image {text-align:center}
.new_tov_modulebody .title {margin:0 0 5px}

.news_moduletitle,
.new_tov_moduletitle {
background:#ECECEC;
margin:10px 0;
padding:4px;
text-align:center;
font-size:20px;
}
.news_module .mod_latest_entry {
    border: 1px solid #999999;
    float: left;
    height: 220px;
    margin: 0 10px 10px 0;
    padding: 8px;
	width: 47%;
}
.news_module {overflow:hidden;}

.table_rassr {border-spacing: 10px; text-align:center}
.head_rassr h2 {font-size:40px;font-weight:bold; color:red;margin:0;text-align:center;}
.table_rassr td {
border:6px solid #f6e650;
text-align:left;
}
.col_podzag_rassr {
text-align:center !important;
color:red;
font-size:18px;
font-weight:bold;
}



.rek-banner {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background: #fcff00;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rek-banner h3 {
    color: red;
    font-size: 24px;
}

.rek-banner h3 a{
    font-size: 28px;
}

.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn; 
 
    animation-duration: 2s; 
    -webkit-animation-duration: 2s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
 
    visibility: visible !important; 
}
 
@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0.0;       
    }
    60% {
        transform: scale(1.1);  
    }
    80% {
        transform: scale(0.9);
        opacity: 1; 
    }   
    100% {
        transform: scale(1);
        opacity: 1; 
    }       
}
 
@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;       
    }
    60% {
        -webkit-transform: scale(1.1);
    }
    80% {
        -webkit-transform: scale(0.9);
        opacity: 1; 
    }   
    100% {
        -webkit-transform: scale(1);
        opacity: 1; 
    }       
}


div#footer tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* ### RESPONSIVE ### */

@media (max-width: 1140px) {
    
    #right {
        overflow: scroll;
    }
    
    .news_module .mod_latest_entry {
        height: 172px;
        width: 34%;
    }
    
    /* Открытый товар */
    #MessForPrint table tr {
        display: flex;
        flex-direction: column;
    }
    #MessForPrint .description img {
        width: 100%;
        object-fit: contain;
    }
    
    
    #footer {
        min-width: auto;
    }
    
}

@media (max-width: 1040px) {
    
    #topmenu #mainmenu li {
        width: 150px;
    }
    
    /* Товары на главной */
    .new_tov_modulebody .mod_inshop_front tr {
        display: flex;
        flex-direction: column;
    }
    
    .new_tov_modulebody .mod_inshop_front .item_wrap {
        height: 270px;
    }
    
    .new_tov_modulebody .mod_inshop_front .item_wrap .image img {
        width: 65%;
        height: 230px;
        object-fit: cover;
    }
    
    /* Фотоальбомы */
    .photo_album_tumb {
        width: 170px;
    }
    .photo_gallery .photo_thumb {
        width: 100%;
    }
    .photo_gallery tr {
        max-width: 308px !important;
        display: flex;
        flex-direction: column;
    }
    .photo_gallery img.photo_thumb_img {
        width: 100%;
    }

}

@media (max-width: 1024px) {

    #left {
        width: 220px;
    }
    
    /* Заголовки в сайдбаре */
    #left .moduletitle, #right .moduletitle {
        background-size: 220px;
        font-size: 18px;
    }
    
    #left .modulebody, #right .modulebody {
        width: 197px;
    }
    
    /* Номер телефона в сайдбаре */
    #left h1 span {
        font-size: 19px !important;
    }
    
    /* Карта в сайдбаре */
    a.lightbox-enabled img {
        width: 100%;
        object-fit: cover;
    }
    
    table.mod_inshop_front tr {
        width: 100%;
        display: flex;
        overflow: hidden;
    }
    
    .item_wrap .image a img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    
    
    .mod_inshop_front > tbody tr > td {
        width: 33%;
    }
    
    .item_wrap td {
        width: 100% !important;
    }
    
    
    /* Выкл нижнюю часть */
    #both > .component {
        /*display: none;*/
    }
    
}

@media (max-width: 991px) {
    
    .topmenu {
        padding: 0;
        margin: 0;
        left: 0;
    }
    
    /* Временно */
    #topmenu {
        display: none;
    }
    
    #topmenu #mainmenu li {
        width: 138px;
    }


    #left .modulebody, #right .modulebody {
        width: 230px;
    }

    .mod_inshop_front > tbody tr > td {
        width: 100%;
    }

    .news_module .mod_latest_entry {
        height: 210px;
        width: 25%;
    }

}

@media (max-width: 768px) {
    
    .topmenu {
        position: initial;
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    
    .search_field {
        width: 91%;
        height: 29px;
        font-size: 18px;
        padding: 0 13px;
        margin: 0 17px;
        border: 1px solid #999999;
        border-radius: 4px;
    }
    
    #left {
        width: 94%;
    }
    
    #left .modulebody {
        width: 95%;
        padding: 15px 0;
        margin: 0;
    }
    
    #left .modulebody, #right .modulebody {
        width: 100%;
    }
    
    #left > div:nth-child(2),
    #left > div:nth-child(3),
    #left > div:nth-child(4),
    #left > div:nth-child(5),
    #left > div:nth-child(6) {
        display: none;
    }
    
    
    /* Каталог */
    #v_mnu_01 {
        width: 100%;
    }
    
    ul#inshop Li a {
        font-size: 21px;
    }
    
    #v_mnu_01 li ul li a {
        font-size: 15px;
    }
    
    .new_tov_modulebody .mod_inshop_front tr {
        flex-direction: row;
    }
    
    .mod_inshop_front > tbody tr > td {
        width: 46%;
    }
    
    #both {
        margin: 0;
    }
    
    #right {
        width: 96%;
    }
    
    #right .modulebody {
        width: 95%;
        margin: 0 0px;
    }
    
    
    .news_module .mod_latest_entry {
        width: 44%;
        margin: 0 0 0 16px;
    }
    
    .mod_latest_desc span {
        color: #1c1c1c !important;
        font-size: 16px;
        font-weight: 400;
    }

    
    #footer {
        width: 100%;
        min-width: initial;
        height: 134px;
        background: #FF0;
    }
    
    div#footer tr {
        flex-direction: column;
        align-items: center;
    }
    
    div#footer tr td {
        margin-bottom: 8px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    
}

@media (max-width: 480px) {
    
    #header .logo img {
        width: 94%;
    }
    
    .right-img {
        display: none;
    }

    .search_field {
        width: 86%;
    }
    
    .news_module .mod_latest_entry {
        width: 27%;
        height: 260px;
    }
    
    ul.shop_cat_list li.shop_cat_item {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    ul.shop_cat_list li.shop_cat_item .subcats {
        font-size: 15px;
        line-height: 20px;
    }

}

@media (max-width: 414px) {
    .phones-mobile{
        display:block;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    #header {
        background: #f6f900;
        height: 190px;
    }
    
    img.logo_orig {
        display: none;
    }
    
    img.logo_mobile {
        display: block !important;
    }
    
    .logo {
        width: 95%;
    }
    
    #header .logo img {
        width: 93%;
        height: 162px;
    }


    .new_tov_modulebody .mod_inshop_front tr {
        flex-direction: column;
    }
    
    .news_module .mod_latest_entry {
        width: 22%;
        height: 277px;
    }
    
    .new_tov_modulebody .mod_inshop_front .item_wrap .image img {
        height: auto;
    }
    
    
    .mod_inshop_front > tbody tr > td {
        width: 100%;
        height: 270px;
    }
    
    .news_module .mod_latest_entry {
        height: 290px;
    }
    
    /* Открытая */
        td.image_td img {
        width: 100%;
    }
    
}
#mob {
    display:none;
} 

@media (max-width: 450px) {
#mob {
    display:block !important;
}  
}
@media (max-width: 450px) {
#komp {
    display:none !important;
}  
}
@media (max-width: 360px) {
    
    .logo {
        width: 90%;
        margin: 0 auto;
    }
    
    .search_field {
        width: 82%;
    }
    
    .news_module .mod_latest_entry {
        width: 19%;
        height: 350px;
    }
    
    jdiv.wrap_mW._show_1e._orinationRight_25._showLogo_3q.__jivoMobileButton {
        right: 18px;
    }
    
}

@media (max-width: 320px) {
    
}