/*--------------------COMMONS--------------------*/
* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	padding:0px;
	color:#912C00;
	background-color:#FA9809;
}
html, body, #wrapper {
	width:100%;
	height:100%;
	min-height:100%;
}
fieldset {
	padding:10px;
}
.Destra {
	float:right;
}
.Sinistra {
	float:left;
}
.Destra, .Sinistra {
	border:2px solid #912c00;
	margin:2em;
}
/*--------------------TABLE--------------------*/
table#tariffe {
	table-layout:fixed;
	width:100%;
	color:#912C00;
	border-top:1px solid #FA9809;
	border-left:1px solid #FA9809;
}
table#tariffe caption {
	font-size:larger;
	font-weight:bolder;
	text-transform:uppercase;
	letter-spacing:0.8em;
	padding-bottom:10px;
}
tr, td, table  {
	margin:0;
	padding:0;
}
table#tariffe th {
	text-transform:capitalize;
	border-bottom:1px solid #FA9809;
	border-right:1px solid #FA9809;
}
table#tariffe th span {
	font-size:9px;
	border:0 !important;
	font-weight:lighter;
	text-transform:none;
}
table#tariffe td {
	border-bottom:1px solid #FA9809;
	border-right:1px solid #FA9809;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
}
table#tariffe td span {
	font-weight:bolder;
	border:0 !important;
}
table#tariffe td a {
	display:block;
	width:100%;
	height:100%;
}
table#tariffe td.over:hover {
	border:1px solid #FACF8F;
	vertical-align:middle;
	text-align:center;
	padding-top:1px;
	padding-left:1px;
}
table#pagamenti {
	table-layout:fixed;
	padding:0;
	margin:0;
	border-top:1px solid #FA9809;
	border-left:1px solid #FA9809;
	empty-cells:show;
}
table#pagamenti thead {
	font-weight:bolder;
	text-align:center;
	font-size:11px;
}
table#pagamenti td {
	border-bottom:1px solid #FA9809;
	border-right:1px solid #FA9809;
	margin:0;
	padding:2px;
}
table#pagamenti td a {
	display:block;
	width:100%;
	height:100%;
}
/*--------------------A--------------------*/
a, a:link, a:visited, a:focus, a:active {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:none;
	color:#912C00;
}
a img {
	border:none;
}
a.float-right, a.float-left {
	text-decoration:underline;
	font-weight:bolder;
	margin:2px;
	display:block;
	padding:5px 10px;
	background:#F7E9CB;
	border:1px solid #F7BE41;
}
a.underline, a.underline:active, a.underline:focus, a.underline:link, a.underline:visited {
	text-decoration:underline;
	font-size:10px;
}
a.underline:hover {
	background-color:#F7EDD7;
}

/*--------------------H--------------------*/
h1, h2, h3 {
	font-size:10px;
}
h1.testata {
	padding-left:15px;
	background-color:#FFDD99;
	border-left:2px solid #FFDD99;
	border-right:2px solid #FFDD99;
	font-style:italic;
	text-transform:capitalize;
}
h1.testata span {
	font-family:"Times New Roman", Times, serif;
	background-color:#F7EDD7;
	border-left:2px solid #FFCC99;
	border-right:2px solid #FFCC99;
	font-size:16px;
	padding:0 2px 0;
}
h2.testata {
	clear:both;
	padding-left:15px;
	border:0;
	background-color:#F7AB00;
	border-left:2px solid #FC9;
	border-right:2px solid #FC9;
	font-style:italic;
	line-height:20px;
	margin-top:3px;
}
h2.testata span {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	padding:0 2px 0;
	color:#fff;
	text-transform:capitalize;
}
h1.poesie {
	font-size:11px;
	letter-spacing:0.6em;
}
p.articoli h2 {
	border-bottom:1px solid #F7AB00;
	margin-left:-2em;
}
p.articoli {
	margin-left:2em;
	clear:both;
}
/*--------------------FORM--------------------*/
input, select, textarea {
	border:1px solid #333;
	font-size:9px;
	color:#735100;
	margin:5px 0;
}
textarea {
	background-color:#efefef;
}
select {
}
input {
	background-color:#efefef;
	margin-bottom:4px;
}
input:focus, textarea:focus {
	background-color:#fff;
}
input.text {
	width:30%;
}
p label {
	display:block;
	width:15em;
	float:left;
	text-align:right;
	padding:6px 5px 0 0;
	margin:0;
}
p input {
}
/*--------------------UL--------------------*/
ul, ul ul, ul ul ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
li {
	position:relative;
	margin:0;
	padding:0;
}

/*lista*/
ul#lista {
	list-style-type:square;
	margin-left:30px;
}

/*menu*/
ul#menu {
}
ul#menu li {
	text-transform:uppercase;
	font-weight:bolder;
	width:14%;
	float:left;
	text-align:center;
}
ul#menu li a {
	display:block;
	width:100%;
}
ul#menu li a {	
	border-top:3px solid #ddd;
	border-left:1px dotted #F7EDD7;
	border-right:1px dotted #F7EDD7;
}
ul#menu li a:hover {
	border-top:3px solid #F7C455;
	border-left:1px dotted #F7C455;
	border-right:1px dotted #F7C455;
}

/*menu categorie*/
ul#menu_categorie {
	margin:20px 10px 10px;
}
ul#menu_categorie li {
	font-size:11px;
	text-transform:capitalize;
	font-weight:bolder;
	line-height:20px;
	vertical-align:middle;
	text-align:left;
	margin-top:5px;
	background:url("imgs/menu-categorie-sfondo.gif") no-repeat;
}
ul#menu_categorie li a {
	display:block;
	width:80%;
	padding:5px 20px;
}
ul#lingua {
	vertical-align:baseline;
	position:absolute;
	bottom:5px;
	right:0;
}
ul#lingua li {
	display:inline;
	margin:0 5px;
	font-size:10px;
}
ul#lingua a:link, ul#lingua a:active, ul#lingua a:visited, ul#lingua a:hover {
	border-bottom:1px dotted #912C00;
	padding:0 5px;
}
ul#lingua a:hover {
	background-color:#FA9400;
}
ul#lingua a.selected:link, ul#lingua a.selected:active, ul#lingua a.selected:visited, ul#lingua a.selected:hover {
	background-color:#FA9400;
}
ul.errorlist {
	background-color:#f30;
	color:#fff;
	font-weight:bolder;
}
ul.errorlist li {
	padding:3px;
}
ul#lista_lingue {
	position: absolute;
	width:200px;
	top:-30px;
	right:-50px;
	text-indent: -9999px;
}
ul#lista_lingue li {
	display: inline;
}
ul#lista_lingue li a {
	float: left;
	text-indent: -9999px;
	display: block;
	background: no-repeat 0 0;
	width:24px;
	height: 24px;
}
ul#lista_lingue li a.it {
	background-image: url(imgs/flags/it.png);
}
ul#lista_lingue li a.en {
	background-image: url(imgs/flags/en.png);
}
ul#lista_lingue li a.es {
	background-image: url(imgs/flags/es.png);
}
ul#lista_lingue li a.fr {
	background-image: url(imgs/flags/fr.png);
}
ul#lista_lingue li a.de {
	background-image: url(imgs/flags/de.png);
}
ul#lista_lingue li a.ru {
	background-image: url(imgs/flags/ru.png);
}
/*--------------------DIV--------------------*/
div#main {
	background:url("imgs/gradient.gif") repeat-x top #F7EDD7;
	padding-bottom:20px;
	min-height:500px;
	position: relative;
}

/*header*/
div#header {
	background:url("imgs/gradient-header.gif") repeat-x #F7BB35;
	padding-left:10px;
	height:60px;
	position:relative;
}
div#header h1 {
	display:none;
}
div#header h2 {
	color: #6f6f6f;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	position: absolute;
	top:40px;
	right: 370px;
}
/*ubicazione*/
div#ubicazione {
	clear:both;
	text-align:center;
	margin-top:20px;
}
/*ristorante*/
div#ristorante {
	padding:20px 0;
	min-height:350px;
	height:350px;
	line-height:1.5em;
	text-align:center;
}
div#ristorante img {
	float:right;
	margin-right:40px;
}
/*center*/
div#center {
	margin:0;
	padding:0;
	min-height:200px;
}
/*footer*/
div#footer {
	color:#8D6300;
	font-weight:bolder;
	font-size:9px;
	height:150px;
	background:url("imgs/gradient-footer.gif") top repeat-x #F7BB35;
	clear:both;
	line-height:1.5em;
	width:100%;
}
div#footer div#container-footer {
	padding-top:15px;
}
div#indirizzo_footer, div#brokenseal {
	width:40%;
}
div#indirizzo_footer {
	float:left;
}
div#brokenseal {
	float:right;
	text-align:right;
}
div#footer a {
	border-bottom:1px dotted #8D6300;
	color:#8D6300;
}
div#footer a:hover {
	background:#F7C14D;
}

/*container*/
div.container {
	width:780px;
	margin:0 auto;
	position:relative;
}

/*promozioni - inevidenza*/
div#promozioni, div#inevidenza {
	border:1px solid #ccc;
	width:30em;
	margin:10px;
}
div#promozioni {
	float:left;
}
div#inevidenza {
	float:right;
}
div#promozioni h1, div#inevidenza h1 {
	margin:2px;
	padding:0;
	font-size:14px;
	color:#363636;
	text-transform:capitalize;
	font-family:"Courier New", Courier, monospace;
	letter-spacing:0.3em;
	text-align:center;
	border:1px dotted #ccc;
	line-height:20px;
}
div#promozioni div, div#inevidenza div {
	background:url("imgs/giglio.gif") no-repeat 100% 100%;
	margin:2px;
	border:1px dotted #ccc;
	padding:10px;
	line-height:1.5em;
}

/*trattamento dati*/
div#trattamento-dati {
	font-weight:normal;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:9px;
}

/*camere*/
div#categorie {
	float:left;
	width:30%;
}
div#foto {
	float:right;
	width:60%;
}
div#poesie {
	clear:both;
	width:80%;
	text-align:center;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	letter-spacing:0.1em;
	line-height:1.4em;
	font-weight:bolder;
	color:#912C00;
	margin:20px auto 0;
	background:#F7E9CB;
	border:1px dotted #F7BE41;
}
div#poesie span.autore {
	float:right;
	font-size:10px;
	font-style:normal;
}
div#descrizione {
	float:right;
	width:60%;
	font-weight:bolder;
	margin-top:20px;
	line-height:2em;
}
div#descrizione h3 {
	letter-spacing:0.2em;
	font-size:11px;
	border-left:2px solid #FC9;
	border-right:2px solid #FC9;
	background-color:#FFE0C1;
	padding-left:5px;
}
div#descrizione p {
	text-indent:3em;
	margin-left:10px;
}

/*form*/
div.form {
	border:1px dotted #666;
	background-color:#FD9;
	margin-top:10px;
	padding:10px;
}
div.form span {
	padding:0 2px;
	border-left:2px solid #FC9;
	font-weight:bolder;
}
div.form p {
	/*color:#912C00;*/
	font-weight:bolder;
	text-indent:3em;
	margin-left:10px;
}
div.form p.email {
	font-style:italic;
	padding-left:10px;
}
div.form p span {
	border:0;
}
div.form p span.oggetto {
	text-decoration:underline;
}
div.form p.email span.autore {
	float:right;
}
div.form p p.email {
	font-weight:normal;
}
div.indirizzo {
	font-weight:bolder;
	line-height:1.5em;
}
div.indirizzo img {
	float:right;
}
div.indirizzo a {
	font-size:10px;
}

/*--------------------COMMON CLASSES--------------------*/
.u-h3 {
	font-size:12px;
	font-weight:bolder;
	text-decoration:underline;
}
.center {
	text-align:center;
}
.smoking {
	text-align:center;
	font-weight:bolder;
	margin-top:10px;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.frecce {
	font-size:9px;
	font-weight:bolder;
}
.warning {
	color:#f30;
}
.align-left {
	text-align:left;
}
.underline {
	text-decoration:underline;
	font-size:12px;
}
.clear {
	clear:both;
}
.notifica {
	border:1px solid #f30;
	padding:5px;
}
