/**
* 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
*/

div.cp_ce_label{
	color: #888;
}

div.cp_result{
  padding : .5em 0;
	/* border-top : 1px dotted silver; */
}


div.cp_title{
	font-size : 120%;
	font-weight: bold;
  margin:-.5em 0 0 0;
  
}
div.cp_title a,
div.cp_tags a{
	text-decoration : none;
}
div.cp_title a:hover{
	text-decoration : none; /*  underline; */
}
div.cp_image{
	float : left;
	/* margin : 0 10px 10px 0; */
  padding:0 10px 1.5em 0
}
div.cp_tags{
	font-size : 94%;
	clear : both;
  margin:1em 0 .5em;
  padding:0 0 .5em 1em;
  border-bottom : 1px dotted silver;
}
div.cp_tags .cp_tag{
	padding: 0 .25em;
}
div.cp_tags .cp_tag a{
	padding : 2px;
}
div.cp_tags a:hover{
	background : #eef4d3;
}
/* OK in IE7-8 ... KO in IE6 */
div.cp_tags  span.cp_tag + span.cp_tag {  
  margin-left: -.35em;
  border-left : 1px solid silver; /* #237DBE; */
}

div.cp_tags span.cp_tag_label {background:transparent url(../../../images/imgche/tags-label.gif) 0 50% no-repeat; padding: 0 0 0 18px}

/* Frontend tagging */
div.header{
	padding : 10px;
	font-size : 22px;
	color : #0b55c4;
}
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;
}

/* BUSQUEDA de tag */
ul.result_summary {margin: 0 1em 1.5em 1em;padding-bottom:1.5em; border-bottom: 1px solid #e6e6e6}
.cp_tag {font-weight:bold}

table.search_summary {margin-bottom: 1.5em;border-bottom: 1px dotted #9acc00}
