#grid {
	display: block;
	margin-left: 0px;
	margin-bottom: 32px;
}
#grid .row .item {
	/* 267x150 */
	width: 318px;
	display: block;
	background: #fff;
	line-height: 0;
	float: left;
	margin-right: 2px;
}
#grid .row .item a.pic {
  display: block;
  width: 318px;
  height: 216px;
}
#grid .row .item span {display: block;width: 318px;height: 8px;}
#grid .row .item span.top {
	padding-bottom: 200px;
	background: url('../images/overlay/st.png') repeat-x;
}
#grid .row .item span.bottom {background: url('../images/overlay/sb.png') repeat-x;}
#grid .row .item span.none {background: none;}
#grid .row .item div.detail {
	background: #fff;
	display: block;
	padding: 5px 15px 25px 0;
}
.item div.detail h3 {
	font: 16px Georgia, serif;
}
.item div.detail h3,
.item div.detail h3 a {
	color: #1D1A1B;
	text-decoration: none;
}
.item div.detail p {
	font: 12px Georgia, serif;
	line-height: 21px;
	color: #696064;
}