/* -----------------------------------------------------------------*/
/* --------------------------- GENERALI --------------------------- */
body {
	margin: 0px;
	padding: 0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#e8e8e8;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p.dettagli{
	margin:15px 0px 0px 0px;
	padding:0px 0px 5px 10px;
	font-weight:bold;
	background-image:url(../_img/standard/pallinoDettagli.gif);
	background-repeat:no-repeat;
}
form {
	padding: 0px;
	margin: 0px;
}
input.invia {
	background-image: none;
	background-color:#339933;
	color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
input.cancella {
	background-image: none;
	background-color:#CCC;
	color: #333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
input,textarea {
	border: 1px solid #ccc;
	background-image: url(../_img/standard/bgInput.jpg);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	background-image:url(../_img/standard/pallinoDettagli.gif);
}
ul{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
ol {
	margin: 0px 0px 0px 22px;
	padding: 0px;
}
.evidenza {
	color:#993333;
	font-weight: bold;
}
fieldset {
	padding: 5px;
}
/* --------------------------- PAGINA --------------------------- */
#pagina {
	width:770px;
	padding:5px 5px 0px 5px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}
/* --------------------------- TESTATA --------------------------- */
#testata {
	height:80px;
}
#testata img{
	margin-bottom:5px;
	float:left;
}
#testata img.logo{
	padding-right:5px;
}
#testata h1{
	padding: 0px;
	margin: 0px;
}
/* MENU */
#menu {
	height:20px;
	border-left:165px solid #999;
	margin-bottom:5px;
	color:#666;
	font-weight:bold;
	width:606px;
}
#menu ul{
	list-style:none;
	padding:0;
	margin:0;
}
#menu ul li {
	border:1px solid #999;
	width:104px;
	padding:3px 5px;
	float:left;
	margin-left:4px;
	background-image:url(../_img/standard/freccine.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-align:left;
	height:12px;
}
#menu ul li a{
	text-decoration:none;
	color:#666;
}
#menu ul li a:hover{
	color: #339933;
}

/* --------------------------- CONTENUTI --------------------------- */
#contenuti {
	background-image:url(../_img/standard/bgContenuti.gif);
	background-repeat:repeat-y;
}
#contenuti #sottomenu{
	width:145px;
	margin-right:9px;
	float:left;
	padding-left:10px;
	font-weight:bold;
}
#contenuti #sottomenu ul{
	list-style:none;
	width:145px;
	padding:0;
	margin:15px 0px;
}
#contenuti #sottomenu ul li{
	padding:5px 0px;
	background-image:url(../_img/standard/pallino.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:12px;
	border-bottom:1px solid #999;
}
#contenuti #sottomenu ul li a{
	text-decoration:none;
	color:#333;
}
#contenuti #sottomenu ul li a:hover{
	color: #339933;
}
/* --------------------------- BOX 1 --------------------------- */
#contenuti #box1{
	width:355px;
	margin:0px 5px;
	float:left;
}
#contenuti #box1 img{
	padding-left:5px;
	padding-bottom:5px;
}
#contenuti #box1 h1{
	padding:0px;
	margin:0px;
	background-image:url(../_img/standard/bgTitoloGrigio.gif);
	background-repeat:repeat-x;
}
#contenuti #box1 .news {
	border-bottom:1px solid #999;
	margin-bottom:5px;
	padding:5px;
	clear: right;
}
#contenuti #box1 .news p.data{
	color:#666;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#contenuti #box1 .news h2.titolo{
	color:#339933;
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-size: 11px;
}
#contenuti #box1 .news p.dettagli{
	margin:15px 0px 0px 0px;
	padding:0px 0px 5px 10px;
	font-weight:bold;
	background-image:url(../_img/standard/pallinoDettagli.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#contenuti #box1 .news p.dettagli a{
	color:#333;
}
/* --------------------------- BOX 2 --------------------------- */
#contenuti #box2{
	width:240px;
	float:left;
}
#contenuti #box2 img{
	padding-left:5px;
	padding-bottom:5px;
}
#contenuti #box2 h1{
	padding:0;
	margin:0;
	background-image:url(../_img/standard/bgTitoloRosa.gif);
	background-repeat:repeat-x;
}
#contenuti #box2 .news {
	margin-bottom:5px;
	padding:5px;
}
#contenuti #box2 .news p.titolo{
	color:#993333;
	font-weight:bold;
	margin:0;
	padding:0;
}
#contenuti #box2 .news p.dettagli{
	margin:15px 0px 0px 0px;
	padding:0px 0px 5px 10px;
	font-weight:bold;
	background-image:url(../_img/standard/pallinoDettagli.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#contenuti #box2 .news p.dettagli a{
	color:#333;
}
/* --------------------------- PERCORSO E TITOLO PAGINA --------------------------- */
.breadcrumbs {
	margin:0px 10px;
}
h1.titolo {
	color:#993333;
	font-weight: bold;
	background-image:url(../_img/standard/palliniTitoli.gif);
	background-repeat:no-repeat;
	background-color:#EBD7CD;
	height: 14px;
	width: 563px;
	padding: 0px 0px 0px 27px;
	font-size: 11px;
	margin: 0px 0px 15px 0px;
}
/* --------------------------- TESTI CON FOTO--------------------------- */
#contenuti div#testo {
	width: 345px;
	float: left;
	padding: 0px;
}
#contenuti div#immagini {
	width: 230px;
	float: left;
	padding-left: 10px;
}
#contenuti div#immagini .didascalia{
	color: #999999;
	font-size: 9px;
}
#contenuti div#testo p.data{
	color:#666;
	font-weight:bold;
	margin:0;
	padding:0;
}
#contenuti #testo p.titolo{
	color:#339933;
	font-weight:bold;
	margin:0;
	padding:0px;
}
img.bordo {
	margin: 6px;
}
/* --------------------------- BOX GRANDE --------------------------- */
#contenuti #boxgrande{
	width:585px;
	margin:0px 8px;
	float:left;
}
#contenuti div#boxgrande p.data{
	color:#666;
	font-weight:bold;
	margin:0;
	padding:0;
}
#contenuti #boxgrande h2.titolo{
	color:#339933;
	font-weight:bold;
	margin:0;
	padding:0p;
	font-size: 11px;
}
#contenuti #boxgrande .news {
	border-bottom:1px solid #999;
	margin-bottom:5px;
	padding:5px;
}
#contenuti #boxgrande .news p.dettagli{
	margin:15px 0px 0px 0px;
	padding:0px 0px 5px 10px;
	font-weight:bold;
	background-image:url(../_img/standard/pallinoDettagli.gif);
	background-repeat:no-repeat;
	background-position:left;
}
div.clear {
	clear:both;
	height: 0px;
	border:none;
	visibility:none;
}
div#riquadro_dx {
	float:right;
	width: 300px;
}
/* --------------------------- TABELLE ---------------------------*/
td.divisore {
	border-bottom: 1px solid #ccc;
}
/* --------------------------- EDITORIA ---------------------------*/
#boxgrande div.volumi {
	width: 115px;
	float: left;
	text-align:left;
	padding:0px 15px;
	border-right:1px solid #CCCCCC;
}
#boxgrande div.ricerca {
	width: 100%;
	clear:both;
	border-top: 1px solid #CCCCCC;
	padding: 12px 0px 0px 0px;
}
#boxgrande div.abstract {
	width: 570;
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 5px 0px 5px 10px;
}
#boxgrande div.abstract p.foto_ed {
	width: 75px;
	float: left;
	margin-top: 8px;
}
#boxgrande div.abstract .testo_ed {
	width: 370px;
	float: left;
	border-right: 1px solid #ccc;
}
#boxgrande div.abstract .testo_ed ul li{
	margin: 0px;
	padding: 0px;
}
#boxgrande div.abstract p.link_ed {
	width: 115px;
	float: left;
	padding-left: 5px;
}
#boxgrande div.abstract p.link_ed .prezzo{
	padding-left: 16px;
}
#boxgrande div.scheda_sx {
	width: 170px;
	float: left;
}
#boxgrande div.scheda_dx {
	width: 410px;
	float: left;
}
#boxgrande div.scheda_dx ul {
	font-size: 10px;
}
/* --------------------------- MOSTRE --------------------------- */
#boxgrande div.mostra {
	width: 242px;
	background-color:#efefef;
	padding: 4px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #EEE;
	border: 1px solid #CCC;
	float:left;
	height: 110px;
}
#boxgrande div.mostra img {
	float: left;
	padding: 0px 8px 8px 0px;
}
#boxgrande div.schedamostra_sx {
	width: 200px;
	float: left;
}
#boxgrande div.schedamostra_dx {
	width: 380px;
	float: left;
}
/* --------------------------- PAGE COUNT --------------------------- */
div.pagecount_sx {
	float:left;
	width:120px;
}
div.pagecount_dx {
	float:right;
	width:455px;
	text-align: right;
}
/* --------------------------- PIEDE --------------------------- */
#piede {
	margin: 5px 0px 0px 0px;
	border-bottom: 5px solid white;
	background-color: white;
	height: 20px;
}
#piede p.mail {
	float:left;
	text-align:center;
	margin:0;
	padding:3px 0px;
	background-color:#999;
	width:164px;
}
#piede p.mail a {
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
#piede p.copy {
	text-align:center;
	float:left;
	margin:0;
	padding:3px 0px;
	width:600px;
	background-color:#d7ebd7;
	margin-left:5px;
}
/* -------------- pulsanti css --------------- */
.button {
   border-top: 1px solid #a54c4d;
   background: #a30005;
   background: -webkit-gradient(linear, left top, left bottom, from(#a54c4d), to(#a30005));
   background: -webkit-linear-gradient(top, #a54c4d, #a30005);
   background: -moz-linear-gradient(top, #a54c4d, #a30005);
   background: -ms-linear-gradient(top, #a54c4d, #a30005);
   background: -o-linear-gradient(top, #a54c4d, #a30005);
   padding: 9.5px 19px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 10px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #a32125;
   background: #a32125;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
