/* Start of CMSMS style sheet 'prijstabellen' */
table.detailBlok {
    width: 560px;
    border: 2px solid #011a44;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    margin-left: 10px;
}

table.detailBlok p {
	margin: 0;
        line-height: 1em;
}

table.detailBlok th {
	background: #011a44;
}

table.detailBlok th.left {
	text-align:left;
	padding-left: 0.3em;
}

table.detailBlok th.right {
	text-align:left;
	padding-right: 0.3em;
}

table.detailBlok th p {
	color: #ffffff;
        padding: 0.5em;
}


table.detailBlok td {
	height: 1.5em;
	color: #011a44;
	border-bottom: 1px solid #ccc;
}

table.detailBlok td p {
	color: #011a44;
	padding: 0.5em;
}

table.detailBlok td.lightBlue {
	background: #d9ebfc;
}

table.detailBlok ul {
    margin-left: 1em;
    line-height: 1.5em;
    padding: 1em;
    list-style-type: square;
    list-style-position: outside;
}


table.prijs {

}

table.prijs th {
	background: #011a44;
}

table.prijs th.left {
	text-align:left;
	padding-left: 0.1em;
}

table.prijs th {
	color: #ffffff;
	padding-left: 0.2em;
}

table.prijs th p {
	color: #ffffff;
}

table.prijs td {
padding-left: 0.2em;
border-bottom: 1px solid #ccc;
}

/* End of 'prijstabellen' */

