div#FeaturedVacancies
{
}

div#FeaturedVacancies div.item
{
	width: 150px;
	color: #888888;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #AAAAAA;
}

div#FeaturedVacancies div.item div.title
{
	color: #000099;
	font-size: 1.1em;
	margin-bottom: 4px;
	background-image: url(/lib/images/i_small_arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
}

div#FeaturedVacancies div.item div.title a
{
	color: #000099;
	padding-left: 10px;
	text-decoration: none;
}

div#FeaturedVacancies div.item div.title a:hover
{
	text-decoration: underline;
}

div#FeaturedVacancies div.item div.viewDetails
{
	text-align: right;
	margin-top: 3px;
}
