/* CSS Document */

/* 	rood = #ca0040
	blauw= #003263
*/
.producten table {
	margin-top: 17px;
	width: 500px;
/*	position: absolute;
	left: 190px;
	top: 102px;*/
}
.rodelijn td {
	border-bottom: 1px solid #ca0040;
}

.aanvraag {
	margin-top: 17px;
	display:block;
}
/*.blauwelijn{
	width: 308px;
	line-height: 2em;
	padding-left: 2px;
	font-size: 1.1em;
	border-left: none;
	border-top: 1px solid #003263;
	border-right: 1px solid #003263;
	border-bottom: 1px solid #003263;
}*/
/* in stylesheet: producten.css - aanpassingen 15 augustus 2007 */
.blauwelijn,
.groenelijn {
	font: "Century Gothic", Verdana;
	width: 308px;
	color: #003263;
	line-height: 2em;
	padding-left: 2px;
	font-size: 1.0em;
	border-left: none;
	border-top: 1px solid #003263;
	border-right: 1px solid #003263;
	border-bottom: 1px solid #003263;
}

.selectMonitor {
	width:160px;
	border-top: 1px solid #003263;
	border-right: 1px solid #003263;
	border-bottom: 1px solid #003263;
	}

.groenelijn {
	width: 155px; 
	line-height:normal; 
	text-align:right; 
	padding: 2px 2px 2px 0;
	}

.aanvraag_titel {
	border: 1px solid #ca0040;
	background-color: #ca0040;
	color: #fff;
	padding-left: 2px;
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
}
.aanvraag_subtitel {
	background-color: #003263;
	color: #fff;
	padding-left: 2px;
	font-size: 1.0em;
	font-weight: bold;
	font-variant: small-caps;
}
.aanvraag_button,
.groen_button {
	border: 1px solid #fff;
	background-color: #ca0040;
	color: #fff;
	width: 154px;
	padding-left: 2px;
	font-size: 1.0em;
	font-weight: bold;
	font-variant: small-caps;
}
.groen_button {width: 160px;}

button.aanvraag_button,
button.sort_button,
a.aanvraag_button, 
a.aanvraag_button:link, 
a.aanvraag_button:visited {
	border: 1px solid #fff;
	background-color: #ca0040;
	color: #fff;
	display:block;
	text-align:center;
	width: 154px;
	padding-left: 2px;
	font-size: 1.0em;
	font-weight: bold;
	font-variant: small-caps;
}

button.sort_button { width: 50px; height: 20px; cursor:hand; }

.totalTop { background: url(../images/sort/totalTop.png) no-repeat center center; }
.top { background: url(../images/sort/top.png) no-repeat center center; }
.bottom { background: url(../images/sort/bottom.png) no-repeat center center; }
.totalBottom { background: url(../images/sort/totalBottom.png) no-repeat center center; }

*html .totalTop { background: url(../images/sort/totalTop.gif) no-repeat center center; }
*html .top { background: url(../images/sort/top.gif) no-repeat center center; }
*html .bottom { background: url(../images/sort/bottom.gif) no-repeat center center; }
*html .totalBottom { background: url(../images/sort/totalBottom.gif) no-repeat center center; }

.sort_button span {display:none;}

select {width:310px;}
