.search-item{
	margin-bottom: 4em;
}

.search-item-head{
	margin-bottom: 1em;
}

.search-item-body{
	min-height: 128px;
}

.search-item-name{
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

.search-item-type{
	text-decoration: none;
    color: #6C6C6C;
    font-size: 0.8em;
}

.search-item-image{
	float: left;
	margin-right: 2em;
	width: 128px;
	height: 128px;
}

.search-item-image img{
	max-width: 128px;
	max-height: 128px;
}

.search-item-description{
	display: inline;
}