/* CSS Document */
/*#globalsearch {
	float: left;
	height: 20px;
	width:214px;
	background-image:url(../fondi/fondo_giallo_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

*/
/*#q {
	background: url(../searchbox/searchbox_repeat.png) repeat-x scroll top;
	height:19px;
	width:140px;
	border: 0;
	margin: 0;
	padding: 0;
	margin-top: 3px;
	position: absolute;
	font-size: 10px;
	color:#666666;
	padding-top: 3px;
}*/
/*
#leftcap {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	margin-top:3px;
	width: 20px;
	height: 19px;
}

#rightcap {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	margin-top:3px;
	width: 24px;
	height: 19px;
}*/

#search_field {
	float: left;
	height: 20px;
	width:140px;
	margin: 0;
	padding: 0;
	border: 0;
	
}

#search_button {
	float: left;
	background: none;
	padding-left: 2px;
	border: 0;
	margin-top:4px;
}


#searchResultsDiv {
	background-color: white;
	margin:0;
	padding: 0;
	display:block;
	margin-left: -302px;
	float: left;
	
	z-index: 1000;
}

#search_results {
	width: 300px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	top: 30px;
}

#search_results_container {
	width: 300px;
	float: left;
	background-image:url(../searchbox/shadow_bg.png);
	background-repeat:repeat-y;
}
#search_results_inside {
	float: left;
	width: 300px;
	border: 1px solid #305291;
	border-top: 0px;
}
ul.search_results_list {
	margin-bottom: 0px;
	line-height: 12px;
	float: left;
	width: 300px;
	text-align: left;
}

ul.search_results_list li {
	list-style: none;
	line-height: 12px;
	display: block;	
}


li.searchHeader {
	background-color:#C6C6C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#4f5050;
	height: 19px;
	padding-top: 8px;
	padding-left: 5px;
	float: left;
	width: 295px;
}

#suggerimenti {
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width: 295px;
	font-size: 13px;
	background-color:#305291;
	color:#FFFFFF;
	height: 30px;
	/*font-weight: bold;
	text-align: left;*/
	padding: 0px;
	padding-right: 5px;
}

#suggerimenti a {
	color: #fff;
}

#suggerimentiImg {
	float:left;
	width: 12px;
	padding-bottom: 0px;
	padding-left:5px;
	padding-right:8px;
	height: 30px;
	padding-top: 9px;
	background-color:#305291;
}

#searchAll {
	float:left;
	width: 270px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	background-color:#c6c6c6;
	color:#FFFFFF;
	font-weight: normal;
	text-align: right;
	padding-top: 0px;
	padding-left: 5px;

}

#searchAllImg {
	float:left;
	width: 19px;
	height: 20px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 6px;
	background-color:#c6c6c6;
}

li.searchResultRow {
	background-color:#ffffff;
	padding-bottom: 3px;
	font-weight: normal;
	color:#333333;
	float: left;
	width: 290px;
	padding: 5px;
}

.searchResultRowImg {
	float: left;
	width: 54px;
}

.searchResultRowTitle {
	float: left;
	width: 232px;
}

.searchResultRowText {
	float: left;
	width: 232px;	
	font-weight:normal;
}

li.searchResultRow a {
	text-decoration: none;
	color: #111;
}
li.searchResultRow a:hover {
	text-decoration: underline;
}
