
/* 
High Scores for Exorcist
*/

.score_div{
	/*background:#545454 none repeat scroll 0 0;*/
	height:200px;
	margin:0 0 0 12px;
	padding:0 50px;
	width:827px;
	background-image: url("/images/10/exorcist/exorcist-01-highscore-bg.jpg");
}

.hscores_entry{
	float: left;
	width: 270px;
	margin: 0 0 10px 0;
}

.hscores_entrynickname{
	float: left;
	color: #fee7a1;
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size:18px;
}

.hscores_entryscore{
	float: left;
	clear: both;
	color: #fef2ce;
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-size:14px;
	margin: 2px 0 0 0;
}

#hscores_entry_10
{
	margin-left:270px;
}