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

#oop_cls_div_cont {
   margin-bottom:60px;
}

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

#oop_ul_cats li {
  display: block;
  font-weight: bold;
  cursor: pointer;
	border-bottom: 1px solid rgba(166, 181, 215, 0.5);
	position: relative;
}

#oop_ul_cats ul {
  list-style: none;
  padding: 0;
	display: none;
	border-top: 1px solid rgba(166, 181, 215, 0.5);
}

#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 > li > ul > li:last-child {
	border-bottom:none;
}

#oop_ul_cats .oop_cls_div_exp {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
  color:#FF7809;
}

#oop_ul_cats a {
	display: block;
  color: #2A2A2A;
  text-decoration: none;
	padding: 8px 30px 8px 12px;
	outline: 0;
	position: relative;
	z-index: 10;
}

#oop_ul_cats .oop_cls_a_active {
	background: #F1F4F9;
	color:#444;
	text-shadow:0 1px 0 #fff;
	font-weight: bold;
}

#oop_ul_cats a:hover{
	background:#F1F4F9;
	color:#444;
	text-shadow:0 1px 0 #fff;
}

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