/* Created by design.bg studios. Source code in this website is property of design.bg. */
/* ------------------ Site styles ------------------ */
@import url(../base/styles.css); 
/* ------------------ Object styles ------------------ */

/* ------------------ Page styles ------------------ */

/* Careers */

.careers a,
.careers a span {
	display:block;
	cursor:pointer;
}

.careers .dark {
	background:#f5f5f5;

}
.careers a{
	padding:5px;
	font-weight:bold;
	text-decoration:none;
	color:#d40c17;
} 
 
.careers a:hover{
	background:#f3feec;
} 

.careers .number {
	font-weight:normal;
	margin-right:5px;
	color: grey;
}
.careers .date {
	font-weight:normal;
	margin-right:5px;
	color: grey;
}

.careers h1 {
	margin-bottom:10px;
}

/* Position */

.position h1 span{
	font-size:13px;
	color:grey;
	padding-left:10px;
}

.position h1 {
	margin-bottom:10px;
}

.position  ul,
.position li{
	padding:0;
	margin:0;
	list-style:none;
}

.position li {
	font-weight:bold;
}

.position li li {
	background:url(../../../pics/path_a.gif) 10px 12px no-repeat;
	padding:5px 0;
	padding-left:25px;
	font-weight:normal;
	
}

.position .odd {
	background-color:#f5f5f5;
}
