/**
 * Custom Properties for Joomla! 3.x
 * @package Custom Properties
 * @subpackage Component
 * @version 3.0.0
 * @revision $Revision: 1.2 $
 * @author Andrea Forghieri
 * @copyright (C) 2013 Andrea Forghieri, Solidsystem - http://www.solidsystem.it
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL version 2
 */
 
ul.result-summary,
div.search-summary{
	clear: both;
}
div.cp-image{
	float : left;
	margin : 0 4px 4px 0;
	clear:left;
}
div.cp-result-list span.highlight{
	background: #CCC;
}
/* cp tags */
div.cp-tags{
	clear:both;
}
div.cp-tags span.cp-tag{
	margin-left: .25em;
}

