
.rosso {color: #990000;}
.hide {display: none;}

div {margin: 0;}

img {border: none;}
.clear {clear: both;}
.right {float: right;}
.left {float: left;}

h1 {font-size: 2.0em;}
h2 {font-size: 1.8em;}
h3 {font-size: 18px;}
h4 {font-size: 15px;}
h5 {font-size: 14px;}
h6 {font-size: 13px;}
p {font-size: 13px;}

h4,
h5,
h6 {
	margin-top: 0;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 13px;
	background-color: #FFF;
}

body #mask {
	position: absolute;
	z-index: 200;
	background-color: black;
	display: none;
	top: 0;
	left: 0;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#pagina {
	width: 960px;
	margin: 0 auto 50px;
	text-align: left;
	padding: 10px;
	background-color: white;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#header {
	height: 135px;
	margin-bottom: 5px;
}

#header #logo {
	padding: 7px;
	float: left;
	width: 360px;
}

#header .banner_header {
	float: left;
	width: 130px;
	height: 147px;
	padding-top: 10px;
}

#header .banner_header a {
	display: block;
	width: 130px;
	height: 135px;
	background-repeat: no-repeat;
}

#header #login_box {
	float: right;
	padding: 30px 10px 0;
	width: 270px;
	height: 112px;
	background: url(../img/box_login.jpg) no-repeat;
}

#header #login_box dl {
	margin: 0;
	padding: 0;
}

#header #login_box dt {
	clear: both;
	float: left;
	margin-bottom: 7px;
}

#header #login_box dd {
	float: right;
	padding: 0;
	margin: 0;
	margin-left: 12px;
}

#header #login_box .links {
	padding-top: 5px;
}

#ricerca form {
	margin: 0;
	padding: 0 0 0 20px;
}

#ricerca #indirizzo-select,
#ricerca #indirizzo,
#ricerca #nomelocale,
#nomepiatto {
	width: 300px;
	border: 2px solid #B13624;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#ricerca #operazioni {
	font-size: 13px;
	font-weight: normal;
	padding-left: 100px;
}

#ricerca button {
	border: none;
	background: none;
	cursor: pointer;
	vertical-align: bottom;
}

#ricerca #tavola-categorie {
	clear: both;
	margin: 0 auto;
}

#ricerca #tavola-categorie td {
	text-align: left;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	width: 186px;
	padding: 0;
}

#ricerca #ricerche {
	padding: 0 0 5px;
	width:480px;
	margin:0 auto;
}

#ricerca #ricerche ul {
	list-style-type: none;
	padding: 10px 0 0 15px;
	margin: 0;
}

#ricerca #ricerche ul li {
	float: left;
	border-right: 2px solid #333;
	margin: 3px 0;
}

#ricerca #ricerche ul li > a {
	width: auto;
}

#ricerca #ricerche ul li a {
	display: block;
	padding: 0 12px;
}

#blocchihome {
	margin: 25px 0;
}

#blocchihome div {
	height: 250px;
	margin: 0 18px;
	float: left;
}

#blocchihome div#primo {
	background: url(../img/bollochef.gif) no-repeat;
	width: 180px;
}

#blocchihome div#secondo {
	margin: 0;
}

#contenuto {
	width: 960px;
	padding-top: 18px;
}

#contenuto #menu {
	width: 635px;
	background: url(../img/box_ricerca_middle.jpg) repeat-y;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#contenuto #menu #menu-top {
	background: url(../img/box_ricerca_top.jpg) no-repeat;
	height: 121px;
	margin-bottom: -77px;
}

#contenuto #menu #menu-bottom {
	background: url(../img/box_ricerca_bottom.jpg) no-repeat;
	height: 8px;
}

#contenuto #centro {
	float: left;
	width: 635px;
}

#contenuto #centro .menu_locale {
	clear: both;
}

#contenuto #centro .banner_header {
	float: left;
}

#contenuto #centro .piatti {
	float: left;
}

#contenuto #sidebar {
	width: 280px;
	float: right;
	padding: 10px;
	margin-top: -12px;
}

#contenuto #sidebar #carrello {
	border: 1px solid #7B4B41;
	position: relative;
	margin: 9px 0;
	width: 277px;
}

#contenuto #sidebar .carrello_header {
	background: url(../img/carrello_top.jpg) no-repeat;
	position: absolute;
	left: -1px;
	width: 279px;
	height: 41px;
	top: -1px;
}

#contenuto #sidebar .carrello_center {
	margin: 30px 0 0;
	background: url(../img/carrello_bottom.jpg) no-repeat bottom left;
}

#contenuto #sidebar .carrello_center #tasto-ordina,
#contenuto #sidebar .carrello_center #svuotacarrello {
	border: none;
	color: white;
	font-size: 11px;
	font-weight: bold;
	height: 21px;
}

#contenuto #sidebar .carrello_center #tasto-ordina {
	background: url(../img/bottone_ordina.jpg) no-repeat;
	width: 100px;
}

#contenuto #sidebar .carrello_center #svuotacarrello {
	background: url(../img/bottone_svuota.jpg) no-repeat;
	width: 104px;
}

#contenuto #sidebar #news_header,
#contenuto #sidebar #news_footer {
	background-image: url(../img/news.jpg);
	background-repeat: no-repeat;
	height: 13px;
}

#contenuto #sidebar #news_header {
	background-position: 0 0;
}

#contenuto #sidebar #news_footer {
	background-position: 0 -11px;
	margin: -15px 0 20px;
}

.news {
	border: 2px solid #E6E6E6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 30px 0 10px;
	width:220px;
}

.news #prevNews,
.news #nextNews {
	width:16px;
	height:16px;
	position:absolute;
	right:10px;
	background-position:center center;
	background-repeat:no-repeat;
}

.news #prevNews {
	top:10px;
	background-image:url(../img/prevnews.png);
}
.news #nextNews {
	bottom:10px;
	background-image:url(../img/nextnews.png);
}

.news ul {
	margin:0;
	padding:0;
	list-style:none;
}

.news li {
	margin-bottom:10px;
	height:80px;
	overflow:hidden;
}

.news .data {
	color:#9F9F9F;
}

form#reg input {
	width: 170px;
}

form#reg td {
	padding: 5px 0;
}

form .valid,
form .notvalid {
	width: 170px;
	height: 16px;
	background-repeat: no-repeat;
}

form .valid {
	background-image: url(../img/tick.png);
}

form .notvalid {
	background-image: url(../img/cross.png);
	padding-left: 21px;
	color: red;
	font-style: italic;
}

.ajax-loading {
	background: #555 url(../img/load.gif) repeat-y center;
	height: 230px;
	z-index: 99;
	position: absolute;
	opacity: 0.9;
	width: 630px;
	display: none;
}

.ajax-loading#carrello-loading {
	width: 260px;
}

.ajax-loading img {
	margin-top: 100px;
}

#feedbackloader {
	width: 560px;
}

#confronta-modal {
	display: none;
	position: fixed;
	z-index: 250;
	background-color: white;
}

.thumbup,
.thumbdown {
	width: 34px;
	height: 34px;
	display: block;
	background-image: url(../img/thumbs.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0 0 0 12px;
}

.thumbup {
	background-position: 0 0;
}

.thumbup:hover {
	background-position: -34px 0;
}

.thumbdown {
	background-position: 0 -34px;
}

.thumbdown:hover {
	background-position: -34px -34px;
}

.orangebox {
	width: 635px;
	background: url(../img/box_risultati_middle.jpg) repeat-y;
	padding: 0;
}

.orangebox .orangebox-top {
	background: url(../img/box_risultati_top.jpg) no-repeat;
	height: 121px;
	margin-bottom: -80px;
}

.orangebox .orangebox-middle {
	padding: 0 24px 12px;
}

.orangebox .orangebox-bottom {
	background: url(../img/box_risultati_bottom.jpg) no-repeat;
	height: 8px;
}

.indietro,
.avanti {
	padding: 10px;
	margin-top: 9px;
}

a .indietro,
a .avanti {
	cursor: pointer;
}

.indietro {
	float: left;
}

.avanti {
	float: right;
}

.risultati {
	padding: 5px 0 15px;
	clear: both;
}

.risultati #provincie {
	padding: 0 10px 10px;
	background:url(../img/chef_ricerca_sfondo.gif) no-repeat 0 0;
	height:40px;
	line-height:40px;
}

.risultati #provincie ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}

.risultati #provincie ul li {
	border-left: 1px solid black;
	float: left;
}

.risultati #provincie ul li a {
	padding: 0 15px;
	display: block;
}

.risultati #confronta {
	width: 80px;
}

.risultati .menuchef table {
	width: 480px;
}

.risultati .menuchef table td {
	vertical-align: top;
}

.risultati .menuchef table h4 {
	margin: 15px 0 9px;
	font-style: italic;
	border-bottom: 1px dashed #333;
}

.risultati .menuchef table h5 {
	margin: 0 0 5px;
	font-size: 13px;
}

.risultati .menuchef table ul {
	padding: 0 0 0 15px;
	margin: 0;
}

.risultati table {
	border-collapse: collapse;
	width: 635px;
}

.risultati table table {
	width: auto;
}

.risultati table > td {
	padding: 2px 0;
	margin: 0;
}

.risultati table .colmenu {
	display: none;
}

.risultati table .locale > td {
	padding-top: 12px;
	font-size: 13px;
	vertical-align: top;
}

.risultati table .locale h3,
.risultati table .locale h4,
.risultati table .locale p,
.risultati table .locale ul,
.risultati table .locale li {
	margin: 0;
	padding: 0;
}

.risultati table .locale .hover {
	text-align: left;
	color: black;
	display: none;
	position: absolute;
	border: 1px solid black;
	background-color: white;
	z-index: 98;
	padding: 3px 7px;
}

.risultati table .locale .hover ul {
	float: left;
	margin: 0;
	border: none;
	width: auto;
	padding: 0 7px 0 15px;
	list-style-type: disc;
}

.risultati table .locale .hover ul li {
	float: none;
	padding: 0;
	background: none;
	font-weight: normal;
}

.risultati table .locale .logo {
	width: 120px;
}

.risultati table .locale .logo div {
	width: 112px;
	height: 112px;
	position: relative;
}

.risultati table .locale .logo div .roundercorner {
	position: absolute;
	top: 0;
	left: 0;
}

.risultati table .locale .dettagli {
	width: 346px;
}

.risultati table .locale .dettagli .giudizio {
	float: right;
	background-image: url(../img/stelle.gif);
	background-repeat: no-repeat;
	width: 73px;
	height: 13px;
	margin: 5px 10px 0 0;
}

.risultati table .locale .dettagli .s1 {
	background-position: -60px 0;
}

.risultati table .locale .dettagli .s2 {
	background-position: -45px 0;
}

.risultati table .locale .dettagli .s3 {
	background-position: -30px 0;
}

.risultati table .locale .dettagli .s4 {
	background-position: -15px 0;
}

.risultati table .locale .dettagli .s5 {
	background-position: 0 0;
}

.risultati table .locale .dettagli h3 a {
	text-transform: uppercase;
	color: #EA7331;
}

.risultati table .locale .dettagli .indirizzo {
	font-size: 11px;
}

.risultati table .locale .dettagli .chiusopre {
	font-style: italic;
	font-size: 12px;
	color: #555;
}

.risultati table .locale .dettagli ul {
	list-style-type: none;
	border: 1px dotted #B1B1B1;
	border-right: none;
	border-left: none;
	padding: 5px 0;
	margin: 5px 10px 0 0;
}

.risultati table .locale .dettagli ul li {
	float: left;
	padding: 3px 8px 5px;
	background-color: #F7F5F6;
	font-weight: bold;
	font-size: 11px;
}

.risultati table .locale .dettagli ul li .hover {
	text-align: left;
	color: black;
	display: none;
	position: absolute;
	border: 1px solid black;
	background-color: white;
	z-index: 98;
	padding: 3px 7px;
}

.risultati table .locale .dettagli ul li .hover ul {
	float: left;
	margin: 0;
	border: none;
	width: auto;
	padding: 0 7px 0 15px;
	list-style-type: disc;
}

.risultati table .locale .dettagli ul li .hover ul li {
	float: none;
	padding: 0;
	background: none;
	font-weight: normal;
}

.risultati table .locale .dettagli .menuricerca {
	margin-top: 15px;
}

.risultati table .locale .dettagli .menuricerca .locricerca {
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	font-size: 12px;
}

.risultati table .locale .dettagli .menuricerca .locricercaspec {
	color: #84C569;
	font-size: 11px;
}

.risultati table .locale .dettagli .menuricerca .menuricercaload {
	visibility: hidden;
}

.risultati table .locale .informazioni {
	background: url(../img/top_locale.jpg) no-repeat top left;
	padding: 10px 0 0 15px;
}

.risultati table .locale .informazioni h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
}

.risultati table .locale .informazioni p {
	margin-bottom: 5px;
	color: #990000;
	font-size: 11px;
}

.risultati table .locale .informazioni .index a {
	color: #111;
	font-weight: bold;
	font-size: 11px;
}

.risultati table .locale .disabled {
	color: #aaa;
}

.risultati table .menu td {
	padding: 10px;
	vertical-align: top;
}

.risultati table .menu td table td {
	width: 395px;
	background-color: #F7F5F6;
}

.risultati table .menu td table td .nomepiatto {
	background-color: #84C569;
	color: white;
	padding: 0 2px;
}

.risultati table .menu td table td .cat {
	font-style: italic;
	color: #333;
}

.risultati table .separatore {
	height: 21px;
	background: url(../img/bottom_locale.jpg) repeat-x center left;
}

.risultati table .titolo_categoria {
	clear: both;
}

.risultati table .menu_categoria {
	display: none;
}

.risultati table .menu_categoria table {
	border-collapse: separate;
}

.risultati table .menu_categoria table .piatto {
	border-bottom: 1px solid black;
	padding: 0 5px 5px;
	width: 280px;
	vertical-align: top;
}

.risultati table .menu_categoria table .piatto > div {
	display: block;
	margin: 0;
	padding: 0;
}

.risultati .cuochi {
	width: 650px;
}

.risultati table.cuochi .logo{
	width:130px;
}

.risultati .cuochi .locale ul {
	padding-left: 30px;
	text-align: left;
}

.risultati .cuochi .locale .nomelocale {
	width: 290px;
}

.risultati .cuochi .locale .prodotti {
	width: 102px;
}

#carrello #carrello-home {
	text-align: justify;
	padding: 5px 10px 0;
}

#carrello #carrello-home p {
	margin-top: 0;
}

#carrello #carrello-home h3 {
	text-align: center;
	background-color: #E9FFB6;
	padding: 15px 0;
	margin: 10px 15px 0;
}

#carrello ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}

#carrello ul h4 {
	font-weight: bold;
	margin: 0 0 0 -30px;
	padding: 0;
	font-size: 13px;
	color: black;
}

#carrello ul ul {
	list-style-type: disc;
	margin-left: 15px;
}

#carrello ul ul > li {
	padding: 0;
}

#carrello ul ul ul {
	list-style-type: circle;
}

#carrello ul > li {
	padding: 7px 5px 3px 40px;
}

#carrello a {
	text-decoration: none;
}

#carrello a:hover {
	text-decoration: underline;
}

#carrello .piatto {
	border-bottom: 1px solid black;
	padding-top: 5px;
}

#carrello .piatto .prezzo {
	float: right;
}

#carrello .base {
	color: red;
}

#carrello .piu {
	color: #55F;
}

#carrello .rimosso {
	text-decoration: line-through;
}

#carrello #tot {
	font-size: 12px;
}

#carrello #tot h4 {
	color: #990000;
	text-transform: uppercase;
	text-align: right;
	padding-right: 39px;
}

#carrello #tot div {
	background: url(../img/bottone_arancio.jpg) no-repeat top right;
	width: 194px;
	font-weight: bold;
	padding: 2px 5px 0 0;
	text-align: right;
	color: white;
	height: 20px;
}

#carrello #login-modal {
	position: fixed;
	width: 500px;
	z-index: 250;
	display: none;
	background-color: white;
}

#carrello #login-modal a {
	color: #990000;
}

#carrello #login-modal a:hover {
	text-decoration: underline;
}

#carrello #login-modal table {
	margin: 15px 15px 0;
	text-align: center;
}

#carrello #login-modal td {
	padding: 5px 0;
}

#carrello #login-modal td.login,
#carrello #login-modal td.registrati {
	width: 210px;
	border: 1px solid #aaa;
	background-color: #ffc;
}

#carrello #login-modal td.registrati {
	padding-left: 15px;
	padding-right: 15px;
}

#carrello #login-modal td.oppure {
	vertical-align: middle;
	padding: 0 5px;
}

.feedback {
	border: 1px solid #EC7435;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 10px 10px;
	margin: 15px 0;
}

.feedback .jquery-ratings-star {
	width: 36px;
	height: 36px;
	background-image: url(../img/empty-star.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-right: 2px;
}

.feedback .jquery-ratings-full {
	background-image: url(../img/full-star.png);
}

.eventi {
	padding-left: 30px;
}

table.eventi {
	padding:0;
	border-collapse:collapse;
}

table.eventi td {
	padding:5px 9px;
}

table.eventi td.desc {
	border-bottom:1px solid #999;
	padding:0;
	width:520px;
}

table.eventi td.desc div{
	width:500px;
	display:none;
	padding:10px;
}

.commenti-piatto,
.commenti-locale {
	display: inline;
	position: relative;
	vertical-align: -2px;
	padding-left: 10px;
}

.commenti-piatto .over,
.commenti-locale .over {
	display: none;
	position: absolute;
	border: 1px solid black;
	background-color: white;
	z-index: 98;
	top: 5px;
	left: 25px;
	width: 210px;
}

.commenti-piatto .over p,
.commenti-locale .over p {
	padding: 3px 5px !important;
	margin: 0;
	font-weight: normal;
}

.commenti-piatto:hover .over, .commenti-locale:hover .over {
	display: block;
}

.ordthumb {
	margin: 2px 0 -2px 5px;
}

.cpiatto {
	margin: 3px 0 0 30px;
	width: 180px;
}

.italicgrey {
	font-style: italic;
	color: #777;
}

#footer {
	border-top: 1px solid #777;
}

#footer_logo {
	float: right;
	margin-top: 10px;
}

.menu_indirizzi {
	width: 100%;
	margin-left: 200px;
}

.menu_indirizzi > div {
	float: left;
	width: 100px;
}

.menucuoco {
	background-color:#F7F5F6;
	padding:10px;
}

.menucuoco td {
	padding: 0 !important;
}

.menucuoco h4 {
	margin: 10px 0;
	font-size: 14px;
}

.menucuoco h5 {
	margin: 0 0 5px;
	font-size: 13px;
}

.menucuoco ul {
	padding: 0 5px 0 20px;
	margin: 5px 0;
}

#edit,
#delete {
	display: none;
}

.ricercapiatto table {
	background-color: #F7F5F6;
}

.ricercapiatto table td {
	width: 561px;
	background-color: #F7F5F6;
}

.ricercapiatto table td .nomepiatto {
	background-color: #84C569;
	color: white;
	padding: 0 2px;
}

.ricercapiatto table td .catr {
	float:right;
	font-weight:bold;
}

.ricercapiatto table td .cat {
	font-style: italic;
	color: #333;
}

.ricercapiatto button {
	border: none;
	background: none;
	cursor: pointer;
	vertical-align: bottom;
}

.ricercapiatto label {
	font-weight:bold;
	font-size:14px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

* html .hover {
	width: 300px;
}

* html .menu td div {
	padding: 5px 10px;
	display: none;
}

* html .menu td * div {
	padding: 0;
	display: block;
}

* html #carrello ul {
	padding: 0 10px 0 35px;
}
