﻿/* Producten in cell vorm */
ul.HOMEPAGECELLS
{
	margin: 0;
	padding: 0;
	
}

ul.HOMEPAGECELLS li
{
	list-style-type: none;
	float: left;

	width: 174px;
	height: 220px;

	padding-left: 2px;
	padding-right: 2px;

	padding-top: 2px;
	padding-bottom: 2px;
	
	vertical-align: middle;
	text-align: center;

}


ul.HOMEPAGECELLS li a
{
	padding-bottom: 10px;

	width: 170px;
	height: 200px;
	
	display: block;
	border: 1px solid #C5C5C5;


	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
}

ul.HOMEPAGECELLS li a:hover
{
	padding-bottom: 10px;

	width: 170px;
	height: 200px;
	
	display: block;
	border: 1px solid #004D84;

	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
}

ul.HOMEPAGECELLS li img
{
	border: 0px solid;
}

ul.HOMEPAGECELLS li span.image
{
	min-height: 100px;
}

ul.HOMEPAGECELLS li span.description
{
	text-decoration: none;
	color: #000000;
}

