@charset "utf-8";
/* CSS Document */
.title_content_page
	{
		font-family:'Times New Roman', Times, serif; 
		font-weight:bold; 
		color:#006600; 
		font-size:26px; 
		width:880px;
	}
	
.titolo_articolo
	{
		font-family:'Times New Roman', Times, serif; 
		font-weight:bold; 
		color:#006600; 
		font-size:20px; 
	}	
	
.content_page
	{
		font-family:'Times New Roman', Times, serif; 
		font-size:14px; 
		width:860px; 
		padding-right:20px; 
		text-align:justify;
	}
	
.text_form
	{
		font-family:'Times New Roman', Times, serif; 
		font-size:14px; 
	}
	
.error_carrello
	{
		font-family:'Times New Roman', Times, serif; 
		font-size:14px;
		color:#C00;
	}	

.info_ordine
	{
		padding:10px;
		text-align:justify;
	}
	
.box_title_carrello
	{
		font-family:'Times New Roman', Times, serif; 
		font-weight:bold; 
		color:#fff;
		background-color:#006600;
		font-size:14px;
		padding:5px;
	}
	
.standard_text
	{
		font-family:'Times New Roman', Times, serif; 
		font-weight:normal; 
		color:#006600; 
		font-size:14px; 
	}
	
.standard_error
	{
		font-family:'Times New Roman', Times, serif; 
		font-weight:normal; 
		color:#ff0000; 
		font-size:14px; 
	}
	

.standard_text_white
	{
		font-family:'Times New Roman', Times, serif; 
		font-weight:normal; 
		color:#fff; 
		font-size:14px; 
	}	
	
.standard_link
	{
		font-family:'Times New Roman', Times, serif; 
		font-weight:bold; 
		color:#006600; 
		font-size:14px; 
	}
	
.link_nobold
	{
		font-family:'Times New Roman', Times, serif; 
		color:#006600; 
		font-size:14px; 
	}
	
.standard_link_white
	{
		font-family:'Times New Roman', Times, serif; 
		font-weight:bold; 
		color:#fff; 
		font-size:14px; 
	}	
	
.standard_link_light
	{
		font-family:'Times New Roman', Times, serif; 
		font-weight:normal; 
		color:#006600; 
		font-size:14px;
		text-decoration:none;
	}
	
.standard_link_light:hover
	{
		font-family:'Times New Roman', Times, serif; 
		font-weight:normal; 
		color:#006600; 
		font-size:14px;
		text-decoration:underline;
	}	
	
.standard_link_small
	{
		font-family:'Times New Roman', Times, serif; 
		font-weight:normal; 
		color:#006600; 
		font-size:11px;
		text-decoration:underline;
	}	
	
.link_filtri
	{
		font-family:'Times New Roman', Times, serif; 
		font-weight:normal; 
		color:#ff0000; 
		font-size:12px;
		text-decoration:underline;
	}	
	
.catalogo_link
	{
		font-family:'Times New Roman', Times, serif; 
		font-weight:bold; 
		color:#006600; 
		font-size:14px;
		text-decoration:none;
	}
	
.catalogo_link:hover
	{
		font-family:'Times New Roman', Times, serif; 
		font-weight:bold; 
		color:#006600; 
		font-size:14px;
		text-decoration:underline;
	}	
