/* GJ wijzigingen:  Gegevens tabel*/
div.gegevens dl {
width: 500px;
}

div.gegevens dl dt{
width:120px;
float:left;
font-weight:bold;
height: 20px;
padding:10px 0px 10px 0px;
min-height: 1px; /* Required to give layout to empty elements */
border-bottom: 1px solid #EFDEBA;
}

div.gegevens dl dd{
padding:0px;
height: 20px;
margin:0px;
text-align:left;
padding:10px 0px 10px 0px;
border-bottom: 1px solid #EFDEBA;
}

div.gegevens dl dd div {
display:inline;
margin-left: 10px;
color: #D50028;
}

/* SLAAPTEST */
dl#slaaptest {
width:650px;
float:left;
margin: 15px 0px;
}

dl#slaaptest dt {
width:450px;
float:left;
font-weight:bold;
height: 20px;
padding:10px 0px 10px 0px;
min-height: 1px; /* Required to give layout to empty elements */
border-bottom: 1px solid #EFDEBA;}

dl#slaaptest dd{
padding:0px;
height: 20px;
margin:0px;
text-align:right;
padding:10px 0px 10px 0px;
border-bottom: 1px solid #EFDEBA;
}

dl#slaaptest dd input{
	margin-right: 20px;
	margin-left:15px;
}

/* SITEMAP */
ul#sitemap {
margin:0px;
padding:0px;
margin-left: 0px;
list-style-type: none;
}

ul#sitemap li {
padding: 2px 0px;
}

ul#sitemap li a{
	font-weight:bold;
	color: #CC9966;
	text-decoration: none;
}

ul#sitemap li ul {
list-style-type: square;
}

ul#sitemap li ul li {
float:none;
}

ul#sitemap li ul li a{
	color: #D50028;
	font-weight: normal;

}

ul#sitemapshop {
margin:0px;
padding:0px;
margin-left: 0px;
list-style-type: none;
}

ul#sitemapshop li {
padding: 4px 0px;
float:left;
width: 220px;
margin-bottom: 10px;
}

ul#sitemapshop li a{
	font-weight:bold;
	color: #CC9966;
text-decoration: none;
}

ul#sitemapshop li ul {
list-style-type: square;
margin:0px;
padding:0px;
margin-left:15px;
}

ul#sitemapshop li ul li {
float:none;
margin:0px;
}

ul#sitemapshop li ul li a{
	color: #D50028;
	font-weight: normal;

}

table.cart td{
border: 1px solid #EFDEBA;
}