/* ************************************************************************
 *  RESULT LIST                                                          *
************************************************************************ */

#athome-search-result-list,
#athome-search-result-list > li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#athome-search-result-list .athome-object
{
	background: whitesmoke;
	border-bottom: 1px solid lightgray;
	margin-top: 1em;
	overflow: hidden;
	padding-bottom: 1em;
}

#athome-search-result-list .athome-object .athome-title
{
	background: #C01A24; /* red */
	font-size: 1em;
	font-weight: bold;
	height: 2.2em;
	margin: 0;
	padding: .5em 1em;
	color: white;
}

#athome-search-result-list .athome-object .athome-thumbnail-wrapper
{
	float: left;
	padding: 10px 10px 0px 10px;
}

#athome-search-result-list .athome-object .athome-thumbnail-inner
{
	border-top: 0;
}

#athome-search-result-list .athome-object .athome-details-wrapper
{
	padding: 10px;
}

#athome-search-result-list .athome-object .athome-description-wrapper
{
	padding: 0 1em;
}

#athome-search-result-list .athome-object .athome-description-wrapper > p:last-child
{
	margin-bottom: 0;
}

#athome-search-result-list .athome-refid
{
	font-style: italic;
	font-size: small;
}

#athome-search-result-list abbr {
	margin: 2px;
}

@media screen and (max-width: 580px) {
	#athome-search-result-list .athome-object .athome-thumbnail-wrapper
	{
		float: none !important;
	}
}
