﻿body, .normaltext
{ 
	behavior:url("csshover.htc");
	font-family: Verdana, sans-serif; 
	font-size: x-small;
	color: Black;	
	background-color: White;
}

.shopheader
{
	text-align: center;
	padding-top: 50px;
}

.statusbox
{
	text-align: left;
	margin: 5px; 
	border: 1px solid #000000; 
	padding: 20px; 
	color: white;
	font-size: 8pt;
	background-color: #666666; 
	width: 256px;
}

.statusbox td
{
	color: white;
	font-size: 8pt;
}

.artikel
{
	padding: 20px;
	background-color: #666666; 
	color: white;
	width: 75%;
	border: 1px black solid;
}

.shoppingcart
{
	border-collapse: collapse;	
	border: 2px gray solid;	
	padding: 5px;
}

.shoppingcart td
{
	border-top: 1px gray solid;	
	border-bottom: 1px gray solid;	
	padding-right: 10px;
}


.verderwinkelen
{
	border: 1px black solid;	
	margin: 40px;
	padding: 20px;
	width: 450px;
	background-color: #666666; 
	color: white;
}

.artikel td
{
	color: white;
}

table
{
	font-size: x-small;
}

.adresgegevens
{
	border: 1px black solid;	
	margin: 40px;
	padding: 20px;
	width: 450px;
	background-color: #666666; 
	color: white;
}

.artikeldetails
{
	border: 1px black solid;	
	margin: 0px;
	padding: 10px;
	background-color: #666666; 
	color: white;
}

.artikeldetails td
{
	color: white;
	font-size: 8pt;
}


.adresgegevens td
{
	color: white;
}


a, a:visited 
{ 
	text-decoration: none; 
	color: Orange; 
	background-color: transparent 
}

a:hover      
{ 
	text-decoration: underline 
}

.tabs
{
	font-weight:bold; 
	text-align:center;	
}

.tabsselected 
{ 
	color: Black; background-color: White; 
	border-bottom: none; border-left: 1px solid Black; border-top: 1px solid Black; border-right: 1px solid Black; 
	height: 40px; width: 16% 
}

.tabsunselected 
{ 
	color: Gray; background-color: White; 
	border-bottom: 1px solid Black; 
	height: 40px; width: 16% 
}

.tabs td:hover 
{ 	
	color: White; background-color: Black;
	text-decoration: underline;
	cursor: pointer;	
}