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

#oop_cls_div_cont {
   margin-bottom:10px;
}

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

#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;
  display: none;
}

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

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

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

#oop_ul_cats a {
	display: block;
  color:#333;
  text-decoration: none;
	padding:10px 0px 10px 0;
	outline: 0;
}

#oop_ul_cats .oop_cls_a_active,  #oop_ul_cats a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
#oop_ul_cats .oop_cls_a_active{font-weight: bold;}
#oop_ul_cats ul li ul li a{ color: #666;}
#oop_ul_cats .oop_cls_a_prev_active {
	background:#fff;
	color:#000;
	font-weight: bold;
	text-shadow:none;
}
#oop_cls_div_cont h2{ border-bottom: #999 solid 1px; font-family: "roboto";  font-weight: bold; text-transform: uppercase;line-height: 26px; font-size: 20px;}