/* CSS Document */

#main{
	text-align:left;
}

#captain,#player,#staff{
	width:626px;
	position:relative;
	margin:auto;
	text-align:left;
}
#corner_title{
	margin-bottom:10px;
}
#listA{
 	float:left;
	margin-right:10px;
	width:232px;
}
#listB{
 	float:left;
	width:348px;
}
.face, .newface{
	display:block;
 	float:left;
	width:80px;
	text-align:center;
	padding:16px 10px 5px;
	font-size:11px;
}

.face{
	background:url("../img/playerbg.gif") no-repeat 0px 1px;
}
.ie .face, .ie .newface{
	width:100px;
 	float:left;
}
.newface{
	background:url("../img/newfacebg.gif") no-repeat 0px 1px;
}
.head_class1{
	margin-top:10px;
}
.head_class2{
	margin-bottom:3px;
	clear:both;
}
.head_class3{
	margin:4px 0 3px 0;
}
.list_photo{
	padding:0 0 4px 0;
}
.staffname{
	padding:4px 0 0 20px;
	font-size:11px;
}
/* player's profile */

#playerName{
	width:586px;
	height:12px;
	color:#fff;
	background:url("../img/profile_bar.gif") ;
	padding:6px 20px;
	font-size:11px;
}
.ie #playerName{
	width:626px;
	height:24px;
	color:#fff;
	background:url("../img/profile_bar.gif") ;
	padding:4px 20px;
}
#parsonal_portrait{
	float:left; 
	width:220;
	height:275;
}
#parsonal_profile{
	float:right;
	width:400px;
	padding:10px 0px;
}
#more_profile{
	float:left;
	width:410px;
	padding:10px 0;
}
#image_portrait{
	float:right;
	width:200px;
	padding:10px 0;
}
.question, .answer{
	font-size:11px;
	vertical-align:middle;
}
#parsonal_profile .question{
	width:180px;
	text-align:center;
	padding:3px;
	color:#fff;
	background-color:#aaa;
	border-top:1px solid #fff;
}
#parsonal_profile .answer{
	width:180px;
	text-align:left;
	padding:3px 0 3px 10px;
	color:#000;
	background-color:#ccc;
	border-top:1px solid #fff;
}
.ie #parsonal_profile .question{
	width:200px;
}
.ie #parsonal_profile .answer{
	width:200px;
}
#more_profile .header_group{
	padding:10px 0 3px 0;
	font-size:11px;
	font-weight:bold;
	color:#000;
}
#more_profile .question{
	width:180px;
	text-align:right;
	padding:3px 10px 3px 0;
	color:#000;
	background-color:#aaa;
	border-top:1px solid #fff;
}
#more_profile .answer{
	width:230px;
	text-align:left;
	padding:3px 0 3px 10px;
	color:#000;
	background-color:#ccc;
	border-top:1px solid #fff;
}
.ie #more_profile .question{
	width:170px;
}
.ie #more_profile .answer{
	width:240px;
}
#thum_list{
	display:block;
	background-color:#000;
	padding:10px;
	margin:10px 0;
}
#thum_list li{
	display:inline;
	padding-right:10px;
}
.back_btn{
	border-top:1px dotted #ccc;
	padding:10px 0;
	margin:10px 0;
	font-size:11px;
	text-align:center;
}