#a_results {	
	width: 304px;
	font-size: 16px;
	background-image: url('/news/special/uk/12/a_level_results/img/line.png');
	background-repeat: no-repeat;
	background-position: 188px 52px;
}

#a_results span {
	display: inline-block;
}

#a_results h2 {
	border-bottom: 1px solid #EDEDED;
    font-size: 1.2em;
    letter-spacing: 0;
    line-height: 2em;
    margin-bottom: 8px;
}

#a_results .highlight,
#a_results .highlight_large {
	color: #FF9900;
	font-weight: normal;
}

#a_results .highlight_large {
	font-size: 2.8em;
	line-height: 1em;
	font-weight: bold;
}

#a_results .left_col {
	margin: 8px 0;
	width: 49%;
	float: left;
}

#a_results .right_col {
	margin: 8px 0;
	width: 49%;
	float: right;
}

#a_results .right {
	text-align: right;
}

#a_results ul,
#a_results ul li {
	margin: 0px;
	padding: 0px;
	background: none;
}

#a_results ul li {
	float: left;
	width: 117px;
	text-align: right;

	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 4px;
}

#a_results ul li.arrow_up {
	background-image: url('/news/special/uk/12/a_level_results/img/up.png');
}

#a_results ul li.arrow_down {
	background-image: url('/news/special/uk/12/a_level_results/img/down.png');
	float: right;
	margin-right: 10px;
}

#a_results ul li .highlight {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1em;
}

br.clear {
	clear: both;
}