#livescore
{
	width: 477px;
}

#livescore h4
{
	clear: both;
	font-size:15px;
}

#livescore div
{	
	float: left;
	display: block;
	height: 26px;
}	

#livescore .time
{
	width: 70px;	
	padding-right: 10px;
}

#livescore .winner
{
	font-weight: bold;
}

#livescore .active
{
	font-weight: bold;
}

#livescore .home
{
	width: 170px;
	padding-left: 5px;
}

#livescore .out
{
	width: 170px;
	text-align: right;
	padding-right: 20px;
}

#livescore .goal_home
{
	width: 10px;
	padding: 0 5px 0 5px;
}

#livescore .goal_out
{
	width: 10px;
	text-align: right;
	padding: 0 5px 0 5px;
}

#livescore .minute
{
	width: 70px;
	color: #00A41B;
	padding: 0 5px 0 5px;
	text-align: center;
}

#livescore .blink
{
	text-decoration: blink;
}