
table  {
  border-collapse: collpase;
  border: none;
  font: normal 14px helvetica, verdana, arial, sans-serif;
  background-image: url(spacerhw.gif);
  background-repeat: repeat;
  border-spacing: 0px;
  } 
caption {
	text-align: center;
	font: normal 18px helvetica, verdana, arial,  sans-serif;
	background: transparent;
	color: white;
	}
caption img {
 	padding: 10px 10px 10px 20px;
	margin: auto;
	text-align:center;
	border: none;
	}


#title_book {
	font: normal 16px helvetica, verdana, arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: color: #000000;
  }

/* per avere il bordo di tutti i lati delle tabelle; usare solo
prima parte o seconda */

		/* PRIMA PARTE */
				td, th {
				border: none;
		  		padding: .80em;
		  		color: #000000;
		  	}

		/* SECONDA PARTE
				td, th {
				border: solid;
				border-width:1px;
		  		padding: .10em;
		  		color: #000000;
		  	}
		 * /
/* colore della barra sotto header (barra SPIRITO MENTE CORPO) */
		thead th {
				font: bold 19px helvetica, verdana, arial, sans-serif;
				border: none;
				text-align: justify;
				background: #626262;
				color: #00FF0C;
				padding:12px 20px 10px 20px;
				border-bottom-style:solid;
				border-bootm-width: 3px;  
				border-bottom-color: #cd101b; 
				border-top-style:solid;
				border-top-width: 3px;  
				border-top-color: #cd101b; 

			}

/* colore del footer */
		tfoot th, tfoot td {
				font: bold 14px helvetica, verdana, arial, sans-serif;
				border: none;
				text-align: justify;	
				background: #7ab900;
				color: #ffffff;
				padding:4px 20px 4px 20px;
			}
		tbody td a {
				background: transparent;
				text-decoration: none;
				color: #000000;
			}

		tbody td a:hover {
				background: transparent;
				color: #cd101b;
			}

		tbody th a {
				font: bold 11px helvetica, verdana, arial, sans-serif;
				background: transparent;
				text-decoration: none;
				font-weight:normal;
				color: #9F9F9F;
			}
  
		#interspace_head {
				background: #ffffff;
				height:10px;
			}

		#interspace {
				background: #ffffff;
				height:10px;
				background-image: url(spacerh.gif);
				background-repeat: repeat-x;
				background-position: 0px;
				padding: 0;
				margin: 40px 0 40px 0;
			}


/* icone prodotti CARTACEO EBOOK AUDIOLIBRO STARS FREEE_SHIP */
#buttons {}
#cartaceo {
	background-image: url(cartaceo.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-indent: -9999px;
	position:relative;
	top:0%;
	left:0%;
	padding-top: 30px;
	}

#ebook {
	background-image: url(ebook.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-indent: -9999px;
	position:relative;
	top:0%;
	left:0%;
	padding-top: 30px;
	}

#audiolibro {
	background-image: url(audiolibro.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-indent: -9999px;
	position:relative;
	top:0%;
	left:0%;
	padding-top: 30px;
	}
#free_ship {
	background-image: url(free.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-indent: -9999px;
	position:relative;
	top:0%;
	left:0%;
	padding-top: 80px;
	}

#stars {
	background-image: url(stars.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-indent: -9999px;
	position:relative;
	top:0%;
	left:0%;
	padding-top: 15px;
	margin-bottom:10px;
	}

/* pulsante ALTRO... con link */
		#buttons a {
				background: transparent url(altro.png) no-repeat;
				display: block; 
				width: 85px;
				height: 30px;
			  	margin: 150px auto 0 auto; 
				onfocus: this.blur();
 			}

		#buttons a:hover {
				background: transparent url(altroh.png) no-repeat;
			}

		#buttons A SPAN {
				display: none;
			}

/*  misure e caratteristiche del testo di tutte le tabelle */
		/*	caratteristiche della colonna TD */

		tbody td {
				vertical-align: top;
				text-align: left;
				padding-left: 12px;
			}

	/*	caratteristiche della colonna TH */

		tbody th {
				margin-left:auto;
				margin-right:auto;
				text-align: justify;
				font-weight: bold;
				color: #7ab900;
				font-size: 14px;
/* per rendere solido il TH intero>>>> border-style: solid;   <<<<<*/
			}

/* bordo intorno all'immagine nel TH copertina libro */

		tbody th img {
				border-style: solid;
				border-width: 1px;  /* COMANDI AMMESSI : xpx; medium, thick */
				border-color: navy; /* COMANDI AMMESSI : double, groove; dotted; dashed; inset; outset; ridge; hidden; */
			}

/*colore del passaggio */
tbody tr.pippo:hover {
				background: #e6e6e6;
			}
		tbody tr.pippo a {
				background: transparent;
				text-decoration: underline;
				color: #3333ff;
				font-weight: bold;
			}

		tbody tr.pippo a:hover {
				color: #ff2525;
				text-decoration: none;
			}


/* background del TH e padding dell'immagine in esso contenuta prima=CON COLORE, seconda=CON IMMAGINE */

		tbody tr:hover th, tbody tr.odd:hover th {
				background: url(bg.jpg) repeat center;
			}
		/* prima possibilità CON COLORE 
				tbody tr:hover th, tbody tr.odd:hover th {
					background: #ffffff;
				  	background: transparent;
			} */
		
		/* seconda possibilità CON IMMAGINE*/
				background: url(bg.jpg) repeat center;

			}


				