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

#oop_cls_div_cont {
   margin-bottom:20px;
}

#oop_ul_cats {
	list-style: none;
    padding: 16px 15px 29px 15px!important;
    border: 0;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    background: #f9f9f9;
}
#oop_ul_cats li {
  display: block;
  font-weight: bold;
  cursor: pointer;
	border-bottom: 1px solid #ddd;
	position: relative;
}

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

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

#oop_ul_cats ul li.active_inner_li a {
    color: rgb(173, 74, 172);
    font-weight: 600;
}

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

#oop_ul_cats .oop_cls_div_exp {
    color: #888;
    float: right;
    padding: 8px;
    margin-top: -8px;
    position: absolute;
    right: 0;
    display: inline-block;
}

#oop_ul_cats a {
	display: block;
  color: rgb(102, 102, 102);
  text-decoration: none;
	outline: 0;
	    text-shadow: 0 0 black;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
	    position: relative;
}

#oop_ul_cats > li > ul > li:first-child > a{
	    color: rgb(173, 74, 172);
		font-weight:600;
}

#oop_ul_cats a.noLink {
    color: #66cc00!important;
    font-weight: 600;
}

#oop_ul_cats .oop_cls_a_active,  #oop_ul_cats a:hover{
	background:transparent;
	color:#ad4aac;
	text-shadow:0 1px 0 #fff;
}

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

   
