﻿.mainpanel{
	text-align:center;
	margin:0 auto;
	width:1200px;
	color:#fff;
	background-color:#282828;
	margin-bottom:50px;
}

.listtitle{
	border:1px solid #000;
	background-color:#222;
	width:100%;
	height:40px;
	text-align:left;
	font-weight:bold;
	font-size:18px;
}

.listtitle div{
	line-height:40px;
	margin-left:20px;
}

.listpanel{
	width:100%;
	padding:5px 0;
}

.listitem{
	border:1px solid #000;
	border-top:none;
	width:100%;
	background-color:#313131;
}
.listitemodd{
	background-color:#3c3c3c;
}
.listitem:hover{
	background-color:#184469;
}
.listitem th{
	text-align:center;
	border-left:1px solid #000;
	padding:10px;
}

.itemlevel{
	border:none;
	width:5%;
}
.itemnick{
	width:15%;
}
.itemaround{
	width:5%;
}
.itemdesc{
	color:#0099ff;
	text-align:left !important;
	width:35%;
}
#itemfirst th{
	color:#fff;
	font-size:15px;
	text-align:center !important;
}
.itemspecial{
	width:10%;
}
.itempos{
	width:5%;
}
.itemgain{
	width:25%;
}