/* IMPROVED PLAYERS RND 11-16 */

.ns_playername {
	font-weight:bold;
	font-size:14px;
	border-left: 4px solid #dedede;
	padding-left: 3px;
	padding-bottom: 1px;
	border-bottom: 1px solid #a0a0a0;
	width: 242px;
}

.ns_title {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	border-bottom: 2px solid #a0a0a0;
	margin-top: 16px;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 8px;
}
.ns_playername img {
	width: 16px;
	height: 16px;
	float:left;
	padding-right: 4px;
}

.ns_playercontain {
	width:600px;
	min-height: 160px;
	padding-bottom:8px;
	padding-top:2px;
	margin-bottom: 12px;
	text-align: justify;
}

.ns_playerstats {
	width: 240px;
	background-color: #f3f3f3;
	height: 150px;
	padding-top:5px;
	float:left;
	font-weight: bold;
	font-size: 10px;
	margin-right: 8px;
	margin-left: 4px;
	border-bottom: 1px solid #a0a0a0;
	border-radius:0px 0px 8px 8px;
	-moz-border-radius:0px 0px 8px 8px;
	-webkit-border-radius:0px 0px 8px 8px;
}

.ns_rowtitle {
	float:left;
	width:80px;
	padding-left: 5px;
	border-right: 1px solid black;
}

.ns_rowstat {
	float:left;
	width:75px;
	background-color: white;
	text-align:center;
	font-weight: bold;
	font-size: 10px;
}

.ns_rowheading {
	float:left;
	width:230px;
	margin-left: 5px;
	padding-top: 2px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-weight: bold;
}
.ns_columnround {
	float:left;
	width:34px;
	margin-left: 5px;
	text-align:center;
	font-weight: bold;
}

.ns_columnscore {
	float:left;
	width:34px;
	padding-left: 5px;
	background-color: white;
	text-align:center;
	font-weight: bold;
}

.ns_columnscore img {
	width: 24px;
	height: 24px;
}


p.ns_image {
	text-align: center;
}

p.ns_image > span {
	text-align: center;
	font-size: 11px;
	font-style: italic;
	display: block;
}