/** Vogliamo disabilitare la selezione dappertutto tranne negli elementi specificati (applicando la classe .selectable) **/
/** {
   -ms-user-select: none; 
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}*/
 
.selectable {
   -ms-user-select: auto;
   -moz-user-select: auto;
   -khtml-user-select: auto;
   -webkit-user-select: auto;
   user-select: auto;
}
 
/** Vogliamo disabilitare la selezione solo negli elementi specificati (applicando la class .disable-selection **/
.disable-selection {
   -ms-user-select: none; /* IE 10+ */
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #301E08;
	/* [disabled]background-image: url(../../images/sfondo_sito.jpg); */
	background-repeat: repeat;
}

a {
	color: #FFFFFF;
	/* [disabled]text-decoration: none; */
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;		
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul,li{
	margin: 0px;
	padding: 0px;
}
li{
	list-style-type: none;	
}

#testo_scorrevole  {
	color: #E1E1C6;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: "Monotype Corsiva", Century;
	font-size: 19px;
	font-style: oblique;
	margin-right: 0px;
	width: 100%;
}

.logo img{
	float: left;
	display: block;
	width: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nav-bar{
	width: 100%;
	background-color: #373737;
}
.nav-menu{
	float: right;
	display: block;
	cursor: pointer;
	font-size: 30px;
	color: #FFF;
	border: 1px solid #FFF;
	margin-top: 15px;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.nav-lista {
	float: left;
	overflow: hidden;
	height: 0px;
	margin: 0px;
	width:100%
}

.nav-lista li{
	list-style-type: none;
	display: block;
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
}
.nav-lista li a{
	display: block;
	width: 100%;
	text-decoration: none;
}
.nav-lista li div{
	width: 144px;
	height: 28px;
	margin:0 auto;
	background-image: url(../../images/sfondo_pulsante.png);
	padding: 5px;
}

/*#head {
	text-align: left;
	background-image: url(../images/sfondo_header.jpg);
	background-repeat: repeat-x;
}*/
.head{
	width: 100%;
}

ul#main_menu {
	list-style-type: none;
	padding: 0px;
	width: 155px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
ul#main_menu li {
	background-image: url(../../images/sfondo_pulsante.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 155px;
	padding-top: 8px;
	font-family: "Monotype Corsiva", Century;
	display: inline-block;
	float: left;
	list-style-type: none;
}
.contenuti   {
	padding: 0px;
	text-align: center;
}
#content  #simboli #titolo_pagina {
	font-size: 22px;
}
#content  .contenuti  #titolo {
	font-size: 22px;
	margin-bottom: 0px;
}
#content  .contenuti  #testo {
	font-size: 14px;
	text-align: justify;
	margin-top: 10px;
}
#content .galleria_principale {
	text-align: center;
}
#content .galleria_principale .anteprima {
	margin-bottom: 15px;
}

#thumb   {
	margin: 0px;
	padding: 0px;
}
#thumb li {
	list-style-type: none;
	margin: 5px;
	padding: 1px;
	border: 1px solid #FFFFFF;
	display: inline-block;
	height: 60px;
	width: 60px;
	overflow: hidden;
}
#thumb .immagine {
	height: 60px;
	width: 60px;
	overflow: hidden;
}
#thumb .immagine img {
	width: 100px;
}

.anteprima img {
	width: 100%;
}


.freccia   {
	float: right;
	margin-right: 20px;
}
#head #home {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
#head #logo {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
.tabella_principale_cella_sx {
	background-image: url(../../area_riservata/images/ombra_sx.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 10px;
}
.tabella_principale_cella_dx {
	background-image: url(../../area_riservata/images/ombra_dx.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 10px;
}
#titolo_pagina {
	background-image: url(../../images/barra_titolo_sfondo.gif);
	background-repeat: repeat-x;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	text-align: left;
}
.pratica {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.tour {
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial;
	margin-bottom: 15px;
}
.tour li {
	margin-bottom: 5px;
}
.tour .dal {
	margin-right: 10px;
	margin-left: 10px;
}
.oggetti {
	margin-top: 15px;
}
.oggetti li{
	width: 100%;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	text-align: center;
}
.oggetti li .nome {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.oggetti li .taglia {
	margin-bottom: 10px;
}
.oggetti li .link a {
	color: #ECEC00;
}
.domanda {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.risposta {
	font-style: italic;
}
.price {
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}
.price li {
	list-style-type: none;
	font-family: "Monotype Corsiva";
	padding: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.price li .paese{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.price li .prezzo{
	font-size: 18px;
	text-decoration: underline;
	margin-bottom: 10px;
}
.price li .descrizione{
	font-size: 18px;	
}
.price .tipo{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	font-family: "Monotype Corsiva";
	color: #CCCCCC;
	font-size: 25px;
	text-align: center;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
}
.post li{
	list-style-type: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
}
.post {
	margin: 0px;
	padding: 10px;
}

.post li .titolo {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #ECEC00;
}
.post li .immagine {
	margin-top: 20px;
	margin-bottom: 20px;
}
.post li .categoria{
	font-style: italic;
	margin-bottom: 5px;	
}
.post li .testo {
	width: 340px !important;
	overflow: hidden;
}

.info_guestbook > li{
	font-size: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.info_guestbook > li li{
	color: #CCC;
	margin-bottom: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	padding-top: 3px;
}
