/**************************** overriding general styles ****************************/

/**************************** job shared styles ****************************/

#jobs {
}

#job_container_______ {
	float:left;
	clear:both;
	width:946px;
	margin:21px;
	margin-top: 0px;
	background-repeat:repeat-x;
}

#job_adblock {
	background-color:White;
	margin-top: 14px;
}

/**************************** job titels ****************************/

#jobs_title {
}

#jobs h1 {
	font-size:2.3em;
	padding:0;
	margin:0;
	margin-bottom:20px;
	margin-top: 40px;
	font-weight: 800;
}

#jobs h2 {
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:1.2em;
}

#jobs h2:first-letter {
	text-transform: uppercase;
}

.favicon {
	vertical-align:middle;
}

/**************************** featured jobs ****************************/

#jobs_featured {
	padding: 0px;
}

#jobs_featured ul li {
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
	margin-bottom: 14px;
	border: 1px solid #CDB64A;
	background-color: White;
}

#jobs_featured .feat_logo {
	clear: both;
	padding: 14px;
	text-align: center;
}

#jobs_featured .feat_meta {
	clear: both;
	background-color: #FFFC90;
	padding: 14px;
	margin: 0px;
}

#jobs_featured a, #jobs_featured a:visited {
	color: #7D6600;
	font-weight: normal;
	padding: 0px;
}

#jobs_featured img {
	max-width: 160px;
	max-height: 75px;
}

/**************************** jobs by distance, popular, similar ****************************/

#job_related .jobs_block {
	width: 432px;
	padding-left: 0px;
}

.jobs_block {
}

.jobs_block ul{
	display:block;
	float:left;
	list-style: none;
	padding:0;
}

.jobs_block ul a{
	display:block;
	float:left;
	padding-top:4px;
	padding-bottom:4px;
	font-weight: bold;
}

.jobs_block ul li{
	display:block;
	float:left;
	clear: both;
}

.jobs_block ul li a {
	margin: 0;
	text-decoration: none;
}

.jobs_block ul li a:hover {
	text-decoration: underline;
}

.jobs_block ul li p {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 14px;
	clear: both;
}

.back2overview {
	clear: both;
	background-color: White;
	padding: 21px 21px 21px 35px;
	font-weight: bold;
}

.back2overview a {
	text-decoration: none;
}

.back2overview a:hover {
	text-decoration: underline;
}

#job_container .back2overview {
	background-color: #F4F4F4;
}

.login_or_register {
	display: block;
	margin-top: 14px;
	margin-bottom: 14px;
	color: Silver;
	font-style: italic;
}

.login_or_register a {
	float: inhirit;
	color: Silver;
	font-weight: normal;
	text-decoration: underline;
}

.jobs_divider {
	font-size: 2.4em;
	color: Gray;
	border-bottom: 1px solid Silver;
	margin-top: 35px;
	margin-bottom: 35px;
}

