/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/
.inputtext
{
BACKGROUND-COLOR: white;
BORDER-BOTTOM: black 1pt solid;
BORDER-LEFT: black 1pt solid;
BORDER-RIGHT: black 1pt solid;
BORDER-TOP: black 1pt solid;
FONT-FAMILY: Verdana;
FONT-SIZE: 8pt
}

a {
color: #000099;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #d04000;
text-decoration: underline;
}

body {
background-color: #BDD3EF;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
background-image: url(img/fondo.gif);
background-position: right top;
background-repeat: no-repeat;
background-attachment: fixed;
}

blockquote {
	font-style: italic;
}

h1 {
	font-size: 115%;
	margin-top: 0px;
}

h2 {
  font-size: 110%;
  margin-top: 0px;
}

h3 {
  font-size: 105%;
}

h4 {
  font-size: 100%;
}

input, textarea {
  background-color: #fff0d0;
  border-color: #ffd0a0 #e0b080 #e0b080 #ffd0a0;
  border-width: 1px;
  padding: 2px;
}

input:focus, textarea:focus {
  background-color: #ffffd0;
}

input.button {
  background-color: #d0a070;
  border-style: solid;
  border-color: #f0e0c0 #703000 #703000 #f0e0c0;
  border-width: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: .2em;
}

input.button:focus {
  color: #ffffd0;
}

label {
  font-weight: bold;
}

textarea {
  font-family: "Courier New", Courier, monospace;
}

td, th {
  font-size: 10pt;
}

th {
  font-weight: bold;
  text-align: left;
}

ul {
  list-style-type: square;
}

.errorMsg {
  color: #c00000;
  font-weight: bold;
}

#main {
  margin: 0px auto;
  text-align: left;
  width: 630px;
}

#titleBar, #copyright {
  background-color: #a07050;
  border-color: #c09070 #704020 #704020 #c09070;
  border-style: solid;
  border-width: 2px;
  color: #fff0d0;
  font-size: 120%;
  font-weight: bold;
  padding: 2px .5em;
}

#copyright {
  font-size: 80%;
  font-weight: bold;
  text-align: right;
}

#content {
  background-color: #f0c090;
  border-color: #ffe0b0 #b08050 #b08050 #ffe0b0;
  border-style: solid;
  border-width: 2px;
  padding: .5em 1em .25em 1em;
}

#validation {
  padding: 1em 0em;
  text-align: right;
}

/*---------------------------------------------------------------------------*/
/* Site menu.                                                                */
/*---------------------------------------------------------------------------*/

.menuBar,
.menuBar a.menuButton,
.menu,
.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  line-height: 5pt;
  color: #000000;
}

.menuBar {
  background-color: #003399;/*#c09070;*/
  border: 2px solid;
  border-color: #003399; /*#e3f1ff #1c5c99 #1c5c99 #e3f1ff;*/
  padding: 5px 2px 5px 2px;
  text-align: left;
  z-index: 100;
}

.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #003399;
  color: #ffffff;
  cursor: default;
  font-weight: bold;
  left: 0px;
  margin: 0px 0px 0px 0px;
  padding: 1px 6px 1px 5px;
  position: relative;
  text-decoration: none;
  top: 0px;
  
}

.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #99ccff #99ccff #99ccff #99ccff;
}

.menuBar a.menuButtonActive,
.menuBar a.menuButtonActive:hover {
  background-color: #ccddff;
  border-color: #224488 #224488 #115599 #115599;
  color: #000000;
  left: 1px;
  top: 1px;
}

.menu {
  background-color: #003399/*ccddff*/;
  border: 1px solid;
  border-color: #eeffff #115599 #115599 #eeffff;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

.menu a.menuItem {
  color: #ffffff;
  cursor: default;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.menu a.menuItem,
.menu .menuItemHdr {
  padding: 3px 1em;
}

.menu a.menuItem:hover, .menu a.menuItemHighlight {
  background-color: #ccddff/*29498C*/;
  color: #000000/*fff0d0*/;
}

.menu a.menuItem .menuItemText {
}

.menu a.menuItem .menuItemArrow {
  margin-right: -.75em;
  padding-left: .25em;
}

.menu .menuItemHdr {
  font-weight: bold;
}

.menu .menuItemSep {
  border-top: 1px solid #e3f1ff;
  border-bottom: 1px solid #1c5c99;
  margin: 4px 2px;
}

/*---------------------------------------------------------------------------*/
/* Styles for side bar.                                                      */
/*---------------------------------------------------------------------------*/

#sideBar {
  background-color: #f0d0b0;
  border: 1px solid #000000;
  border-top-width: 0px;
  float: left;
  font-size: 9pt;
  margin: 0em 1em 0em 0em;
  width: 10em;
}

.sideBarHdr {
  background-color: #d0a070;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  font-weight: bold;
  padding: 0px .5em 0px .5em;
}

.sideBarTxt {
  padding: 4px .5em 4px .5em;
}

.sideBarSep {
  border-top: 1px solid #d0a070;
  margin: 2px 0px 2px 0px;
}

/******************************************************************************
* Printing styles.                                                            *
******************************************************************************/

@media print {

  @page {
    margin-left: 2cm;
    margin-right: 2cm;
  }
  
  .titolo h1 {
    font-size: 20pt;
    text-shadow: -0.1em 0.1em 0.2em gray;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    filter: Shadow(Color=#666666, Direction=225, Strength=2);
  }

  .testo {
    font-size: 12pt;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  }

  a {
    color: #808080 !important;
    font-weight: normal !important;
  }

  body, input, textarea, #titleBar, #copyright, #content, .menuBar {
    background-color: #ffffff !important;
    color: #000000 !important;
  }

  input, input.button, textarea, #titleBar, #copyright, #content, .menuBar {
    border: 1px solid #000000 !important;
  }

  input.button {
    background-color: #e0e0e0 !important;
    color: #000000;
  }

  #main {
    border-width: 0px !important;
  }

  #titleBar, #content, .menuBar {
    border-bottom-width: 0px !important;
  }

  #titleBar, #copyright {
    background-color: #c0c0c0 !important;
  }

  #validation {
	display: none !important;
  }

  .menuBar {
    background-color: #e0e0e0 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;

  }

  .menuBar a.menuButton, .menuBar a.menuButtonActive {
    background-color: #e0e0e0 !important;
    border-width: 0px !important;
    color: #e0e0e0 !important;
    font-family: "MS Sans Serif", Arial, Tahoma, sans-serif !important;
    font-size: 8pt !important;
    font-style: normal !important;
    font-weight: bold !important;
    left: 0px !important;
    top: 0px !important;
  }

  .menu {
    display: none !important;
  }

  img {
    display: none !important;
  }

  .errorMsg {
    color: #000000 !important;
  }

  #sideBar {
    background-color: #e0e0e0 !important;
    color: #000000 !important;
  }

  .sideBarHdr {
    background-color: #c0c0c0 !important;
    color: #000000 !important;
  }

  .sideBarSep {
    border-color: #000000 !important;
    color: #000000 !important;
  }
}

.contenuto-stampa {
background-color: white;
}

/******************************************************************************
 * Stili delle categorie.                                                     *
 ******************************************************************************/

.note {
text-align: center;
font-weight: bold;
font-size: 12px;
color: #000099;
}

.lnkblu, .blu, .verde, .rosso {
color: #000099;
font-weight: normal;
font-size: 11px;
margin-right: 10px;
padding-left: 5px;
}

.lnkblu {
font-size:10px;
}

#box_login .lnkblu {
margin-right: 3px;
padding-left: 3px;
}

.login {
color: #000099;
font-weight: normal;
font-size: 9px;
margin-right: 20px;
padding-left: 5px;
}

.numero {
font-weight: bold;
font-size: 12px;
text-align: center;
}

.articolo {
font-size: 12px;
}

.titolo {
font-weight: bold;
font-size: 18px;
margin: 20px 0px 20px 0px;
}

.titolo-articolo {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-weight: bold;
font-size: 18px;
margin: 20px 0px 20px 0px;
padding: 20px 50px 0 50px;
text-align: center;
text-shadow: -0.1em 0.1em 0.2em gray;
filter: Shadow(Color=#666666, Direction=225, Strength=2);
}

.titolo-articolo a {
text-decoration: none;
color: black !important;
text-shadow: -0.1em 0.1em 0.2em gray;
filter: Shadow(Color=#666666, Direction=225, Strength=2);
}

.titolo h1 {
text-align: center;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.autore {
font-style: italic;
text-align: center;
font-weight: normal;
}

.sottotitolo {
margin: 0.5cm 0cm 0.5cm 0cm;
}

a#amministrazione {
font-weight: 900;
font-size:0.8em;
border: #c00 solid;
margin: 20px 0px 20px 0px;
text-decoration: none;
color:#555;
}

a#amministrazione:hover
{
color:#c00;
border: white solid;
}

.testo {
text-align: justify;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 1.0em;
text-indent: 1.2em;
padding-left: 10px;
padding-right: 10px;
line-height: 1.4em;
}

a.articolo {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
color: #2d4c90;
}

#num {
font-size: 11px;
font-weight:bold;
}

.lnk_adista img{
border: 0;
width: 200px;
height: 45px;
}

.data {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #FFFFFF;
}

.path {
font-family: Verdana;
font-weight:normal;
}

.path a {
font-family: Verdana;
}

.path a:hover {
font-family: Verdana;
text-decoration:underline;
}

.bottoni {
BACKGROUND-COLOR: #dd9900;
BORDER: white 0pt solid;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 8pt;
font-weight: bold;
font-variant: small-caps;
color: #FFFFFF;
}

.radio {
BACKGROUND-COLOR: white;
}

#arcoTV tr td{font-weight:bold; color:#fff; text-align:center;}
#arco{background-color:#DCECCD; text-align:left;}
#arco a{font-weight:lighter; padding:0px; color:#275;}
#arco a:hover{color:#c63;}
#scadAbb{font-size:10px;}
#scadData{font-size:11px;font-weight:bold;}

/*****************************************************************************
 * Stampa articolo / invia articolo a un amico.                              *
 *****************************************************************************/

.dati-invio {
font-size: 0.8em;
border: #c00 solid;
margin: 1em 5em 1em 5em;
padding: 1em 1em 1em 1em;
}

.dati-invio-titolo {
font: normal small-caps 900 12px/14px arial ultra-expanded;
color: white;
background-color: gray;
padding: 0em 1em 0em 1em;
}

/*****************************************************************************
 * Modulo abbonamenti                                                        *
 *****************************************************************************/

.abb-tutto {
max-width: 730px;
background-color: white;
border-style: none;
padding: 1em;
margin: 1em;
}

.abb-modulo {
margin: 1em;
padding: 0.5em;
border: 2px solid #FF9900;
}

.abb-modulo-titolo {
font: normal small-caps 900 12px/14px arial;
text-align: center;
color: white;
background-color: gray;
}

.abb-modulo-sezione {
background-color: #FF9900;
margin: 1em 0.5em 0.2em 0em;
padding-left: 1em;
font: normal small-caps 900 12px/14px arial;
}

.box-libro {
	margin-bottom: 15px; 
	margin-left: 30px;

}

.box-libro-top {
	background-image: url("img/boxlibri_top.png");
	background-repeat: no-repeat;
	height: 60px;
	width: 530px;
}

.box-libro-top .autore {
	padding-left: 164px;
}

.box-libro-middle {
	background-image: url("img/boxlibri_middle.png");
	background-repeat: repeat-y;
	width: 530px;
	padding-left: 20px;
	padding-right: 20px;
}

.box-libro-bottom {
	background-image: url("img/boxlibri_bottom.png");
	background-repeat: no-repeat;
	height: 60px;
	width: 530px;
}

.box-carrello {
	margin-bottom: 15px; 
	margin-left: 30px;
}

.box-carrello-top {
	background-image: url("img/boxcarrello_top.png");
	background-repeat: no-repeat;
	height: 60px;
	width: 530px;
	text-align: center;
}

.box-carrello-top .titolo-sezione {
	line-height: 78px;
}

.box-carrello-middle {
	background-image: url("img/boxcarrello_middle.png");
	background-repeat: repeat-y;
	width: 530px;
	padding-left: 20px;
	padding-right: 20px;
}

.box-carrello-bottom {
	background-image: url("img/boxcarrello_bottom.png");
	background-repeat: no-repeat;
	height: 60px;
	width: 530px;
}

.box-carrello-bottom .titolo-sezione {
	padding: 0 24px 0 20px;
}

.box-carrello > table {
	/*width: 100%;*/
}

.box-carrello th {
	padding-top: 20px;
	font-size: 0.85em;
}

.box-carrello hr {
	color: #CFC1A8;
}

td.scheda {
	width: 100%;
	vertical-align: top;
}

td.copertina {
	padding: 0 20px 0 0;
	vertical-align: middle;
	width: 120px;
}

td.copertina-dettaglio {
	padding: 20px 20px 0 0;
	vertical-align: middle;
	width: 120px;
}

td.copertina-carrello {
	padding: 3px;
	vertical-align: middle;
	width: 60px;
}

.copertina img {
	width: 120px;
	border: 0;
}

.copertina-carrello img {
        width: 60px;
	border: 0;
}

.testo-scheda {
	text-align: justify;
}

.scheda strong {
	text-align: left;
}

td.scheda-dettaglio {
	padding: 20px 1px 1px 20px;
	vertical-align: top;
}

strong.prezzo {
	color: #003399;
}

td.prezzo, th.prezzo {
	text-align: right;
}

td.centrato, th.centrato {
	text-align: center;
}

input.in-carrello {
	padding: 0; 
	border-width: 0; 
	margin: 0; 
	background-color: transparent;
	height: 20px;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}

input.quantita-in-carrello {
	border-width: 0; 
	width: 20px; 
	padding: 0; 
	margin: 0;
	font-size: 12px;
	line-height: 16px !important;
	vertical-align: middle;
	height: 16px;
}

.cancellato {
	text-decoration: line-through;
}

.scontato {
	font-size: 1.2em;
}

#carrello {
	width: 200px;
}

#carrello span {
	vertical-align: middle;
	width: 142px;
	float: right;
}

.titolo-sezione {
	color: #6F8A36;
	font-size: 26px;
	font-weight: bold;
	vertical-align: bottom;
}

.titolo-sezione a, .titolo-sezione a:hover {
	color: #6F8A36;
	text-decoration: none;
}

.titolo-sezione img {
	border: 0;
	padding: 0;
	margin: 0 3px 3px 0;
	vertical-align: middle;
}

#anagrafica {
	padding: 0 0 20px 0; 
	width: 100%; 
	border: 0; 
	margin: 0;
}

#anagrafica-header {
	background-color: #003399; 
	color: #ffffff; 
	font-size: large; 
	padding-left: 15px;
	height: 2em;
}

.anagrafica-label {
	width: 40%; 
	text-align: right; 
	font-weight: bold;
}

.anagrafica-label-mini {
	width: 20%; 
	text-align: right; 
	font-weight: bold;
}

.anagrafica-input {
	width: 60%; 
}

.anagrafica-input-mini {
	width: 30%; 
}

.anagrafica-input input,
.anagrafica-input-mini input,
.anagrafica-input-mini select {
	width: 98%;
	font-weight: bold;
	background-color: white;
}

.tooltip {
	display: none;
	width: 450px !important;
	margin-left: 150px;
	margin-top: 10px;
}

