.rubricator {
	padding: 5px;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	margin-left: 10px;
}

.adv_menu {
	margin-left: 30px;
    padding-left: 0;
    text-decoration: none;
}

.adv_menu li {
	font-size: 14px;
    list-style-type: none;
    margin-bottom: 7px;
}

.adv_menu li a {
	color: #642318 !important;
	text-decoration: none;
}
  

.rubrikator_header {
    color: #118DC3;
    font-family: Arial,sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 12px;
    margin-top: 5px;
    text-transform: uppercase;
}

.Container {
    padding: 0;
    margin: 0;
}

.Container li {
    list-style-type: none;
    margin-bottom: 12px;
}


.rubrTitle {
    color: #850F0F;
}

/* indent for all tree children excepts root */
.Node {
    /*background-image : url(../images/i.gif);*/
    background-position : top left;
    background-repeat : repeat-y;
    margin-left: 10px;
    zoom: 1;
    margin-bottom: 2px;
}

.IsRoot {
    margin-left: 0;
}


/* left vertical line (grid) for all nodes */
.IsLast {
    /*background-image: url(../images/i_half.gif);*/
    background-repeat : no-repeat;
}

.Expand {
   /* width: 18px;
    height: 18px;  */
    float: left;
}

.ExpandOpen .Expand {
    /*background: url("../images/expand_minus.gif");  */
}

/* closed is higher priority than open */
.ExpandClosed .Expand {
    /*background-image: url(../images/expand_plus.gif); */
}

/* highest priority */
.ExpandLeaf .Expand {
    /*background-image: url(../images/expand_leaf.gif);*/
}

.Content {
    min-height: 18px;
}

* html  .Content {
    height: 18px;
}

.ExpandLoading {
    width: 18px;
    height: 18px;
    float: left;
    background-image: url(../images/expand_loading.gif);
}

.ExpandOpen .Container {
	display: block;
}

.ExpandClosed .Container {
	display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
	cursor: pointer;
	margin-bottom: 6px;
	
}
.ExpandLeaf .Expand {
	cursor: auto;
}

.tree_div a {
    color: white;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 18px;
    text-decoration: none;
}

.main_button {
    color: white !important;
    display: block;
    float: none;
    font-size: 22px;
    height: auto;
    margin-bottom: 5px;
    margin-left: 3px;
    padding-left: 25px;
    text-decoration: none !important;
    background: url(../images/menu_btn.png) no-repeat left center;
/*     box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); */
    /*text-transform: uppercase;*/
}

.ExpandClosed .main_button {
/* 	border-bottom: 3px solid #eaded2; */
/*   	background-color: #f5f0ec; */
}

.ExpandOpen .main_button {
	background: url(../images/menu_btn_active.png) no-repeat left center;
	color: #ead3a9 !important;
}

.rubrikator .ExpandOpen .main_button,.rubrikator .ExpandOpen .main_button_pointer {
/*     margin-bottom: 0 !important; */
}

.Expand.main {
   /*background:none; */
}

.rubrikator .Container {
   padding-bottom: 2px;
   padding-top: 2px;
}

.Container.top {
	margin-top: 5px;
   padding-top: 0;
   padding-bottom: 0;
}

.tree_div {
    width: 300px;
    margin-left: 12px;
}

.ExpandOpen .node_l {
	background: url("../images/menu_btn_active.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	margin-bottom: 5px;
	padding-left: 25px;
}

.leaf_l {
	background: url("../images/menu_btn.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	padding-left: 25px;
}

.active {
	color: #ead3a9;
}

.ExpandLeaf.active .leaf_l {
   background: url("../images/menu_btn_active.png") no-repeat scroll left center rgba(0, 0, 0, 0);
   padding-left: 25px;
}

.ExpandClosed  .node {
    background: url("../images/menu_btn.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 25px;
}

.ExpandOpen .node a {
    color: #ead3a9;
}

.ExpandClosed .node a {
    color: white !important;
}
