#terminiServizio {
	text-align: left;
	height: 130px;
	width: auto;
	border: 1px inset #000000;
	overflow: scroll;
}

#loginForm {
	background:none;
}

.inputbox {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size        : 11px;
  color            : #000000;
  background-color : #fff;
}

.componenterror {
  	font-weight: bold;
  	line-height: 13px;
  	color:#990000;
  	text-align: left;
  	padding-top:2px;
  	padding-bottom:2px;
	padding-left:4px;
}

/* ################### BOX RICERCA ################### */

table.search {
  font-family:Georgia, "Times New Roman", Times, serif;
  width  : 98%;
  border : 1px dashed #e0e0e0;
  margin-left: 0px;
  margin-top:10px;
  padding:10px;
  margin-bottom:10px;
}


table.search th {
  font-size        : 14px;
  font-weight      : bold;
  color            : #882732;
  /*line-height:25px;*/
  text-align       : left;
  width            : 100%;
  padding-top:10px;
  padding-left:5px;
}

table.search td {
  /*font-size        : 11px;
  line-height	   :10px;
  background-color:#ececec;
  border : 1px solid #e0e0e0;*/
}
.barrato{
  text-decoration: line-through;
}

/* ################### ELENCO ################### */

table.elencocont {
  font-family:Georgia, "Times New Roman", Times, serif;
  width  : 98%;
  border : 1px solid #e0e0e0;
  margin-left: 0px;
  margin-top:5px;
  padding:5px;
  margin-bottom:5px;
}


table.elencocont th {
  font-size        : 11px;
  font-weight      : bold;
  color            : #882732;
  padding-bottom   : 10px;
  padding-left   : 5px;
  border-bottom:#ccc 1px dotted;
}

table.elencocont td {
  font-size        : 11px;
  line-height	   :10px;
  padding-left   : 5px;
  padding-top:5px;
  line-height:15px;
  /*background-color:#ececec;
  border : 1px solid #e0e0e0;*/
}

table.elencocont img {
	text-align:center;
}
.contentpane {
  background       : #FFFFFF;
  padding-top:15px;
  border : 1px solid #e0e0e0;
}
.contentpane td {
  font-size: 11px;
  line-height:15px;
}
.ultimariga {
	background-color: #DADDE0;
	text-align: center;
	font-weight:bold;
}
/* ################### CLIENTE ################### */
ul.menuBookshop {
	list-style:none;
	margin:2px 2px 4px 2px;
	margin:2px 2px 4px 2px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

ul.menuBookshop li a {
  margin:1px;
  padding:1px;
  display:block;
  text-decoration:none;
}
ul.menuBookshop li a.stellina {
  padding-left:14px;
  background:url(../index_banner_files/stellina.gif) center left no-repeat;
}
ul.menuBookshop li a.dot_regioni {
  padding-left:14px;
  background:url(../index_banner_files/dot_regioni.gif) center left no-repeat;
}
ul.menuBookshop li a.dot_magazine {
  padding-left:14px;
  background:url(../index_banner_files/dot_magazine.gif) center left no-repeat;
}
ul.menuBookshop li a:hover {
  text-decoration:none;
  color:#000000;
  background: #eee;
}

/* Rende il testo del menu normale come è eliminando style tutto maiuscolo predefinito */
ul.menuBookshop li a.minuscolo {
	font-weight:normal;
	/*text-transform: lowercase;*/
  margin-bottom:4px;
}

.titoloBookShop {

	text-align:left;
	font-size: 10px;
	font-weight: normal;
	margin-bottom:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

