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

#oop_cls_div_cont {
   margin-bottom:20px;
   text-transform: uppercase;
}

#oop_ul_cats {
  list-style: none;
  padding: 0;
	border:1px solid #ddd;
	border-radius:1rem;
	overflow:hidden;
  margin-bottom: 0px;
}

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

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

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

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

#oop_ul_cats ul li ul li a {
	padding-left: 20px;
}

#oop_ul_cats ul li ul li ul li a {
	padding-left: 30px;
}

#oop_ul_cats .oop_cls_div_exp {
	color:#666;
	float:right;
	padding: 8px;
	margin-top:-8px;
	font-size: 20px;
}

#oop_ul_cats a {
	display: block;
	color:#1a1a1a;
	text-decoration: none;
	padding: 8px 2px 8px 12px;
	outline: 0;
}

#oop_ul_cats .oop_cls_a_active,  #oop_ul_cats a:hover{
	/*background:#eee;*/
	color:rgba(195, 170, 91);
	/*text-shadow:0 1px 0 #fff;*/
	text-decoration: underline;
	font-weight: 700;
}

#oop_ul_cats .oop_cls_a_prev_active {
	background:#fafafa;
	color:#000;
	text-shadow:0 1px 0 #fff;
}
