@charset "utf-8";

body,ul,p{
	margin:0;
	padding:0;
}
#showData{
	display:inline-block;
	width:800px;
	height:90px;
	clear:both;
	float:left;
	margin-top:10px;
}
#showData>p{
	color:#fff;
	width:800px;
	font-size:24px;
	padding:5px 0 0 5px;
}
#showData>span{
	color:#fff;
	font-size:14px;
	display:inline-block;
	padding-top:15px;
	padding-left:5px;	
}
#itemListOuterDiv{
	width:198px;
	height:550px;
	float:right;
	overflow:hidden;
}
#itemList{
	width:198px;
	height:546px;
	margin-top:6px;
	overflow:scroll;
	padding-bottom:20px;
	padding-right:20px;
}
#itemList li{
	margin-left:15px;
	width:160px; 
	cursor:pointer;
	opacity:0.6;
	filter:Alpha(opacity=50);
}
#itemList li:hover{
	border-top:1px solid #1f2123;
	opacity:1;
	filter:Alpha(opacity=100);
}
#itemList li img{
	height:90px;
	width:160px;
}
#itemList li p{
	font-size:14px;
	width:160px;
	color:#fff;
	text-decoration:underline;
 	padding-bottom:10px; 
	word-wrap:break-word;
}