@charset "UTF-8";

#content-due-colonne {
	padding-top: 0;
	position: relative;
}

/* bookmarks */

#bookmark {
	position: relative;
	float: left;
	z-index: 2;
	margin-right: 5px;
	border: 1px solid #FFFFFF;	
}
#bookmark img {
	border: 0;
}
#bookmark:hover {
	border: 1px solid #CCCCCC;	
}
#bookmark_ie {
	position: absolute;
	left: 0;
	top: 0px;
	background-color: #ffffff;
}
#bookmark_ie table {
	position:relative;
	left: 70px;
	top: -15px;
}
#bookmark_ie, #bookmark_ie:hover {
	color: #62656B !important;
}

#bookmark_select { display: none }
* html #bookmark_ie:hover { he\ight: 0 }
#bookmark_ie { display: block }

#bookmark:hover #bookmark_select,
#bookmark_ie:hover #bookmark_select {
	display: block;
	position: absolute;
	top: 14px;
	left: -150px;
	z-index: 3;
}
#bookmark_select {
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	background-color: White;
	list-style: none;
}
#bookmark li {
	float: left;
	width: 150px;
	height: 20px;
	margin: 0;
	padding: 2px 5px;
	white-space: nowrap;
	list-style: none;
}
#bookmark:hover ul {
	width: 320px;
}
/* tell a friend */

#tellafriend {
	position: relative;
	float: left;
	z-index: 2;
	margin-right: 5px;
	border: 1px solid #FFFFFF;
}
#tellafriend img {
	border: 0;
}
#tellafriend:hover {
	border: 1px solid #CCCCCC;	
}
#tellafriend_ie {
	position: absolute;
	left: 0;
	top: 0px;
	background-color: #ffffff;
}
a#tellafriend_ie {
	text-decoration: none;
}
#tellafriend_ie table {
	position:relative;
	left: -50px;
	top: -15px;
}
#tellafriend_ie, #tellafriend_ie:hover {
	color: #62656B !important;
}

#tellafriend_select { display: none }
* html #tellafriend_ie:hover { he\ight: 0 }
#tellafriend_ie { display: block }

#tellafriend:hover #tellafriend_select,
#tellafriend_ie:hover #tellafriend_select {
	display: block;
	position: absolute;
	top: 14px;
	left: -150px;
	z-index: 2;
}
#tellafriend_select {
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	background-color: White;
}

/* stampa */
#stampa {
	position: relative;
	float: left;
	z-index: 2;
	border: 1px solid #FFFFFF;
}
#stampa img {
	border: 0;
}
#stampa:hover {
	border: 1px solid #CCCCCC;	
}
/* Gallery */
#gallery {
	position: relative;
	float: left;
	z-index: 2;
	border: 1px solid #FFFFFF;
	margin-right: 5px;
}
#gallery img {
	border: 0;
}
#gallery:hover {
	border: 1px solid #CCCCCC;	
}

.form_user {
	width: 280px;
}
.form_user label {
	width: 140px;
	display: block;
	float: left;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 15px;
}
.form_user p label {
	display: inline;
	float: none;
	width: auto;
	padding: 0;	
}
#formuser label {
	width: 140px;
	display: block;
	float: left;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 15px;
}
#tellafriend .form_user input, #tellafriend .form_user textarea {
	width: 110px;
	margin-bottom: 1px;
}
/* Tabs Javascript */
/*--------------------------------------------------
  Regola richiesta per nascondere il contenuto non
  attivo delle tab.
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display: none;
}

/*--------------------------------------------------
  Classe .tabber = prima l'interfaccia sia creata
  Classe .tabberlive = dopo che l'interfaccia è stata creata
  --------------------------------------------------*/
.tabber {
	clear: left;
}
.tabberlive {
	clear: left;
	margin-top: 1em;
}

/*--------------------------------------------------
  ul.tabbernav = la lista di navigazione delle tab
  li.tabbernav = il list item con la tab attiva
  --------------------------------------------------*/
ul.tabbernav {
	margin: 0;
	padding: 0;
	background-color: #c8d0d2;
	font: bold 11px Verdana, sans-serif;
 	height: 22px;
	padding-top: 3px;
	padding-left: 10px;
}
ul.tabbernav li {
	text-align: center;
	width: 80px;
	height: 22px;
	list-style: none;
	margin: 0;
	margin-left: 1px;
	float: left;
}
ul.tabbernav li a {
	padding: 4px 0;
	display: block;
}
ul.tabbernav li a:link { 
	color: #448; 
}
ul.tabbernav li a:visited { 
	color: #667; 
}
ul.tabbernav li a:hover {
	color: #000;
	background-image: url(/img/Jtabianco.gif);
	text-decoration: none;
}
ul.tabbernav li.tabberactive {
	background-image: url(/img/Jtabianco.gif);
}
ul.tabbernav li.tabberactive a {
	text-decoration: none;
 	color: #333333;
}

ul.tabbernav li.tabberactive a:hover {
	color: #000;
}

/*--------------------------------------------------
  Classe .tabbertab = il contenuto delle tab
  --------------------------------------------------*/
.tabberlive .tabbertab {
	clear: left;
	padding: 5px;
	/*border:1px solid #778;*/
	background-color: #ffffff;
	border-bottom: #c8d0d2 1px solid;
	border-left: #c8d0d2 1px solid;
	border-right: #c8d0d2 1px solid;
}

/* If desired, hide the heading since a heading is provided by the tab */
	.tabberlive .tabbertab h2 {
	 display: none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
	 background-color: #c4a869;
}
.tabberlive#tab2 .tabbertab {
	 height: 200px;
	 overflow: auto;
	 background-color: #c4a869;
}
.contenuti {
	clear: left;
	padding: 5px;
	border: #c8d0d2 1px solid;
}
/* lista e scheda prodotti es. tour e tour_dett */
#content-due-colonne ul.listaservizi, #content-una-colonna ul.listaservizi {
	margin:0;
	padding: 0;
	list-style: none;
}
.anteprima div.price {
	float: right;
	text-align: right;
}

.anteprima {
	position: relative;
	width: 100%;
	background-color: #FBFBFB;
	float: left;
	border-bottom: 1px dotted #999999;
}
.anteprima div {
	margin: 5px;
}

.anteprima img {
	margin: 5px;
	clear: both;
	float: left;
	height:80px;
}
.anteprima p {
	margin-bottom: 5px;
}
.anteprima .altri-servizi {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	background-color: #FBFBFB;
	padding-left: 10px;
}
.shoprod {
	float: left; 
	width: 47%; 
	margin: 1%; 
	border: 1px dashed #999999;
	overflow-x: hidden;
	overflow-y: hidden;
}
.shoprod h3 {
	margin: 0;
	margin-bottom: 10px;
	margin-left: 0 !important;
	margin-left: 100px;
	width: 95%;
	overflow-x: hidden;
	overflow-y: hidden;
}
.shoprod h3 a {
	margin: 0;
}
.shoprod a img {
	float: left;
	border: none;
}
.stampa {
	float: right;
}


#intro img.product-header {
	float: left;
	margin: 5px;
	height: 100px;
}
#intro p {
	float: left;
	margin: 5px;
}
#intro {
	float: left;
}

/* blocco form */
#bloccoForm {
	float: right;
	width: 170px;
	 border:1px solid #aaa;
	 background-color: #f8f8f6;
}
#content-due-colonne div.form h2, div.form h2 {
	border: none;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(/img/freccia_grigio.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
	font-size: 10px;
	font-weight: bold;
	border-top: 0;	
	line-height: 18px;
	margin: 0;
	border-bottom: 1px dotted #999999;
	background-color: #ecece7;
	color: #777777;
	padding: 0;
}
#content-due-colonne div.form, div.form {
	background-color: #f8f8f6;
}
#content-due-colonne div.form span.quant, div.form span.quant {
	display: block;
	float: left;
	height: 20px;
}
#content-due-colonne div.form span.quant img, div.form span.quant img {
	border: none;
	display: block;
	margin-left: 5px;
	background-color: #fff;
}
.prezzo_info {
	text-align: right;
	vertical-align: top;	
}
.tot_info {
	border-top: 1px solid #ccccdd;
	font-weight: bold;	
}
form {
	padding: 0;
	margin: 0;
}
.form fieldset {
	border: 1px solid #bbbbcc;
	padding: 4px;
	margin: 3px;
}
.form legend {
	font-weight: bold;
	color: #636563;
	padding: 0;
	margin: 0;
}
.form .noborder {
	border: none;
	padding: 0;
	margin: 0;
}
#content-due-colonne div.form a img, div.form a img {
	border: none;
}
/* bottoni */
.button {
	border: 1px solid #666666;
	font-weight: bold;
	padding: 1px;
	cursor: pointer;
}
.button_invia {
	border: 1px solid #666666;
	font-weight: bold;
	padding: 1px;
	padding-left: 20px;
	background-image: url("/img/send.gif");
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
}
.button_check {
	border: 1px solid #666666;
	font-weight: bold;
	padding: 1px;
	padding-left: 20px;
	background-image: url("/img/check.gif");
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
}
.button_calcola {
	border: 1px solid #666666;
	font-weight: bold;
	padding: 1px;
	padding-left: 20px;
	background-image: url("/img/calcola.gif");
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
}
.buyacquista {
	border: 1px solid #666666;
	font-weight: bold;
	padding: 1px;
	padding-left: 20px;
	background-image: url("/img/carrello.gif");
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
}
.linkinputindietro {
	text-decoration: none;
	color: #000000;
	border: 1px solid #666666;
	font-weight: normal;
	padding: 2px;
	padding-left: 20px;
	background-image: url("/img/input_indietro.gif");
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	width: 60%;
	margin: auto;
	cursor: pointer;
}
.linkinputcompra {
	text-decoration: none;
	color: #000000;
	border: 1px solid #666666;
	font-weight: normal;
	padding: 2px;
	padding-left: 20px;
	background-image: url("/img/carrello.gif");
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	width: 60%;
	margin: auto;
	cursor: pointer;
}
.help_ico {
	padding: 4px 0 3px 23px;
	background-image: url("/img/help_ico.gif");
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	border-top: 1px dotted #999999;
}
/** Related **/
tr.relatedBasket .prezzo{
	font-style: italic;
}
#content-due-colonne #formcalcolato h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
	font-weight: bold;
	border-top: 0;	
	line-height: 18px;
	margin: 0;
	border-top: 1px solid #999999;
	border-bottom: 1px dotted #999999;
	background-color: #ecece7;
	color: #727272;
}
.related {
	background-color: #FFFFFF;
	padding: 2px;
	text-decoration: none;
	border: 1px solid #f4dfa0;
	width: 100px;
	margin: 15px auto;
	text-align: center;
}
.related a {
	font-weight: normal;
	text-decoration: none;
	color: #8a8a8a;
}
.maingifs p {
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	text-align: center;
}

input.inputenfasi {
	background-image: url(/img/freccia_bianca.gif);
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	margin: 20px auto 0;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #666666;
	text-align: center;
	color: #333333;
	font-size: 12px;
	padding: 10px 20px 10px 15px !important;
	padding: 10px 0;
	cursor: pointer;
}
*:first-child+html input.inputenfasi {
	padding: 10px 0 !important;
}
.copiadati {
	clear: both;
	text-align: center;
}
.copiadati input {
	padding-right: 10px;
	background-image: url(/img/2-frecce.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	border: 1px solid #666666;
	color: #333333;
	font-weight: bold;
}
input.procedi {
	background-image: url(/img/freccia_bianca.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 16px;
}
/* tabella eventi */
.tableeventi, .tablevoucher {
	border: 1px solid #999999;
	width: 100%;	
}
.tableeventi td, .tablevoucher td {
	border: 1px solid #bbbbbb;
	background-color: #dddddd;
}
.tableeventi th, .tablevoucher th {
	border: 1px solid #bbbbbb;
	background-color: #bbbbbb;
}
/* basket */
.tablebasket {
	width: 100%;
	border: 1px solid #999999;	
}
.tablebasket td {
	border: 1px solid #bbbbbb;
	background-color: #dddddd;
	padding-left: 5px;
	padding-right: 5px;
}
.tablebasket th {
	border: 1px solid #bbbbbb;
	background-color: #bbbbbb;
	text-align: center;
}
.tablebasket td.inputquant {
	text-align: center;
}
.tablebasket td.prezzo {
	text-align: right;
	white-space: nowrap;
}
.tablebasket td.quant {
	text-align: center;
}
.tablebasket td.delete {
	text-align: center;
}
.tot-price {
	text-align: right;
	padding-right: 5px;
}
#content-due-colonne h1, #content-una-colonna h1  {
	margin: 0;
	padding: 0;
}

.country {
	width: 105px;
}
/* Classi per formattazione testo */
.clear { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }
.spacer { clear: both; height: 1px; font-size: 1px; }

.alignR { text-align: right; }
.alignL { text-align: left; }
.alignC { text-align: center; }
.alignMid { vertical-align: middle; }
.alignTop { vertical-align: top; }
.alignBot { vertical-align: bottom; }

.floatL { float: left; }
.floatR { float: right; }
.normalText { font-size: 12px; }
.smallText { font-size: 11px; }
.xsmallText { font-size: 10px; }
.xxsmallText { font-size: 9px; }
.largeText { font-size: 14px; }
.xlargeText { font-size: 16px; }
.xxlargeText { font-size: 19px; }
.xxxlargeText { font-size: 21px; }
.grayText { color: #666; }

.noborder {
	border: none;
	padding: 0;
	margin: 0;
}
.rosso { /*testo rosso*/
	color: rgb(136, 22, 35);
}
.maiuscolo { /*testo maiuscolo*/
	text-transform: uppercase;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
div.left {
	float: left;
 }
div.center {
	text-align: center;
}
.normal {
	font-size: 11px;
	color: #636563;
}
.center {
	text-align: center;
}
div.due span {
	display: block;
	width: 49%;
	text-align: center;
	float:left;
	padding: 4px 0;
}
div.due br {
	clear: left;
}
div.quattro span {
	display: block;
	width: 25%;
	text-align: center;
	float:left;
	padding: 4px 0;
}
div.quattro br {
	clear: left;
}
.left49 {
	width: 49%;
	float: left;
}
.right49 {
	width: 49%;
	float: right;
}


/*** Home Eventi ***/
#content-due-colonne div.HpEventi {
	background-color: #ffffff;
}
#content-due-colonne div.HpEventiBoxInt {
	margin-top:8px; 
	margin-bottom:2px; 
	font-size:1.1em;
	background-color: #e0e0e0;
	background-position: right bottom;
	background-repeat:no-repeat;
}

div.BoxInt4{height:auto !important; height:85px; min-height:90px; padding:0.6em 100px 0 1em}

div.BoxInt4 strong {
	font-size: 17px;
}
#content-due-colonne div.HpEventiBoxInt p{padding-top:6px}

/*Angoli Bianchi*/

div.rbtopl{background:url('../img/bg_rb_tl.gif') top left no-repeat}

div.rbtopr{background:url('../img/bg_rb_tr.gif') top right no-repeat}

div.rbbotl{background:url('../img/bg_rb_bl.gif') bottom left no-repeat; height:6px}

div.rbbotr{background:url('../img/bg_rb_br.gif') bottom right no-repeat; height:6px}


