

/* [ Summary Tables ] */

.standings-summary {
	background: url(standings-summary.gif);
	min-height: 1px;
	margin: .5em -15px 1em;
	padding: 15px 0 0 0;
	height: 55px;
	
	position: relative;
	}
	
	.standings-summary:after {		content: ".";		display: block;		clear: both;		visibility: hidden;		clear: both;		}

	
	
.standings-summary dt {
	float: left;
	font-size: 10px;
	line-height: 10px;
	color: #333;
	width: 45px;
	height: 30px;
	padding: 8px 10px 0;
	margin: 0;
	text-align: right;
	}
	
.standings-summary dd {
	float: left;
	font-size: 30px;
	line-height: 30px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	}
	
	.standings-summary dd strong {
		font-weight: normal;
		}
		

.standings-summary dt.bonus-points,
.standings-summary dt.position
 {
	border-left: 1px solid #666;
	margin-left: 20px;
	}
	
.standings-summary dt.position {
	width: 55px;
	}