.item {
	clear: both;
	border-top: 1px solid gold;
	padding: 20px 0;
}
.item a {
	text-decoration: none;
}
.item-image {
	float: right;
	background: #fafafa;
	margin: 0 0 20px 20px;
	padding: 20px;
	width: 164px;
	text-align: center;
}
.item-image a img {
	border: 2px solid #ddd;
	padding: 5px;
	vertical-align: middle;
}
.item-image a:hover img {
	border-color: #314d89;
}
.thumbgrid {
	width: 100%;
	margin-top: 10px;
}
.item-image .thumbgrid a img {
	border-width: 1px;
	padding: 3px;
}
.item-info a {
	text-decoration: none;
}
.note {
	color: gray;
	font-size: 10px;
	font-style: italic;
	margin: 1em 0;
}
.infobox {
	float: left;
	margin: 1em 1em 1em 0;
	padding: 1em 1em 0;
	background: #fafafa;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
	border-width: 0 1px 1px 0;
	color: #666;
	font-size: 11px;
}
.priceline {
	size: 18px;
}
.priceline .price {
	font-weight: bold;
}
.sold .price {
	text-decoration: line-through;
}
.sold strong {
	color: #c00;
}
.clearleft {
	clear: left;
}
