﻿/* Producten in cell vorm */

div.productcontent
{
	float: left;
	width: 622px;
}

ul.productcells
{
	float: left;
	width: 622px;
	
	margin: 0;
	padding: 0;
	border: 0;
}

ul.productcells li
{
	float: left;
	width: 120px;
	min-height: 180px;
	
	margin-right: 50px;
	border: 0;
	list-style-type: none;
}

ul.productcells li a
{
	float: left;
	text-decoration: none;
}

ul.productcells li a:hover
{
}

ul.productcells li span.image img
{
	margin-bottom: 3px;
	padding: 0;
	border: 0;
}

ul.productcells li span.image
{
	float: left;
	width: 120px;
	min-height: 140px;
	
	padding-left: 20px;
	padding-bottom: 10px;
	cursor: pointer;
}

ul.productcells li span.description
{
	float: left;
	width: 120px;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #575757;
	cursor: pointer;
}

ul.productcells li span.price
{
	float: left;
	padding-bottom: 20px;
	color: #575757;
	cursor: pointer;
}

/* Styles for pager */

div.pager
{
	float: left;
	margin: 20px 0; 
}

table.pagerlinks 
{
	float: left;
	width: 260px;
	height: 25px;
	vertical-align: middle;
}

table.pagerlinks td
{
	text-align: right;
}


/* Producten op regelniveau */

table.productrow
{
}

td.productimage
{
}

td.productdescription
{
}

h2
{
}

td.productorder
{
}

td.productpricecell
{
}

table.pager
{
}

table.pager table td
{
}

td.pagerbg
{
}

td.pagerbg A
{
}

td.buttons
{
	min-width: 210px;
}

div.clearinherit
{
	float: left;
	width: 622px;
	
	margin-bottom: 10px;
}
