/* @group CSS module home category by Joel GAUJARD */

#center_column #homecategory_block {
	width: 100%; /* 536px in global.css */
	margin-bottom: 20px;
}

#center_column #homecategory_block .block_content {
	background-color: transparent;
	padding: 0 0 10px 10px;
	padding:0;
}

#center_column #homecategory_block li {
	margin-top: 20px;
	margin-left:31px;
	list-style:none;
	float:left;
	/*height: 160px;*/
}

#center_column #homecategory_block ul li {
	width:77px;
}
#center_column #homecategory_block ul li:hover {
	background-color: none;
}

#center_column #homecategory_block li.block_category {
	padding-left: 0px;
	width: 110px; /* 133px in global.css */
	border-right-width: 0;
	position:relative;
	
}

/* @end */
#center_column #homecategory_block .block_content ul li a.infosCollec {
  position:relative;
  text-decoration:none;
  display:block;
  border:none;
  
}
#center_column #homecategory_block .block_content ul li a.infosCollec img {
	border:none;
}
#center_column #homecategory_block .block_content ul li a.infosCollec:hover {
   background: none; 
   z-index: 500;
}
#center_column #homecategory_block .block_content ul li a.infosCollec span {display: none;}
#center_column #homecategory_block .block_content ul li a.infosCollec:hover span {
   display: inline; 
   position: absolute;
   font-weight:normal;
   width:66px;
   text-transform:uppercase;
   font-size:10px;
   top: 21px; 
   left: 0px;
   background:url(../../themes/murano/img/bg_hometitlecollection.png) repeat;
   padding: 37px 5px 34px 5px;
   color:#594f34;
}