/* CSS Document */

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#4a0d04;
	line-height:2em;
	text-align:justify;
	margin-bottom:30px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#c9401d;
}

h2, h3, h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c9401d;
	padding:0px;
	margin-bottom:4px;
}

h3, h4{
	font-family: Arial, Helvetica, sans-serif;
}


strong{
	color:#4a0d04;
}

#lingue{
	width:875px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}

#lingue a{
	color:#FFFFFF;
	text-decoration:none;
}

#lingue a:hover{
	text-decoration: underline;
}

#main{
	width:875px;
	border:#FFFFFF 3px solid;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

#corpo{
	background-image:url(../images/sottotesta.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFFFFF;
	padding:30px;	
}

#footer{
	background-color:#ea310f;
	padding:5px;	
	text-align:center;
	color:#FFFFFF;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

.galleria{
	width:220px;
	height:205px;
	padding:5px;
	border:#dcdcdc 5px solid;
	margin:15px;
	float:left;
	text-align:center;
}

.galleria_vini{
	padding:10px;
	padding-right:20px;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:10px;
	text-align: center;
	background-color:#f5f2e8;
	border:#eee9d7 1px solid;
	border-right:15px solid #eee9d7;
	float:left;
	width:215px;
}

.galleria_vini h4{
	font-size:1.2em;
	color:#4a0d04;	
	padding:4px;
	margin:0px;
	height:25px;
	line-height:0.9em;
}

.galleria_vini a{
	color:#4a0d04;
	text-decoration:none;
}

.galleria_vini .foto{
	padding:10px;
	background-color:#FFFFFF;
	border:2px #e1d5bf solid;
	margin:0px;
	margin-bottom:5px;
}

.galleria_vini .prezzo{
	font-size:1.2em;
	color:#4a0d04;	
	font-weight:bold;
	text-align:center;
}

.news{
	padding:5px;
	margin:15px;
	text-align: justify;
}

.news h4{
	font-size:1.2em;
	color:#4a0d04;	
	padding:4px;
	margin:0px;
	height:35px;
	line-height:0.9em;
}

.news img{
	padding:10px;
	background-color:#FFFFFF;
	border:2px #e1d5bf solid;
	margin:0px;
}

#scheda{
	background-image:url(../images/bgscheda2.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#scheda_vino{
	float:left;
	width:550px;
}

#scheda_vino #foto_prodotto{
	width:220px;	
	float:left;
	text-align:center;
	padding:10px;
}

#scheda_vino .descrizione{
	width:300px;	
	float:left;
}

#scheda_vino h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	color:#4a0d04;	
	padding:4px;
	margin:0px;
}

#scheda_vino h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#4a0d04;	
	padding:4px;
	margin:0px;
}

#scheda_vino  #prezzo{
	font-size:1.2em;
	color:#4a0d04;	
	font-weight:bold;
	text-align:center;
}

#menu_vini{
	width:230px;
	float:right;
	padding:10px;
	line-height:1.8em;
}

#menu_vini h4{
	margin:6px;
	margin-left:0px;
	padding:0px;
	font-size:1.5em;
	color:#4a0d04;	
	font-family:Georgia, "Times New Roman", Times, serif;
}


#menu_vini a{
	color:#663333;
	text-decoration:none;
}

#menu_vini a:hover{
	text-decoration:underline;
}

#indirizzo_piede{
	color:#FFFFFF;
	text-align:center;
	line-height:1em;
}

#indirizzo_piede strong, #indirizzo_piede a{
	color:#FFFFFF;
}

.clearer{
	float:none;
	clear:both;
}

/*		CARRELLO		*/

.carrello{
	cursor:pointer;
}

#carrello{
}

#carrello input[type=button]{
	width:150px;
	height:25px;
	border:1px solid #333333;
	background-color:#d42c0e;
	color:#fff;
	cursor:pointer;
	margin:0px;
	text-align:center;
	margin-top:3px;
	margin-right:5px;
}

.tabella_carrello{
	background-color:#FFF;
	width:100%;
}

.tabella_carrello td{
	text-align:center;
	color:#d42c0e;
	background-color:#FFF;
	font-weight:bold;
	margin:1px;
	padding:2px;
	border-bottom:1px solid #d42c0e;
	border-right:1px solid #d42c0e;
}

.tabella_carrello .intestazione td{
	background-image:url(../images/base_intestazione.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	height:30px;
	padding:0px;
	border:none;
}

.tabella_carrello .puls_modifica{
	width:20px;
	height:20px;
	border:1px solid #a0a0a0;
	background-color:#dcdcdc;
	color:#d42c0e;
	cursor:pointer;
	margin:0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#invia_ordine .tabella_carrello td{
	margin:0px;
	padding:1px;
	border-bottom:none;
	border-right:none;
}

#area_indirizzo{
	padding-left:15px;
	border-left:1px solid #d42c0e

}

#area_indirizzo input[type=text], #area_indirizzo select, #area_indirizzo textarea{
	border-top:1px solid #ddd;
	border-bottom:1px solid #d42c0e;
	border-right:1px solid #d42c0e;
	border-left:1px solid #ddd;
	width:220px;
	font-size:12px;
	color:#d42c0e;
}

#area_indirizzo_fatturazione, #area_indirizzo_spedizione{
	display:none;
}

#area_indirizzo_fatturazione h3, #area_indirizzo_spedizione h3{
	background-color:#d42c0e;
	color:#FFF;
	padding-left:5px;
}

#riga_PIVA{
	visibility:hidden;
}

.puls_invia_ordine_KO{
	width:380px;
	height:25px;
	border:1px solid #333333;
	background-color:#e0e0e0;
	color:#c0c0c0;	
	margin:0px;
	text-align:center;
	margin-top:3px;
	margin-right:5px;
}

.puls_invia_ordine_OK{
	width:380px;
	height:25px;
	border:1px solid #333333;
	background-color:#d42c0e;
	color:#fff;	
	margin:0px;
	text-align:center;
	margin-top:3px;
	margin-right:5px;
}

.ko{
	width:10px;
	height:10px;
	background-color:#F00;
}

.ok{
	width:10px;
	height:10px;
	background-color:#0F0;
}