.List_Item {}
.List_Item .item {
	margin-bottom: 15px;
}

.List_Item .item .img {
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: center;
}
.List_Item .item .info {
	padding: 10px;
	background: #ededed;
}
.List_Item .item .name {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.List_Item .item .name a {
	color: #333333;
}


.imgDetail {
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: center;
	margin-bottom: 15px;
}