/*@import "/css/modificators.css";  ���������� ����� ��� ������������� */
/*@import "/css/evabtn.css";        ���������� ����� ������ */
@font-face { font-family: 'BebasNeueBold'; src: url("/upload/BebasNeueBold.ttf") format('truetype');}
@font-face { font-family: 'Intro'; src: url("/upload/Intro.otf") format('truetype');}
html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
html { height:100%; }
body {
	background: #f4f4f4;
    height: 100%;
}
a { color:#471409;transition: 0.3s linear; }
a:hover { color:#5c1b0d; transition: 0.3s linear;}
img { max-width:100%;}
#wrapper {
  position:relative;
  width:100%;
  min-width:300px;
  display:block;
  overflow:hidden;
}
#wrapper .pad{ height:52px; clear:both; }
.container { max-width:1344px; padding:0 15px; margin:0 auto; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
.container:after { content:''; clear:both; display:table;}
.content-section { margin-bottom:6px;}
.scroll-y { height: auto; overflow-y: auto; width: 100%; margin-bottom:10px;}
.scroll-y table { margin-bottom:0 !important;}

.text-input{ border:1px solid #4DA4CF; padding:2px; max-width:100%; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
.text-input:focus{ border:1px solid #FFD100; padding:2px; }

.float_bar a{ color:#0c0c0c; }
.float_bar a:hover{ color:#09C; text-decoration:none; }
.float_bar{
    border-radius:8px;
    background-color: #E0EAEF;
    float:right;
    margin-top:6px;
    padding:5px 8px;
}
.bar{
    border-radius: 8px;
    background-color: #E0EAEF;
    padding:5px 10px;
}
.ajaxlink:hover{ color:#0099CC; border-bottom:dashed 1px #0099CC; }
.ajaxlink{
    text-decoration:none;
    border-bottom:dashed 1px #0c0c0c;
    color:#0c0c0c;
}
.hinttext{
    color:#5F98BF;
}

.pull-left { float:left;}
.pull-right{ float:right;}
input[type="submit"], input[type="button"], .standard-btn { padding:2px 10px 1px; display:inline-block; text-align:center; cursor:pointer; color:#000; background:#dedede; background: -moz-linear-gradient(top, #f6f6f6 0%, #dedede 100%); background: -webkit-linear-gradient(top, #f6f6f6 0%,#dedede 100%); background: linear-gradient(to bottom, #f6f6f6 0%,#dedede 100%); box-sizing: border-box; border:1px solid #999; font:12px/16px Arial; font-weight:400; outline:none; text-decoration:none; border-radius:1px;}
input[type="submit"]:hover, input[type="button"]:hover, .standard-btn:hover { background:#f6f6f6; background: -moz-linear-gradient(top, #dedede 0%, #f6f6f6 100%); background: -webkit-linear-gradient(top, #dedede 0%,#f6f6f6 100%); background: linear-gradient(to bottom, #dedede 0%,#f6f6f6 100%);}

/***************************** header *********************************/

#header{
    height:60px;
    line-height:60px;
}
#sitename a{
    display:block;
    width:199px;
    height:60px;
}
#page{
    padding-bottom:20px;
}
.topline { height:30px; background: url("/img/fonline.jpg") center #333;}
.topline-left { float:left; padding:3px 0 5px;}
.topline-right{ float:right;}
.header-main { background:#fff; clear:both;}
.header-right { float:right;}
.header-menu { background:#f4f4f4; padding:6px 0 2px; margin-bottom:3px;}
.search-form { float:right; width:182px;}
#navmobile-btn { display:none; float:right; position:relative; width:30px; height:30px; cursor:pointer; margin:13px -3px 0 0;}
#navmobile-btn span { display:block; position:absolute; height:5px; width:24px; background:#000; opacity:1; left:3px; border-radius:3px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
#navmobile-btn span:nth-child(1) { top:3px;}
#navmobile-btn span:nth-child(2), #navmobile-btn span:nth-child(3) {top:12px;}
#navmobile-btn span:nth-child(4) { top:21px;}
.mobile-open #navmobile-btn span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.mobile-open #navmobile-btn span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
.mobile-open #navmobile-btn span:nth-child(1), .mobile-open #navmobile-btn span:nth-child(4) { top:12px; width:0%; left:50%;}
#navi { display:none; position:fixed; top:56px; left:0; width:100%; max-height:calc(100% - 56px); overflow:auto; background:#afacac; padding-bottom:12px; z-index:999; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
#navi .menu-title { background:#666; color:#fff; font-size:15px; line-height:20px; padding:12px 15px;}
#navi .mobile-menu .menu { list-style:none; margin:0; padding:0;}
#navi .mobile-menu .menu ul { display:none; margin:0; padding:0; list-style:none;}
#navi .mobile-menu .menu li { margin:0; border-top:1px solid #8b8989; position:relative;}
#navi .mobile-menu .menu li>.menu-arrow { font-family:FontAwesome; display:block; position:absolute; top:0; right:0; width:38px; height:38px; font-size:15px; line-height:38px; text-align:center; color:#fff; cursor:pointer;}
#navi .mobile-menu .menu li>.menu-arrow:before { content:'\f078';}
#navi .mobile-menu .menu li.opened>.menu-arrow:before { content:'\f077';}
#navi .mobile-menu .menu li.opened>ul { display:block !important;}
#navi .mobile-menu .menu li a { display:block; background:#afacac; color:#fff; font-size:12px; line-height:18px; padding:10px 15px; text-decoration:none;}
#navi .mobile-menu .menu ul li a { padding-left:35px;}
.mobile-links { padding:6px 15px;}
.mobile-links:after { content:''; clear:both; display:table;}

/******************************* topmenu *********************************/
#topmenu { float:left;}
#topmenu .menu{ list-style:none; margin:0; padding:0; margin-top:20px; }
#topmenu .menu li a{ text-decoration:none; }
#topmenu .menu li{
	font-family: 'BebasNeueBold';
    list-style:none; 
    margin:0;
    padding-right:12px;
    height:30px;
    line-height:30px;
    display:inline-block;
    zoom: 1;
    font-size:20px;
}
#topmenu .menu li.selected{
}
#topmenu .menu li.selected a.selected{
    color:#292929;
    text-decoration:none;
}
#topmenu .menu li a:hover,
#topmenu .menu li a.hover{
    color:#da2127!important;
	text-decoration:underline;
}
#topmenu .menu li a{
    padding:0px 0px;
    color:#292929;
    height:20px; 
    line-height:20px;
    display:inline-block;
}
#topmenu ul li ul {
    display:none;
    position: absolute;
    top: 158px;
    width: 200px;
    background: #E9E9E9;
    color: #000;
    padding:8px;
    z-index:1000;
}
#topmenu ul li ul li ul {
    display:none;
    position: relative;
    margin-top:-155px;
    left:200px;
	width: 200px;
	background: #E9E9E9;
	color: #000;
    padding:0px;
    z-index:1000;
    box-shadow:1px 1px 3px #000;
}
#topmenu ul li ul li,  #topmenu ul li ul li a{
    display:block;
    width:100%;
}
#topmenu ul li ul li a{
    padding:0px !important;
    text-decoration:none;
	font-size: 13px;
	font-family: arial;
}
#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: #000000;
 }
.pathway a{color: #000000;}
.pathway a:hover{ color:#b5b5b5; text-decoration:none; }
/******************************* menutop *********************************/

#menutop { position:relative; z-index:2;}
#menutop .menu{ 
    list-style: none;
    padding: 0px;
    margin: 0 0px 0px 96px;
}
#menutop .menu li a{ text-decoration:none; }
#menutop .menu li{
    list-style:none; 
    margin:0;
    padding:0px 7px;
    height:0px;
    line-height:0px;
    display:inline-block;
    zoom: 1;
    font-size:13px;
}
#menutop .menu li.selected{
}
#menutop .menu li.selected a.selected{
    color:#fff;
    text-decoration:none;
}
#menutop .menu li a:hover,
#menutop .menu li a.hover{
    color:#fbc401!important;
	text-decoration:underline;
}
#menutop .menu li a{
    padding:3px 0px;
    color:#fff;
    height:20px; 
    line-height:20px;
    display:inline-block;
}
#menutop ul li ul {
    display:none;
    position: absolute;
    top: 115px;
    width: 200px;
    background: #E9E9E9;
    color: #000;
    padding:0px;
    z-index:1000;
    box-shadow:1px 1px 3px #000;
}
#menutop ul li ul li ul {
    display:none;
    position: relative;
    margin-top:-155px;
    left:200px;
	width: 200px;
	background: #E9E9E9;
	color: #000;
    padding:0px;
    z-index:1000;
    box-shadow:1px 1px 3px #000;
}
#menutop ul li ul li,  #topmenu ul li ul li a{
    display:block;
    width:100%;
}
#menutop ul li ul li a{
    padding:0px !important;
    text-decoration:none;
}
#menutop ul li ul li a span{
    margin:0px 10px;
    padding:0px;
}
#menutop ul li ul li a.selected span{
    text-decoration:none;
}

/******************************* menutop2 *********************************/
#menutop2 { float:left;}
#menutop2 .menu{ list-style:none; margin:0; padding:0; margin-left:2px; }
#menutop2 .menu li a{ text-decoration:none; }
#menutop2 .menu li{
    list-style:none; 
    margin:0;
    padding-right:9px;
    height:0px;
    line-height:0px;
    display:inline-block;
    zoom: 1;
    font-size:13px;
}
#menutop2 .menu li.selected{
}
#menutop2 .menu li.selected a.selected{
    color:#fff;
    text-decoration:none;
}
#menutop2 .menu li a:hover,
#menutop2 .menu li a.hover{
    color:#fbc401!important;
	text-decoration:underline;
}
#menutop2 .menu li a{
    padding:1px 2px;
    color:#fff;
    height:20px; 
    line-height:20px;
    display:inline-block;
}
#menutop2 ul li ul {
    display:none;
    position: absolute;
    top: 115px;
    width: 200px;
    background: #E9E9E9;
    color: #000;
    padding:0px;
    z-index:1000;
    box-shadow:1px 1px 3px #000;
}
#menutop2 ul li ul li ul {
    display:none;
    position: relative;
    margin-top:-155px;
    left:200px;
	width: 200px;
	background: #E9E9E9;
	color: #000;
    padding:0px;
    z-index:1000;
    box-shadow:1px 1px 3px #000;
}
#menutop2 ul li ul li,  #topmenu ul li ul li a{
    display:block;
    width:100%;
}
#menutop2 ul li ul li a{
    padding:0px !important;
    text-decoration:none;
}
#menutop2 ul li ul li a span{
    margin:0px 10px;
    padding:0px;
}
#menutop2 ul li ul li a.selected span{
    text-decoration:none;
}


/*************************** topwide ***************************/
#topwide{
    background:url(../images/topbg.jpg) repeat-x left bottom #FFF;
    border:solid 1px #AEAEAE;
    display:block;
    overflow:hidden;
    border-radius:8px;
    margin-bottom:20px;
    margin-top:10px;
    box-shadow: 0 0 5px #000;
    width:940px !important;
    border:solid 1px #1F3147\9;
}
#topwide .moduletitle{
    font-size:18px;
    margin-bottom:5px;
}
#topmod{
    padding:15px;
    margin:0px;
    width:910px !important;
}

/*************************** ������� ������� ������ ***************************/
#main .module{
    padding-left:11px;
	padding-right:16px;
	padding-top:5px;
    margin-bottom:10px;
}
#main .moduletitle{
	font-weight: bold;
    font-size: 24px;
    height: 11px;
    line-height: 8px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    color: #3e3e3e;
    display: block;
}
#main div:last{
    border-bottom:none !important;
}

/********************************* ������� ************************************/

#sidebar .module{
    padding:15px;
    background:#FFF;
    border-radius:8px;
    box-shadow:0px 0px 0px 7px rgba(255,255,255,0.2);
}
#sidebar .moduletitle{
    font-size:18px;
    margin-bottom:10px;
    color:#0c0c0c;
    text-shadow:0 2px 0 #FFFFFF;
}
#sidebar .modulebody p{
    margin-bottom:10px;
}


/********************************** ����� *************************************/

.footer-black { background:#494949 url(../images/fonline2.jpg); padding:25px 0;}
.footer-buttons { float:right; white-space:nowrap;}

#footer{ background:#fff; color:#000; clear:both; font-size:14px; line-height:20px; padding:35px 0;}
.footer-right { float:right; margin:0 -50px;}
.footer-box { float:left; padding:20px 50px 0;}
.footer-box .box-caption { font-size:20px; line-height:24px; color:#c1c1c1; text-transform:uppercase; font-weight:bold;}
.footer-box .box-inner { margin-top:10px;}
.footer-box .box-inner p { margin:0;}
.footer-box .worktime-ico, .footer-box .phone-ico, .footer-box .address-ico, .footer-box .email-ico { position:relative; padding-left:20px;}
.footer-box .worktime-ico:before, .footer-box .phone-ico:before, .footer-box .address-ico:before, .footer-box .email-ico:before { content:''; display:block; position:absolute; left:0; top:4px; background:url(../images/mobile-icons.png) no-repeat;}
.footer-box .phone-ico:before { width:12px; height:12px; left:1px; background-position:0 0;}
.footer-box .worktime-ico:before { width:16px; height:16px; top:2px; background-position:-13px 0;}
.footer-box .address-ico:before { width:10px; height:12px; left:2px; background-position:-30px 0;}
.footer-box .email-ico:before { width:14px; height:10px; top:5px; background-position:-41px 0;}
.footer-box .footer-phone-link { font-weight:500; font-size:18px; color:#000; text-decoration:none;}
.pluso .pluso-wrap a.pluso-more { margin-right:0;}

/************************* ������ ��������� ������� ***************************/

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;
}
.sess_messages div{
    padding-left:20px;
    line-height:16px;
    margin-bottom:2px;
}
.sess_messages .message_info {
    background:url(../images/icons/info.png) no-repeat left center;
}
.sess_messages .message_success {
    background:url(../images/icons/yes.png) no-repeat left center;
    color: green;
}

.sess_messages .message_error {
    background:url(../images/icons/no.png) no-repeat left center;
    color: red;
}



/*-------------------------- HORIZONTAL MENU ---------------------------------*/

.menutd{
	text-align:center;
}

.menulink{
	padding:5px;
}

.menulink_active{
	padding:5px;
}

/*------------------------ MODULE "LATEST PHOTO" -----------------------------*/

.mod_lp_titlelink{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

.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 #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{
	color:#fff;
	font-size:14px;
}

.mod_latest_entry{
	margin-bottom:10px;
	margin-top:14px;
	clear:both;
}

.mod_latest_title{
	color:#fff;
	font-size:14px;
}

.mod_latest_blog_title{
	color:#fff;
	font-size:16px;
}

.mod_latest_date{
	margin-bottom:10px;
    padding:2px 0px;
	font-size:11px;
	color:#fff;
}

.mod_latest_date a{
	color:#fff;
}

.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:#fff;    
}

.mod_latest_rss a{
	text-decoration: underline; 
	color: #fff;
}

.mod_latest_image{
    float:left;margin-right:10px;margin-bottom:15px;
    background:#FFF;
    padding:1px;
	border-radius:3px;
    border:solid 3px #f7c88e;
}

.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:#0c0c0c;
}

#regform small{
    color:#5F98BF;
}

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

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

.lf_title{ font-size:18px; color:#0c0c0c; }
.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{
	padding-top:30px; 
	margin-bottom: 15px; 
	font-size:12px;
	clear:both;
}

.pagebar_title{
	margin:5px;
	padding:6px 0;
	display:inline-block;
    color:#0c0c0c;
}

.pagebar_page{
	display:inline-block;
	margin:3px; 
	padding:6px;
}

.pagebar_current{
	display:inline-block;
	min-width:30px;
	margin:3px; 
	padding: 6px 10px 6px 10px; 	
	background-color: #232323;
    color:#FFF;
    border-radius:15px;
	-ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;
}

/*----------------------------- SITE SEARCH ----------------------------------*/

.search_match{
	background-color:#66CCFF;
	color:#FFF;
    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;
}

.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-left:0px;
	margin-top:-10px;
    margin-bottom:10px;
}

.con_heading {
	font-size:24px;
	font-family: 'Intro';
	font-weight:normal;
    line-height:32px;
    margin-top:0px;    
    margin-bottom:-5px;
    padding:4px 0 4px 10px;
    color:#3e3e3e;
    display:block;
}

h3 {
	font-size: 12px;
    font-weight:normal;
	color:#0c0c0c;
    margin: 0px 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-left:10px;
}

.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: 15px;
}

.photo_thumb{ display:inline-block; vertical-align:top; width:160px; text-align:center; padding:14px; border-radius:8px; margin-right:2px; margin-bottom:5px; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
.photo_thumb .caption { display:block; margin-top:8px;}
.photo_thumb a{ font-size:14px;}

.photo_bar{
	background-color: #EBEBEB;
	margin:6px 0px 6px 0px;
}

.photo_desc{
	margin-bottom:10px;
}

.photo_box{
	border:solid 1px silver;
}

.photo_date_td{
	background-color:#EBEBEB;
}

.photo_sortform{
	padding:5px 8px;
	background-color:#E0EAEF;
    border-radius:8px;
}

.photo_subcat{
    font-size:16px;
}

.photo_gallery{
	padding:4px;
	vertical-align:top;
    margin-bottom:15px;
    clear:both;
}

.photo_userbar{
	padding:10px;
	background-color:#EBEBEB;
	margin-bottom:2px;
}

.photo_toolbar{	
    float:right;
    border-radius:8px;
    background-color:#E0EAEF;
    padding:5px 8px;
}

.photo_toolbar table{
    height:30px;
}

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

.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:150px;
    margin-right:15px;
    margin-bottom:15px;
    padding:5px;
}

.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;
    font-size:14px;
	line-height:24px;
	margin-top:15px;
}

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

.photo_details .karma_buttons{
    padding:5px;
    background:#FFF;
    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 ------------------------------------*/



/*-------------------------- 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;
    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:#0c0c0c;
    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;
    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: #0c0c0c;
	color:#fff;
    text-decoration: none;
}

/*---------------------------PERSONAL MENU -----------------------------------*/

.mod_user_menu { text-align:right; }

.mod_user_menu span{    
    margin-right:0px;
}

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

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

.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; }
.mod_user_menu .my_balance a{ background:url(../images/billing/balance.png) no-repeat 6px center; }

.usr_msgmenu_bar{
	background-color:#E0EAEF;
	margin-bottom:10px;
    border-radius:0px 0px 8px 8px;
    color:#0c0c0c;
}

.usr_msgmenu_bar a{
    color:#0c0c0c;
}

.usr_msgreply_source{
	padding:15px;
    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;
    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;
}

.bb_img {
	width:550px;
	overflow:hidden;
}

/*----------------------------- COMPONENT "FAQ" ------------------------------*/

.faq_subcats, .faq_cats{
	padding:10px;
    padding-bottom:5px;
	background-color:#E0EAEF;
	margin-bottom:10px;
    border-radius:8px;
}

.faq_cat_link{
    font-size:18px;
}

.faq_cat_desc{
    margin-bottom:5px;
}

.faq_questtext{
	font-size:18px;
    margin-bottom:10px;
    color:#0c0c0c;
}

.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:#0c0c0c;
}

.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;
    border:1px solid #C3D6DF;
    padding:8px;
}

.faq_send_quest{
    border-radius: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:#0c0c0c;
}

#faq_message{
    width:100%;
    height:200px;
    margin-bottom:10px;
    border:solid 1px #203047;
}

.faq_add_cat{
    margin-bottom:10px;
    color:#0c0c0c;
}

/*------------------------------- KARMA --------------------------------------*/

.karma_form{
	text-align:center;
	padding:10px;
	background-color:#E0EAEF;
	border-radius:8px;
}

.karma_form #karmavotes {
	color:#333;
}

/*------------------------------ TAG BAR -------------------------------------*/

.taglinebar{
	margin:10px 0px;
	color:#666666;
	text-decoration:underline;
	font-size:11px;
}

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

/* ========================================================================== */

/* =========================== ���������� =================================== */

/* ========================================================================== */



/* ========================================================================== */

/* ============================== ����� ===================================== */

/* ========================================================================== */

.blog_moderate_link{
	color:#FF3300;
	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:#E0EAEF;
    padding:5px 8px;
    border-radius: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:#0c0c0c;
}

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

.blog_post_body{
	padding:4px;
	margin-top:15px;
	margin-bottom:15px;
}

.blog_post_nav{
	margin-top:5px;
	margin-bottom:15px;
	padding:10px;
	background-color:#E0EAEF;
	text-align:center;
	overflow:hidden;
    border-radius:8px;
}

.blog_post_nav a{
    color:#0c0c0c;
}

.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-top:10px;
    clear:both;
}

.blog_entry_title{
	font-size:24px;
	padding:0px;
	float:left;
}

.blog_entry_info{
	font-size:12px;
	color:#333333;
	padding:0px;
	margin-top:5px;
	clear:both;
}

.blog_entry_info a{
	color:#0c0c0c;
}

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

.blog_entry_title a{
}

.blog_entry_title_td{
	background-color:#FFF;
    padding-bottom:15px;
}

.blog_entry_text{
    margin-bottom:15px;
}

.blog_entry_karma{
	font-size:20px;
	float:right;
	margin-right:15px;
}

.blog_entry_karma_td{
	background-color: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;font-weight:bold;
	text-decoration:underline;
	background:url(../images/icons/comment.png) no-repeat left center;
    padding:1px;
	padding-left:20px;
}

.blog_comments_link .count{
}

.blog_comments{
	margin-bottom:20px;
	font-size:12px;
	padding:5px 10px;
	border:solid 1px #C3D6DF;
	display:inline-block;
    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:gray;padding:2px;
}

.forum_zoom_text{
	padding:2px; 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:#0c0c0c;
    padding:5px 0px;
}

.blog_type_active{
	display:block;
	float:left;
	margin-right:15px;
	color:#000;
    font-size:18px;
    text-decoration:none;
    background:#E0EAEF;
    padding:5px 10px;
    border-radius:8px;
}

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

/* ========================================================================== */

/* ========================= ����� ���������� =============================== */

/* ========================================================================== */

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

.bd_item_vip{
	margin-bottom:4px;
	border:1px solid #FFCC99;
	background:#FFFFD9;
    padding:12px;
    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;
}

.bd_item_vip div.bd_title a{
	font-size:16px;
	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;
}

.bd_moderate_link{
	float:right;
}

.bd_moderate_link span{
	float:right;
	padding:0 5px 0 18px;
}

div.bd_item_details{
	margin-top:20px;
	float:right;
}

div.bd_item_details a, .bd_moderate_link a{
	color:#666;
}

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

div.bd_item_details_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;
    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-right:10px;
}

div.bd_cat_main_title{
}

div.bd_cat_main_title a{
	font-size:18px;
	color:#0c0c0c;
}

div.bd_cat_main_obtypes a{
	color:#5F98BF;
}


/* ========================================================================== */

/* ============================== ������� =================================== */

/* ========================================================================== */

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

#shop_toollink_div a{
    color:#0c0c0c;
}

#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;
    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;
   border-radius:8px;
   background-color:#E0EAEF;
}

div.new_club a{
    color:#0c0c0c;
}

div.club_entry,
div.club_entry_vip{
    overflow:hidden;
    margin-bottom:5px;
    padding:15px;
    border:solid 1px #C3D6DF;
    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: 16px; font-weight:bold; color:gray; }

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

div.club_entry .data .details span,
div.club_entry_vip .data .details span{ color: #666; padding:2px; padding-left:20px; margin-right:4px; font-size:10px; height:20px;line-height:20px; }

div.club_entry .data .details span.rating,
div.club_entry_vip .data .details span.rating{ background:url(../images/icons/rating.png) no-repeat left center; }

div.club_entry_vip .data .details span.vip{ background:url(../images/icons/vip.png) no-repeat left center; }

div.club_entry .data .details span.date,
div.club_entry_vip .data .details span.date{ background:url(../images/icons/calendar.png) no-repeat left center; }

div.club_entry .data .details span.members,
div.club_entry_vip .data .details span.members{ background:url(../images/icons/user.png) no-repeat left center; }

table.club_full_entry { overflow:hidden; margin-bottom:10px; width:100%; }
table.club_full_entry td.left { overflow:hidden; margin-bottom:10px; width:200px; }
table.club_full_entry .image{ width:200px; height:200px; 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 #789DAF; padding-bottom:8px; background:#E0EAEF; 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:#E0EAEF; margin-bottom:5px; border-top:solid 1px #789DAF; }
table.club_full_entry .clubcontent div.title a{ color:#0c0c0c; 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:#E0EAEF; padding:10px; border-top:solid 1px #789DAF; font-size:16px; color:#0c0c0c; }
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-family: "Trebuchet MS";
	font-size: 18px;
	color: #000;
	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_title:after { content:''; clear:both; display:table;}

.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 {
	margin:0;
	margin-bottom:5px;
	padding:2px;
}

.cmm_sublinks{
    display:block;
    margin-top:10px;
}

.cmm_sublinks a:hover{
    color:#0c0c0c;
}

.cmm_sublinks a{
    color:#5F98BF;
    margin-right:6px;
}

.cmm_avatar {
	padding: 5px;
	background:#EBEBEB;
    border-radius:8px;
}
.cmm_avatar img { display:block; width:30px; border-radius:5px;}

.cmm_content_av {
	margin-left:40px;
	padding: 7px 10px 10px 25px;
	background:url(/components/comments/images/pointer.jpg) no-repeat;
}

.cmm_content {
	padding:1px 1px 1px 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:#0c0c0c;
    font-weight:bold;
}

.cm_codebar{
    margin-top:10px;
    width:100%;
}
.cm_codebar:after { content:''; clear:both; display:table;}
.cm_codebar .codebar-half { float:left; width:50%;}
.codebar-half.a-right { align:right;}

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

.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:#385c89; background-image: -webkit-gradient(linear,left bottom,left top,from(#385c89),to(#4a79a9)); background-image: -moz-linear-gradient(bottom, #385c89, #4a79a9); background-image: -o-linear-gradient(bottom, #385c89, #4a79a9); color: #FFF; font-size:14px; }
.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 #A8C2CF;
	box-shadow:0 0 20px rgba(0,0,0,0.3);
}

.forum_link{
	font-weight:bold;
}

.forum_desc{
	color:#333333;
}

.threads_table{
	border:solid 1px #A8C2CF;
	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:#E0EAEF; background-image: -webkit-gradient(linear,left bottom,left top,from(#E0EAEF),to(#FFF)); background-image: -moz-linear-gradient(bottom, #E0EAEF, #FFF); background-image: -o-linear-gradient(bottom, #E0EAEF, #FFF); 
	border-bottom:#A8C2CF 1px solid;
}

.row11{
	background-color:#E0EAEF;
	border-bottom:#A8C2CF 1px solid;
}

.row2{
	background-color:#FFF;
	border-bottom:#A8C2CF 1px solid;
}

.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-top:solid 2px #A8C2CF;
}

.post_userimg{
	margin:4px auto;
 	border:solid 1px #A8C2CF;
	padding:5px;
	background-color:white;
    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;
}

.post_msgcell{
	background-color:#FFFFFF;
    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_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:#0c0c0c;
	text-decoration:none;
}

.forum_navbar{
	margin-bottom:4px;
    border-top:2px solid #A8C2CF;
	background-color:#E0EAEF;
	padding:5px;
}

.forum_navbar a{
	color:#0c0c0c;
	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:#0c0c0c;
    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 #0c0c0c;
}

#users_sbar{
    padding:15px;
    border-radius:8px;
    border:1px solid #C3D6DF;
	color:#0c0c0c;
    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;
    border:1px solid #C3D6DF;
    color:#0c0c0c;
    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;
    display:block;
    float:left;
    font-size:18px;
    margin-right:15px;
    padding:5px 0px;
}

div.users_list_buttons .button a { color:#0c0c0c; }

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

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

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

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:#0c0c0c;
    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:#0c0c0c;; 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;
    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; }

.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:#0c0c0c;
}

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

div#user_profile_url{
    clear:both;
    display:block;
    padding:5px;
    margin-top:15px;
    text-align:center;
    border-radius:8px;
    background:none repeat scroll 0 0 #E0EAEF;
}

#user_profile_url div{ color:#0c0c0c; }
#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{
	border-radius: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;
    margin:5px 0;
    padding:5px 0px;
}

.usr_wall_avatar {
    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:#0c0c0c;
}

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

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

.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;
    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;
    margin-bottom:2px;
}

.usr_photos_submit_one .ph_thumb{
    border: solid 3px #E0EAEF;
    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;
    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:#0c0c0c; 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;
    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:#0c0c0c; 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:#0c0c0c; }
.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:#0c0c0c; }

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:27px; }

.usr_msgmenu_active{
    margin-right:0px;	background-color:#E0EAEF; padding:10px;	font-weight:bold;
    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:#0c0c0c;
    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;
}

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

/* ========================================================================== */

/* ======================= ����� ���������� ================================= */

/* ========================================================================== */

.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:25px;
    margin-bottom:15px;    
}

.action_entry .is_new { color:#FF5A00; }

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

.action_title{
    font-size:14px;
}

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

.action_details{
    clear:both;
    color:gray;
    overflow:hidden;
}

.action_details .act_photo{
    overflow:hidden;
    display:inline-block;
}

.act_add_comment{ background:url(../images/icons/actions/add_comment.png) no-repeat left 3px; }
.act_add_photo{ 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; }

form /* ????? ? ????? ????? */ {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px; 
    padding:0px; 
    border-top: 0px; 
    width:100%; 
}

form .input,
form textarea  {
    width: 100%; 
    border: 1px solid #274d6b; 
	padding:3px 9px;
	font-size:11px;
	font-family:Arial, sans-serif;
	-ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;
}
form textarea { overflow:auto; resize:vertical; display:block; height:56px;}

.n  {
    font-size:12px; 
    font-family:Arial, Helvetica, sans-serif; 
    color:#fff !important;
    text-shadow:0 1px 0px #333; 
    text-align:left; 
    padding-left:11px; 
}

.n1 {
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    color:#fff !important;
    text-shadow:0 1px 0px #333;
    text-align:left;
    padding-left:11px;
}

.bot  {
    font-size:11px; 
}

.tab { 
	border-radius:10px;
    margin-bottom:7px;
	background: #fff;
	color: #000;
    padding:10px;
    z-index:1000;
    box-shadow:1px 1px 3px 3px #999; }

.mod_inshop_cart_list{
    margin-left:0px;
    padding-left:0px;
    list-style:none;
}

.mod_inshop_cart_list li{
    margin-top:10px;
    padding-top:10px;
    border-top:dotted 1px silver;
}

.mod_inshop_cart_total{
    padding-top:10px;
    border-top:dotted 1px silver;
    text-align:right;
}

.mod_inshop_cart_total span{
    font-weight:bold;
}

.mod_inshop_front .item_wrap{
    text-align:center;
}

.mod_inshop_front .price span{
	white-space: nowrap;
	width: 100px;
	margin-top:-5px;
	margin-right:-5px;
	background: #F0E3B1;
    display:block;
    padding:0px 10px 0px 10px;
    text-align:right;
    font-size:16px;
	color:#501E13;
	border: 0px solid #F0E3B1;
	border-radius:0px 0px 4px 4px;
}



.mod_inshop_front .price {display:block;
    height:34px;
    line-height:34px;
    padding-right:0px;
    width:180px;
    margin-left:auto;
    margin-right:auto;
}

.mod_inshop_front .is_hit{
	display:block;
    background: url("../images/shop_hit.png") no-repeat scroll 0 0 transparent;
    height: 81px;
    left: 60%;
    position: relative;
    margin-top: -80px;
    width: 82px;
}

/* ========================================================================== */

/* ========================================================================== */

#inshop_tree{ padding:0px; list-style:none; margin-left:-16px;margin-top:10px; }
#inshop_tree ul{
    margin-left:0px;
    padding-left:14px;
}
#inshop_tree li { list-style:none; margin-left:0px; margin-top:0px; padding-left:0px; }
#inshop_tree li span {
    background:url(http://evamebel33.ru/img/pic.png) no-repeat;
    padding-left:20px;
    margin-left:0px;
    font-weight:bold;
	color:#fff;
	font-size:15px;
}

#inshop_tree li span a{
	font-size:15px;
    font-weight:normal;
	text-decoration:none;
	color:#fff !important;
}

#inshop_tree li span a:hover,
#inshop_tree li span a.hover{
	font-size:15px;
	border-bottom: 1px dashed #fff;
	text-decoration:none;
	color:#fff !important;
}

#inshop_tree li a.cat_plus,
#inshop_tree li a.cat_minus,
#inshop_tree li a.cat_none{
    display:block;
    float:left;
    width:0px;
    height:0px;
    margin-right:3px;
}

#upr_p_shop_orders .order{ margin-bottom:15px; }
#upr_p_shop_orders .order .head{ font-size:16px; color:#27537A; }
#upr_p_shop_orders .order .data{ margin-top:2px; margin-bottom:6px; font-size:12px; }
#upr_p_shop_orders .order .data span{ font-weight:bold; }
#upr_p_shop_orders .order .data .date{ margin-left:10px; }
#upr_p_shop_orders .order .items{ padding:5px; border:solid 1px silver; }
#upr_p_shop_orders .order .items td{ padding:2px; }

/* ========================================================================== */

/* ========================================================================== */

#inshop_vendors_list .vendor{
    font-size:18px;
    padding-left:15px;
}

.layer-wrap { position:relative; height:168px; z-index:999;}

#Layer1 {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	min-width:300px;
}

#topmenu_tm {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:1;
}

.tabmax {max-width: 1350px;
    min-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
}

.tab_content {
padding:25px;
border:solid 1px #eaeaea;
background-color: #fff;
}

.tab_content2 {
padding:10px 15px 15px 20px;
border:solid 1px #eaeaea;
background-color: #fff;
margin-bottom: 8px;
}

.tab_content3 {
padding:0px 0px 0px 0px;
border:solid 1px #eaeaea;
background-color: #fff;
margin-bottom: 8px;
}

.toplink { float:left; margin:0 2px;}
.toplink a { display:block; color:#fff; text-decoration: none;}

#myto a { color:#fff; white-space: nowrap;}
#myto a:hover { color:#fbc401;white-space: nowrap;}

#credit a {
	padding:6px 20px 5px 20px;
	background-color: #5eaa00;
}
#credit a:hover {
	background-color: #417500;
}

#rasp a {
	padding:6px 20px 5px 20px;
	background-color: #f9aa07;
}
#rasp a:hover {
	background-color: #f98407;
}

#vk a {
	padding:3px 4px 4px;
	background-color: #5d5d5d;
}
#vk a:hover {
	background-color: #336fca;
}

#ok a {
	padding:3px 4px 4px;
	background-color: #5d5d5d;
}
#ok a:hover {
	background-color: #ef7722;
}

.sbar {
    border:solid 1px #dedede;
	/*background: url("http://matrasmoscow.ru/img/search.png") right no-repeat #f4f4f4;*/
    outline: none;
	font-style: italic;
    color: #a2a2a2;
    float: right;
    height: 28px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 25px;
    width: 140px;
}

#tel {padding: 1px 11px 1px 11px;white-space: nowrap;}

#cons a { font-size:15px;line-height: 1.9; }
#cons a { color:#589e01; }
#cons a:hover { color:#376300;}

#zvonok  a { font-size:15px;line-height: 1.9; }
#zvonok  a { color:#ea6100; }
#zvonok  a:hover { color:#ce4400;}

.cart2 {padding: 1px 11px 1px 11px; font-size: 12px; color:#292929; line-height: 1.0;}
.cart2 a { color:#111; text-decoration: underline;}
.cart2 a:hover { color:#292929; text-decoration: none; }
.cart2 .moduletitle { font-size: 16px; color:#292929; margin-top:4px; margin-bottom:15px;}

.benefits-block { margin-bottom:3px;}
#big {padding: 12px 11px 11px 48%; font-size: 12px; color:#313132; line-height: 1.0;}
#big2, .big2 {font-family: 'BebasNeueBold';font-size:24px;}
#big4, .big4 {font-family: 'Intro';font-size:22px;color:#313132;line-height: 1.0;}
#big3, .big3 {font-family: 'Intro';font-size:17px;color: #e56355;line-height: 1.0;}
#otziv {padding-top:10px; font-size:14px;color:#313132;line-height: 1.3;}

.advantages-section { background:#fefefe; padding:18px 0; margin-top:16px;}
.advantages-section .big4 { padding-top:22px;}
.advantages-block { margin:0 -15px;}
.advantages-block:after { content:''; clear:both; display:table;}
.advantages-item { float:left; width:33.33%; padding:11px 0; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
.advantages-item .item-inner { padding:0 15px; border-left:2px solid #f3f3f3;}
.advantages-item:nth-child(3n+1) .item-inner { border-left:none;}
.advantages-item .big3 { line-height:21px; padding:5px 0;}
.advantages-item .advantages-list { margin:0; padding:0; list-style:none;}
.advantages-item .advantages-list li { margin:0;}

.podpis { font-size:11px;line-height: 1.2; white-space: nowrap;}
.podpis a { color:#878787;text-decoration: none; }
.podpis a:hover { color:#1a1a1a;text-decoration: none;}

.categories-block { margin:0 -19px 0 -11px; vertical-align:top;}
.categories-block .category-item { display:inline-block; width:25%; vertical-align:top; padding:10px 15px; margin-left:-4px; text-align:center; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}

#tovar   { font-size:17px;line-height: 1.4; font-weight: bold;}
#tovar a { color:#000; text-decoration: none;opacity: 0.8;}
#tovar a:hover { color:#f84202;text-decoration: none;opacity: 1.0;}

#tovar2   { font-size:12px;line-height: 1.4; font-weight: bold;}
#tovar2 a { color:#000; text-decoration: none;opacity: 0.6;}
#tovar2 a:hover { color:#fa7804;text-decoration: underline;opacity: 1.0;}

.header-mebsale, .header-contacts, .header-cart { float:left; padding:5px 0 5px 80px; margin-left:40px; position:relative; height:80px; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
.header-mebsale img, .header-contacts img, .header-cart img { position:absolute; top:50%; left:0; margin-top:-30px; width:60px; height:60px;}
.header-cell { padding:0 11px; height:71px; vertical-align:middle; display:table-cell;}

.zayavka a { color: #498300;border-bottom: 1px dashed; text-decoration: none;}
.zayavka a:hover { color: #233b05;border-bottom: 1px dashed;text-decoration: none;}

.zvo a { color: #c40508;border-bottom: 1px dashed; text-decoration: none;}
.zvo a:hover { color: #520002;border-bottom: 1px dashed;text-decoration: none;}

.mebsale a { font-size:20px;line-height: 1.2;white-space: nowrap; }
.mebsale a { color:#549801;text-decoration: none; }
.mebsale a:hover { color:#eba607;text-decoration: none;}
.mebsale2 a { font-size:12px;line-height: 1.2;white-space: nowrap; }
.mebsale2 a { color:#444;text-decoration: none; }
.mebsale2 a:hover { color:#000;text-decoration: none;}

.phone-link { font-size:28px; font-family:'PT Sans', sans-serif; white-space:nowrap; line-height:1.0; color:#444; text-decoration:none;}
.phone-link span { color:#c50406; font-weight:900;}
.header-contacts .worktime-block {text-align: right;font-weight: 600;}

.header-cart { color:#292929; font-size:12px; line-height:1;}
.cart3 {font-size:19px; margin-bottom:-10px;}
.cart3 a {color:#000;text-decoration: none;}
.cart3 a:hover {color:#c50406;text-decoration: none;}

.op22 {font-family: 'BebasNeueBold';font-size:34px;color:#292929;}

.n1 {font-size:14px;}
.n1 a {color:#fbc401;text-decoration: none; white-space:nowrap;}
.n1 a:hover {color:#ffe15e;text-decoration: none;}

.n2 {font-size:14px;}
.n2 a {color:#a4c47d;text-decoration: none; white-space:nowrap;}
.n2 a:hover {color:#6dc600;text-decoration: none;}

.menucatalog {font-size:15px;border-bottom: 1px solid #eaeaea;  line-height: 1.8;}
.menucatalog a { display:block; color:#313132;text-decoration: none;}
.menucatalog a:hover {color:#fa9d04;text-decoration: none;}

div#rotator {
    position: relative;
    height: 350px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.logot { float:left; margin-top:-10px; margin-bottom:-16px;}
.logot2 { float:left;}
.logot  img, .logot2 img { display:block;}

.textbot2 {font-family: 'Intro'; font-size:24px; color:#2f2f2f;}

.nowrap { white-space:nowrap;}

.cart-content { margin-top:15px;}
.cart_order { display:block; clear:both;}
.cart_order:after { content:''; clear:both; display:table;}
.cart_order .cart_left { float:left; display:block; width:69%; background:#fff; border:1px solid #eaeaea; padding:20px 25px; margin-bottom:10px; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
.cart_order .cart_right { float:right; width:30%; background:#fff; border:1px solid #eaeaea; padding:20px 25px; margin-bottom:10px; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
.cart_left .con_heading { padding-left:0; margin-bottom:0;}

.cart_order .image_table { padding-right:15px;}
.cart_order .image_table img { width:80px; height:auto; border:1px solid silver; padding:5px; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
.cart_order .cart_table_new th { border-top: dashed 1px silver; padding-top:18px; padding-bottom:0px; text-align: left;}
.cart_order .cart_table_new .title { text-decoration:none; color:#000; font-size:14px; font-weight:normal;}
.cart_order .cart_table_new td { padding:10px 20px 15px 0; vertical-align:top; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
.cart_order .cart_table_new h4 { font-size:12px; line-height:22px; margin:0;}
.cart_order .cart_table_new a { text-decoration:none;}
.cart_order .cart_table_new .cart_del { margin-top:2px; margin-right:10px; display:inline-block;}
.cart_order .cart_table_new input { vertical-align:top;}
.cart_order .cart_table_new .cart-units { display:inline-block; vertical-align:top; line-height:21px; margin-left:15px;}

.contacts-block { margin:0 -15px;}
.contacts-block:after, .contacts-block .contacts-item:after { content:''; clear:both; display:table;}
.contacts-block .contacts-item {/* float:left; *//* width:33.33%; */padding:5px 15px 0;-ms-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing:border-box;}
.contacts-item .icon { float:left; width:57px;}
.contacts-item .entry { margin-left:70px; color:#444;}
.contacts-item .entry p { margin:0;}
.contacts-item .caption { color:#525252;}
.contacts-item .contacts-phone { font-size:28px; white-space:nowrap; line-height: 1.4;}
.contacts-item .contacts-address { font-size:18px; line-height: 1.1;}

.shop-content { margin-bottom:6px;}
.shop-content:after { content:''; clear:both; display:table;}
.shop-content .column-left { float:left; width:27%; padding-right:5px; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
.shop-content .column-main { float:right; width:73%;}

.toggle-title { display:none; background:#f9aa07; color:#fff; font-size:16px; font-weight:bold; padding:8px 14px; cursor:pointer; margin-bottom:5px;}
.toggle-title:after { content:'\f107'; font-family:FontAwesome; margin-left:6px; float:right;}
.toggle-block.opened .toggle-title:after { content:'\f106';}

#vk_groups, #vk_groups iframe { max-width:100%;}

.detail-row { margin-top:15px;}
.detail:after, .detail-row:after { content:''; clear:both; display:table;}
.detail-left { float:left; width:65%; padding:0 15px; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
.detail-right { float:left; width:35%;}
.detail-left .image { padding-top:5px;}
.detail-left .image .images { margin:15px -3px 0;}
.detail-left .image .images:after { content:''; display:table; clear:both;}
.detail-left .image .images a { border:2px solid #ededed; float:left; width:25%; display:block; padding:0 3px;}
.detail-left .image .images a img { width:100%; height:auto;}

.product-features { border-top:1px solid #eaeaea; margin-top:20px;}
.product-features .features-row { margin:0 -15px;}
.product-features .features-row:after { content:''; clear:both; display:table;}
.product-features .feature-item { float:left; width:25%; padding:6px 15px; min-height:71px; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
.product-features .feature-item+.feature-item { border-left:1px solid #eaeaea;}
.product-features .feature-item-wide { width:50%;}
.product-features .feature-item p { margin:0;}
.product-features .feature-item .feature-caption { font-size:14px;color:#f59800;font-weight: bold;}

.product-advantages { background:#fab404 url("/img/f11.jpg") repeat-x 0 0; padding:3px; margin-top:20px;}
.product-advantages:after { content:''; clear:both; display:table;}
.product-advantages .advantage-item { float:left; width:25%; padding:0 3px; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
.product-advantages .advantage-item .icon { float:left; padding-left:10px;}
.product-advantages .advantage-item .icon img { display:block; width:52px; height:98px;}
.product-advantages .advantage-item .entry { margin-left:66px; font-size:17px; color:#fff; line-height:1.0;}
.product-advantages .advantage-item .cell { display:table-cell; height:98px; vertical-align:middle;}

.product-reviews { clear:both; max-width:610px; margin:15px auto;}
.review-links dl:after { content:''; clear:both; display:table;}
.review-links dl dt { float:left; padding:2px;}
.review-links dl dt img { display:block; width:36px; height:auto;}
.review-links dl dd { margin-left:40px; padding:10px 2px;}

.green-btn { padding:2px 10px 1px; display:inline-block; text-align:center; cursor:pointer; color:#fff; background:#5FAA00; box-sizing: border-box; border:1px solid transparent; font:12px/16px Arial; font-weight:400; outline:none; text-decoration:none; border-radius:1px;}
.green-btn:hover { background:#448400; color:#fff;}

/* modal */
.fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear;}
.fade.show { opacity: 1;}
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color:#000;}
.modal-backdrop.show { opacity:.6;}
.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0;}
.modal-open .modal { overflow-x: hidden; overflow-y: auto;}
.modal-dialog { position: relative; width: auto; margin:15px;}
.modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out; -webkit-transform: translate(0,-25%); -o-transform: translate(0,-25%); transform: translate(0,-25%);}
.modal.show .modal-dialog { -webkit-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0);}
.modal-content { position: relative; width:100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; outline: 0;}
.modal-content .modal-body { padding:30px;}
.modal-content .modal-body div.h2 {font-size: 24px; font-family: 'Intro';font-weight: normal; line-height: 32px; margin-top: 0px; margin-bottom: 15px; padding: 0px 0 0px 0px; color: #3e3e3e; display: block;}
.modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - (.5rem * 2));}
.modal-dialog-centered:before { display: block; height: calc(100vh - (.5rem * 2)); content: "";}
@media screen and (min-width: 576px) {
	.modal-dialog { max-width:580px; margin:30px auto;}
	.modal-dialog-centered { min-height: calc(100% - (1.75rem * 2));}
	.modal-dialog-centered:before { height: calc(100vh - (1.75rem * 2));}
}

@media screen and (max-width: 991px) {
	#modal_tocart .green-btn, #modal_tocart .standard-btn { display: block; margin-bottom: 20px; width: 100%;}
}

#modal_tocart .green-btn, #modal_tocart .standard-btn { margin-right:12px;font-size: 22px; padding: 10px 10px;}
.modal-content h2 { margin-top:0; margin-bottom:24px;}

@media screen and (max-width: 1360px) {
	.header-mebsale, .header-contacts, .header-cart { padding-left:60px; margin-left:20px;}
}

@media screen and (max-width: 1200px) {
	#menutop .menu li { padding:0 4px;}
	
	.header-mebsale { display:none;}
	
	#credit a, #rasp a { padding:6px 10px 5px 8px;}
	
	.benefits-block table td { background-position:-5px center !important;}
	#big { padding-left:115px;}
	
	.contacts-item .contacts-phone { font-size:20px;}
	.contacts-item .contacts-address { font-size:14px;}
	
	.logot2 { max-width:240px;}
	.footer-right { margin:0 -25px;}
	.footer-box { padding:20px 25px 0;}
}

@media screen and (min-width: 992px) {
	.mobile-open #navi { display:none !important;}
	.toggle-block .toggle-inner { display:block !important;}
}

@media screen and (max-width: 991px) {
	.container { padding:0 10px;}
	.mobile-hide { display:none !important;}
		
	.layer-wrap { height:56px; margin-bottom:15px;}
	.header-main { border-bottom:1px solid #666;}
	.topline, .header-menu { display:none;}
	
	.logot { margin:0; width:104px;}
	
	#navmobile-btn { display:block; margin-left:20px;}
	.mobile-open #navi { display:block;}
	
	.header-contacts { margin-left:0; padding:8px 0 10px; height:auto;}
	.header-contacts img, .header-contacts .contacts-buttons  { display:none;}
	.header-cell { padding:0; height:auto; display:block;}
	.header-contacts .phone-block, .header-contacts .worktime-block { display:block; position:relative; padding-left:20px; font-size:13px; line-height:19px; color:#000;}
	.phone-link { font-size:13px; font-family:'Helvetica Neue',Arial,sans-serif; line-height:19px; color:#000;}
	.phone-link span { color:#000; font-weight:400;}
	.header-contacts .phone-block:before, .header-contacts .worktime-block:before { content:''; display:block; position:absolute; left:0; top:3px; background:url(../images/mobile-icons.png) no-repeat;}
	.header-contacts .phone-block:before { width:12px; height:12px; left:1px; background-position:0 0;}
	.header-contacts .worktime-block:before { width:16px; height:16px; top:1px; background-position:-13px 0;}
	
	.header-cart { padding:6px; position:relative; height:auto; margin-left:20px; margin-top:6px;}
	.header-cart img { position:relative; top:auto; left:auto; margin:0; width:30px; height:auto;}
	.header-cart .cart3, .header-cart .cart-empty, .header-cart .header-cart-sum, .header-cart .header-cart-count a { display:none;}
	.header-cart .header-cart-count { margin:0;}
	.header-cart .cart-count-box { display:block; position:absolute; top:2px; left:2px; width:14px; height:14px; background:#fff; border:1px solid #c40406; border-radius:50%; text-align:center; line-height:14px; font-size:9px; font-weight:bold; color:#000; pointer-events:none;}
	
	.home-slider, .benefits-block { display:none;}
	
	.categories-block .category-item { width:50%;}
	
	.contacts-block { margin:0;}
	.contacts-block .contacts-item { float:none; width:auto; padding:5px 0 10px;}
	
	.shop-content .column-left { float:none; width:auto; padding-right:0; margin-bottom:15px;}
	.shop-content .column-main { float:none; width:auto;}
	
	.toggle-block .toggle-inner { display:none;}
	.toggle-title, .toggle-block.opened .toggle-inner { display:block;}
	
	.cart_order .cart_left, .cart_order .cart_right { float:none; width:auto;}
	
	#footer { background:#f8f8f8; padding:12px 0;}
	.footer-black, .footer-worktime { display:none;}
	
}

@media screen and (max-width: 767px) {
	.advantages-section .big4 { padding-left:10px; padding-right:10px;}
	.advantages-block { margin:0;}
	.advantages-item { float:none; width:auto;}
	.advantages-item .item-inner { padding:0 10px; border-left:none;}
	
	.op22 { font-size:28px;}
	
	.detail-left { float:none; width:auto; padding:0;}
	.detail-right { float:none; width:auto; margin-top:15px;}
	.detail-left .image { padding-top:0;}
	
	.product-features .feature-item { width:50%;}
	.product-features .feature-item-wide { width:auto; float:none; clear:both; border-top:1px solid #eaeaea; border-left:none; margin:0 15px; padding:6px 0;}
	
	.product-advantages .advantage-item { width:50%;}
	
	#from_search { padding-bottom:24px;}
	
	.footer-right { margin:0;}
	.footer-box { padding:0;}
	.footer-contacts { display:none;}
	.footer-box .box-caption { font-weight:400; color:#000; text-transform:none;}
}

@media screen and (max-width: 598px) {
	#navmobile-btn { margin-left:0;}
	.header-contacts .phone-block, .header-contacts .worktime-block, .phone-link { font-size:11px;}
	.header-cart { margin-left:6px;}
	
	.categories-block .category-item { width:100%;}
	
	.photo_gallery { text-align:center;}
	
	.cm_codebar .codebar-half { float:none; width:auto;}
	.cm_codebar .codebar-half.a-right { text-align:center; margin-top:15px;}
	
	.cart_order .cart_table_new, .cart_order .cart_table_new tbody, .cart_order .cart_table_new tr, .cart_order .cart_table_new th, .cart_order .cart_table_new td { display:block;}
	.cart_order .cart_table_new { width:auto;}
	
	.logot2 { width:104px;}
	.footer-right { margin:0;}
	.footer-box { padding:0;}
	.footer-contacts { display:none;}
	.footer-box .box-caption { font-size:14px; line-height:18px;}
	.footer-box .box-inner { margin-top:5px;}
}

@media screen and (max-width: 490px) {
	.product-features .features-row { margin:0;}
	.product-features .feature-item { width:auto; float:none; clear:both; margin:0; padding:6px 0;}
	.product-features .feature-item+.feature-item { border-top:1px solid #eaeaea; border-left:none;}
	.product-features .feature-item-wide { margin:0;}
	
	.product-advantages .advantage-item { float:none; width:auto;}
	
	#from_search table, #from_search table tbody, #from_search table tr, #from_search table th, #from_search table td { display:block;}
}

@media screen and (max-width: 400px) {
	.detail-left .image .images a { width:50%;}
}

@media screen and (max-width: 354px) {
	.logot { width:100px;}
	.header-contacts .phone-block, .header-contacts .worktime-block, .phone-link { font-size:10px;}
	
	.contacts-item .contacts-phone { font-size:16px;}
}
/*** Callback form ***/
#modal_callback {
    color: #3e3e3e;
}

#modal_callback .modal-dialog {
    max-width: 360px;
}
#modal_callback .h2 {
    text-align: center;
}

#modal_callback p {
    font-size: 14px;
    text-align: center;
}

#modal_callback .customer_info {
    margin-top: 15px;
}

#modal_callback .customer_info td {
    padding-bottom: 15px;
}
#modal_callback .customer_info .input {
    border: none;
    background-color: #e8e8e8;
    font-size: 12px;
    padding: 8px 15px;
}

#modal_callback form  input[type="submit"] {
    width: 100%;
    border: none;
    padding: 8px 20px 8px 20px;
    color: white;
    background-color: #5FAA00;
    cursor: pointer;
    transition: all 0.1s linear;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right;
    font-size: 12px;
    text-align: center;
    display: block;
}
#modal_callback form input[type="submit"]:hover {
    background-color: #448400;
    background-image: none;
}

.shop_item .item-price {
    padding: 0px 10px 0 0;
}

.shop_item .btn-buy {
    color: #ffffff;
    padding: 7px 15px;
    background-color: #F3BE06;
    text-decoration: none;
    display: inline-block;
    float: left;
}
.shop_item .rating {
    position: absolute;
    margin-top: 6px;
}

.header-favorites {
	float: left;
	position: relative;
	height: 24px;
	background-image: url(/img/favorites.png);
        background-repeat: no-repeat;
	width: 64px;
	margin-top: 8px;
	margin-left: 10px;
	text-align: center;
	padding: 20px 0;
}
.header-favorites a{font-weight: 600;text-decoration: none;font-size: 20px;line-height: 20px;color: #ffffff;}
.shop_item .tit2 {
    position: relative;
    padding-right: 30px;
}
.shop_item .favorite {
    outline: none;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 4px;
    top: 3px;
    height: 24px;
    background-image: url(/img/favorite.png);
    background-repeat: no-repeat;
    width: 24px;
    text-indent: -9999px;
    cursor: pointer;
}
.shop_item .favorite.added {
    background-position: 100% 100%;
}
.userform_table {}

.userform_fieldwrap {
    width: 50%;
    display: inline-block;
    padding: 10px 20px;
    box-sizing: border-box;
    vertical-align: top;
}

.userform_fieldwrap .text-input {
    display: block;
    width: 100%;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.found-lowcost {
    border: 1px solid #adadad;
    height: 85px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.found-lowcost .title{
    position: relative;
    background-color: #f9c701;
    margin-right: 25px;
    font-weight: bold;
    height: 100%;
    align-items: center;
    padding-left: 20px;
}
.found-lowcost .title + div{
    padding-right: 20px;
}
.found-lowcost .title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42.5px 0 42.5px 25px;
    border-color: transparent transparent transparent #f9c701;
    content: "";
    top: 0;
    right: -25px;
    position: absolute;
}
.found-lowcost a{
	text-decoration: none;
}

#modal_lowcost .modal-dialog{
    max-width: 360px;
}
#modal_lowcost .userform_title {font-size: 24px; font-family: 'Intro';font-weight: normal; line-height: 32px; margin-top: 0px; margin-bottom: 15px;text-align: center; }
#userform-4 {
    
}
#userform-4 .userform_fieldwrap {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}
#userform-4 input[type="text"] {
    border: none;
    background-color: #e8e8e8!important;
    font-size: 12px;
    padding: 8px 15px;
}
#userform-4 input[type="reset"],
#userform-4 label {
    display: none;
}

#userform-4 input[type="submit"] {
    width: 100%;
    border: none;
    padding: 8px 20px 8px 20px;
    color: white;
    background-color: #5FAA00;
    cursor: pointer;
    transition: all 0.1s linear;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right;
    font-size: 12px;
    text-align: center;
    display: block;
}