.title_winkelmandje 
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 16px;
}

.tblShoppingCart 
{
	width: 500px;
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
}

.tblShoppingCart th 
{
	padding: 5px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 15px;	
}

.tblShoppingCart td 
{
	padding: 5px;
	border: 1px solid #DDDDDD;	
	vertical-align: top;
	
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 15px;
}

.tblConfirmCart 
{
	width: 500px;
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
}

.tblConfirmCart h4 
{
	margin-bottom: 2px;
}

.tblConfirmCart td 
{
	padding: 10px;
	border: 1px solid #DDDDDD;	
	vertical-align: top;
	
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 15px;	
}
.tblInschrijfformulier 
{
	width: 500px;
}

.tblInschrijfformulier td 
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 15px;
	
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
}

.tblInschrijfformulier td input 
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 15px;
}

.tblInschrijfformulier td select 
{
	width: 286px;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 15px;
}

.page_title
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
}