/* Module Prestashop HomepageCategories
 * Copyright Prestacrea
 * Author: Prestacrea
 * Website: http://www.prestacrea.com */

/* Conteneur */
#homepagecategories {width:556px;margin:10px 0}

/* Catégories 1er niveau */
#homepagecategories ul {list-style-type:none}
#homepagecategories ul a {color:#FFF;text-shadow:1px 1px 0 #000;text-decoration:none}
#homepagecategories ul a:hover {font-weight:bold;text-decoration:none}
#homepagecategories ul li.hc_cat{background:#333;border-radius:5px;float:left;width:165px;margin:0 5px 10px;padding:5px}
#homepagecategories ul li.hc_cat:hover {cursor:pointer}
#homepagecategories ul li.hc_cat:hover img {opacity:0.5;filter:alpha(opacity=50)}
#homepagecategories ul li.hc_cat div.hc_categimg {background:#FFF;border:1px solid #000;width:160px;height:130px;margin:0 auto}
#homepagecategories ul li.hc_cat div.hc_categimg img {width:160px;height:130px}
#homepagecategories ul li.hc_cat p.hc_categname {width:158px;font-size:12px;font-weight:bold;margin:5px auto 0!important;padding:0 0 5px}
#homepagecategories ul li.hc_cat span.hc_productcount {font-size:9px;font-weight:normal}

/* Catégories 2ème niveau */
#homepagecategories ul li.hc_subcat{width:158px;margin:0 auto}
#homepagecategories ul li.hc_subcat span.hc_productcount {font-size:9px;font-weight:normal}