﻿/* Producten in cell vorm */
ul.PRODUCTCELLS
{
	margin: 0;
	padding: 0;
}

ul.PRODUCTCELLS li
{
	list-style-type: none;
	float: left;

	width: 130px;
	height: 163px;

	padding-left: 10px;
	padding-right: 10px;

	padding-top: 10px;
	padding-bottom: 20px;
	
	vertical-align: middle;
	text-align: center;
}


ul.PRODUCTCELLS li a
{
	padding-bottom: 10px;

	width: 122px;
	height: 150px;
	
	display: block;
	border: 7px solid #FFFFFF;

	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
}

ul.PRODUCTCELLS li a:hover
{
	padding-bottom: 10px;

	width: 122px;
	height: 150px;
	
	display: block;
	border: 7px solid #C5C5C5;

	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
}

ul.PRODUCTCELLS li img
{
	border: 0px solid;
}

ul.PRODUCTCELLS li span.image
{
	min-height: 100px;
	height: 100px;
}

ul.PRODUCTCELLS li span.description
{
	text-decoration: none;
	color: #000000;
}


/* Producten op regelniveau */
table.PRODUCTROW
{
	width: 100%;
	border-bottom: 1px solid #D2EEF9;
	margin: 0px;
}

td.PRODUCTIMAGE
{
	width: 120px;
	text-align: center;

	padding-top: 10px;
	padding-bottom: 10px;
}

td.PRODUCTDESCRIPTION
{
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
	
	text-align: left;
	vertical-align: top;
}

td.PRODUCTDESCRIPTION h2 
{
	color: #474747;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 10px;
	margin: 0px;
}

h2
{
	color: #474747;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 10px;
	margin: 0px;
}

td.PRODUCTORDER
{
	text-align: right;
	padding-bottom: 5px;
}

td.PRODUCTPRICECELL
{
	padding-top: 5px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

table.PAGER
{
	width: 100%;
}

table.PAGER table td
{
	width: 100%;
}

td.PAGERBG
{
	text-align: center;
	vertical-align: middle;
	width: 10px;
	height: 20px;
	padding-left: 3px;
}

td.PAGERBG A
{
	text-align: center;
	color: #000000;
	text-decoration: none;
}

div.pagertop
{
	width: 100%;
	border: 0px solid #000000;
	margin-bottom: 10px;
}

div.pagerbottom
{
	width: 100%;
	float: left;
	border: 0px solid #000000;
}

td.pagerbuttons
{
	width: 200px;
}

td.pagerbuttons input.BUTTON
{
	border: 0px solid;
	font-weight: normal;
	
	width: 80px;
	height: auto;

	min-width: 10px;
	min-height: 10px;

	padding: 0;
	margin: 0;
	
	color: #000000;
	font-family: Futura Book, Verdana;
	font-size: 10pt;
}

td.PRODUCTDETAILSCELL 
{
	text-align: left;
	padding-left: 10px;
}

td.PRODUCTDETAILSCELL div.button
{
	float: left;
	border: 0px solid #38C2DE;
	border-collapse: collapse;
	width: 80px;
	height: 23px;

	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	background-color: #38C2DE;
}
