/* @override https://stcbj.com//components/com_customproperties/css/customproperties.css */

/**
* Custom Properties for Joomla! 1.5.x
* @package Custom Properties
* @subpackage Component
* @version 1.98
* @revision $Revision: 1.2 $
* @author Andrea Forghieri
* @copyright (C) Andrea Forghieri, www.solidsystem.it
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2
*/
table.search_summary{
	color: #424242;
	line-height: 27px;
	margin-top: 11px;
}
ul.result_summary{
	color: #888;
	line-height: 17px;
}
div.cp_ce_label{
	color: #888;
}
div.cp_create_date{
	color: #c0c0c0;
	font-size: 85%;
	margin-top: 8px;
}
div.cp_text{
	color: #666;
	line-height: 20px;
	margin-bottom: 10px;
}
div.cp_result{
	border-top : 1px dotted silver;
	padding : 8px 0;
}
div.cp_title{
	font-size : 120%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 21px;
}
div.cp_title a,
div.cp_tags a{
	text-decoration : none;
}
div.cp_title a:hover{
	text-decoration : underline;
}
div.cp_image{
	float : left;
	margin : 0 4px 4px 0;
}
div.cp_tags{
	font-size : 94%;
	clear : both;
}
div.cp_tags .cp_tag{
	padding-bottom: 0;
	padding-left: .25em;
	padding-right: .25em;
}
div.cp_tags .cp_tag a{
	padding : 2px;
}
div.cp_tags a:hover{
	background : #CCC;
}
div.cp_tags span.cp_tag+span.cp_tag{
	border-left : 1px solid silver;
}

/* Frontend tagging */
div.header{
	padding : 10px;
	font-size : 22px;
	color : #0b55c4;
}
ul.pagination{
	font-size : 12px;
	line-height: 44px;
	margin-top: 19px;
	color: #000;
	height: 42px;
}
div.cp_info{
	padding : 5px 10px;
	font-size : 12px;
}
div.cp_navbar{
	margin : 4px 0;
	background :#CCC;
	padding : 4px 10px;
}
div.cp_field{
	float : left;
	border : 1px solid #888;
	padding : 2px;
	margin : 4px;
	font-size : 11px;
}
div.cp_field_label{
	font-weight : bold;
	color : white;
	background : #800;
	margin :0 ;
	padding :4px;
}

