
/********************************************************/
/* 		Area riservata (lib_utenti.php)					*/
/********************************************************/

#areaRiservata ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	z-index: 100;
}

#areaRiservata li{
	position: relative;
	float: right;
	top: 0px;
	left: 0px;
	padding: 0rem 1.0rem; 
	line-height: 1rem;
}

#areaRiservata li a{	
	display: block;
	text-decoration: none;
	padding: 0.5rem 0px 0.5rem 0px; 
	color: #ffffff;
}

#areaRiservata li a:hover{
	text-decoration:none;
	color: #ffffff;
}

#areaRiservata img{
	width: 2.0rem;
	height: 20.rem;
	float: right;
}

/********************************************************/
/* 	(lib_ecommerce.php)									*/
/********************************************************/

/* riassunto carrello */
#riassuntoCarrello{
  	position: relative;
	float: right;
	height: 2.0rem;
	padding: 0.2rem 1.0rem;
	color: #ffffff;
	margin-top: 0.8rem;
	font-weight: bold;
	line-height: 2rem;
}

#riassuntoCarrello a{
	color: #ffffff;
}

#riassuntoCarrello a:hover{
	text-decoration: none;
	color: #ffffff;
}

#riassuntoCarrello img{
	float: left;
	height: 90%;
	margin-right: 0.5rem;
}

@media (max-width: 767px) {
	#riassuntoCarrello{
		width: 96%;
		line-height: 2.2rem;
		font-size: 1.8rem;
		padding-bottom: 0.3rem;
		padding-right: 4%;
		bottom: 0.3rem;
		height: 2.4rem;
	}

	#riassuntoCarrello img{
		height: 2.4rem;
		margin-right: 0.2rem;
	}

}

/* contenuto carrello */
#carrelloDett{
	margin-top: 1.0rem;
}

#carrelloDett table {
    border-collapse: collapse;
}

#carrelloDett th{
	font-size: 1.6rem;
}

#carrelloDett th, td{
    border-bottom: 1px solid #604c3f;
	padding: 0.5rem 0rem 0.2rem 0rem;
}

.primaRiga{
	border-color: #d8cec0;
}

.inputQuantit{
	float: left;
	border: 1px solid #604c3f;
	border-radius: 0.3rem;
	text-align: center;
	padding: 0.4rem 0rem;
	margin: 0;
}

.modificaQuantit{
	float: left;
	margin: 0rem 0.6rem 0rem 0.6rem;
	border: 1px solid #c2142b;
	background: #c2142b;
	border-radius: 0.4rem;
	height: 2.6rem;
	width: 2.6rem;
	background-image: url('aggiorna.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.deleteCarrello img{
	width: 2.4rem;
	height: 2.4rem;
	border: 0;
	margin: 0rem 0.6rem 0rem 0rem;
}

.imgCarrello img{
	border: 0;
	margin: 0rem 0.6rem 0rem 0rem;
}

#totCarrello{
	position: relative;
	text-align: right; 
	font-size: 1.8rem;
	font-weight: bold;
	padding: 1.0rem 1% 0rem 0rem;
}

.speseTotCarrello{
	float: right;
	border-bottom: 1px solid #604c3f;
	margin: 0rem 0rem 0.4rem 0rem;
	padding: 0.3rem 0rem;
	font-size: 1.4rem;
}

@media (max-width: 767px) {
	.hiddenMobColonna{
		display: none;
	}
	
	.inputQuantit{
		width: 2.0rem;
	}
}

/*
img tasti
-carrCompleta.png
-carrSvuota.png
*/
#tastiCarrello{
	position: relative;
	width: 100%;
	margin-top: 2.0rem;
}

.tastoRight{
	float: right;
	margin: 0.5rem;
	border: 1px solid #c2142b;
	background: #c2142b;
	border-radius: 0.4rem;
	line-height: 2.2rem;
	color: #ffffff;
	font-weight: bold;
}

.tastoLeft{
	float: left;
	margin: 0.5rem;
	border: 1px solid #c2142b;
	background: #c2142b;
	border-radius: 0.4rem;
	line-height: 2.2rem;
	color: #ffffff;
	font-weight: bold;
}

.tastoLeft:hover, .tastoRight:hover{
	border: 1px solid #c2142b;
	background: #c2142b;
}

.tastoLeft a, .tastoRight a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 0.3rem 0.6rem;
	display: block;
}

.tastoLeft a:hover, .tastoRight a:hover{
	color: #ffffff;
	text-decoration: none;
}

/********************************************************/
/* 	(lib_prodotti.php) 									*/
/********************************************************/

/*-> boxProdotto()*/
.prodottiElenco{
	float: left;
	width: 30%;
	margin: 2.0rem 1.5%;
	border-bottom: 0.4rem solid #cccccc;
	overflow: hidden;
	padding-bottom: 0.4rem;
}

.prodottiElenco img{
	width: 100%;
	height: 100%;
}

.prodottiNome{
	width: 98%;
	margin: 0rem 1%;
	font-size: 1.8rem;
	height: 4.5rem;
	text-align: left;
}

.prodottiDati{
	width: 98%;
	margin: 0rem 1%;
}

.prodottiPrezzi{
	float: right; 
	width: 50%;
	font-size: 2.2rem;
	font-weight: bold;
	height: 3rem;
	text-align: right;
	
	display: none;
}

.prodottiSconto{
	float: left;
	width: 50%;
	padding-top: 0.2rem;
	height: 2.8rem;
	line-height: 1.4rem;
	
	display: none;
}

span.elePrezzoScontato {
	text-decoration: line-through;
	font-size: 1.6rem;
	font-weight: bold;
	color: #44459f;
	
	display: none;
}

span.eleScontoPercentuale {
	font-weight: normal;
	font-size: 1.4rem;
	color: #000000;
	
	display: none;
}

.prodottiAggiungi{
	float: right;
	width: 50%;
	height: 2.6rem;
	
	display: none;
}

.acquista{
	float: right;
	border: 1px solid #44459f;
	background-color: #44459f;
	border-radius: 3px;
	text-align: center;
	margin-left: 0.5rem;
	width: 3.0rem;
	height: 2.4rem;
	background-image: url('bagAdd.png');
	background-position: 50% 45%;
	background-repeat: no-repeat;
	
	display: none;
}

.acquista:hover{
	background-color: #ffffff;
	background-image: url('bagAddH.png');
	
	display: none;
}

.quantita{
	float: right;
	border: 1px solid #222222;
	border-radius: 3px;
	padding: 0.2rem 0rem;
	text-align: center;
	width: 3.0rem;
	height: 1.8rem;
	
	display: none;
}

@media (max-width: 767px) {
	.prodottiElenco{
		float: left;
		width: 47%;
		margin: 2.0rem 1%;
		border-bottom: 0.2rem solid #444444;
		overflow: hidden;
	}

	.prodottiNome{
		width: 98%;
		margin: 0rem 1%;
		font-size: 1.8rem;
		height: 4.5rem;
	}

	.prodottiDati{
		width: 98%;
		margin: 0rem 1%;
	}

	.prodottiPrezzi{
		float: none; 
		width: 100%;
		font-weight: bold;
		padding-top: 0.2rem;
		margin: 0.2rem 0rem;
	}

	.prodottiSconto{
		float: none; 
		width: 100%;
		height: 2.2rem;
	}
	
	.prodottiAggiungi{
		float: none; 
		width: 100%;
		height: 2.2rem;
	}
}

/*-> boxProdotto()*/
#navBar{
	width: 100%;
}

#barraRisultati{
	font-size: 1.8rem;
	float: left;
}

.barraDietro{
	float: left;
	background: #44459f;
	margin-right: 1.0rem;
	border-radius: 0.3rem;
	overflow: hidden;
	padding: 0rem 0.4rem;
}

.barraAvanti{
	float: left;
	background: #44459f;
	margin-left: 1.0rem;
	border-radius: 0.3rem;
	overflow: hidden;
	padding: 0rem 0.4rem;
}

.barraDietro a, .barraAvanti a{
	color: #ffffff;
}

.barraDietro a:hover, .barraAvanti a:hover{
	color: #ffffff;
	text-decoration: none;
}

/*-> dettaglioProdotto() e prodotti.php*/
#dettaglioProdotto{
	position: relative;
}

#dettaglioColori{
	float: left;
	width: 10%;
	line-height: 2.4rem;
	font-weight: bold;
	min-height: 1rem;
}

.varianti{
	position :relative;
	width: 96%;
	padding: 0.8rem 3%;
}

.varianti img{
	float: left;
}

.coloreAttivo{
	background: #f0f0f0;
}

.coloreAttivoNome{
	position: relative;
	float: left;
	padding: 0.2rem 0 0 0.5rem;
}

.colore img{
	display: block;
}

#dettaglioImmagine{
	float: left;
	width: 36%;
	margin-left: 4%;
}

#dettaglioImmagine img{
	width: 100%;
}

#dettaglioInfo{
	float: left;
	width: 46%;
	margin-left: 4%;
}

#dettaglioNome{
	position: relative;
	font-size: 3.0rem;
	font-weight: bold;
	width: 100%;
	padding: 0rem 0.2rem;
	line-height: 3.6rem;
	text-align: left;
}

#dettaglioPrezzo{
	font-size: 2.6rem;
	font-weight: bold;
	width: 55%;
	margin: 1.0rem 0;
	float: left;
	height: 3.8rem;
	padding-top: 0.5rem;
	line-height: 1.6rem;
	
	display: none;
}

#dettaglioPrezzoScontato{
	width: 45%;
	margin: 1.0rem 0;
	float: left;
	height: 4.3rem;
	text-align: center;
	color: #44459f;
	line-height: 1.8rem;
	
	display: none;
}

span.prezzoScontato {
	text-decoration: line-through;
	font-size: 2.0rem;
	font-weight: bold;
	
	display: none;
}

span.scontoPercentuale {
	font-size: 1.2rem;
	color: #000000;
	
	display: none;
}

span.dettaglioIva {
	font-size: 1.4rem;
	font-weight: normal;
	
	display: none;
}

#dettaglioCarrello{ 
	position: relative;
	width: 100%;
	margin-top: 2.0rem;
	
	display: none;
}

.dettaglioAcquista{
	border: 1px solid #44459f;
	background-color: #44459f;
	position: relative;
	border-radius: 0.2rem;
	padding: 0.4rem 1% 0.4rem 4%;
	text-align: center;
	background-image: url('bagAdd.png');
	background-position: 100% 40%;
	background-repeat: no-repeat;
	font-size: 1.8rem;
	color: #ffffff;
	width: 100%;
	
	display: none;
}

.dettaglioAcquista:hover{
	background-color: #ffffff;
	color: #44459f;
	background-image: url('bagAddH.png');
	
	display: none;
}

.dettaglioQuantita{
	position: absolute;
	width: 15%;
	top: 0.3rem;
	left: 0.5rem;
	border: 1px solid #44459f;
	border-radius: 0.3rem;
	padding: 0.3rem 0rem;
	text-align: center;
	font-size: 1.4rem;
	
	display: none;
}

#dettaglioDescrizione{
	width: 100%;
	border-top: 0.1rem solid #444444;
	margin-top: 2.0rem;
	padding-top: 0.5rem;
}

#dattaglioFoto{
	width: 100%;
}

#dattaglioFoto img{
	float: left;
	width: 22%;
	margin: 0.5rem 1%;
}

#dettaglioPersonalizzazione{
	margin-top: 1.0rem;
	font-size: 1.5rem;
}

#testoPersonalizzazione{
	width: 96%;
	padding: 0.4rem 2%;
	height: 6.0rem;
	font-size: 1.6rem;
	color: #444444;
	border: 0.1rem solid #cccccc;
	box-shadow: 2px 2px 3px #cccccc;
}

#alertCaratteri{
	margin-top: 0.8rem;
	font-size: 1.4rem;
}

#dettaglioDisponibilit{
	width: 100%;
	margin-top: 1.0rem;
	text-align: right;
	
	display: none;
}

@media (max-width: 767px) {
	#dettaglioImmagine{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
	#dettaglioColori{
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 2.0rem;
	}
	
	.varianti{
		position :relative;
		float: left;
		width: 33%;
		text-align: center;
	}
	
	#dettaglioInfo{
		float: none;
		width: 100%;
		padding-top: 2.0rem;
		margin-left: 0;
	}
	
	.dettaglioQuantita{
		padding: 0.3rem 0rem;
	}
	
	.dettaglioAcquista{
		background-position: 98% 50%;
		padding: 0.6rem 1% 0.6rem 4%;
		font-size: 1.4rem;
	}
	
	#dattaglioFoto{
		float: none;
		width: 100%;
		margin: 1.0rem 0 0 0;
	}
}

#boxSottocategorieMarca{
	position: relative;
}

#boxSottocategorieMarca ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

#boxSottocategorieMarca li{
	float: left;
	width: 18%;
	text-align: center;
	margin: 0rem 1% 0.8rem 1%; 
	background: #c2142b;
	border-radius: 0.3rem;
	overflow: hidden;
	border: 0.1rem solid #c2142b;
}

#boxSottocategorieMarca li a{
	display: block;
	padding: 0.3rem 0rem;
	color: #ffffff;
}

#boxSottocategorieMarca li a:hover{
	text-decoration: none;
	color: #c2142b;
}

#boxSottocategorieMarca li:hover{
	background: #ffffff;
	border: 0.1rem solid #c2142b;
}

@media (max-width: 767px) {
	#boxSottocategorieMarca li{
		width: 98%;
		margin: 0rem 1% 0.8rem 1%; 
	}
}
/*-> prodottiConsigliati()*/
.elencoConsigliati{
	position: relative;
	float: right;
	width: 64%;
	margin: 0.8rem 0% 0.8rem 0%;
	padding: 0.5rem 2%;
	border: 1px solid #c2a784;
	font-size: 1.8rem;
	line-height: 2.0rem;
	font-weight: bold;
	text-align: left;
	background: #f8f3eb;
}

.elencoConsigliati img{
	float: left;
	width: 38%;
}

.elencoConsigliatiNome{
	float: right;
	width: 58%;
}

@media (max-width: 767px) {
	.elencoConsigliati{
		position: relative;
		width: 95.5%;
		margin: 0.8rem 0% 0.8rem 0%;
	}
}
/********************************************************/
/* 	(ordine.php) 										*/
/* 	(lib_ecommerce.php) -> Ordini 						*/
/* 	(utenteDati.php) 									*/
/********************************************************/
.categoriaDati{
	position: relative;
	width: 98%;
	border: 1px solid #604c3f;
	margin-top: 1.0rem;
	padding: 0rem 1% 0.5rem 1%;
}

.categoriaDatiSx{
	position: relative;
	float: left;
	width: 47%;
	border: 1px solid #604c3f;
	padding: 0rem 1% 0.5rem 1%;
	margin-top: 1.0rem;
}

.categoriaDatiDx{
	position: relative;
	float: right;
	width: 47%;
	border: 1px solid #604c3f;
	padding: 0rem 1% 0.5rem 1%;
	margin-top: 1.0rem;
}

.selectIndirizzi{
	float: left; 
	margin: 0.5rem;
	padding: 0.2rem 0.4rem;
	border: 1px solid #604c3f;
	border-radius: 0.4rem;
}

.inputIndirizzi{
	margin: 0rem 0.5rem;
	padding: 0.2rem 0.4rem;
	border: 1px solid #604c3f;
	border-radius: 0.4rem;
}

.riepilogoBox{
	float: left;
	width: 43%;
	margin: 0rem 3% 1.0rem 3%;
}

/* Elenco indirizzi*/
#elencoIndirizzi{
	margin-top: 1.0rem;
}

#elencoIndirizzi table {
    border-collapse: collapse;
}

#elencoIndirizzi th{
	font-size: 1.6rem;
}

#elencoIndirizzi th, td{
    border-bottom: 1px solid #604c3f;
	padding: 0.5rem 0rem 0.2rem 0rem;
}

#elencoIndirizzi th{
    text-align: center;
}

@media (max-width: 767px) {
	.riepilogoBox{
		float: none;
		width: 100%;
	}
	
	.categoriaDatiSx, .categoriaDatiDx{
		position: relative;
		float: none;
		width: 98%;
		border: 1px solid #604c3f;
		padding: 0rem 1% 0.5rem 1%;
		margin-top: 1.0rem;
	}
}
/********************************************************/
/* 	(utenteOrdini.php) 									*/
/********************************************************/

/* Elenco ordini*/
#listaOrdini{
	margin-top: 1.0rem;
}

#listaOrdini table {
    border-collapse: collapse;
}

#listaOrdini th{
	font-size: 1.6rem;
}

#listaOrdini th, td{
    border-bottom: 1px solid #604c3f;
	padding: 0.5rem 0rem 0.2rem 0rem;
}

#listaOrdini th{
    text-align: center;
}

/********************************************************/
/* 	(login.php) 										*/
/* 	(iscrizione.php) 									*/
/********************************************************/
.inputLogin{
	width: 93%;
	margin: 0rem 2%;
	padding: 0.2rem 1%;
	border: 1px solid #604c3f;
	border-radius: 0.4rem;
}

.login{
	position: relative;
	width: 20.0rem;
	border: 1px solid #604c3f;
	border-radius: 0.8rem;
	padding: 0.8rem;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.inputLogin{
		margin: 0rem 2%;
		padding: 0.2rem 1%;
		border: 1px solid #604c3f;
		border-radius: 0.4rem;
	}

	.login{
		position: relative;
		width: 90%;
		border: 1px solid #604c3f;
		border-radius: 0.8rem;
		padding: 0.8rem 5%;
	}
}

/********************************************************/
/* 	(logreg.php) 										*/
/********************************************************/
.boxLogreg{
	position: relative;
	float: left;
	width: 45%;
	border: 1px solid #604c3f;
	border-radius: 0.8rem;
	padding: 0.8rem 1%;
	margin: 0 1%;
}

/********************************************************/
/* 	(iscrizione.php)									*/
/********************************************************/
.errore{
	color: #ae0000;
	font-weight: bold;
}

#boxIscrizione{
	position: relative;
	width: 40%;
}

.nomecampo{

}

.campo{

}

@media (max-width: 767px) {
	#boxIscrizione{
		position: relative;
		width: 100%;
	}
}
