@charset "utf-8";
/* CSS Document for Featured Categories on Homepage module for PrestaShop by Presta FABRIQUE */

#featuredcats {
	clear:both;
	margin:10px auto!important;
}
#featuredcats .holder {
	border:none;
}
#featuredcats h4 {
	line-height:1.3em;
}
#featuredcats ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#featuredcats ul li {
	float:left;
	width:25%;
	text-align:center;
	padding:5px 0px;
	font-weight:bold;
}
#featuredcats ul li:hover {
	background:#EEE;
}
#featuredcats ul li img {
	border:1px dotted #CCC;
	padding:1px;
}