/* Categories on job page */
.jobContentCol {
	float					: left;
	width					: 200px;
}

.jobRow {
	font-size				: 12px;
	padding					: 3px 0px;
}


/* Job posters on the job page*/
.jobPoster {
	width					: 255px;
	border					: 1px solid #828282;
	float					: left;
	margin-bottom			: 20px;
}

.jobPoster .titleBG {
	height					: 24px;
	width					: 255px;
	background				: transparent url(/images/blue_top_24px.gif) repeat-x scroll top center;	
}

.jobPoster .title {
	padding					: 2px 10px;
	color					: white;
	font-size				: 12px;
	font-weight				: bold;	
}

.jobPoster .heading {
	padding					: 5px 10px;
}

/* Search job styles*/
.searchjob div {
	float					: left;
	font-size				: 12px;
	
}

.searchjob .text {
	font-size				: 13px; 
	padding-top				: 3px;
	margin-right			: 5px;
}


/* Latest jobs block in spotmenu*/
.jwboxouter { 
	left					: -10px; 
	top						: -5px; 
	position				: relative; 
	width					: 200px;
}
.jwboxitem { 
	padding					: 4px 10px; 
	font-weight				: bold; 
}
.jwboxtitle { 
	font-size				: 14px; 
	color					: white; 
	font-family				: arial; 
	padding					: 5px 0px 0px 10px; 
	font-weight				: bold;
}
.jwboxtop { 
	height					: 32px;
	width					: 200px;
	background-image		: url(/themes/theme_eksperten/images/spotmenu_top.gif);
	background-position		: center top;
	background-repeat		: no-repeat;
}
.jwboxhr { 
	border-bottom			: 1px solid rgb(204, 204, 204) 
}
.jwboxmore { 
	float					: right; 
	clear					: both; 
	padding					: 3px 10px 5px 0px;
}
