/*
Grafica storia e letteretura

Colori
viola	#422635 testata
viola chiaro sfondo  collane e linee di separazione#634756
bluscuro #003A5F colonna sinistra

blu #004469 corpo

bluchiaro sfondo trova #2C6582

giallo link #FDDD64 >giallo pallini #F5DF65 non uniformi

beje titoletti #E0D5B9
*/
body {  font-family: Georgia, serif; font-size: 11px ; background-color: #005E68}
p {  font-family: Georgia, serif; font-size: 11px; color:#F5FFFF;}
/*

h1 {  color:#BE292B;}
h2 {  color:green;}
h3 {  color:blue;}
h4 {  color:orange;}
*/


/* 
***********************************
*	NUOVA PARTE 
***********************************
*/


.menu_header{
	font-family:Verdana, sans-serif; 
	font-size:9px;
	letter-spacing: 3px;
	color:white;
	text-transform:uppercase;
}

.menu_input{
	border:0px; 
	margin:0px; 
	padding:0px; 
	height:18px; 
	width:120px
}

.login_input{
	border:0px; 
	margin:0px; 
	padding:0px; 
	height:18px; 
	width:111px
}
.adv_search{
	/*per le differenze tra i browser 
	č piu piccolo della cella che lo contiene di 2px*/
	border:0px; 
	margin:0px; 
	padding:0px; 
	height:18px; 
	width:245px;
	border:none;
}
select.src {
	
	border:0px; 
	border:none;
	border-color:#ffffff;
	padding:0px; 
	height:18px; 
	width:247px;
	font-family:Georgia, serif; 
	font-size:11px;
	letter-spacing: -1px;
	
/*voice-family:inherit;*/
margin:0px;
}
.adv_search_sel{
	border:0px; 
	margin:0px; 
	padding:0px; 
	height:20px; 
	width:247px;
	font-family:Georgia, serif; 
	font-size:9px;
	color:black;
}
.menu_cell{
	height:40px;
	border:0px; 
	margin:0px; 
	padding:0px; 	
}


	
/*  
***********************************
*	FINE NUOVA PARTE 
***********************************
*/

h4 {  
	font-family: Arial, Helvetica, sans-serif ;
	color:#F7DF63;
	}

.tot_amount{  
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif ;
	color:#F7DF63;
	}

/*a {  
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12pt; 
	
	}*/
	
a:link {

	text-decoration: none;
	color: #F5FFFF;
}
a:visited {

	text-decoration: none;
	color: #8CB5CA;
}
a:hover {
 
	text-decoration: underline;
}
a:active {
	color: #F7DF63;
	text-decoration: underline;
	
}

a.coll_link, a.styleSUBJ,a.styleSUBJ:active,a.styleSUBJ:visited, a.menu_link{
	font-family:Verdana, sans-serif; 
	font-size:9px;
	color:white;
	text-transform:uppercase;
	/*line-height: 10px;*/
	
	text-decoration:none;
}
a.user_link{
	font-size:9px;
	color:white;
	text-transform:uppercase;
	/*line-height: 10px;*/
	
	text-decoration:none;
}

.coll_on, .sub_on{
	font-family:Verdana, sans-serif; 
	font-size:9px;
	font-weight:bold;
	color: #FDDD64;
	text-transform:uppercase;

}


/* Voci Argomenti categoria e sottocategoria */


a.styleSUBSUBJ {
	font-family:Verdana, sans-serif; 
	font-size:9px;
	color:white;
	text-transform:lowercase;
	text-decoration:none;
}

td {  font-family: Georgia, serif; font-size: 11px; color:#F5FFFF;}

/*
Ordini
admins\html\order_item_a.inc.php 
orders\html\order_item.inc.php
*/
td.ordini {  
	font-family: Georgia, serif; 
	/*font-size: 7px; */
	color:#F5FFFF;
	}




/* SPIP-STYLE                                              version 1.9  */
/* Cette feuille contient les styles associes au code genere par SPIP.  */
/* Ces styles sont indispensables et doivent necessairement etre        */
/* definis pour le bon fonctionnement de votre squelette                */


/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {}
hr.spip {}

.spip_puce { list-style-position: outside; }

ul.spip { list-style: disc; }
ol.spip { list-style: decimal; }
ul.spip li, ol.spip li { list-style: inherit; }
li.spip { margin: 0.3em 0 0.3em 0.8em; list-style-position: outside; }

h3.spip {
	text-align: center; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-family: Georgia, serif; 
	font-size: 1.15em; 
	font-weight: bold; }

/* Paragraphes, citations, code et poesie */
p.spip {}
p.spip_note {}

blockquote.spip, .spip_serif { font-family: "Bitstream Vera Serif", Georgia, Times, serif; }

blockquote.spip { 
	margin: 1em; 
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dotted; }

div.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
	font-family: Georgia, serif, Georgia, Times, serif; }
div.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.1em; }
.spip_cadre { width: 99%; border: 1px solid; }

.spip_surligne { background: #FF6; }

/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; }

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; }

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }

table.spip_barre a img {
	background: #FDA;
	padding: 3px;
	border: 1px outset #999; }
table.spip_barre a:hover img {
	background: #FFF;
	border: 1px solid #999; }

table.spip_barre input.barre { width: 100%; background: #EEE; }

/* * Couleurs des liens de Spip */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in { color: #8CB5CA } /* liens internes */
a.spip_out { color: #8CB5CA} /* liens sortants */
a.spip_url { color: #8CB5CA } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
.on { 	color: #F7DF63;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12pt; 
	text-decoration: underline; } /* liens exposes */
	
/*new parts*/
/* sfondo titoli menu sx */

/*blu*/
.bgblue{
background-color: #2A6680;
}
.bgltblue{
background-color: #004469;
}
.bgdkblue{
	background-color: #003A5F;
}
/*verde*/
.bgltgreen{
	background-color: #0F6D77;
}
.bggreen{
	background-color: #005E68;
}
.bgdkgreen{
	background-color: #00515E;
}

/*ocra*/
.bgltocra{
	background-color: #BA9A2B;
}
.bgocra{
	background-color: #A88819;
}
.bgdkocra{
	background-color: #987809;
}
/*altri*/
.myviolet{
background-color: #634756;
}

/* sfondo titoli menu sx */
.mycyan{
background-color: #2C6582;
}

/* giallino link attivi sx */
.myyell{
	color: #FDDD64;
}

.bglilla{
	background-color: #836777;
}

hr{
	color: #2A6680;
}

 

h1 {  color:#DBD6C1;}


/*azzurro chiarissimocolor:#BFEFFF; */
h2{
	font-weight:bold;
	font-size:16px;
	color:#DBD6C1;
}
.sum_author, .spip_tit_article, h3{
	font-weight:bold;
	font-size:14px;
	color:#DBD6C1;
}
.autore{
	font-weight:bold;
	font-size:12px;
	color:#DBD6C1;
}

.altri_autori{
	font-size:14px;
}
a.sum_title, span.sum_title{
	font-size:14px;	
	font-style:italic;
	color:#FFFFFF;	
}
a.ext_title, span.ext_title{
	font-size: 14px;	
	font-style: italic;
	font-weight: bold;
	color:#FDDE62;	/*giallo b4*/
}

span.periodici{
	font-size: 12px;	
	font-weight: bold;
	font-variant:small-caps;	
	color:#FDDE62;	/*giallo b4*/
}
.sum_subtitle{
	font-size:11px;
}
.sum_infos{
	font-size:11px;
	line-height: 25px;
}
.title_list
{
	border:0px;
	margin:0px;
	padding:0px;
}
.pag_num_on
{
	text-decoration: underline;
	font-weight:bold;
}

input.adminbut{
	width:140px; 
	height:30px;
	background: #ffffaa;
}
/* pič di pagina*/
#piede td{
   padding-top:10px;
   padding-bottom:10px;
   text-align:center;
   color:#FFFFFF;
   font-size:12px;
}