﻿.mainpanel{
	text-align:center;
	margin:0 auto;
	width:1200px;
	color:#fff;
	background-color:#282828;
	margin-bottom:50px;
}

.listtitle{
	border:1px solid #000;
	border-top:none;
	background-color:#222;
	width:100%;
	height:40px;
	text-align:left;
	font-weight:bold;
	font-size:18px;
}
#firstpanel{
	border-top:1px solid #000;
}

.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;
	color:#ccc;
}
.listitemodd{
	background-color:#3c3c3c;
	color:#fff;
}

.listitem th{
	text-align:center;
	border-left:1px solid #000;
	padding:10px;
}

.itemnick{
	width:20%;
}
.itemdesc{
	width:80%;
	text-align:left !important;
}