/*
 Colori attuali di Mercantiquo:
 - M di sfondo : #f8d8ab;
 - M del logo  : #e5a534;
 - sfondino    : #fffde9;
 */


	body 	{	font-family: times, serif; 
			font-size: 10pt;
            		color: 5a3621			}

	/* 
	 testo note in inserimento libri 
	 */
	.note  	{	font-family: arial, sans-serif; 
            		font-size: 8pt;
            		color: 5a3621			}

	/* 
	 testo benvenuto utente 
	 */
    	.user   {	font-family: arial, sans-serif; 
            		font-size: 10pt;
	    		font-weight: bold;
            		color: 5a3621			}

	/* 
	 link base 
	 */
	a     	{	font-family: arial, sans-serif;
	    		font-weight: normal; 
            		font-size: 10pt;
			color: 5a3621;	
            		text-decoration: underline	} 

	/* 
	  link e scritte nelle liste dei libri come risultato di ricerche 
	 */

	a.list 	{	font-family: arial, sans-serif; 
			font-size: 8pt;
			/* color: 000080; */
			/* color: ccccff; */
			color: 5a3621;
            		text-decoration: none		}
 
	.list  	{	font-family: arial, sans-serif; 
			font-size: 8pt;
			/* color: 000080; */
			color: 5a3621;			}


	/*
	 testo con caratteri tipo link
	 */
    	.a     	{	font-family: arial, sans-serif; 
            		font-size: 10pt;
            		color: 5a3621			} 

	/* 
	 link infra testo 
	 */
    	a.body	{	font-family: times, serif; 
            						}

	/* 
	  argomenti di primo livello 
	 */
     	
	a.top 	{	font-size: 11pt;
	    		font-weight: bold;
			color: 5a3621;	
			text-decoration: underline	}

     	.top 	{	font-family: arial, sans-serif; 
			font-size: 11pt;
	    		font-weight: bold;		}

	/* 
	  argomenti di secondo e terzo livello livello 
	 */
     	
	a.topic	{	font-size: 10pt;
	    		font-weight: normal;
			color: 5a3621;
			text-decoration: underline	}

     	.topic	{	font-family: arial, sans-serif; 
			font-size: 12pt;
	    		font-weight: normal;
			color: 5a3621;			}

	/* 
	 link a bibliographic research e Pumpkin
	 */
	a.copy 	{	font-family: arial, sans-serif; 
            		font-size: 10pt;
			font-weight: bold;
			color: 5a3621;				
            		text-decoration: none	}
	/* 
	 link a Ceredi in bibliographic research da Mercantiquo
	 */
	.ceredi {	font-family: arial, sans-serif; 
            		font-size: 10pt;
			font-weight: bold;
			color: 5a3621;				
            		text-decoration: none	}

	/* 
	 dettaglio del libro
	 */
	.detail	{	font-family: arial, sans-serif; 
            		font-size: 12pt;
            		color: 5a3621			}

	.detail_small	{font-family: arial, sans-serif; 
            		 font-size: 10pt;
            		 color: 5a3621			}

/* la barra con le iniziali degli autori */

	div.navbar {
	  text-align: center;
	  padding-bottom: 0.3em;
	  font-family: arial, sans-serif; 
	  font-size: 10pt;
	  font-weight: normal;
	}

	.navbar a  	{	
	  font-family: arial, sans-serif; 
	  font-size: 10pt;
	  font-weight: bold;
	  /* color: 000080; */
	  /* color: ccccff; */
	  /* color: white;  */
	  color: 5a3621;
	  text-decoration: none;
	}
 

	div.copyright {    	
	  margin-top: 0.1em;
	  text-align: center;
	}

.error {
  font-size: 14pt;
  font-weight: bold;
}

