.b-statistics {
	width: 650px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	}
    .b-statistics_p {
        padding: 9px;
        }

.b-statistics  .tab_menu {
	margin: 15px 0 5px -4px;
	overflow: hidden;
	}
	.b-statistics  .tab_menu li {
		float: left;
		padding: 0;
		background: none;
		}
		.b-statistics  .tab_menu li a {
			display: block;
			margin: 0 10px;
			padding-top: 2px;
			font-size: 14px;
			color: #c43c00;
			}
			.b-statistics  .tab_menu li.current a {
				display: block;
				float: left;
				height: 21px;
				margin: 0 12px 0 4px !important;
				padding: 0 0 0 10px !important;
				cursor: pointer;
				background: url("img/project.png") no-repeat -116px -278px;
				font-weight: bold;
				color: #333 !important;
				}
				.b-statistics .tab_menu li.current a span {
					display: block;
					position: relative;
					height: 19px;
					margin-right: -8px;
					padding: 2px 10px 0 0;
					background: url("img/project.png") no-repeat right -278px;
					}

.b-statistics table {
	border-collapse: collapse;
	}
	.sport-statistics_table td {
		padding: 4px 0;
		}
	.sport-statistics_turnir td {
		padding: 5px 0 6px;
		}
.sport-statistics_date {
	padding: 0;
	}
	.sport-statistics_date div {
		margin: 20px -10px 0;
		padding: 5px 10px 6px;
		background: #F5F5F5;
		}
.sport-statistics_turnir th {
	padding: 5px 0 6px;
	background: #F5F5F5;
	font-size: 12px;
	}
.sport-statistics_zebra_bg {
	background: #FCFCFC;
	}