#items_search
{
	float: left;
	width: 800px;
	border: 1px solid #f9f9f9;
	padding-left: 63px;
}

#items
{
	float: left;
	width: 617px;
	border: 1px solid #f9f9f9;
	padding-left: 43px;
}

.item
{
	width: 160px;
	height: 220px;
	float: left;
	margin: 15px;
	border: 1px solid #eee;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

.thumnail-item {
	float: center;
	width: 150px;
	height: 160px;
	background-color: #fff;
	background-position: left top;
	background-repeat: no-repeat;
}
.item div.codename
{
	text-align: left;
}
.item span.code
{
	font-size: 12pt;
	font-weight: 600;
	color: #75B7DD;
}
.item span.name
{
	font-size: 8pt;
	color: #333333;
}

.item:hover{
	border-right: 2px solid #666699;
	border-bottom: 2px solid #666699;
}