/**
* Custom Properties for Joomla! 1.5.x
* @package Custom Properties
* @subpackage Mod cp_search
* @version 1.98
* @revision $Revision: 1.1.2.3 $
* @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.cpsearch{
	
	
	}
/* comment next declaration to keep all elements on one row 
div.cp_submit, div.cp_field, fieldset.cp_field  {
	clear : both;
}
*/

div.cp_submit{
	
	padding: 20px 0 0 380px;
	
	
	}
	
	.buttont  {
	
	cursor: pointer;
	float: left;
	font-family: "Trebuchet MS";
	font-size:11px;
	color: #4e2626;
	font-weight: bold;
		
    }

div.cpsearch div.cp_field{
	padding-bottom : 8px;
	border : 0;
	
}
div.cpsearch fieldset{
	border: 0;
	background : none;
	padding  :4px;
	
}
div.cpsearch fieldset legend{
	/* put here the style for the checkbox field name */
	font-weight : bold;
	background : none;
	font-family: "Trebuchet MS";
	font-size:12px;
	color: #f58220;
	
	
}
div.cpsearch div.cp_cb{
	display: inline;
}


/****************** Izvlecek iz Costumproperties.css *****/ 

div.cp_ce_label{
	color: #888;
}

div.cp_result{
	
	padding : 10px 10px 5px 0;
	float: left;
	width: 180px;
	height: 180px;
		
}

div.trg_izpis{
	float: left;
			
	}
	
	div.trg_izpis_space{
	float: right;
	width:150px;
	display:block;
			
	}
	
 
	
div.trg_izpis_err{
	float: left;
	font-weight: bold;	
	color: red;
	}


div.cp_title{
	border-top : 1px dotted silver;
	color: #f58220;
	font-family: "Trebuchet MS";
	font-size:14px;
	margin: 0 0 15px 0;
	padding-top: 10px;
	font-weight: bold;	
	
}
div.cp_title a,
div.cp_tags a{
	text-decoration : none;
	color: #f58220;
	font-family: "Trebuchet MS";
	font-size:14px;
}
div.cp_title a:hover{
	text-decoration : underline;
}
div.cp_image{
	float : left;
	margin : 0 4px 4px 0;
}

div.cp_tags span.cp_tag+span.cp_tag{
	border-left : 1px solid silver;
}



div.cpsearch div.cp_cb_label{
	display: inline;
}

/****************** Konec Costumproperties.css *****/ 


/* uncomment if you want checkboxes to be displayed one beside the other*/
div.cpsearch fieldset div.cp_field{
	display : inline;
}

div.cp_field_label{
	font-weight : bold;
	background : none;
	font-family: "Trebuchet MS";
	font-size:12px;
	color: #f58220;
	margin :0 ;
	padding-bottom :5px;
}



/* each cp field can have his own style*/

div.cpsearch option {
	
	font-family: "Trebuchet MS";
	font-size:13px;
	color: #4e2626;
	
}

div.cpsearch div.cp_field_1{
	display : inline;
	float: left;
	width : 152px;
	border : none;
		
}


div.cpsearch div.cp_field_2{
	float: left;
	display : inline;
	width : 100px;
	border : none;
		
}
div.cpsearch div.cp_field_3{
	float: left;
	display : inline;
	width : 100px;
	border : none;
		
}

