/*======================================================================*\
|| #################################################################### ||
|| # Package - Yj Mijoshop Categories Menu						        ||
|| # Copyright (C) since 2007  Youjoomla.com . All Rights Reserved.     ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
.yj_mijo_cats_holder{
	display:block;
	position:relative;
}
.yj_mijo_cats,
.yj_mijo_cats li {
	margin:0;
	padding:0;
	list-style-type:none;
	background:none;
	background-image:none;
}
.yj_mijo_cats li > ul{
	padding:0 0 0 15px;
}
.yj_mijo_cats li a {
	padding:0;
	display:block;
	line-height:32px;
	border-bottom:1px solid #efefef;
}
.yj_mijo_cats li.active_cat > a{
	font-weight:bold;
}
.yj_mijo_cats li.isparent a{
	border-bottom:none;
	margin-bottom:5px;
	margin-top:5px;
	font-size:130%;
	text-align:center;
}
.yj_mijo_cats_holder,
.yj_mijo_cats_holder *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.yj_mijo_cats_holder:after,
.yj_mijo_cats_holder *:after{
	display:table;
	clear:both;
	content:'';
}
