/**
* 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{
	border-bottom : 1px dotted silver;
	padding : 8px 0;
	height:90px;
	overflow:hidden;
	width:100%;
}
div.cp_title{
	font-size : 13px;
	font-style: italic;
	display:block;
	width:100%;
	padding:2px;
	padding-left:10px;
	text-transform:uppercase;
	background-image:url(http://www.opslagtank-silo.nl/images/driehoek-rechts.png);
	background-repeat:no-repeat;
	background-position:0% 7px;
	behavior: url(iepngfix.htc);
	color:#1a2943;
	border-bottom:1px solid #FFFFFF;
}
div.cp_text{
padding:3px;
}
div.cp_title a,
div.cp_tags a{
	text-decoration : none;
	color:#fbdc05;
}
div.cp_title a:hover{
	text-decoration : underline;
}
div.cp_image{
	float : left;
	margin : 2px 4px 4px 0;
	border: 1px solid #FFFFFF;
	height:60;
	overflow:hidden;
	margin-right:5px;
}
div.cp_tags .cp_tag{
	padding : 0 .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;
}
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;
}
div.cpsearch{
display:block;
width:100%;
text-align:left;
padding:0px;
}
.cp_submit{
text-align:right
}
.cp_submit .button{

}
.cp_field{
text-align:right;
padding-left:25px;
}
div.cp_tags{
	position:relative;
	font-size : 94%;
	color:#8392a9;
	display:block;
	padding-bottom:10px;
	text-align:right;
	width:667px;
	margin-top:-28px;
	clear : both;
	overflow:hidden;
}

