.bg_tree{
  
}
/** edf7f9 color**/
.bg_opened .navicon  {
	background: transparent url(bg_o.gif) no-repeat;
}

.bg_parent {
  text-transform: uppercase;
  color: #a32b09
}

.bg_parent .title_wrapper{
  font-size: 1.1em;
}

.bg_title{
  font-weight: normal;
  cursor: pointer;
}

.bg_opened .bg_title{
  font-weight: bolder;
}

.bg_closed .bg_title{
  font-weight: normal;
}

.bg_ .bg_title_selected{
  font-weight: bold;
  
}

.bg_closed .navicon  {
  background: transparent url(bg_c.gif) no-repeat;
}

.navicon{
	margin-top:2px;
	cursor: pointer;
	float:left; 
	width: 10px; 
	height: 10px;
}
.childBgContainer {
  padding-left: 10px;
}

