table#tabular_categories {
    text-align: center;
    font-weight: bold;
    position: relative;
    border: none;
    width: 100%;
}

div.catalogue_tile {
	width: 170px;
	height: 70px;
	position: relative;
	font-weight: normal;
	text-align: left;
	margin: 1em;
}

div.catalogue_tile td {
	vertical-align: bottom;
}

div.catalogue_tile p {
	position:absolute; 
	bottom:10px;
	width: 85px;
}

table#tabular_categories a {
	text-decoration: none;
}


.catalogue_fill {
	width: 170px;
	height: 70px;
	position: absolute;
	opacity: 0;
	filter:alpha(opacity:0);
	bottom: 0;
	left: 0;
	background-color: inherit;
}

.catalogue_stripe td { height: 5px; border: none; padding:0 ;margin:0;  background-color: inherit; }
.catalogue_tile img { display:inline; position: relative;  }

.catalogue_tile img:hover div.catalogue_fill {
   opacity: 0.08;
   filter:alpha(opacity:8);
   cursor: pointer;	
}

div.catalogue_fill:hover {
  opacity: 0.08;
  filter:alpha(opacity:8);
  cursor: pointer;
}


a:hover div.catalogue_fill {
  opacity: 0.08;
  filter:alpha(opacity:8);
  cursor: pointer;
}


.catalogue_lob_officeproducts  {
 background-color: #0054ca;
}

.catalogue_lob_facilities {
 background-color: #008753 ;
}

.catalogue_lob_liquor {
 background-color: #a38b23;
}

.catalogue_lob_its  {
 background-color: #4b7000;

}

.catalogue_lob_print  {
 background-color: #eb7c00;
}

.catalogue_lob_promo  {
 background-color: #b50043;

}

.catalogue_lob_corporate  {
 background-color: #23c2ff;
}

.catalogue_lob_furniture  {
 background-color: #5000d9;
}

.catalogue_lob_catering  {
 background-color: #a38b23;

}

