
/*** VACATUREBANK ****/

div.cvfoto {
	float:				right;
}

/* FILTER */
div.filter-column {
	float:				left;
	display:			inline;
	width:				211px;
}

div.search-options {
	height:				150px;
	overflow:			hidden;
	overflow-y:			auto;
	width:				192px;
	background-color:	#fff;
}

table.checkbox-table td {
	vertical-align:		top;
}


div#filteroptions {
	padding:			10px;
	background-color:	#fff0f8;
	color:				#656565;
	zoom:				1;
	overflow:			hidden;
}

div.clearer {
	height:				10px !important;
}

label {
	display:			inline;
	float:				left;
	margin-right:		5px;
}

input.text {	
	margin-right:		5px;
	padding:			0px 5px 1px 5px;
	border:				1px solid #d1c5cb;
	background:			#fff url('../images/background-input.gif') no-repeat top left;
}

select {
	margin-top:			2px;
	font-size:			10px;
	border:				1px solid #d1c5cb;
	background:			#fff url('../images/background-input.gif') no-repeat top left;
}

input.radiobttn {
	width:				15px;
	border:				none;
	background:			none;
}


/*** RESULTS ***/
div.result-column {
	float:				left;
	display:			inline;
	width:				440px;
	margin-left:		20px;
}

div.result-column h3 {
	margin:				0 0 5px 0;
}

div.vacatureblock p {
	margin:				0;
}

div.vacaturemetadata {
	margin:				0 0 15px 0;
}
div.vacaturemetadata table {
	border-collapse:	collapse;
}
div.vacaturemetadata table th {
	font-weight:		normal;
	text-align:			left;
	color:				#6a6a6a;
}
div.vacaturemetadata table th em {
	font-style:			normal;
	color:				#000;
}
div.vacaturemetadata table td {
	padding:			0 5px 0 5px;
}


div.vacatureblock ul {
	list-style:			none;
	margin:				0;
	padding:			0;
}
div.vacatureblock ul li {
	padding-left:		14px;
	margin-top:			3px;
	background:			url('/images/list-dot.gif') 0 6px no-repeat;
}