div#contestant-scores {
	padding:10px;
	overflow:hidden;
	float:none;
	clear:both;
	margin-bottom:30px;
	height:209px;
	background-image:url(../content/images/contestants/main_bg.png);
	background-repeat:no-repeat;
	width:930px.
}

div#contestant-scores-header {
	height:63px;
	margin-bottom:10px;
	background-image:url(../content/images/contestants/header.png);
	background-repeat:no-repeat;
}

div#contestant-scores-header h3, div#contestant-scores-header p {
	position:absolute;
	left:-999em;
}

div#contestant-scores-header a#kf-link {
	float:right;
	width:193px;
	height:32px;
	background-image:url(../content/images/contestants/kf-link.png);
	background-repeat:no-repeat;
	margin-right:3px;
	margin-top:17px;
	text-indent:-999em;
}

div.contestant {
	width:221px;
	float:left;
	margin-right:12px;
}

div.contestant.last {
	margin-right:0;
}

div.contestant-name {
	background-image:url(../content/images/contestants/contestant-name-bg.png);
	height:21px;
	font-size:13px;
	font-weight:bold;
	padding-top:6px;
	padding-left:9px;
	margin-bottom:2px;
}

div.contestant-biq {
	float:left;
	width:60px;
	height:107px;
	margin-right:2px;
	background-image:url(../content/images/contestants/biq-bg.png);
}

div.contestant-biq h4 {
	position:absolute;
	left:-999em;
}

div.contestant-biq img {
	display:block;
	height:70px;
	width:58px;
	margin-top:1px;
	margin-left:1px;
}

div.contestant-biq .iq {
	overflow:hidden;
}

div.contestant-biq .iq div {
	color:#fff;
	display:block;
	margin:11px auto 0;
	font-size:20px;
	width:auto;
	text-align:center;
}

div.contestant-score-table {
	background-image:url(../content/images/contestants/stats-bg.png);
	width:133px;
	height:103px;
	float:left;
	padding-top:4px;
	padding-left:12px;
	padding-right:14px;
}

div.contestant-score-table td img {
	margin-left:5px;
}

div.contestant-score-table tr {
	height:20px;
}

div.contestant-score-table td {
	vertical-align:middle;
}

div.contestant-score-table td.score {
	color:#73a800;
	padding:0 6px;
}