/**
* Custom Properties for Joomla! 1.5.x
* @package Custom Properties
* @subpackage Component
* @version 1.98
* @revision $Revision: $
* @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 : 0px;
	margin : 0px;
}

div.cp_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	color: #B2B7B4;
	margin: 42px 0px 15px 0px;
}

div.cp_title a{
	color: #B2B7B4;
	text-decoration : none;
}
div.cp_title a:hover{
	text-decoration : underline;
}
div.cp_image{
	float : left;
	margin : 0px 10px 0px 0px;
}
.cp_tags{
	font-size: 10px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
        padding: 5px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B7B4;
	clear : both;
        text-transform: uppercase;
	color: #085730;

}
.cp_tags .cp_tag{
	color: #727272;
}



div.cp_tags span.cp_tag+span.cp_tag{
    text-transform: uppercase;

}

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

