.opendiv
{
	width:20px;
	height:16px;
	background-image:url('images/opendiv.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	clear:right;
	}
	
.closeddiv
{
	width:20px;
	height:16px;
	background-image:url('images/closeddiv.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	clear:right;
	}
.cont
{
	float:left;
	display:block;
	clear:right;
	}

.selecteditem
{
	float:left;
	display:block;
	clear:right;
	font-weight:bold;
	}

.showcontainer
{
	background-image:url('images/route.gif');
	background-position: left top;
	background-repeat:repeat-y;
	clear:both;
	display: inline-block;
	padding-left:11px;
	/*border:solid 1px #000;
	float:left;
	display:block;
	clear:right;*/
	}

.hidecontainer
{
	float:left;
	display:none;
	}
	
.leaf
{
	width:16px;
	height:16px;
	background-image:url('images/leaf.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	}

.headcontainer
{
	/*background-image:url('images/route.gif');
	background-position: left top;
	background-repeat:repeat-y;*/
	clear:both;
	display: inline-block;
}
.headcontainer:after {
content: '.'; 
display: block; 
clear: left; 
visibility: hidden; 
height: 0; 
line-height: 0;
}

/* filtr */
.filtr_menu{
	padding: 5px 5px 10px 5px;
	font-size: 10pt;
}
.filtr_menu hr{
	color: #5b8d97;
	background: #a6b5e2;
	height: 2px;
	border-top: 1px solid #a6b5e2;
}
.searchPanel{
	padding: 5px 0px 0px 5px;
	display:block;
}
.searchPanel_off{
	padding: 5px 0px 0px 5px;
	display:none;
}
.searchClear{
	font-weight: bold;
	padding: 2px 5px;
	background: #e1e5f2;
	border: 1px solid #a6b5e2;
	margin-top: 5px;
	font-size: 11pt;
	width: 188px;
}
.searchClear a:link, .searchClear a:visited{
	color: #294081;
	text-decoration: none;
}
.searchClear a:hover{
	color: #06464e;
	text-decoration: underline;
}
.searchTitle{
	font-weight: bold;
	color: #143cb3;
}
.searchTitle input{
	vertical-align: middle;
	padding-bottom: 2px;
	padding-right: 3px;
}
.searchPanel div.searchPanel{
	padding: 5px 0px 0px 15px;
}
