
/* CSS Document */

.pagetype_content #page_content{
	width: 550px;
}

.content_header {
	height: auto; /* Grid 3 - 2x20 padding*/
	color: #fff;
	min-height: 160px;
}
	
* html .content_header {
	height: 160px;
}

.pagetype_content #page_content .header .tool_strip{
	min-height: 24px;
}

* html .header .pagetype_content #page_content .header .tool_strip{
	height: 24px;
}
	
/*[ Header Photo ] */

#player_header_photo {
	position: absolute;
	top: 13px;
	/* left: 300px; */
	right: 193px;
	}
	
	#player_header_photo img {
		display: block;
		padding: 1px;
		background: #fff;
		border: solid 1px #484848;
		}
		
.quick_profile {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	font-size: 10px;
	line-height: 14px;
	}
	
	.quick_profile li {
		margin: 0;
		padding: 0;
		background: none;
		min-height: 1px;
		}
		
		.quick_profile li:after {
			content: ".";
			height: 0;
			display: block;
			clear: both;
			visibility: hidden;
			}
			
		* html .quick_profile li {
			height: 1px;
			}
		
	.quick_profile em {
		float: left;
		width: 100px;
		color: #777777;
		font-weight: normal;
		font-style: normal;
		}
		
	.quick_profile strong {
		float: left;
		width: 200px;
		font-weight: normal;
		}
		
/* [ Related Content Profile List ] */

.related_content {
	top: 127px;
	}
	
	.related_content .header {
		border-bottom: 1px solid #eee;
		}

#player_profile_list {
	margin: 0;
	padding: 10px;
	list-style: none;
	font-size: 11px;
	min-height: 1px;
	}
	
	* html #player_profile_list {
		height: 1px;
		}
		
	#player_profile_list:after {
		content: ".";
		height: 0;
		clear: both;
		display: block;
		visibility:hidden;
		}
	
	#player_profile_list a {
		color: #fff;
		background: url(more_reverse.gif) no-repeat right center;
		padding-right: 12px;
		}
		
	#player_profile_list li {
		float: left;
		width: 105px;
		margin: 0;
		padding: 0;
		background: none;
		}
		
.mvp_summary_table{
	margin: 18px 0;
	text-align: left;
}
