#content h3 {
	/*border-bottom: 1px solid #ccc;
	padding-bottom: 5px;*/
}

#content ul.vacancies {
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 100%;
}

	#content ul.vacancies li {
		padding: 0;
		margin: 0 0 20px 0;
	}

		#content ul.vacancies li span.new {
			background-color: #900;
			color: #fff;
			font-family: Arial, sans-serif;
			text-transform: uppercase;
			padding: 1px 3px;
			font-weight: bold;
			font-size: 95%;
		}

		#content ul.vacancies li h4 {
			text-transform: uppercase;
			font-family: Arial, sans-serif;
			font-size: 85%;
			margin: 0 0 5px 0;
			font-weight: bold;
			letter-spacing: -1px;
			line-height: normal;
		}
		
			#content ul.vacancies li h4 small {
				display: block;
				color: #900;
				font-family: Arial, sans-serif;
				letter-spacing: normal;
				margin-top: 3px;
			}

			#content ul.vacancies li h4 a {
				color: #000;
			}

		#content ul.vacancies li p {
			font-size: 73%;
		}

		#content ul.vacancies li a {
			font-weight: bold;
			text-decoration: none;
			color: #000;
		}
			
			#content ul.vacancies li a.cat {
				color: #900;
			}

			#content ul.vacancies li a:hover {
				text-decoration: underline;
			}