/****************************************/
/*	Restyling METEOGIORNALE.IT			*/
/*										*/
/*	CSS search							*/
/*										*/
/****************************************/

/* @Gruppo FORM DI RICERCA MULTITAB */

#search-bar {
	padding:9px;
	clear:both;
	font-size:10px;
	width: 290px;
	float: left;
}
.siteSearch {
	width: 290px;
	float: left;
	clear: both;
	padding: 2px 0 0 9px;
}
.service ul { list-style:none;}
.service ul li a:link, .service ul li a:visited {
	margin: 3px 0 0 0;
	float: left;
	display: block;
	padding:2px 0 4px 3px;
	color:#fff;
	text-shadow: 0px 0px 6px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=0);
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
}

/*
ul.search-options, ul.search-options li {
	padding:0;
	border:0;
	margin:0;
	list-style:none;
}
*/
ul.search-options, ul.search-options li {
	margin: 1px 0 0 0;
	list-style:none;
	float: left;
	display: block;
	padding:2px 0 4px 3px;
	color:#fff;
	text-shadow: 0px 0px 6px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=0);
	font-weight:bold;
}
ul.search-options { clear:both;}
/*
ul.search-options li a{
	float:left;
	width:auto;
	padding:8px 10px 8px 8px;
	color:#e5e5e5;
	text-decoration:none;
	font-weight:bold;
}
.selected a {
	color:#b5b5b5;
}
ul.search-options li.selected a {
	color:#fff;
	background: url('../bkg/drop_3.png') no-repeat 37px 28px;
	text-shadow: 0px 0px 6px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=0);
}*/
/*
#tab1 span {
	padding-left: 6px;
	padding-bottom: 6px;
	font-size:13px;
}
#tab2 span {
	padding-left: 6px;
	padding-bottom: 6px;
	font-size:13px;
}
#tab3 span {
	padding-left: 6px;
	padding-bottom: 6px;
	font-size:13px;
}
#tab4 span {
	padding-left: 6px;
	padding-bottom: 6px;
	font-size:13px;
}*/
#tab1 span, #tab2 span, #tab3 span, #tab4 span  {
	padding-left: 3px;
	font-size:13px;
}

/* @Gruppo FORM DI RICERCA */

#search input[type="text"] {
    background: url('../bkg/search-white.png') no-repeat 10px 6px #fcfcfc;
    border: 1px solid #e95d0f;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #7d7d7d;
    width: 230px;
    padding: 6px 15px 6px 35px;
	margin-top: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#search input[type="text"]:focus {
	-webkit-box-shadow: 0px 0px 2px 1px #fff;
	-moz-box-shadow: 0px 0px 2px 1px #fff;
	box-shadow: 0px 0px 2px 1px #fff;
}

/* @Gruppo RISULTATI DI RICERCA */

.menu-towns {
	background:#f5f7fa;
	border-bottom:1px solid #d0e3eb;
	margin-bottom:15px;
	padding: 5px;
}
.menu-towns h3 { padding:10px 0;}
.menu-towns tbody { width: 100%;}
.menu-towns td { vertical-align: top;}
.menu-towns ul {
	float:left;
	margin-right:1%;
}
.menu-towns .equal {
	width: 215px;
	margin-bottom: 8px;
	background: #fff;
}
.menu-towns .odd {
	width: 215px;
	margin-bottom: 8px;
}
.menu-towns .equal a:link, .menu-towns .equal a:visited, .menu-towns .odd a:link, .menu-towns .odd a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #666;
	padding: 4px 0 4px 20px;
	background: url('../bkg/bullet_search.png') no-repeat 0 4px;
}
.menu-towns .equal a:hover, .menu-towns .odd a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #000;
	margin-left: 2px;
}
.result { color: #e2001a;}

/* @Gruppo FORM RICERCA HEADER VICINO LOGO */

#headerSiteSearch {
	display: block;
	height: auto;
	width: 360px;
	height: 98px;
	float: left;
	/*margin-top: 7px;*/
	margin-left: 5px;
		/*border: 1px solid #ddd;*/
}
.headerSiteSearch {
	width: 485px;
	float: left;
	clear: both;
	padding: 26px 0 0 9px;
}
.headerService ul { list-style:none;}
.headerService ul li a:link, .headerService ul li a:visited {
	margin: 3px 0 0 0;
	float: left;
	display: block;
	padding:2px 25px 4px 0;
	color:#09539d;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
}
#headerSearch input[type="text"] {
    background: url('../bkg/search-white.png') no-repeat 10px 6px #fcfcfc;
    border: 1px solid #e95d0f;
    font: bold 12px Arial,Helvetica,Sans-serif;
    width: 290px;
    padding: 6px 15px 6px 35px;
	margin-top: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#headerSearch input[type="text"]:focus {
	-webkit-box-shadow: 0px 0px 2px 1px #fff;
	-moz-box-shadow: 0px 0px 2px 1px #fff;
	box-shadow: 0px 0px 2px 1px #fff;
}
