/* niente grassetto per sottotitoli */
.nobold {
	font-weight: normal;
}

body {
	 margin-right: 3%;
 	 margin-left: 3%;
	 background-color: rgb(251, 253, 214);
}

/* colore dei dati del form di invio errati */
.insertError {
	background-color: yellow;
}

/* nome autori */
.authorLink {
	color: blue;
}

/* titolo libri */
.titleLink {
	color: olive;
}

/*scritta "ultima uscita" */
.lastPub {
	text-align: center;
	font-size: 1.3em;
}

/* paragrafi giustificati */
.justified {
	text-align: justify;
	}
/* nessun bordo alle immagini */
img {
 border: none;
}

/* ??? */
.border {
	margin-left: 4em;
	margin-right: 4em;
}

/* titoli */
.title {
 	font-size: 1.3em;
	font-family: Verdana;
	color: blue;
	font-weight: normal;
}

/* titolo dei libri nella home page */
.titoloLibroHome {
	font-size: 1.5em;
	color: black;
}

/* === landmark === */

/* nome casa editrice */
.maintitle {
	text-align: center;
	font-family: Arial;
	letter-spacing: 2px;
	font-weight: bold;
  	font-size: 2.3em;
  	color: red;
}

/* per linee vuote sotto i titoli */
.underTitle {
	font-size: 0.3em;
}

/* bottone illuminato */
.landbutton:hover {
	background-color: aqua;
	border-style: inset;
	color: red;
}

/* bottone normale */
.landbutton {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color:red;
	text-align: center;
	background-color: rgb(214, 236, 253);
	/*border: 4px;*/
	border-style: outset;
}

/* bottone selezionato */
.pressedlandbutton {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: gray;
	text-align: center;
	background-color: rgb(194, 216, 233);
	/*border: 4px;*/
	border-style: inset;

}

/* === fine landmark === */

/* === sezioni === */

/* eventi */
.sectionEvents {
background-color: silver;
padding: 2%;
font-size: small;
}

/* centro */
.sectionCentral{
background-color: rgb(251,253,214);
padding-left: 2%;
padding-right: 2%;
}

/* news */
.sectionNews{
background-color: silver;
padding: 2%;
font-size: small;
}

/* navigatore a sx */
.navleft{
background-color: silver;
}

/* ??? */
.navleftList {
padding-right: 3%;
}


.navigator {
	background: red;
	border: double;
}

.tour {
	background: yellow;
	font-size: small;
}

.tourDisabled {
	color: white;
}




/* === CARRELLO === */

/* sfondo */
.buy{
background-color: silver;
}

/* titolo "CARRELLO" */
.buyTitle {
	background: green;
	border: double;
}

/* bottone x acquisti */
.buyButton {
	background: red;
	color: white;
	border: double;
	border-color: white;
	font-weight: bold;
	text-decoration: none;
}

/* Titolo, Quantità, Prezzo... */
.buyHeader {
	background: orange;
}

/* totale */
.buyTotal {
	background: aqua;
}

/* bottone "cancella */
.deleteBookButton {
	border-width: thin;
	background: red;
	color: white;
	border-color: black;
	font-weight: bold;
	text-decoration: none;
}

/* bottoni "completa", "svuota", ... */
.basketButton {
	border: double;
	background: red;
	color: white;
	border-color: white;
	font-weight: bold;
	text-decoration: none;
}

/* === fine CARRELLO === */

/* === EDIZIONI MB === */
h1.titlecasa {
  font-size: 2.3em;
	 font-family: Arial;
  color: red;
}

.outnow {
 	font-size: 1.3em;
	font-family: Verdana;
	color: blue;
	font-weight: normal;
}

img.embedded {
	padding-right: 0.8em;
}

/* paragrafi giustificati */
.justifiedMB {
	text-align: justify;
	margin-right: 1em;
	}

/* evento non ancora accaduto */
.actual {
	color: red;
}