.collect {
	padding-bottom: 20px;
	margin: 10px;
	line-height: 200%;
}

.collect .cover  {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}
.collect .cover  img {
	width: 250px;
	height: 150px;
	border: 3px solid #ECECEC;
}

.collect .cover img:hover {
	border: 3px solid #A7A7A7;
}
.collect .cover  span {
	position: absolute;
	top: -15px;
	left: -15px;
}
.collect .cover  span img {
	width: 60px;
	height: 60px;
	border: 0;
	margin: 0;
	padding: 0;
}
.collect h2 {
	border-bottom: 1px dotted #A7A7A7;
	margin-left: 275px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.collect h2 a {
	color: #000;
}
.collect h2 a:hover {
	text-decoration: none;
}
.collect h2 img {
	vertical-align: middle;
}
.collect h2 span {
	float: right;
	color: #999;
	font-size: 90%;
	font-weight: normal;
}
