﻿td.item
{
    border-bottom:1px solid #191919;
    color:#777777;
  
}

td.alter
{
    border-bottom:1px solid #191919;
    color:#777777;
}

td.head
{
    font-weight:bold;
    border-bottom:1px solid #191919;
    font-family:Tahoma;
    font-size:14px;
    padding-bottom:5px;
    color:#E1E1E1;
}

.foto { width:45px; padding-left:5px; }
.naam { width:347px;}
.omschr { width:366px; }
.prijs { width:80px; text-align:right;padding-right:10px; }
.totaalprijs { width:80px; text-align:right;padding-right:10px; color:#777777; }
.aantal { text-align:right;padding-right:5px;width:20px; }
.promotie { width:50px; }
.detail { width:20px; }
.mandje { width:20px; }
.foot { padding-top:5px; padding-bottom:5px; }
.foot2 { font-weight:normal; padding-top:5px; padding-bottom:5px; }
.foot3 {color:#FFFFFF;  border-bottom:1px solid #191919; border-top:1px solid #191919; font-weight:bold;padding-top:5px; padding-bottom:5px; font-size: 12px; }
.samenvatting { text-align:right;}
.mandatory { width: 15px; text-align: left; }
.label { width: 75px; }

.gegevens
{
    margin-top:20px;
}

.klantinfo
{
    border:1px solid #C5C5C5;
    border-top:1px solid #ABADB3;
    color:#555555;
    font-size:11px;
    width:210px;
    font-family: Tahoma, Tahoma, Geneva, Sans-Serif;
}

#tblGegevens td
{
	
}

a.bestelknop:link, a.bestelknop:visited, a.bestelknop:active
{
	display:block;
	background-image:url(/images/btnVerzend.gif.v=1);
	background-repeat:no-repeat;
	height:30px;
	width:198px;
    padding-top: 14px;
    color:#FFFFFF;
    border:none;
    text-align:center;
    font-weight:bold;
    font-family:Tahoma, Geneva, Sans-Serif;
    font-size:12px;
    text-decoration:none;
}

a.bestelknop:hover
{
	background-position: bottom;
}

#tblGegevens input[type="text"]
{
	width: 195px;
	height: 17px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #565656;
	border-top: none;
	border-left: none;
}

#tblGegevens input[type="checkbox"], #tblGegevens input[type="radio"]
{
	margin-right: 5px;
	border: 0;
	background : none;
}

#tblGegevens select { width: 195px; }

#tblGegevens textarea 
{
	width: 470px;border: 1px solid #565656;
	border-top: none;
	border-left: none; }

table#basket { margin-top: 15px; }

table#basket tr td.basketPlus a:link,
table#basket tr td.basketPlus a:visited
{
    background-image:url(/images/ecom/basketPlus.gif.v=1);
    background-repeat:no-repeat;
	background-position:top left;
    display:block;
    width:22px;
    height:22px;
}

table#basket tr td.basketPlus a:hover,
table#basket tr td.basketPlus a:active
{
    background-image:url(/images/ecom/basketPlus.gif.v=1);
    background-repeat:no-repeat;
	background-position:bottom left;
    display:block;
    width:22px;
    height:22px;
}


table#basket tr td.basketMin a:link,
table#basket tr td.basketMin a:visited
{
    background-image:url(/images/ecom/basketMin.gif.v=1);
    background-repeat:no-repeat;
    display:block;
	background-position:top left;
    width:22px;
    height:22px;
}

table#basket tr td.basketMin a:hover,
table#basket tr td.basketMin a:active
{
    background-image:url(/images/ecom/basketMin.gif.v=1);
    background-repeat:no-repeat;
    display:block;
	background-position:bottom left;
    width:22px;
    height:22px;
}


table#basket tr td.basketRemove a:link,
table#basket tr td.basketRemove a:visited
{
    background-image:url(/images/ecom/basketRemove.gif.v=1);
    background-repeat:no-repeat;
    display:block;
	background-position:top left;
    width:22px;
    height:22px;
}

table#basket tr td.basketRemove a:hover,
table#basket tr td.basketRemove a:active
{
    background-image:url(/images/ecom/basketRemove.gif.v=1);
    background-repeat:no-repeat;
    display:block;
	background-position:bottom left;
    width:22px;
    height:22px;
}


table#basket tr td.empty a:link,
table#basket tr td.empty a:visited
{
    background-image:url(/images/ecom/basketEmpty.gif.v=1);
    background-repeat:no-repeat;
    display:block;
	background-position:top left;
    width:22px;
    height:22px;
}

table#basket tr td.empty a:hover,
table#basket tr td.empty a:active
{
    background-image:url(/images/ecom/basketEmpty.gif.v=1);
    background-repeat:no-repeat;
    display:block;
	background-position:bottom left;
    width:22px;
    height:22px;
}

span.evengeduld
{
    font-weight:bold;
    display:none;
}