/*Stili base*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#192a4c;			
	font-size:12px;
	background-image: url(../img/bg_container.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin:0;
}

h1.pagetitle{
	color: #28629c;
	margin:0 0 20px 0;
	padding:5px 0 0 0;
	font-size:150%;
	border-bottom: 1px solid #2a639f;
}

h2{
	background-color: #FFFFFF;
	color: #28629c;
	margin:0;
}

h2.hometitle{
	background-color: #FFFFFF;
	color: #28629c;
	margin:0;
	font-size:150%;
}

h2.msg{
	color:red;
}

a{
	color:#28629c;
	text-decoration:none;
	outline:0;
}

colgroup{
	padding:0;
	margin:0;
}

col{
	padding:0;
	margin:0;
}

.rate_msg{
	color:#B22222;
	font-style: italic;
}

/*Tabella con i contenti della home*/
table.pagina{
width:100%;
table-layout:fixed;
overflow:hidden;
}

#barra_icone{
	width:50%;
	text-align:right;
	float:right;
}

#barra_icone div{
	cursor:hand;
	cursor:pointer;
}

#barra_icone img{
	cursor:hand;
	cursor:pointer;
	border:0;
	vertical-align:middle;
	margin-left:5px;
}

.infoaggiuntive{
	font-size:80%;
	color:#8F8F8F;
}

.icona_carrello{
	text-align: right;
	margin:20px 0 20px 0;
}
/*Fine stili base*/

/*Footer finale della pagina*/
#footerleonardo{
	background-image: url(../img/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:38px;	
	background-color:#192a4c;	
	width:1076px;
	font-size:10px;
	text-align:center;
	color:#021f4f;
	padding:0;
	margin:0 auto;
	padding-top:50px;
}

#footerleonardo a{
	color:#6495ED;
	font-weight:bold;
	text-decoration:none;
}
/*Fine footer finale*/

/*Stili per la tabella che contiene la pagina*/
#container{
	margin:0 auto;
	background-color: #FFFFFF;
	border-collapse: collapse;
	table-layout:fixed;
	overflow:hidden;
	padding:0;
	border:0;
	border-spacing: 0;
}

#container td{
	padding:0;
	margin:0;
	overflow:hidden;
}

#container td.sx{
	vertical-align:top;
	padding:0;
	margin:0;
	overflow:hidden;
}

#container td.dx{
	vertical-align:top;
	padding:0;
	margin:0;
	overflow:hidden;
}

#container td.sopra{
	text-align: center;
	margin:0;
	padding:0;
	overflow:hidden;
	border:0;
}

#container td.sotto{
	text-align: center;
	font-size:95%;
	color:#28629c;
	overflow:hidden;
	border:0;
}

#container td.content{
	vertical-align:top;
	margin:0;
	padding:0 20px 20px 20px;
	overflow:hidden;
	border:0;
}
/*Fine stili per la tabella*/


/*Stile per la scritta scarica allegato*/
a.allegato{
	color:#B22222;
	text-decoration:none;
	font-weight:bold;
	outline:0px;
	margin:0;
	padding:0;
}

a.allegato:hover{
	color:Orange;
	text-decoration:none;
	font-weight:bold;
}
/*Fine link scritta alleggato*/

/*Link a news ed eventi*/
a.link_semplice{
	color:black;
	font-weight:bold;
}

a.link_semplice_grande{
	color:black;
	font-weight:bold;
	font-size:120%;
}
/*Fine link per news ed eventi*/

/*Stile per le icone*/
.icona{
	vertical-align: middle;
	border:0;
}
/*Fine stile per le icone*/

/*Menu Verticale*/
.menu {
	margin-top:10px;
	margin-bottom:10px;
	font-size:95%;
	color:black;
	font-weight:normal;
	padding:5px;
	overflow:hidden;
	width:195px;
}

.menu h1 {
	color:white;
	font-size:130%;
	font-weight:bold;
	background-image: url(../img/bg_titolo_laterale.jpg);
	background-repeat: no-repeat;
	height:25px;
	overflow: hidden;
	margin:0px;	
	padding:0px;
	padding-left:10px;
	padding-top:10px;
}

.menu ul {
	list-style: disc outside url(../img/img_elenco.jpg);
	vertical-align: middle;
	border: none; 
	margin-bottom:4px;
	background-color:#dbdfff;
	border:1px solid #001a49;
	margin:0;
	padding-left:30px;
}

.menu ul li {
	padding:10px 5px 10px 0;
	vertical-align: middle;
}

.menu ul li a {
	font-size: 110%;
	text-decoration: none;
	color: #393939; 
	font-weight:bold;
}
/*Fine menu verticale*/

/*Menu orizzontale*/
	div#navcontainer
	{	
		background-color: #D3D3D3;
		border-top:1px solid #A9A9A9;
		border-bottom:1px solid #A9A9A9;	
		padding:0;
		margin:0;	
	}
		
	div#navcontainer ul
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		padding-bottom: 5px;
		padding-top: 5px;
		margin: 0;	
	}
	
	div#navcontainer ul li
	{
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	div#navcontainer ul li a
	{
		padding: 5px 10px 5px 10px;
		color: #434343;
		text-decoration: none;
		border-right: 1px solid #fff;
	}	
	
	div#navcontainer ul li a:hover
	{
		background-color: #696969;
		color: white;
	}
	
	#navlist{
		margin:0;
		padding:0;
		border:0;
	}
	
	#first a { border-left: 1px solid #fff; }
/*Fine menu orizzontale*/

/*Fine News*/
.news {
	margin-top:10px;
	margin-bottom:10px;
	font-size:95%;
	color:black;
	font-weight:normal;
	padding:5px;
	overflow:hidden;
	width:195px;
}

.news h1 {
	color:white;
	font-size:130%;
	font-weight:bold;
	background-image: url(../img/bg_titolo_laterale_news.jpg);
	background-repeat: no-repeat;
	height:25px;
	overflow: hidden;
	margin:0px;	
	padding:0px;
	padding-left:10px;
	padding-top:10px;
}

.news ul {	 
	vertical-align: middle;
	border: none; 
	margin-bottom:4px;
	background-color:#E5FFE6;
	border:1px solid #002000;
	margin:0;
	padding-left:15px;	
}

.news ul li {
	padding:10px 5px 10px 0;
	vertical-align: middle;
	list-style-type: none;
}

.news ul li a {
	font-size: 110%;
	text-decoration: none;
	color: black; 
	font-style: italic;
}
/*Fine News*/



/*Eventi*/

.eventi {
	margin-top:10px;
	margin-bottom:10px;
	font-size:95%;
	color:black;
	font-weight:normal;
	padding:5px;
	overflow:hidden;
	width:195px;
}

.eventi h1 {
	color:white;
	font-size:130%;
	font-weight:bold;
	background-image: url(../img/bg_titolo_laterale_news.jpg);
	background-repeat: no-repeat;
	height:25px;
	overflow: hidden;
	margin:0px;	
	padding:0px;
	padding-left:10px;
	padding-top:10px;
}

.eventi ul {
	list-style: disc outside url(../img/img_elenco_news.jpg);
	vertical-align: middle;
	border: none; 
	margin-bottom:4px;
	background-color:#E5FFE6;
	border:1px solid #002000;
	margin:0;
	padding-left:30px;
}

.eventi ul li {
	padding:10px 5px 10px 0;
	vertical-align: middle;
}

.eventi ul li a {
	font-size: 110%;
	text-decoration: none;
	color: black; 
	font-weight:bold;
}

/*Fine Eventi*/

/*Inizio EZ Slider Home*/
	
	.news_style{
	display:none;
	}
	.news_show
	{
	position:absolute;
	background-color: white;
	color:black;
	font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	clip:rect(0px 350px 150px 0px);
	
	}
	.news_border
	{
	background-color: white;
	width:352px;
	height:152px;
	font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	border: 1px solid gray;
	padding: 5px 5px 5px 5px;
	
	/*overflow: auto;*/	
	
	}
	.news_mark{
	background-color:white ;
	font: normal 70% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	border: 0px solid gray;
	width:363px;
	height:35px;
	color:black;
	text-align:center;
	}
	
	.news_title{
	font: bold 120% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	border: 0px solid gray;
	padding: 5px 0px 9px 5px;
	color:black;
	}
	
	.news_show img{	
	margin-left: 5px;
	margin-right: 5px;
	
	}
	.buttondiv
	{
	position: absolute;
	/*float: left;*/
	/*top: 169px;*/
	padding: 5px 5px 5px 5px;
	background-color:white ;
	border: 1px solid gray;
	/*border-top-color: white;*/
	border-top:none;
	height:20px;
	}
	
	.news_move {
	 	position: relative;	
	}
	
	.mytable {
		width:350px;
		height:150px;
		vertical-align: top; 
	}
	
	.ez_title{
		color:white;
		font-size:120%;
		font-weight: bold;
		width:364px;
		height:17px;
		padding:5px 0 5px 0;
		border:0;
		background-image: url(../img/ez_title_bg.jpg);
		background-repeat:no-repeat;		
		text-indent:10px;
	}
/*Fine Slider EZ Home*/


/*Immagine home*/
.imagehome{
	text-align: center;
	overflow:hidden;
}
/*Fine immagine home*/

/*Link Home*/
.linkhome{
	background-color: #FFFFFF;
	border: 1px dashed gray;
	padding:15px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:justify;
}

.linkhome h1{
	color:#4682B4;
	font-size:130%;
}

.linkhome .titololink{
	font-size:120%;
	font-weight:bold;
	color:#4682B4;
}

.linkhome img{
	margin-right :5px;
	vertical-align: top;
	float:left;
}

.linkhome a{
	color:black;
}
/*Fine Link Home*/

/*Link Home*/
.link{
	background-color: #FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	font-size:95%;
	padding:5px;
	text-align:justify;
}

.link h1{
	color:#28629c;
	font-size:130%;
	border-bottom: 1px dashed gray;

}

.link .titololink{
	font-size:120%;
	font-weight:bold;
	color:#28629c;
}

.link img{
	margin-right :5px;
	vertical-align: top;
	float:left;
}

.link a{
	color:black;
}
/*Fine Link Home*/

/*E-Commerce*/

.sottotitolo{
	font-size:90%;
	color:#202020;
}

.voto{
	margin-bottom:40px;
	border-bottom:1px solid #FFD700;
	padding-bottom:20px;
	width:100%;
}
.categorie{
	width:100%;
	background-color: #E4E4E4;
	border:1px solid Gray;
	padding:10px;
}

.categorie a{
	color:black;
	text-decoration:none;
	font-weight: bold;
	font-size:100%;
}

.categorie td{
	padding:15px;
}


.img_prodotto{
	vertical-align: middle;
	border:1px solid black;
	padding:5px;
	margin-right:20px;
}

.img_prodotto_grande{
	vertical-align: middle;
	margin-right:10px;
}

.prezzo{
	font-weight:bold;
	font-size: 110%;
	color:#BB3400;
}

.prezzo_offerta{
	font-weight:bold;
	font-size: 110%;
	color:#BB3400;
}

.ultimo_prodotto{
	color:#B22222;
	font-weight:bold;
	font-size:100%;
}

.errore{
	color:#B22222;
	font-weight:bold;
	font-size:120%;	
	text-align:center;
	background: transparent;
}

.confirmmsg{
	color:#228B22;
	font-weight:bold;
	font-size:120%;	
	text-align:center;
}

#prodotti{
	font-size:150%;
}

.piccolo{
	font-size:60%;
}


.desc_prodotto{
	text-align: justify;
	margin-bottom:20px;
}

.titoletto_prodotto{
	font-size:140%;
	color:#696969;
	background-color: #fff;
	font-weight:bold;
}

.carrello{
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
	font-size:95%;
}

.carrello th{
	background-color: #FFD700;
	color:black;
	text-align:left;
	padding:5px;
	margin-bottom: 20px;
	border-left:2px solid white;
}

.carrello td{
	font-size:90%;
}

.carrello td.bold{
	font-size:100%;
	font-weight:bold;
}

.carrello td.totale{
	background-color: #FFD700;
	color:black;
	text-align:left;
	padding-left:5px;
	margin-bottom: 20px;
	font-weight:bold;
	font-size:120%;
	border-collapse: collapse;
	margin:0;
	border:0;
}

table.prodotti{
	width: 100%;
	border-spacing:0;
	table-layout:fixed;
}

table.prodotti td{
	border-bottom:1px solid silver;
	border-right:1px solid silver;
	overflow:hidden;
}

p.container_img_prodotto{
	height:110px;
	text-align:center;
}

p.titolo_prodotto{
	height:20px;
}

p.voto_prodotto{
	height:20px;
}

.form-button, .form-button-alt {
background:#F18200 none repeat scroll 0%;
border:1px solid #DE5400;
color:#FFFFFF;
cursor:pointer;
font-family:arial,sans-serif !important;
font-size:12px !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:bold !important;
line-height:normal !important;
overflow:visible;
padding:1px 8px;
text-align:center;
vertical-align:middle;
width:auto;
}

.form-button span, .form-button-alt span {
white-space:nowrap;
outline:0;
}


table.prodotti td.cella{
}

table.prodotti td.ultimo{
	border-right:0;	
}

table.prodotti td.vuoto{
	background-color:#FFF;
}


table.prodotti img.img_prodotto{
	margin-bottom:20px;
	border:0;
	vertical-align:top;
}

table.prodotti a{
	font-weight:bold;
	font-size: 110%;
	text-decoration:underline;
	color:#242424;
}

table.prodotti .prezzo{
	font-weight:bold;
	font-size: 110%;
	color:#BB3400;
}


.riepilogo{
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
}

.riepilogo th{
	border-bottom: 1px solid #FFD700;
	color:#353535;
	text-align:left;
	padding:5px;
	margin-bottom: 20px;
	border-left:2px solid white;
	font-size:120%;
}

.riepilogo td{
	padding:5px;
	font-size:100%;
}

.riepilogo td.bold{
	padding-left:5px;
	font-size:110%;
	font-weight:bold;
}

.riepilogo td.totale{
	background-color: #FFD700;
	color:black;
	text-align:left;
	padding-left:5px;
	margin-bottom: 20px;
	font-weight:bold;
	font-size:120%;
	border-collapse: collapse;
	margin:0;
	border:0;
}

.totalerosso{
	font-weight:bold;
	color:red;
}

.totalepiccolo{
	font-weight:normal;
	color:black;
	font-size:80%;
}

.nome{
	font-weight: bold;
}

.grande{
	font-size:140%;
}

.titoletto{
	font-size:110%;
	font-weight:bold;
}

.occhiello{
	font-size:100%;
	margin-left:40px;
	font-style: italic;
}

.pagsped{
 	width:100%;
}

.pagsped th{
	background: #FFD700;
	color:black;
	border:1px solid #1C0E72;
	font-size:140%;
	padding:5px;
}

.pagsped td{
	vertical-align:top;
	background: #6495ED;
	color:black;
	border:1px solid #1C0E72;
	padding:10px;
}

#mostraspedizione{
	background-color: #DCDCDC;
	border:1px solid gray;
	padding:10px 0 10px 0;
	text-align:center;
	cursor:hand;
	cursor:pointer;
	font-size:110%;
	font-weight:bold;
	color: #4169E1;
}

#spedizione{
	border:1px solid silver;
	padding:10px;
}


.linkgrande{
	font-size:110%;
	font-weight:bold;
}

.account fieldset{
	margin-bottom:20px;
	padding:20px 10px 10px 10px;
	border:1px solid #DADADA;
}

.account legend{
	font-weight:bold;
	font-size:120%;
}

.account li{
	padding:10px 0 10px 0;
}

.account .left{
	float:left;
	width:45%;
	display:inline;
	height:150px;
}

.account .right{
	float:right;
	width:45%;
	display:inline;	
	height:150px;
}

.account .label{
	width:100px;
	float:left;
	font-weight:bold;
}

.form-button, .form-button-alt {
background:#F18200 none repeat scroll 0%;
border:1px solid #DE5400;
color:#FFFFFF;
cursor:pointer;
font-family:arial,sans-serif !important;
font-size:12px !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:bold !important;
line-height:normal !important;
overflow:visible;
padding:1px 8px;
text-align:center;
vertical-align:middle;
width:auto;
}

.form-button span, .form-button-alt span {
white-space:nowrap;
}

#categorie{
	padding:10px;
	background: #dbdfff;			
	display:none;
}
		
#categorie .row_categorie{
	clear: both;
	height:30px;
}
		
#categorie .row_categorie a{
	color: #001a49;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #001a49;
	background: url(catalogo/btn-slide.gif) no-repeat center top;
}

.btn-slide {
	background: url(catalogo/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 244px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

.active {
	background-position: right 12px;
}

/*Menu Laterale ecommerce*/
.menucategorie {
	margin-top:10px;
	margin-bottom:10px;
	font-size:95%;
	color:black;
	font-weight:normal;
	padding:5px;
	overflow:hidden;
	width:195px;
}
.menucategorie h1 {
	color:white;
	font-size:130%;
	font-weight:bold;
	background-image: url(../img/bg_titolo_laterale.jpg);
	background-repeat: no-repeat;
	height:25px;
	overflow: hidden;
	margin:0px;	
	padding:0px;
	padding-left:10px;
	padding-top:10px;
}

.menucategorie ul {
	list-style: disc outside url(../img/img_elenco.jpg);
	vertical-align: middle;
	border: none; 
	margin-bottom:4px;
	background-color:#dbdfff;
	border:1px solid #001a49;
	margin:0;
	padding-left:30px;
}

.menucategorie ul li {
	padding:10px 5px 10px 0;
	vertical-align: middle;

}

.menucategorie ul li a {
	font-size: 110%;
	text-decoration: none;
	color: #393939; 
	font-weight:bold;
}
/*Fine menu verticale*/

/*Fine E-Commerce*/

/*Newsletter*/
.newsletter{
	background-color:#EAEAEA;	
	padding:20px;
	border:1px solid silver;
	font-size:100%;
}

.newsletter .nome{
	float:left;
	width:200px;
}

.newsletter a{
	color:#4682B4;
	font-weight:bold;
}

.newsletter a:hover,visited{
	color:#4682B4;
	font-weight:bold;
}

.msg{
	color: #B22222;
}
/*Fine newsletter*/


/*Link*/
#pagelink h2.catlink{
	margin:40px 0 20px 0;
	background-color:#2a639f;
	border-bottom:10px solid #021f4f;
	color:#fff;
	font-size:130%;
	padding:5px;
}

#pagelink table.tablelink{
	border-spacing: 10px;	
	table-layout:fixed;
	width:100%;
}

#pagelink table.tablelink img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;	
}

#pagelink table.tablelink td{
	text-align:justify;
	padding:5px;
	vertical-align:top;
	border:1px dotted black;
	width:33%;
}

#pagelink table.tablelink td.nolink{
	width:33%;
	border:0;
}

#pagelink table.tablelink h2.linktitle{
	color:#4B4B4B;
	font-size:120%;
	margin-bottom:20px;
}

#pagelink table.tablelink td a{
	color:black;
	font-size:90%;
}

/*Fine Link*/

/*Prodotti Home*/
.prodottihome{
	background-color: #F5F5F5;
	border: 1px solid #696969;
	padding:10px;
}

.prodottihome .img_prodotto{
	background-color:#fff;
	border:1px solid black;
	padding:5px;
}
/*Fine Prodotti Home*/

/*Gallery*/
table.gallery{
	border-spacing:10px;
}

table.gallery td{
	border:0;
	text-align:center;
	width:25%;
	padding:5px;
}

table.gallery td.empty{
	border:0;
	background-color: trasparent;
}


table.gallery td a{
	width:25%;
	font-weight:bold;
}

h2.altregallery {
	border-top:1px dashed silver;
	margin-top:20px;
	padding-top:10px;
}
/*Fine Gallery*/

/*Guestbook*/

a.link_guestbook{
	color:#696969;
	font-size:150%;
	font-weight: bold;
}

a.link_guestbook:hover{
	color:#4682B4;
}

img.smiley{
	cursor:hand;
	cursor:pointer;
	border:0;
}

.guestmessage{
	margin-top:30px;
	margin-top:30px;
}

.guestmessage table{
	border-collapse:collapse;
	border:1px solid black;
	width:100%;
}

.guestmessage table td{
	padding:10px;
}

table td.guesthead{
	background-color: #696969;
	color:white;
}

.pagine{
	margin-top:40px;
	text-align: center;
}
/*Fine guestbook*/

/*Inizio ListaNozze*/
.fieldname{
	clear:both;
   font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
   margin-top: 10px;
	text-align: center!important;
	letter-spacing: 0.3em;	
}

.row_lista{
	clear:both;
	display:block;
	margin:10px 0 10px 0;
}


.login_destra{
	float:right;
	display:inline;
	width:30%;
	margin-right:100px;
	text-align:right;
}

.login_sinistra{
	float:left;
	display:inline;
	width:30%;
	margin-left:100px;
	text-align:left;
}

.sfondo_login{
	background-image: url(../img/sfondo_listanozze.jpg);
	background-repeat: no-repeat;
	width:100%;
	overflow:hidden;
	height:300px;
}

.sfondo_login h3{
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size:24px;
	margin: 5px 0px 0px 0px;
	padding:0; 
	text-align: center;
   font-weight: normal;
   color: #222;
}



.sfondo_lista_nozze{
	width:764px;
}



.form-button-lista, .form-button-alt {
background:#ba3f42 none repeat scroll 0%;
border:1px solid #76282A;
color:white;
cursor:pointer;
font-family:arial,sans-serif !important;
font-size:12px !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:bold !important;
line-height:normal !important;
overflow:visible;
padding:1px 8px;
text-align:center;
vertical-align:middle;
width:auto;
}

.form-button-lista span, .form-button-alt span {
white-space:nowrap;
outline:0;
}

#myTable{
   font-family: "Lucida Grande", Tahoma;
	font-size: 12px;
	font-weight: lighter;
	font-variant: normal;
	color: #1D1D1D;
	width:98%;
	border: 1px solid silver;
}

#myTable th
{
	background:#f5820b none repeat scroll 0%;
	color:black;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size:11px;	
	background-image: none;     
   cursor: default;
	padding-left:5px;
	height:30px;
}

#myTable th.header{

	background-image: url(../img/st-frecce.gif);     
   cursor: pointer; 
   cursor: hand; 
   background-repeat: no-repeat; 
   background-position: center right; 
}	

#myTable th.headerSortUp{
	background-image: url(../img/st-frecciasu.gif);     
}	

#myTable th.headerSortDown{
	background-image: url(../img/st-frecciagiu.gif);     
}	




#myTable td{
	padding:10px;
}

#myTable td.odd{
	background:#FCD1A7 none repeat scroll 0%;
}

#totale{
	color:#3f492e;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size:18px;	
	
}

table.riassunto {
	margin:50px 0px 10px 90px;
	width:590px;
	color:#722728;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:14px;
	border-collapse:collapse;
	border-spacing:0;
}

table.riassunto td{
	height:40px;
}

table.riassunto td.sottotitolo{
	color:#393939;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
}

table tr.bordosuperiore td{
	border-top:1px solid #722728;
}

ul.acquirenti{
	padding:0;
	margin:0;
	list-style-type: none;
	}
	
.container_listanozze{
	width:100%;
	text-align: justify;
	color:#1D1D1D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	border:1px solid silver;
	padding:15px 0 15px 0;
	margin-bottom:20px;
}

.container_listanozze h3{
	text-align: center;
	color:Black;
	display:inline;
}

.container_listanozze .testo{
	padding:0 20px 0 10px;
}

.container_listanozze .destra{
	text-align:right
}

.commento{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border:1px solid silver;
	padding:10px;
	margin:30px 0;
}
.commento .titolo{
	font-weight: bold;
}

.pagina_sposi{
	text-align:justify;
	font-family:georgia,serif;
	color:#381704;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	padding:0px;
}

.pagina_sposi h2{
	font-family:georgia, serif;
	color:#381704;
	font-size:18px;
	letter-spacing:0.1em;
	line-height:200%;
	text-align:center;
	margin-bottom:20px;
}

#barra_icone_listanozze{
	display:block;
	text-align:right;
	font-weight:bold;
	font-size:16px;
	color:#381704;
	clear:both;
}

#barra_icone_listanozze img{
	border:0;
}

#barra_icone_listanozze a{
	color:#161616;
}
/*Fine Lista Nozze*/