#product_showcase {
	clear: both;
	float: left;
	display: inline;
}

.catalogue_item {
	margin-top: 10px;
	background-color: #ededed;
	margin-bottom: 10px;
	padding: 9px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	display: inline;
	height: 200px;
	float: left;
	width: 130px;
	margin-right: 20px;
}

.catalogue_item .product_info {
	width: 160px;
	float: left;
}

.catalogue_item .product_title {
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
}

.catalogue_item .product_title a {
	line-height: 1.4em;
	word-break: normal;
	color: #666666;
	text-decoration: none;
	font-size: 1.1em;
}

.catalogue_item img {
	height: 130px;
	width: 130px;
}

.catalogue_item .product_title a:hover {
	color: #333333;
	text-decoration: underline;
}

