/* $Id: job.css 124 2009-01-24 20:00:28Z jernej.svetek $ */

@import "job_list.css";
@import "job_search.css";
@import "/plugins/employer/css/employer.css";*/

.job {
	
}


/* category list */
.job .job_categories {
	margin: 13px 0 20px 0;
}
.job .job_categories h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #777;
	margin-bottom: 8px;
}
.job .job_categories div {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #549ecc;
}


/* single */
.single_job {
	
}
.single_job .job_picture {
	margin-bottom: 1em;
	text-align: center;
}
.single_job .date,
.single_job .regions,
.single_job .category {
	font-size: 1.1em;
	line-height: 1.4em;
}
.single_job .category {
	margin-bottom: 1em;
}
.single_job .main_content {
	padding-bottom: 10px;
	border-bottom: 5px solid #e1e8ea;
	margin-bottom: 10px !important;
}
.single_job .links a {
	float: left;
	background: url('/dsg/form_submit_big.gif') no-repeat top center;
	width: 110px;
	height: 20px; /*23*/
	padding-top: 3px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-right: 4px;
}
.single_job .links a.comment_view,
.single_job .links a.comment_add {
	float: right;
	margin-right: 0;
	margin-left: 4px;
	background-image: url('../dsg/button_comment_add.gif');
	width: 124px;
}

.single_job .employer_desc .main_content {
	border: 0px;
}
