/* box ricerca */

#form-ricerca-ricette {
	position: absolute;
	width:400px;
	left:152px;
	top:90px;	
}

#form-ricerca-ricette input {
	font-weight:bold;
}

#form-ricerca-ristoranti {
	position: absolute;
	width:400px;
	left:660px;
	top:90px;
}

.searchbox {
	background-image: url(../img/searchBg400x40.gif);
	background-repeat:no-repeat;
	position: relative;
	width:400px;
	height:40px;
}

#main-search, #risto-search {
	width:265px;
	border:0;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ccc;
	line-height: 32px;
	height: 34px;
	padding:0;
	margin: 3px 0 0 4px;
	text-indent: 4px;	
}

#main-search:focus, #risto-search:focus {outline: none;}

#btn-cerca, #btn-cerca-risto {
	width: 120px;
	height:30px;
	position: absolute;
	right:5px;
	top:5px;
}

/* risultati */

.res {
	list-style-type: none;
	margin: 0 0 30px -3px;
	width:720px;
}

.res-riga-1, .res-riga-1 a {
	margin:5px 0;
	color:#555!important;
	text-decoration: none;
	font-size: 13px;
	font-family: Verdana;
}

.res-riga-1, .res-riga-2, .res-riga-3, .res-riga-4 {
	margin-left: 5px;
}

.res-riga-2, .res-riga-3, .res-riga-4 {
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.res-riga-2 a {
	font-size:15px;
	font-weight: bold;
	color:#ff6600;
}

.res-riga-2 a:hover {

}

.res-riga-3 a {
	font-size:12px;
	text-decoration: none!important;
	color:#9c0401!important;
}

.res-riga-4, .res-riga-4 a {
	font-size: 12px;
	text-decoration: none;
	color:#9c0401;
}

.res img {
	margin-top: 20px;
	width:50px;
}

