.quickSelect .itemContent {
	background: #78429b url(../images/achter_vacaturebank_home_bottom.gif) 0 bottom no-repeat;
	float: left;
	clear: both;
	width: 441px;
	padding: 0 13px 12px 18px;
	margin: 0 0 3px 0;
}

	#contentBody .quickSelect .itemContent a {
		color: #fff;
		text-decoration: underline;
	}

	#contentBody .quickSelect .itemContent a:hover, #contentBody .quickSelect .itemContent a:focus, #contentBody .quickSelect .itemContent a:active {
		color: #80aac4;
		text-decoration: underline;
	}


	.quickSelect .tabs, .quickSelect #selectVac,
	.selectVacTab #latestVac, .latestVacTab #selectVac,
	#selectPlaats .select, #selectPlaats input {
		display: none;
	}

	.jsEnabled .tabs,
	.latestVacTab #latestVac, .selectVacTab #selectVac,
	.jsEnabled #selectPlaats .select, .jsEnabled #selectPlaats input{
		display: block;
	}


			#contentBody .itemContent .tabs li a {
				display: block;
				color: #fff;
				text-decoration: none;
				width: 96px;
				padding: 1px 5px 2px;
				background: url(../images/bg_tab_quickselect.png) #80aac4 no-repeat left top;
			}

			.selectVacTab .tabs li#selectVacTab a, .latestVacTab .tabs li#latestVacTab a {
				background-image: url(../images/bg_tab_quickselect_selected.png);
				background-color: #fff;
			}

			.selectVacTab .tabs li#selectVacTab a, .latestVacTab .tabs li#latestVacTab a,
			#inhoud .itemContent .tabs li a:hover, #inhoud .itemContent .tabs li a:focus, #inhoud .itemContent .tabs li a:active {
				color: #000;
				text-decoration: none;
			}

	.quickSelect h3 {
		font-weight: bold;
		color: #fff;
		padding: 0;
	}

	.quickSelect ul.overview {
		list-style-type: none;
		margin-top: 6px;
		padding-top: 0;
	}

		.quickSelect .overview li {
			/*background: url(../images/achter_li_wit.gif) transparent no-repeat 0 0.1em;*/
			padding: 2px 5px;
			background-image: none;
		}

			#contentBody .quickSelect .overview li a {
				text-decoration: none;
				padding-right: 14px;
				background: url(../images/ic_verder_wit.gif) transparent no-repeat right top;
			}

			#contentBody .quickSelect .overview li a:hover, #contentBody .quickSelect .overview li a:focus, #contentBody .quickSelect .overview li a:active {
				text-decoration: underline;
				background-image: url(../images/ic_verder_blauw.gif);
			}

	.quickSelect .more {
		margin: 0;
		padding-bottom: 2px;
	}

		#contentBody .quickSelect .more a {
			color: #fff;
			text-decoration: none;
			padding-right: 13px;
			background: url(../images/ic_verder_wit_klein.gif) transparent no-repeat 100% 0.3em;
		}

		.quickSelect .more a:hover, .quickSelect .more a:focus, .quickSelect .more a:active {
			color: #80aac4;
			text-decoration: underline;
			background-image: url(../images/ic_verder_blauw_klein.gif);
		}

	.quickSelect form {
		float: left;
		clear: both;
		width: 440px;
		margin: 0 -5px;
		padding: 0;
	}
	* html .quickSelect form { margin: 0 -3px 0 -2px; }

		.quickSelect form p {
			margin: 0 5px; 
		}

		.quickSelect form ul.select {
			margin: 1px 0 0 0;
			padding: 0;
			list-style-type: none;
			width: 360px;
			float: left;
		}

			.quickSelect form .select li {
				position: relative;
				width: 172px;
				margin: 8px 8px 0 0;
				padding: 0;
				background: url(../images/bg_quickselect_select_top.png) #fff no-repeat left top;
				float: left;
			}

			.quickSelect form .select li.jsSelect {
				z-index: 1;
			}

				.quickSelect form .select h3 {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 1.1em;
					font-weight: normal;
					color: #058;
					padding: 0;
					background: url(../images/bg_quickselect_select_bottom.png) transparent no-repeat left bottom;
				}
					.quickSelect form .select li.jsSelect h3 {
						background-image: url(../images/bg_quickselect_select_open_bottom.png);
					}

					#contentBody .quickSelect form .select h3 a,
					#contentBody .quickSelect form .select h3 a:hover, #contentBody .quickSelect form .select h3 a:focus, #contentBody .quickSelect form .select h3 a:active {
						display: block;
						color: #49b;
						text-decoration: none;
						width: 148px;
						padding: 0px 16px 3px 8px;
						outline: none;
					}

					.quickSelect form .select fieldset {
						position: absolute;
						left: -9999px;
						display: none;
						min-width: 200px;
						margin: 0;
						padding: 12px 8px 4px;
						background: #fff url(../images/achter_fieldset_home.gif) 0 0 no-repeat;
						border: 1px solid #78429b;
						border-top: none;
					}
					* html .quickSelect form .select fieldset { width: 200px; }

					.quickSelect form .select .jsSelect fieldset {
						left: -1px;
						display: block;
					}

						.quickSelect form .select .close {
							float: right;
							margin: 0;
							top: 5px;
						}
						* html .quickSelect form .select .close { position: absolute; right: 8px; }
						*:first-child+html .quickSelect form .select .close { position: absolute; right: 8px; }

							.quickSelect form .select .close * {
								display: block;
								border-style: none;
							}

						.quickSelect form .select label {
							position: relative;
							display: block;
							float: left;
							clear: both;
							color: #49b;
							white-space: nowrap;
							margin: 2px 0;
							padding-left: 20px;
						}

						.quickSelect form .select input {
							position: absolute;
							left: 0;
							top: 0;
							margin: 0;
						}
						* html .quickSelect form .select input { left: -4px; top: -2px; }
						*:first-child+html .quickSelect form .select input { left: -4px; top: -2px; }

