.shop h1.lined
{
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.shop h1 {
	font-size: 26px;
	line-height: 26px;
}

.shop .product
{
	height:102px;
	width: 460px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 10px 0;
}

.shop .product .visual
{
	width: 119px;
	height: 100%;
	border-right: 1px solid #e2e2e2;
}

.shop .product .visual img {
	margin-top:15px;
	height:72px;
}

.shop .product .info
{
	position: relative;
	width: 320px;
	min-height: 94px;
	padding: 8px 10px 0;
}

.shop .product .info .bottom
{
	position: absolute;
	bottom: 0;
	width: 321px;
	padding: 10px 0 10px;
	border-top: 1px dashed #e2e2e2;
}

.shop .product .info .bottom .date
{
	background: #272a39;
	height: 24px;
	line-height: 24px;
	width: 84px;
	padding: 0 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	text-align: center;
}

.shop .product .info .bottom .pricing
{
	line-height: 24px;
}

.product .info .top
{
	max-height: 38px;
	overflow: hidden;
}

.product .info h2 {
	font: bold 16px/20px Helvetica;
	max-height: 38px;
	overflow: hidden;
}

.product .info h3 {
	font: normal 12px/14px Helvetica;
	max-height: 14px;
	overflow: hidden;
}