section.main_sections {
	background:#d5d6d6;
	padding:0px;
	width:1010px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	margin-left:95px;
	padding-top:10px;
	padding-bottom:10px;
}
#top_bar_over_section {
	height:70px; 
	color:#bfc0c1;
	text-align:center;
	font-size:30px;
	line-height:70px;
	text-transform:uppercase;
	background:#000;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin-left:95px;
	width:1010px;
}
#manual_total_div {
	background:url('/templates/chromachecker/other_tools/img/line_bg.png') repeat-y;

}
#nav_tree {
	float:left;
	margin-left:20px;
	width:300px;

}
#manual_text {
	background:#fff;
	float:right;
	width:620px;
	
	padding-left:20px;
	padding-right:20px;
	padding-top:14px;
	padding-bottom:14px;
	margin-right:10px;
	
	
}
.top_header {
	font-size:14px;
	color:#8f0787;
	padding-bottom:2px;
	text-transform:uppercase; 
	margin-bottom:10px;
	border-bottom:2px solid #8f0787;
}
#manual_text  ul {

  margin-bottom:10px;
}


#manual_text  img {
	max-width:620px !important;
	height:auto !important;
}
#nav_tree ul,#manual_list ul {
	list-style:none;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

.hh {
	position:relative;
}
.toggle_tree {
	float:right !important;
	width:15px;
	height:10px;
	background-size:15px 10px;
	vertical-align: middle;  
	cursor:pointer;
	background-image: url('/templates/chromachecker/other_tools/img/menu_arrow_down.png');
}
.toggle_tree_hide {
	float:right !important;
	width:15px;
	display:none;
	height:10px;
	background-size:15px 10px;
	vertical-align: middle;  
	cursor:pointer;
	background-image: url('/templates/chromachecker/other_tools/img/menu_arrow_up.png');
}
  
#nav_tree ul .toggle_tree {
	margin-top:12px;
}
#nav_tree ul ul .toggle_tree {
	margin-top:6px;  
	cursor:pointer;
}
#nav_tree ul .toggle_tree_hide  {
	margin-top:12px;
}
#nav_tree ul ul .toggle_tree_hide  {
	margin-top:6px;
}
#nav_tree ul a , #manual_list ul a{
	line-height:160%;
	color:#07a1e2;  
	font-size:20px;
	text-transform:uppercase;
}
#nav_tree ul ul a ,#manual_list ul ul a {
	color:#000;
	
	font-size:14px;
	text-transform:none;
}
#nav_tree ul ul ul a , #manual_list ul ul ul a{
	font-size:12px;
	color:#800080;
	text-transform:none;
}
#nav_tree ul ul ul ul a , #manual_list ul ul ul ul a{
	font-size:10px;
	text-transform:none;
	color:#000;
}


#nav_tree ul li.hovered ul .hh {
	border:none;
}
#nav_tree ul ul ul, #manual_list ul ul ul {
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
}
#nav_tree ul ul ul ul, #manual_list ul ul ul ul{
	margin-left:20px;
	margin-top:5px;  
	margin-bottom:5px;
}

#nav_tree ul ul  {
	display:none;
}
#nav_tree ul ul ul{
	display:none;
}

#nav_tree ul ul ul ul{  
	display:none;
}
#nav_tree ul a.selected_manual {
	font-weight:normal;
} 
#nav_tree ul ul a.selected_manual {
	font-weight:bold;
} 

#nav_tree ul ul ul a.selected_manual {
	font-weight:bold;
} 

#nav_tree ul ul ul ul a.selected_manual {
	font-weight:bold;
} 
#updates_tree {
	float:left;
}
#updates_tree ul {
	list-style:none;
	padding:5px;
	padding-top:0px;
	margin:0px;
}
#updates_tree ul li {
	background:#fff;
	padding:10px;
	margin-bottom:5px;
	width:295px;
}

#updates_tree  ul li h3{
	padding-bottom:5px;
	font-size:18px;
	font-weight:normal;
	color:#8f0787;
	border-bottom:1px solid #000;
}
#updates_tree  ul li p.update_created {
	font-size:10px;
	text-transform:uppercase;
}
