﻿
.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;
}

.lists{
	border:1px solid #616161;
	margin-left:5px;
	width:280px;
	height:760px;
	display:inline-block;
	overflow:auto;
}

.infos{
	float:right;
}

.listitem{
	border-radius:5px;
	border:1px solid #4a4a4a;
	margin:5px;
	line-height:40px;
	cursor:pointer;
	background-color:#222;
}
.listitemodd{
	background-color:#333;
}
.listitem:hover{
	border:1px solid #FFF;
	background-color:#184469 !important;
}
.listitem img{
	width:24px;
	height:24px;
	border:1px solid #000;
	margin-right:10px;
}

.infopanel{
	border:1px solid #616161;
	margin-right:5px;
	width:900px;
}
.infopanel div{
	width:95%;
	text-align:left;
	margin-left:20px;
	margin-top:10px;
}

.desc{
	
}
#descleft{
	width:80px;
	display:inline-block;
	margin:0;
	text-align:center;
}
#descleft div{
	width:100%;
	height:100%;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	margin:0;
	border:1px solid #fff;
}
#descright{
	vertical-align:top;
	width:88%;
	display:inline-block;
	margin:0;
}
#nick{
	width:100%;
	margin:0;
	font-weight:bold;
	font-size:16px;
}
#desctxt{
	width:100%;
	margin:0;
	margin-top:10px;
}

.attr{
	margin-top:20px !important;
}

#equipmake{
	margin-top:5px;
}

.makeitem{
	margin-left:0 !important;
}

#equipfrom{
	margin-top:5px;
}