
.seasons {
	}

.season {
		padding: 0 0 30px;
		}
		
	.season h3 {
		border: 1px solid #ccc;
		background: #eee;
		margin: 0;
		padding: 7px 5px 0;
		}
		
	.season .note {
		color: #777;
		}
		
	.series,
	.matches {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	.series li,
	.matches li {
		background: url(series_li.gif) no-repeat 5px center;
		padding: 3px 0 3px 15px;
		border-bottom: 1px solid #ddd;
		border-top: 3px solid #f9f9f9;
		}
		
	.matches {
		border-top: 1px solid #ddd;
		margin: 0 -20px;
		}
		
	.matches li {
		background: none;
		padding: 3px 20px 10px;
		line-height: 14px;
		position: relative;
		display: block;
		}
		
		* html .matches li {
			height: 1px;
			}
			
	.match {
		display: block;
		min-height: 1px;
		}
		
	.matches .date {
		font-size: 10px;
		color: #777;
		display: block;
		}
		
	.matches .title {
		font-weight: bold;
		font-size: 13px;
		line-height: 18px;
		}
		
	.matches .ground {
		display: block;
		font-size: 11px;
		color: #555;
		}
		
	.matches .type {
		display: block;
		font-size: 11px;
		font-weight: bold;
		}
