/****NUOVA RICERCA HOME*****/
DIV#cerca_home{
	float: left;
	/*height: 240px;*/
	margin: 10px 0 0 10px;
	padding: 0 0 5px 0;
	background: transparent url(img/home_ric_bg.gif) no-repeat center bottom;
	width: 476px;
}

DIV#cerca_home p.header{
	font-size: 15px;
	color: #FFF;
	margin: 0 0 0 0;
	padding: 5px 0 13px 35px;
	background: url(img/home_ric_top.gif) no-repeat scroll left top;
	text-transform: uppercase;
}


DIV#news_home{
	float: left;
	margin: 0 0 0 0;
	padding: 5px;
	background: transparent url(img/home_news_bg.gif) no-repeat center bottom;
	width: 250px;
	height: 190px;
}

DIV#news_home p.header{
	font-size: 15px;
	color: #FFF;
	margin: 0 0 10px 0;
}


DIV#cerca_home input[type=text]{
	font-size: 12px;
	padding: 0px;
	width: 150px;
	margin: 0 0 0 0;	
}

DIV#cerca_home input[type=text].codice{
	border: 1px solid #CCC;
	background-color: #CCC;
	width: 70px;
}

DIV#cerca_home select{
	font-size: 12px;
	padding: 3px;
	width: 150px;
	margin: 0 0 0 0;	
}

DIV#cerca_home label, DIV#login_home label{
	font-size: 12px;
	font-weight: bold;
	width: 90px;
	display: inline;
	float: left;
	color: #000;
	text-align: right;
	margin-right: 5px;
	padding: 3px 0 0 5px;
}

DIV#cerca_home label.nofloat {
	display: inline;	width: 130px;	margin: 0 0 5px 0;	text-align: right;
	float: none;
}


DIV#cerca_home input[type=button]{
	background: url(img/invia.gif) no-repeat center center;
	padding: 8px 45px 10px 45px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 50px;
	border: 0;
}

DIV#cerca_home UL{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

DIV#cerca_home LI{
	list-style-type: none;
	margin: 0 0 3px 0;
	list-style-position: outside;
}

DIV#cerca_home LI.first{
	margin: 0 0 10px 0;
}

DIV#news_home UL{
	margin: 15px 0 0 10px;
	padding: 0 0 0 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

DIV#news_home LI{
	list-style-type: none;
	margin: 0 0 3px 0;
	list-style-position: outside;
}





