@charset "utf-8";
/* CSS Document */

/*** generico ***/
.box {
	border: 1px solid #000;
}

.sx {
	float: left;
}

.dx {
	float: right;
}

.nascosto {
	display: none;
}

.errore {
	border-color: #f00 !important;
}

#shop-box{
	font-family:Arial, Helvetica, sans-serif;
}

#shop-box h2{
	font-size: 27px;
	font-weight: normal;
	padding: 10px 0;
}

#shop-box h3{
	font-size: 13px;
	font-weight: bold;
	color: #444;
	letter-spacing: -1px;
}

#shop-box p{
	font-size: 11px;
	padding: 0;
}

label {
	font-size: 11px;
	color: #737a7f;
	font-weight: bold;
}

li {
	list-style:none;
}

.moduli li {
	margin: 10px 0;
}

.moduli li .sx{
	margin-right: 15px;
}

input[type=text], input[type=password], textarea, select  {
	border: 1px solid #cfcfcf;
	font-size:12px;
	padding: 2px;
}

select {
	padding: 0;
}

input[type=submit], input[type=reset], input[type=button], button{
	background-color: #d4d0c8;
	color: #000;
	border: 1px solid #999;
	font-size: 13px;
}

input.tiny, textarea.tiny{
	width: 50px;
}

input.small, textarea.small{
	width: 155px;
}

input.medium, textarea.medium{
	width: 330px;
}

textarea.medium{
	height: 80px;
}

.barrato {
	text-decoration:line-through;
}

#hoverbox {
	position:absolute;
	display:none;
	width: 200px;
	background-color:#eee;
	border: 1px solid #ccc;
	padding: 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#closeHover{
	text-align:right;
}

#closeHover small{
	cursor: pointer;
}

#closeHover small:hover{
	text-decoration:underline;
}

#hoverbox p{
	padding: 5px 10px 10px 10px;
}

/*** struttura principale ***/

#prodotti{
	width: 600px;
	padding: 10px 20px 15px 35px;
}

#carrello {
	width: 270px;
	padding: 10px 0 15px 0 ;
}

/*** elenco dei prodotti ***/

#prodotti .fifty{
	width: 50%;
}

#prodotti .scheda-prodotto{
	margin: 30px 0 10px 0;
	height: 150px;
}

#prodotti .foto-prodotto img{
	padding: 4px;
	border: 1px solid #000;
	background-color: #fff;
	margin-right: 15px;
}

#prodotti .dettagli-prodotto{
	width: 160px;
}

#prodotti .dettagli-prodotto p{
	margin: 2px 0;
}

#prodotti .dettagli-prodotto div.quantita {
	padding: 3px 0;
}

#prodotti p.categoria{
	font-size: 12px;
}

#prodotti p.codice{
	font-weight:bold;
	color: #444;
}

#prodotti p.prezzo{
	font-weight:bold;
}

#prodotti p.prezzo small{
	font-size: 11px;
	color: #c00;
	font-style:italic;
	font-weight: normal;
}

#prodotti p.vedi-scheda a{
	color: #4d8eac;
}

#prodotti p.vedi-scheda a:hover{
	text-decoration: none;
}

.pulsq{
	font-size: 14px;
	line-height: 14px;
	padding: 0 3px;
	margin-right: 4px;
	border: 1px solid #000;
	cursor: pointer;
}

.pulsq:hover{
	background-color: #4d8eac;
	color: #fff;
	border-color: #4d8eac;
}

#prodotti .quantita input{
	margin-left: 7px;
	width: 25px;
	text-align:right;
	font-size: 12px;
	border: 1px solid #000;
	padding: 0;
}


#prodotti .aggiungi{
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	background-color: #b5b5b5;
	padding: 3px 5px;
}

#prodotti .aggiungi:hover{
	background-color: #4d8eac;
}

/*** Carrello ***/

#carrello .box {
	border-color: #bab6b7;
	padding: 10px 15px;
}

#carrello-vuoto{
	text-align: center;
}

#carrello-vuoto h3{
	font-size: 25px;
	font-weight:bold;
	color: #aaa;
	margin: 20px 0;
}

#carrello table td.col-del .delete {
	width: 14px;
	height: 16px;
	margin-left: 10px;
	padding: 0;
	opacity: 0.6;
	background:url(../images/shop/trashcan.gif) 0 0 no-repeat transparent;
}

#carrello table td.col-del .delete:hover {
	opacity: 1;
}

.carrello table {
	width: 100%;
	border:0;
	border-collapse:collapse;
	border-spacing: 0;
}


.carrello table th {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 0 3px 8px 3px;
	border-bottom: 1px solid #000;
}

.carrello table .col-desc {
	text-align: left;
}

#carrello table .col-desc {
	width: 125px;
}

.carrello table .col-qta {
	text-align:center;
	width: 30px;
}

.carrello table .col-tot {
	text-align: right;
}

.carrello table td {
	padding: 10px 3px;
	border-bottom: 1px dotted #666;
}

.carrello table td.col-desc{
	font-size: 11px;
}

.carrello table td.col-desc p{
	font-weight: bold;
}

.carrello table td.col-qta, .carrello table td.col-tot {
	font-size: 12px;
	font-weight: bold;
}

#spedizioni{
	margin: 60px 0 0 0;
}

#spedizioni p{
	margin-bottom: 7px;
	font-size: 13px;
}

#spedizioni .lbl{
	width: 80px;
}

#spedizioni div div{
	padding: 4px 0;
}


#spedizioni select{
	width: 150px;
}

#totale-carrello {
	margin: 0 0 15px 0;
}

#totale-carrello p{
	font-size: 12px;
	padding: 4px 0;
}

.casella-prezzo {
	width: 215px;
	border: 1px solid #bab6b7;
	padding:3px;
	font-size:12px;
	text-align: right;
}

#funzioni-carrello p{
	font-size: 12px;
	font-weight: bold;
	padding: 1px 0 8px 25px;
	cursor: pointer;
}

#funzioni-carrello p:hover{
	color: #4d8eac;
}

#salva-ordine {
	background:url(../images/shop/salva.gif) no-repeat left top transparent;
}

#stampa-ordine {
	background:url(../images/shop/stampa.gif) no-repeat left top transparent;
}

#condizioni {
	background:url(../images/shop/info.gif) no-repeat left top transparent;
	text-decoration: underline;
}

#vai-alla-cassa{
	text-align:right;
	margin-bottom: 10px;
}

.puls {
	cursor: pointer;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	background-color: #4d8eac;
	padding: 4px 8px;
	margin-left: 10px;
	text-decoration: none;
}

.puls:hover {
	background-color: #b5b5b5;
}

#vai-alla-cassa .puls{
	margin-left: 0;
	font-size: 13px;
}


/*** CARRELLO.PHP  ***/
.cassa{
	padding: 10px;
}

.trash {
	cursor: pointer;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

.trash:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#utente {
	text-align: right;
}

#utente small{
	font-size: 10px;
}

#logout{
	color: #0CF;
	cursor:pointer;
}

#logout{
	color: #4D8EAC;
	cursor:pointer;
}
#logout:hover{
	text-decoration: underline;
}

#step-1.carrello table{
	margin-top: 15px;
}

#step-1.carrello table .col-qta{
	width: 90px;
	text-align: left;
}

#step-1.carrello table .col-qta span{
	font-size: 14px;
	margin: 0 5px;
}

#step-1.carrello table .col-tot{
	width: 250px;
}

#gran-totale {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	border: 0;
	color: #444;
}

#subtotale, #totalespedizione {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	color: #444;
	border-bottom: 1px solid #000;
}

#subtotale{
	font-style:italic;
	background-color:#FFD;
}

#totalespedizione{
	background-color:#EEE;
}


#scegli-cliente {
	width: 660px;
	margin: 15px auto;
}

#scegli-cliente .box{
	border-color: #ccc;
}

#scegli-cliente > div {
	width: 250px;
	height: 175px;
	margin: 5px 10px;
	padding: 12px;
}

#scegli-cliente h2{
	padding: 0;
	font-size: 22px;
}

#scegli-cliente p{
	padding: 5px 0;
}

#scegli-cliente .form-row{
	margin: 5px 0;
}

#messaggio h2{
	padding-top: 0;
}

#messaggio a{
	color:#4D8EAC;
}

#messaggio a:hover{
	color:#000;
}

#link-fattura{
	text-align: cente;
	padding: 15px 0 20px 0 !important;
}

#link-fattura a, #back-to-shop a{
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

#back-to-shop{
	text-align: center;
	padding: 10px 0 !important;
}

.prezzo_omaggio{
	text-align: right;
	font-size: 12px;
	font-style:italic;
}
