/**
 * 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;
}
div.cp-result{
	padding-right: 2px;
	padding-left: 2px;
	border-left-color: #ddd;
	border-top-color: #ddd;
	border-left-style: double; 
	border-top-style: outset ;
	min-height: 150px;	
}
dd.result-text {
    font-size: 11px;
}

div.cp-result.cp-result {
	font-size: 12px;
	 
}
