#oop_cls_div_cont {
	margin-bottom:20px;
}
#oop_ul_cats {
	list-style: none;
	padding: 0;
	overflow:hidden;
	margin-bottom: 0px;
}
#oop_ul_cats li {
	display: block;
	font-weight: bold;
	cursor: pointer;
	border-top: 1px solid #d3cdd8;
	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 {
	float:right;
	padding: 8px;
	margin-top:-8px;
	font-size:24px;
}
#oop_ul_cats a {
	display: block;
	text-decoration: none;
	padding: 15px 0px 15px 12px;
	outline: 0;
}
#oop_ul_cats .oop_cls_a_active,  #oop_ul_cats a:hover{
	color:#444;
	text-shadow:0 1px 0 #fff;
}
#oop_ul_cats .oop_cls_a_prev_active {
	background:#F7FCFD;
	color:#444;
	text-shadow:0 1px 0 #fff;
}