.profile-block-hidden
{
	display: none;
}

.profile-block-shown
{
	display:block;
}




.profile-table
{
	
}

.profile-link
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.profile-table td {
	vertical-align: top;
	
}





/*Information block*/
.information-block
{
	width:185px;
	margin-top:10px;
	margin-right:10px;
	padding:10px;
	border:1px solid #BFBFBF;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.information-block-head
{
	color:#979797;
	font-weight:bold;
	font-size:85%;
	border-bottom:1px solid #B5B5B5;
	margin-bottom:4px;
	padding-bottom:5px;
}

.information-block-body
{
	font-size:85%;
	color:#737373;
	margin-right:20px;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	border-color:#C4C4C3;
	margin:1em 0;
	background-color:#F5F2E6;
	font-family:sans-serif;
}

.news-date-time
{
	color:#E19813;
}



















html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/


/*Font in table*/
table
{
	font-size:100%;
}



small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

#container
{
	min-width:775px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 775 ? "775px": "auto");
}

#header
{
	position:relative; /*containing block*/
	height:106px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #505050 repeat-x;
}

#header_logo
{
	position:absolute;
}



#header_text
{
	position:absolute;
	left:310px;
	top: 30%;
	color:#fff;
	width:490px;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	color:#fff;
	background:url(images/line.gif) left bottom no-repeat;
	text-decoration:none;
}

#header_text span
{
	font-size:90%;
	font-weight:bold;
	color:#B3B3B3;
	margin-left:50px;
}

/* Header menu: home, search, feedback*/
#header_menu
{
	background:#505050 left bottom no-repeat;
	position:absolute;
	right:55px;
	top:6px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #bbb;
}

td.navigation-column
{
	padding-right:23px;
}

td.search-column
{
	padding-right:10px;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}



/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:200px;
	vertical-align:top;
	height:100%;
	padding:0;
}

#content_block_container
{
	border-left:1px solid #D2D0C6;
	border-right:1px solid #D2D0C6;
	margin-left:7px;
	background:#F5F2E6;
}

/*Shadow column*/
#content .shadow-column
{
	padding:0;
	padding-top:79px;
}

p.news-item
{
	margin-top:0;
}

/*Main column*/
#content .main-column
{
	width:100%;
	vertical-align:top;
	padding:0 10px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:10px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #E4E4E4;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #333;
	font-size: 100%;
}

/*Content block*/
.content-block
{
	width:100%;
}

.content-block-head-corner
{
	background: left bottom no-repeat;
}

.content-block-head
{
	background:#E9E6D7  right top  repeat-x;margin-left:18px;
	font-weight:bold;
	font-size:95%;
	padding: 6px 5px 5px 0px;
	height:23px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.content-block-body
{
	width:100%;
	background:#F5F2E6;
	padding:15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#search-box
{
	background:#F4F4F4;
	border:1px solid #C5C5C5;
	padding:8px;
	color:#5F5F5F;
	width:185px;
	margin-right:10px;
	margin-top:4px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F5F2E6;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}



/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/*Forum*/


/*Forum menu*/ 
table.forum-menu {border-left: 1px solid #DAE7DF; border-top: 1px solid #DAE7DF; } 
table.forum-menu td.forumtoolbar {background-color: #cdf6cd; border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolsection {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolseparator {border-left: 1px solid #C4C4C3;border-right: 1px solid #FFFFFF; } 

table.forum-menu a, table.forum-menu select, table.forum-menu input, table.forum-menu td {color:#333}

/* menu popup */
.forum-menu-hidden-in {border: 1px solid #C4C4C3;} 
table.forum-menu-popup-table td, table.forum-menu-popup-table td a { color: black;} 
table.forum-menu-popup-table td.forum-menu-popup, table.forum-menu-popup-table td.forum-menu-popup-hover {border: none; background-color: #cdf6cd; } 
table.forum-menu-popup-table td.forum-group{background-color:#cdf6cd; color:#333;} 
table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #FBFAF5;} 
div.forum-group{background-color:#F9FBF9; font-weight:bold; color:#333;} 

/*Forum index and list*/ 
table.forum-main {border: 1px solid #C4C4C3;} 
table.forum-main td {background-color:#FBFAF5;border: 1px solid #C4C4C3;} 
table.forum-main th {background-color:#cdf6cd;border: 1px solid #C4C4C3;color: #333;vertical-align: top;} 

div.forum-hr {background-color:#C4C4C3}
div.filter-check-hover {background-color:#cdf6cd}

a.forum-button:link,a.forum-button:visited,a.forum-button:active,a.forum-button:hover {background: #cdf6cd;border: 1px solid #C4C4C3;color: #333;} 
table.forum-main td small {font-size:100%;} 
table.forum-main td.forum-group {background-color:#cdf6cd; color:#333;} 
div.forum-title {border: 1px solid #C4C4C3; padding: 5px; background-color: #cdf6cd; color:#333; } 

/*Forum messages*/ 
table.forum-message {} 
table.forum-message td {background-color: #FBFAF5;border: none;} 
table.forum-message td.forum-message-user-info {background-color: #FBFAF5;border: 1px solid #C4C4C3;border-right-width: 1px;} 
table.forum-message td.border-top {border: 1px solid #C4C4C3;border-left-width: 1px;border-top: none;} 
table.forum-message td.border-bottom {border: 1px solid #C4C4C3;border-left-width: 1px;border-bottom: none;} 

table.forum-message .forum-message-posts, 
table.forum-message .forum-message-status, 
table.forum-message .forum-message-datereg, 
table.forum-message .forum-message-datecreate {color:#333;} 

a.forum-button-small,
a.forum-button-small-vote,
a.forum-button-small-unvote 
{
	background-color: #cdf6cd;
	border: 1px solid #C4C4C3;
	color: #333; 
	font-size: 11px; 
	height:20px;
	padding: 2px 5px 2px 5px;
	box-sizing:border-box; -moz-box-sizing:border-box;
}
a.forum-button-small-vote, a.forum-button-small-unvote {padding-left:18px;}
a.forum-button-small:hover,a.forum-button-small-vote:hover,a.forum-button-small-unvote:hover {color: #333; } 

/*Forum statistics*/ 
table.forum-stat {} 
table.forum-stat th {background-color:#cdf6cd;border: 1px solid #C4C4C3;color: #333;font-weight:bold;padding:5px;} 
table.forum-stat td {background-color:#FBFAF5;border: 1px solid #C4C4C3;} 
table.forum-stat .forum-attention{font-size: 100%;color: black;} 

/*Post form*/ 
table.forum-post-form {border: 1px solid #C4C4C3;} 
table.forum-post-form td {background-color:#FBFAF5;border: 1px solid #C4C4C3;} 
table.forum-post-form th {background-color:#cdf6cd;border: 1px solid #C4C4C3;} 
table.forum-smile {border: 1px solid #C4C4C3;} 
table.forum-smile th {background-color:#cdf6cd;border: 1px solid #C4C4C3;} 
table.forum-smile img { margin: 0px;} 
textarea#POST_MESSAGE{width:100%;} 

/* Only for user-profile*/ 
table.fuser {} 
table.fuser-static th {background-color:#cdf6cd; border:1px solid #C4C4C3;} 
table.fuser-static td {background-color:#FBFAF5; border:1px solid #C4C4C3;} 

/* Tab controls*/ 
table.tabs {border-left:1px solid #C4C4C3;} 
table.tabs td {} 
table.tabs td.tab-indent-left {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-indent-right {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-container {border:1px solid #C4C4C3; border-left: none;} 
table.tabs td.tab-container-selected {border:1px solid #C4C4C3; border-bottom:1px solid #F9FBF9; border-left: none; background-color:#F9FBF9;} 

table.tabs table td.tab {border-top:1px solid #C4C4C3;} 
table.tabs table td.tab-selected {border-top:1px solid red;} 
table.tabs table td.tab-hover {border-top:1px solid #C4C4C3;} 

/* Tab inside edit form */ 
table.tab {border:1px solid #C4C4C3; border-top:none;} 
table.tab td {background-color:#FBFAF5;}

.forum-menu-hidden-in
{
	max-height:100px;
	height:expression(this.scrollHeight > 100? "100px" : "auto");
}

table.forum-quote td, table.forum-code td 
{
	background-color:#cdf6cd; /*th*/
	border:1px solid #C4C4C3;
}

table.forum-reviews-messages td, table.forum-reviews-messages th
{
	background-color:#FBFAF5; /*td*/
	border-color:#C4C4C3;
}

a.button-small
{
	background:#cdf6cd;
	border:1px solid #C4C4C3;
}


/*Support*/
div.ticket-edit-message
{
	border-color: #C4C4C3;
}

/*Blogs*/

table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th, table.blog-user-table td.head, table.blog-table-post-comment td, table.blog-table-post-comment th
{
	background-color:#FBFAF5;
}


table.blog-blog-edit td, table.blog-blog-edit-table-smiles, table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th,
table.blog-user-table td.head, table.blog-user-table td, table.blog-group td, table.blog-category td, table.blog-comment-form th, table.blog-comment-form td,
table.blog-table-post-comment td, table.blog-table-post-comment th
{
	border-color: #C4C4C3;
}

.blog-post-date 
{
	color:#333;
}

table.blog-table-post-table th, table.blog-table-post-table td, table.blog-table-post-comment-table th, table.blog-table-post-comment-table td
{
	font-size:95%;
}

.blogtoolblock {border-color:#C4C4C3;}
.blogtoolbar {background-color:#FBFAF5;border-color:#C4C4C3;border-top:none;}
.blogtoolsection {border-color:#C4C4C3}
.blogtoolbutton, .blogmessbuttontext {color:#333;}
a.blogtoolbutton, .blogmessbuttontext{color:#333;}
.blogtoolseparator {border-left:1px solid #C4C4C3;border-right:1px solid #FBFAF5;}


/*
table.blog-table-post-table th, 
table.blog-table-post-table td*/









div.menu-sitemap-tree a
   {
 font-size:100%; 
 font-weight: normal;
}
div.menu-sitemap-tree ul
   {
   list-style-type: none;
   margin: 0; 
   padding: 0 1em 0 0;
   }
div.menu-sitemap-tree ul ul
   {
   width: auto;
   margin:-0.75em 0 0 0;
   padding: 0 0 0 0.75em;
   }
div.menu-sitemap-tree li
   {
   margin: 0 0 -0.85em 0;
   padding:0;
   }
div.menu-sitemap-tree li li
   {
   margin: 0 0 -0.85em 0.5em; 
   padding:0;
   }
div.menu-sitemap-tree li.close ul
   {
   display: none;
   }
div.menu-sitemap-tree div.item-text a
   {
   position:relative;
   top:-19px;left:19px;
   }
div.menu-sitemap-tree div.item-text-selected a
   {
   position:relative;
   top:-19px;left:19px;
   font-weight: bold;
   text-decoration: underline;
   }
div.menu-sitemap-tree div.item-text-deepest a
   {
   position:relative;
   top:-19px;left:19px;
   text-decoration: underline;
   }
div.menu-sitemap-tree div.item-text-selected-deepest a
   {
   position:relative;
   top:-19px;left:19px;
   font-weight: bold;
   text-decoration: underline;
   }
div.menu-sitemap-tree li div.page
   {
   }
   /*Icons*/
   div.folder, div.page
   {
   background-repeat:no-repeat;
   width:17px;
   height:17px;
   vertical-align:top;
   }
   div.folder{cursor:pointer; cursor: hand;background-image:url(/bitrix/templates/dacha/images/signminus.gif);}
   div.menu-sitemap-tree li.close div.folder{background-image:url(/bitrix/templates/dacha/images/signplus.gif);}
   div.page{background-image:url(/bitrix/templates/dacha/images/signdot.gif);}










.item-text  {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #000000; font-size:15px; font-weight:bold;}










h1 {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #000000; font-size:32px; font-weight:lighter;}
h2 {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #585858; font-size:28px; font-weight:lighter;}
h3 {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #585858; font-size:22px; font-weight:lighter;}

.h2 {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #585858; font-size:28px; font-weight:lighter;}


a {
	color: #000000;
}
a:hover
{
	color: #c60303; text-decoration: none;
}


.picture {
    background-image: url(/bitrix/templates/dacha/images/pngop.png);
    // background-image: none;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bitrix/templates/dacha/images/pngop.png',sizingMethod='scale');
}
.pictureb {
    background-image: url(/bitrix/templates/dacha/images/pngop2.png);
    // background-image: none;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bitrix/templates/dacha/images/pngop2.png',sizingMethod='scale');
}

.adtxt {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #e9a577; font-size:15px; text-decoration: none;}

img.png {behavior: url("/bitrix/templates/dacha/png.htc");}

input.wide {width: 100%;}

.cost {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #b73c3c; font-size:18px;}

.zagtov {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #009900; font-size:16px; font-weight:bold;}

.txtzagmbel {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #ffffff; font-size:24px;}
.txtzagsbl {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #000000; font-size:24px;}
.txtstat {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #000000; font-size:14px; font-weight:bold;}


.txtmenutop {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #000000; font-size: 14px;}
.txtmenutopb {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #c60303; font-size: 16px; font-weight:bold; text-decoration: none;}
.txtregatop {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #fdffcc; font-size: 14px; font-weight:bold;}
.txtregatfo {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #000000; font-size: 14px; font-weight:bold;}

.txtregatop a:hover
{
	color: #ffcccc; text-decoration: none;
}
.txtregatfo a:hover
{
	color: #999999; text-decoration: none;
}
.txtregao {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #ffffff; font-size:12px;}
.txtregaf {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #000000; font-size:12px;}
.txtregaob {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #ffffff; font-size:14px; font-weight:bold;}
.txtregafo {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #000000; font-size:14px; font-weight:bold;}
.txtregaf {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #000000; font-size:12px;}
.txtregaforum {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #000000; font-size:14px; font-weight:bold;}

.txtzagobb {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #5f5f5f; font-size:20px;}
.txtssobb {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #5f5f5f; font-size:14px;}
.dataob {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #749579; font-size:12px;}

.menumag {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #69570e; font-size:14px; font-weight:bold;}
.menumagw {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #ffffff; font-size:14px; font-weight:bold;}
.menumagw  a:hover {
	color: #ffffff; text-decoration: none; 
}



.menuob {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #000000; font-size:14px; font-weight:bold;}
.serchobz {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #727272; font-size:16px; font-weight:bold;}

.txtnews {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #ffffff; font-size:14px; font-weight:bold;}
.txtnews  a:hover {
	color: #fff8c1; text-decoration: none;
}


.txtosnova {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #333333; font-size:14px;}

.txt {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #17286d; font-size:14px;}
.txtos {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #000000; font-size:14px;}

.text {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #000000; font-size:14px;}

.txtspets {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #595959; font-size:12px; font-weight:bold;}
.txtspetscat {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #9b9b99; font-size:12px; font-weight:bold;}
.txtdobob {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #ff0000; font-size:14px; font-weight:bold;}
.txtniz {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #000000; font-size:14px;}

.txtzaginter {font-family:Arial Cyr,Arial,Helvetica,sans-serif; color: #906403; font-size:20px;}

ul.dell li {
	list-style-image : url(/bitrix/templates/dacha/images/ul.gif);

	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 7px;
}

ul.ob li {
	list-style-image : url(/bitrix/templates/dacha/images/ulob.gif);

	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 7px;
}

ul.obin li {
	list-style-image : url(/bitrix/templates/ob/galka_ob.gif);

	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 7px;
}



