BODY {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
}

A {
	color: #e30000;
    outline: none;
}

A:hover {
	color: #7A1900;
}

#CorpoPagina {
	padding: 20px;
	font-size: 90%;
}

#CorpoPagina P {
	margin-bottom: 1em;
}

#CorpoPagina H1 {
	font-size: 130%;
	font-weight: bold;
	color: #E30000;
	border-bottom: 1px solid #c0c0c0;
}

#CorpoPagina H1.Avviso{
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	font-variant:small-caps;
	background-color:#E30000;
	border-bottom: 1px solid #c0c0c0;
}



#CorpoPagina H2, #CorpoPagina H3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.3em;
}

#CorpoPagina UL {
	margin-bottom: 1em;
}

#CorpoPagina LI {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 18px;
}

#CorpoPagina A, #PiedePagina A {
    text-decoration: underline;
}

#CorpoPagina A:hover, #PiedePagina A:hover  {
    text-decoration: none;
}

.Centro {
	text-align: center;
}

.Dx {
	text-align: right;
}

.Debug {
	border: 1px solid red;
}

.NoWrap {
	white-space: nowrap;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

.Ext {
	background-image: url('../immagini/b_linkext.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 16px;
}

.Rosso {
	color: #E30000;
}

.Blue {
	color: #002CD1; 
}	

.Error {
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	color: #E30000;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ErroreForm {
	margin-left: auto;
	margin-right: auto;
	width: 480px;
	padding: 10px;
	background-color: #FFFCBC;
	margin-bottom: 20px;
	border: 1px solid red;
}

/* Form */

.FormWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.FormWrapper BR {
	clear: both;
}

.FormWrapper LABEL {
	width: 200px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url('../immagini/freccia_form.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 15px;
}

.FormWrapper .Campo {
	margin-top:2px;
	border: 1px solid #606060;
	width: 200px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #fefefe;
}

.FormWrapper .Select {
	border: 1px solid #606060;
	width: 40px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #fefefe;
}

.FormWrapper .Check {
	margin-right: 6px;
}

.FormWrapper .Submit {
	padding-left: 10px;
	padding-right: 10px;
	height: 26px;
	font-weight: bold;
	background-color: #C5C5C5;
	background-image: url('../immagini/b_submit.gif');
	background-repeat: repeat-x;
	background-position: top;
	color: #606060;
}


/* Schede libro */

.SchedaLibro {
	margin-bottom: 15px;
}

.SchedaLibro A {
	font-size: 100%;
	font-weight: bold;
	color: #E30000;
	border-bottom: 1px solid #c0c0c0;
}

.SchedaLibro A:hover {
	COLOR: blue; 
	TEXT-DECORATION: none;
	/*font-weight: none;*/
}

.SchedaLibro H1 {
	font-size: 110%;
	font-weight: bold;
	color: #E30000;
	border-bottom: 1px solid #c0c0c0;
}

.DatiSchedaLibro {
	width: 100%;
}

.DatiSchedaLibro TD {
	width: 20%;
	background-color: #f1f1f1;
	vertical-align: top;
	font-size: 90%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000099; 
}

.DatiSchedaLibro TD SMALL {
	font-weight: bold;
	color: #909090;
}

.DatiSchedaLibro TD.VenditaOn, .DatiSchedaLibro TD.VenditaOff {
	background-color: #308B00;
	width: 90px;
	text-align: center;
	font-size: 11px;	
}

.DatiSchedaLibro TD.VenditaOff {
	background-color: #E30000;
}

.DatiSchedaLibro TD.VenditaGiallo {
	background-color: #FFFF00;
}

.DatiSchedaLibro TD.VenditaOn A, .DatiSchedaLibro TD.VenditaOff {
	font-weight: bold;
	color: #ffffff;
}

.PrezzoSchedaLibro {
	border-top: 1px solid #c0c0c0;
	text-align: right;
	padding-right: 5px;
	font-size: 90%;
	padding-top: 3px;
} 

/* Pagina Carrello */

.Carrello {
	margin-bottom: 15px;
}

.Carrello H1 {
	font-size: 110%;
	font-weight: bold;
	color: #E30000;
	border-bottom: 1px solid #c0c0c0;
}

.CarrelloDati {
	width: 100%;
}

.CarrelloDati TD {
	background-color: #f1f1f1;
	vertical-align: top;
	font-size: 90%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #002CD1; 
}

.CarrelloPrezzoTotale {
	border-top: 1px solid #c0c0c0;
	text-align: right;
	padding-right: 5px;
	font-size: 90%;
	padding-top: 3px;
	text-align: center;
}

#BloccoHomepage {
	width: auto;
	position: relative;
	height: 200px;
} 

#Benvenuto {
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 13px;
	line-height: 17px;
}

#Benvenuto H2 {
	color: #E30000;
	margin-bottom: 0.5em;
}

#BloccoListaDesideri {
	width: 500px;	
	top: 0px;
	left: 0px;
	font-size: 13px;
	line-height: 17px;
}

#BloccoListaDesideri H2 {
	color: #E30000;
	margin-bottom: 0.5em;
}

#IndirizzoPosta {
	position: absolute;
	width: 180px;
	top: 0px;
	right: 0px;
	font-size: 11px;
	line-height: 17px;
}

#IndirizzoPosta H2 {
	color: #E30000;
	margin-bottom: 0.5em;
}

.FormWrapperAggCarrello {	
	background-color:#339933;
	width:85px;
	height:36px;
	margin-right:10px;
	text-align:center;
	font-size:11px;
	float:left;
}

.FormWrapperAggCarrello A {
	font-weight: bold;
	color: #ffffff;	
}

.FormWrapperOggettiVenditore {	
	background-color:#339933;
	width:85px;
	height:45px;
	text-align:center;
	font-size:11px;
	float:right;
}

.FormWrapperOggettiVenditore A {
	font-weight: bold;
	color: #ffffff;	
}

.FormSubmit {
	position: relative;
	width: 80px;
	height: 18px;
	font-size: 11px;
	background-color: #E30000;
	color: #ffffff;
	border: 1px solid #C78800;
	font-weight: bold;
	/*padding-left: 10px;
	padding-right: 10px;
	height: 26px;
	font-weight: bold;
	background-color: #C5C5C5;
	background-image: url('../immagini/b_submit.gif');
	background-repeat: repeat-x;
	background-position: top;
	color: #606060;*/
}

#FormWrapperAggCarrelloSubmit {
	position: absolute;
	width: 80px;
	height: 18px;
	font-size: 11px;
	background-color: #E30000;
	color: #ffffff;
	border: 1px solid #C78800;
	font-weight: bold;
	right: 45px;
	top: 155px;
}

#RicercaAltaSubmit {	
	width: 60px;
	height: 18px;
	border: 1px solid #ffffff;
	background-color: #E30000;
	font-size: 11px;
	font-weight: bold;	
	color: #ffffff;	
}

#RicercaAltaSelect {
	border: 1px solid #606060;
	width: 40px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #fefefe;
	width:50px;
}

#HomePage {
	position:absolute;
	top:195px;
	left:18px;
	font-size:13px;
	text-align:center;
}

#Logout {
	position:absolute;
	top:175px;
	left:70px;
	font-size:13px;
	text-align:center;
}

#Profilo {
	position:absolute;
	top:40px;
	left:38px;
	font-size:13px;
	text-align:center;
}

#InfoGiovani {
	font-size:12px;
}

#InfoGiovani B {
	color:#FF0000;
}

#container2 {
	width:284px; 
	float:right;
}

.help {
	margin-left: auto;
	margin-right: auto;
	width: 480px;
	padding: 10px;
	background-color: #FFFCBC;
	margin-bottom: 20px;
	border: 1px solid red;
}