/*.treeview ul { background-color: white; }*/
footer a {
    color: #8C8C8C;
    text-decoration: none;
}
footer a:hover {
    color: white;
    text-decoration: none;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
	background-color: #ddd;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;

}
/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
}
.bottom-line__nav a {
    color: #235F65;
}
.bottom-line__nav a:hover {
    color: #235F65;
    text-decoration: none;
}

.treeview a.selected {
	background-color: #336699;
}

#treecontrol { margin: 1em 0; }

.treeview .hover { color: #336699; cursor: pointer; }

.treeview li { /*background: url('images/tv-item.gif') no-repeat 0 0;*/ }
.treeview .collapsable { background-image: url('images/tv-collapsable.gif'); }
.treeview .expandable { background-image: url('images/tv-expandable.gif'); }
.treeview .last { /*background-image: url('images/tv-item-last.gif'); */}
.treeview .lastCollapsable { background-image: url('images/tv-collapsable-last.gif'); }
.treeview .lastExpandable { background-image: url('images/tv-expandable-last.gif'); }

.filetree {list-style: none;}
.filetree li { /*padding: 3px 0 1px 16px;*/ }
.filetree span.folder, .filetree span.file { /*padding-left: 16px;*/ display: block;font-size: 14px; font-weight: 600;line-height: 30px; }
.filetree span.folder { background: url('images/category.gif') no-repeat 0 0; }
.filetree span.file { /*background: url('images/product.gif') no-repeat 0 0;*/ }
.filetree span.file a {
    color: black;
    font-family:"Open Sans", "Times New Roman", "sans selif", Arial;
}
.category_css
{
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	/*background: #fff;*/
}
.products_css
{
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	/*background: #fff;*/
}
#content form {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}