/* Online's styles */

.b-online_report .date {
	font:normal 12px/20px 'PT Sans';
	color:#939fa7;
}
.b-online_report .scoreboard {
	margin:10px 0;
	border-top:1px solid #e3e6e8;
	border-bottom:1px solid #e3e6e8;
	text-align: center;
	padding:20px 0;
	font:normal 14px/20px 'PT Sans';
	color:#60707a;
}	
	.b-online_report .scoreboard .team_logo, .scoreboard .team_name, .scoreboard .goals, .scoreboard .penalty {
		margin-bottom:10px;
	}
	.b-online_report .scoreboard .team_logo .middle {
		text-transform: uppercase;
		font-weight: bold;
		color:#939fa7;
	}
	.b-online_report .scoreboard .team_name .middle {
		color:#939fa7;
	}
	.b-online_report .scoreboard .team_name {
		font:bold 26px/24px 'PT Serif';
		color:#671a1d;
	}
	.b-online_report .scoreboard .info {
		font-size:12px;
	}
	.b-online_report .scoreboard .left, .b-online_report .scoreboard .right {
		display:inline-block;
		width:310px;							
	}
	.b-online_report .scoreboard.m-basketball .left, .b-online_report .scoreboard .right {
		width:290px;							
	}
	.b-online_report .scoreboard .left {
		text-align: right;
	}
	.b-online_report .scoreboard .right {
		text-align: left;
	}
	.b-online_report .scoreboard .middle {
		display:inline-block;
		width:65px;
	}
	.b-online_report .scoreboard.m-basketball .middle {
		width:105px;
	}
	.b-online_report .scoreboard .team_logo img {
		width:50px;
		height:50px;
	}
	.b-online_report .scoreboard .goals .left, .scoreboard .goals .middle, .scoreboard .goals .right {
		vertical-align: top;
	}
	.b-online_report .scoreboard .team_name .left, .scoreboard .team_name .middle, .scoreboard .team_name .right {
		vertical-align: top;
	}
	.b-online_report .scoreboard .team_name .middle .pen {
		font:normal 16px/10px 'PT Sans';
		color:#60707a;
	}
	.b-online_report .scoreboard .penalty .fail {
		color:#671a1d;
	}
.text_online .team {
	display: inline;
	width:350px;
	float:left;
	margin-left:10px;
	1outline: 1px dotted red;
}
.text_online .team.ml0 {
	margin-left:0;
}
.text_online .team .red, .text_online .team .yellow, .text_online .team .in, .text_online .team .out {
	display: inline-block;
	width:24px;
	height:18px;
	background:url(http://static.gazeta.ru/nm2012/i/sports_online_events.png);
	vertical-align: middle;
} 
.text_online .team .red {
	background-position:0 -96px;
}
.text_online .team .yellow {
	background-position:0 -114px;
}
.text_online .team .in {
	background-position:0 -132px;
}
.text_online .team .out {
	background-position:0 -150px;
}
.text_online .team .name {
	font:bold 20px/24px 'PT Serif';
	color:#671a1d;
	margin-bottom:10px;
	1text-align: center;
	padding-left:20px;
}
.text_online .team .part {
	font:bold 14px/20px 'PT Sans';
	color:#939fa7;
	margin-top:10px;
	border-bottom:2px solid #e3e6e8;
	padding-left:20px;
}
.text_online .team .name + .part {
	margin-top:0;
}
.text_online .team .player {
	padding:5px 10px;
	background:#fcfcfc;
	border-bottom:1px solid #dddddd;
	font:bold 14px/22px 'PT Sans';
	color:#333333;
}
.text_online .team .player.coach {
	padding-left:20px;
	border-bottom:0;
}
.text_online .team .player.odd {
	background:#f6f6f6;
}
.text_online .team .player .number {
	display: inline-block;
	width:40px;
	padding-left:10px;
	color:#939fa7;
}

.text_online .event {
	padding:10px;
	margin:0 10px 10px 10px;
}
.text_online .event.more {
	background:#e8e8e8;
	border-radius: 3px;
	box-shadow: inset 0 0 3px 1px #dfdfdf;

}
.text_online .event.goal {
	background:url('http://static.gazeta.ru/nm2012/i/football_goal_bg.jpg');
	border-radius: 3px;
	box-shadow: inset 0 0 3px 0px rgba(0,0,0,0.1);
	position: relative;
}
.text_online.m-hockey .event.goal {
	background:url('http://static.gazeta.ru/nm2012/i/hockey_goal_bg.jpg');
}
.text_online.m-basketball .event.goal {
	background:url('http://static.gazeta.ru/nm2012/i/baseketball_goal_bg.jpg');
}
.text_online .event.goal:after {
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	height:35px;
	background: url('http://static.gazeta.ru/nm2012/i/football_goal.png') no-repeat 0 0;
}
.text_online.m-hockey .event.goal {
	min-height:110px
}
.text_online.m-basketball .event.goal {
	min-height:60px
}
.text_online.m-hockey .event.goal:after {
	height:110px;
	background: url('http://static.gazeta.ru/nm2012/i/hockey_goal.png') no-repeat 0 0;
}
.text_online.m-basketball .event.goal:after {
	height:60px;
	background: url('http://static.gazeta.ru/nm2012/i/basketball_goal.png') no-repeat 0 0;
}
.text_online .event .time {
	font:bold 18px/24px 'PT Sans';
	color:#939fa7;
}
.text_online .event.goal .time {
	height:35px;
}
.text_online .event.goal .result_tmp {
	color:#666;
}
.text_online .event .comment {
	font:normal 15px/18px 'PT Serif';
	color:#333333;
}
.text_online .event.goal .comment, .text_online .event.goal .time {
	color:#fff;
	position:relative;
	z-index:2;
}
.text_online.m-hockey .event.goal .comment, .text_online.m-hockey .event.goal .time, .text_online.m-basketball .event.goal .comment, .text_online.m-basketball .event.goal .time {
	color:#000;
	position:relative;
	z-index:2;
}
.text_online .event .yellow, .text_online .event .red, .text_online .event .in, .text_online .event .out, .text_online .event .whistle, .text_online .event .timeout, .text_online .event .ball {
	display: inline-block;
	width:32px;
	height:24px;
	vertical-align: middle;
	background:url('http://static.gazeta.ru/nm2012/i/sports_online_events.png');
}
.text_online .event .timeout, .text_online .event .ball {
	width:24px;
	height:18px;
	vertical-align:middle;
}
.text_online .event .red {
	background-position: 0 0;
}
.text_online .event .yellow {
	background-position: 0 -24px;
}
.text_online .event .in {
	background-position: 0 -48px;
}
.text_online .event .out {
	background-position: 0 -72px;
}
.text_online .event .whistle {
	background-position: 0 -168px;
}
.text_online .event .timeout {
	background-position: 0 -210px;
}
.text_online .event .ball {
	background-position: 0 -192px;
	position:relative;
	bottom:2px;
}