/* Player Overview */

.mod-playerpreview {}
.mod-playerpreview ul,
.mod-playerpreview li {
	padding: 0!important;
	margin: 0;
	background-image: none!important;
	}
.mod-playerpreview li {
	float: left;
	display: block;
	padding: 0 20px 20px 0!important;
	font-size: 10px;
	}	
.mod-playerpreview li h3 {
	font-weight: normal;
	padding: 3px 0 0 0;
	margin: 0;
	white-space: nowrap;
	line-height: 1.3;
	}		
.mod-playerpreview li h3 em {
	display: block;
	color: #999;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	}	
.mod-playerpreview li img {
	width: 100px;
	display: block;
	
	}	

/* Nyro display - Player Detail */
.mod-playerprofile {
	background-color: #fff;
	text-align: left;
	width: 840px;
	height: 480px;
	}
.player-info {
	width: 600px;
	height: 450px;
	background: url(../../library/bg-playerinfo.png) no-repeat 0 -36px;
	margin-top: 30px;
	overflow: visible;
	overflow-x: hidden;
	overflow-y: auto; 
	height: 450px;
	}	
.player-image,	
.player-info,
.player-stats,
.player-description {
	float: left;
	}	
.player-image {
	width: 240px;
	overflow: hidden;
	}	
.player-image h1 {
	margin: 0 0 0 0;
	padding: 15px 0 0 20px;
	height: 105px;
	line-height: 1.2em;
	}	
.player-image h1 em {
	display: block;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	color: #666;
	}		
.player-stats {
	width: 250px;
	padding: 20px;
	}
.player-description {
	width: 250px;
	padding: 20px;
	
	}
dl {
	display: block;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	}
dt,
dd {
	display: inline-block;
	padding: 2px 0 3px 0;
	border-top: 1px solid #fff;
	float: left;
	width: 60%;
	}
dt {
	clear: left;
	width: 40%;
	color: #999;
	font-size: 9px;
	text-transform: uppercase;
	font-family: arial,verdana,helvetica,clean,sans-serif;
	}					