/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*------------------------------------- Easy rounded corners ------------------------------------*/
/*---------------------------- by Ignacio Ricci (www.ignacioricci.com) --------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/


/*		body {margin:0; padding:40px; font:76% Georgia, "Times New Roman", Times, serif; background:#FFF;} */
		
			/* Rounded-cornered divs -*/
			.roundedBox {position:relative; padding:7px; margin:7px 0;}
			
				/*- All the corners -*/
				.corner {position:absolute; width:8px; height:8px;}
			
				/*- Each corner -*/
				.topLeft {top:0; left:0; background-position:0px 0px;}
				.topRight {top:0; right:0; background-position:-9px 0px;}
				.bottomLeft {bottom:0; left:0; background-position:0px -9px;}
				.bottomRight {bottom:0; right:0; background-position:-9px -9px;}
				
			
			/*- Type1 - Blue -*/	
			#type1 {
	background-color:#e0343c;
	height: 2px;
	font:76% Tahoma, "Times New Roman", Times, serif;
	top: -10px;
	bottom: -10px;
}
.header_text {
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.titoletto {
	font-family: Tahoma;
	font-size: 11px;
	color: #454545;
	font-weight: bold;
	text-decoration: none;
}

.testo {
	font-family: Tahoma;
	font-size: 11px;
	color: #454545;
	font-weight: normal;
	text-decoration: none;
	height: 16px;
}

.testorosso2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #9A0000;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
}

.rientro_sinistro {
	padding-left: 10px;
}

				#type1 .corner {background-image:url(images/corners-type1.gif);}
				
			/*- Type2 - Green -*/
			#type2 {background-color:#CDDFCA;}
				#type2 .corner {background-image:url(images/corners-type2.gif);}
							
			/*- Type3 - Violet -*/
			#type3 {background-color:#D3CADF;}
				#type3 .corner {background-image:url(images/corners-type3.gif);}
				
			/*- Type4 - Red with border -*/
			/* We change the corners' position and add the border */
			#type4 {
	background-color:#FFFFFF;
	border:1px solid #c6b5b7;
	height: 60px;
	width: 182px;
}
				#type4 .corner {background-image:url(images/corners-type4.gif);}
				#type4 .topLeft {top:-1px; left:-1px;}
				#type4 .topRight {top:-1px; right:-1px;}
				#type4 .bottomLeft {bottom:-1px; left:-1px;}
				#type4 .bottomRight {bottom:-1px; right:-1px;}
				
			/*- Type5 - With gradient -*/
			/* We change the top corners' height, and the bottom corners background-position. We must also add to the containing div a gradient to repeat in x. */
			#type5 {background:#FECBCA url(images/roundedbox-type5-bg.png) repeat-x 0 0; min-height:110px;}
				#type5 .corner {background-image:url(images/corners-type5.png);}
				#type5 .topLeft,
				#type5 .topRight {height:140px;}
				#type5 .bottomLeft {background-position:-1px -142px;}
				#type5 .bottomRight {background-position:-19px -142px;}

			/*- Type6 - Red with border -*/
			/* We change the corners' position and add the border */
			#type6 {
	background-color:#FFFFFF;
	border:1px solid #c6b5b7;
	height: 200px;
	width: 154px;
}
				#type6 .corner {background-image:url(images/corners-type4.gif);}
				#type6 .topLeft {top:-1px; left:-1px;}
				#type6 .topRight {top:-1px; right:-1px;}
				#type6 .bottomLeft {bottom:-1px; left:-1px;}
				#type6 .bottomRight {bottom:-1px; right:-1px;}
		
			#type7 {
	background-color:#FFFFFF;
	border:1px solid #c6b5b7;
	height: 360px;
	width: 616px;
}
				#type7 .corner {background-image:url(images/corners-type4.gif);}
				#type7 .topLeft {top:-1px; left:-1px;}
				#type7 .topRight {top:-1px; right:-1px;}
				#type7 .bottomLeft {bottom:-1px; left:-1px;}
				#type7 .bottomRight {bottom:-1px; right:-1px;}
				
	#type8 {
	background-color:#FFFFFF;
	border:1px solid #c6b5b7;
	height: 1050px;
	width: 616px;
}
				#type8 .corner {background-image:url(images/corners-type4.gif);}
				#type8 .topLeft {top:-1px; left:-1px;}
				#type8 .topRight {top:-1px; right:-1px;}
				#type8 .bottomLeft {bottom:-1px; left:-1px;}
				#type8 .bottomRight {bottom:-1px; right:-1px;}
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*--------------------------------- End of Easy rounded corners ---------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
				
			
			
.titoloheader {

	font-family: Tahoma;
	font-size: 14px;
	color: #454545;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
}
.testorosso {

	font-family: Tahoma;
	font-size: 13px;
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
	height: 16px;
}
.titoloprodotto {


	font-family: Tahoma;
	font-size: 12px;
	color: #454545;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
}
.prezzoprodotto {



	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
}
.bordotabella {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#type61 {

	background-color:#FFFFFF;
	border:1px solid #c6b5b7;
	height: 18px;
	width: 68px;
}
#type61:hover {

	background-color:#CD2B34;
	border:1px solid #c6b5b7;
	height: 18px;
	width: 68px;
}
#type61 .corner {background-image:url(images/corners-type4.gif);}
#type61 .corner:hover {background-image:url(images/corners-type4.gif);background-color:#CD2B34;}
#type61 .topLeft {top:-1px; left:-1px;}
#type61 .topRight {top:-1px; right:-1px;}
#type61 .bottomLeft {bottom:-1px; left:-1px;}
#type61 .bottomRight {bottom:-1px; right:-1px;}
.testocelestepiccolo {

	font-family: Tahoma;
	font-size: 11px;
	color: #0066CC;
	font-weight: normal;
	text-decoration: none;
	height: auto;
}
.prezzovecchio {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
	height: 16px;
}
.prezzoprodottoofferta {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
}
.titolobianco {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	height: 26px;
	margin-left: 10px;
	padding-left: 10px;
}
.arial-12-nero {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.arial-12-blu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
}
.arial-12-rosso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
}
.arial-12-rosso2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.centrato {
	text-align:center;	
}
.titolettosezioni {
	font-family: Tahoma;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 10px;
	text-align: center;
}
. sfondo_offerte {
    background: #B3B3B3 url(../images/sfondo_offerte.jpg) no-repeat center;
}

