#left .box h1
{
	display: block;
	height: 31px;
	width: 634px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 28px;
}

#left .box h1 span
{
	float: left;
	text-align: right;
	display: block;
	width: 151px;
	padding-top: 3px;
}

#left .box h1 a.other_date
{
	float: right;
	display: block;
	width: 76px;
	height: 26px;
	margin-left: 7px;
	padding-top: 4px;
	text-indent: -9999px;
	overflow: show;
	background: url(../i/scores/other_date.gif) no-repeat 0px 3px;
}

#left .box h1 span.h1
{
	float: left;
	text-align: left;
	display: block;
	width: 400px;
	padding-top: 3px;
}

#left .box h3 { padding: 0 10px; }

.other-date {
	color: #fff;
	padding-left: 20px;
	display: block;
	float: left;
	line-height: 32px;
}

/* = scores_item
====================================== */

.scores_item{
	width: 631px;
	height: 46px;
	background: url(../i/scores/item_off.gif) no-repeat;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}	

.scores_item:hover{
	background: url(../i/scores/item_on.gif) no-repeat;
	text-decoration: none !important;
}	

.scores_item a:hover { text-decoration: none; }

.scores_item .time{
	color: #fff;
	float: left;
	font-weight: bold;
	width: 70px;
	text-align: center;
	padding-top: 2px;
}


.scores_item .team_1{
	float: left;
	font-weight: bold;
	width: 230px;
	margin-top: 11px;
	text-align: right;
	padding-right: 7px;
	overflow: hidden;
	height: 15px;
	line-height: 13px;	
}

.scores_item .score_1{
	float: left;
	font-weight: bold;
	width: 20px;
	margin-top: 9px;
	text-align: center;
	color: #fff;
}

.scores_item .score_2{
	float: left;
	font-weight: bold;
	width: 20px;
	margin-top: 9px;
	text-align: center;
	color: #fff;
	margin-left: 16px;
}

.scores_item .cancel{
	float: left;
	font-weight: bold;
	width: 50px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	color: #fff;
	background: url(../i/scores/cancel_bg_off.gif) repeat-x;
}

.scores_item:hover .cancel{
	background: url(../i/scores/cancel_bg_on.gif) repeat-x;	
}

.scores_item .team_2{
	float: left;
	font-weight: bold;
	width: 260px;
	margin-top: 11px;
	text-align: left;
	padding-left: 8px;
	overflow: hidden;
	height: 15px;
	line-height: 13px;
}

