/****** 0001.pro | OooOnePro | oop ******/

#oop_cls_div_cont {
   margin-bottom:0;
}

#oop_ul_cats {
 margin: 0;
	padding: 0;
	border: #ededed solid 1px;
	border-top: none;
}

#oop_ul_cats li {
  display: block;
  font-weight: bold;
  cursor: pointer;
	border-top: 1px solid #ededed;
	position: relative;
}

#oop_ul_cats ul {
  list-style: none;
  padding: 0;
}

#oop_ul_cats ul li {
  font-weight: normal;
  background-color: #fff;
}

#oop_ul_cats ul li.oop-ul-1{ position: relative; }
#oop_ul_cats ul li.oop-ul-1 ul.oop-ul-2{ position: absolute; top: 0; left: 288px; z-index: 999; border: #00ac00 solid 2px; background: #fff; width: 700px; padding: 15px 0 0 15px; display: none;
}
#oop_ul_cats ul .oop-ul-2 li.oop-ul-1{position: static; border: none; width: 33.3334%; padding-right: 15px; float: left; padding-bottom: 15px;}
#oop_ul_cats ul .oop-ul-2 li.oop-ul-1 a{ padding: 0; font-size: 14px; font-weight: bold; color: #333;}
#oop_ul_cats ul .oop-ul-2 li.oop-ul-1 a .oop_cls_div_exp{ display: none;}
#oop_ul_cats ul li.oop-ul-1 ul.oop-ul-2 .oop-ul-2{ position: static; border: none; padding:6px 0 0 0; width: 100%;
}
#oop_ul_cats ul li.oop-ul-1 ul.oop-ul-2 .oop-ul-2 .oop-ul-1{ padding: 4px 0 0 0; width: 100%; float: none;}
#oop_ul_cats ul li.oop-ul-1 ul.oop-ul-2 .oop-ul-2 .oop-ul-1 a{ font-weight: normal; font-size: 13px; color: #555;}

#oop_ul_cats > li > ul > li:first-child {
	border-top:none;
}

#oop_ul_cats .oop_cls_div_exp {
  float:right;
	padding:0 8px;
	font-size: 18px;
	height: 24px;
	line-height: 24px;
}
#oop_ul_cats .oop_cls_div_exp i.fa{ line-height: 24px;  margin: 0; padding: 0;}
#oop_ul_cats a {
	display: block;
  color:#333; text-transform: capitalize;
	font-size: 13px;
  text-decoration: none;
	padding:10px 0 10px 10px;
	outline: 0;
}
#oop_ul_cats .oop-ul-1:hover ul.oop-ul-2{ display: block;}

#oop_ul_cats .oop-ul-1:hover a{ color: #fff; background: #00ac00;}
#oop_ul_cats .oop-ul-1:hover ul.oop-ul-2 li.oop-ul-1 a{color: #333; background: #fff;}
#oop_ul_cats .oop-ul-1:hover ul.oop-ul-2 li.oop-ul-1 a:hover{ color: #ff6300;}

#oop_ul_cats .oop_cls_a_active,  #oop_ul_cats a:hover{
	background:#fff;
	color:#ff6300;
	text-shadow:none;
}
#oop_ul_cats ul li ul li a{ color: #666;}
#oop_ul_cats .oop_cls_a_prev_active {
	background:#fff;
	color:#ff6300;
	text-shadow:none;
}
#oop_cls_div_cont h2{ height: 44px; line-height: 44px; padding: 0 0 0 15px; background: #f0f0f0; font-size: 15px;
	font-weight: 700; color: #424242; border-radius: 5px 5px 0 0;}