/* CSS PORCOROSSO */

body {
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
    font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #999999;
  font-style:normal;
  text-decoration:none;
}

a:hover {
  color: #999999;
  font-style:normal;
  text-decoration:underline;
}

.border_tbl {
	border: 1px solid #000000;
}

.sf_pg_cucina {
	background-image:url(img/sf_pagina_cucina.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:600px;
}
.sf_pg_carta_maiala {
	background-image:url(img/sf_pagina_carta_maiala.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:600px;
}

/* ************************************	BOTTOM - MENU - INIZIO****************************************************** */
.txt_address {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	
}

.txt_address a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
.txt_address:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

.txt_menubottom {
	color: #999999;
	font-size: 10px;
	font-style:normal;
	text-decoration: none;
	}

.txt_menubottom a {
    color: #000000;
	font-size: 10px;
	font-style:normal;
	text-decoration:underline;
}
.txt_menubottom a:hover {
    color: #000000;
	font-size: 10px;
	font-style:normal;
	text-decoration:underline;
}

.sb_menu_position {
padding-top:235px;

}

/* ************************************	BOTTOM - MENU - FINE****************************************************** */


.logo_position_intro {
margin:0 0 0 0 ;
}


/* ************************************	CENTER - TESTO E TITOLI - INIZIO****************************************************** */
.ttl_pagina_position {
padding-top:60px;
}

.txt_articoli_01 {
	color: #333333;
	font-size: 14px;
	padding-left:40px;
	padding-right:20px;
}

.txt_articoli_02 {
	color:  #333333;
	font-size: 14px;
	padding-left:10px;
	padding-right:20px;
}
/* ************************************	CENTER - TESTO E TITOLI - FINE****************************************************** */



/* STILI PER LA GESTIONE DELLO SCROLLBAR CON JQUERY */
/* text scroller */
.text_scroller{ /* DIV PER IL POSIZIONAMENTO DEGLI ELEMENTI PER IL TEXT SLIDE */
position:relative;
top:20px;
width:520px; 
height:450px;
}
.text_scroller_slider { /* BARRA PER LO SLIDE VERTICALE */
	width:22px;
	background-image:url(img/scroll_fon.jpg);
	background-repeat:repeat-y;
	position: absolute;
}
	.ui-slider-handle{  /* CURSORE INTERNO A "SLIDER" PER LO SLIDE VERTICALE */
	position: absolute; 
	z-index: 2; 
	cursor: pointer;  
	width:12px; 
	height:20px;
	font-size:1px;
	/*background-color:#ffffff;*/
	}

.text_scroller_contenitore{  /* CLASSE PER I CONTENITORI DEI TESTI */
overflow: hidden;
position: relative;
width:500px; 
height:440px;
font-family: Arial,helvetica,sans-serif;
font-size: 14px;
}

#text_scroller_container1 {
	overflow: hidden;
	position: relative;
	width:500px; 
	height:440px;
}



	.text_scroller_contenitore p{
	margin:0px 0px 0px 0px;
	}

.text_scroller_contenuto{  /* DIV INSERITO ON-THE-FLY DENTRO I CONTENITORI AL CUI INTERNO VIENE INSERITO IL TESTO */
padding:0px;
}

.text_scroller_giu, .text_scroller_su{ /* CURSORSI PER LO SLIDE */
position:absolute;
height:22px; 
width:22px;
font-size:1px;
z-index:2;
margin:0px !important;
padding:0px !important;
border:0px;
}
	.text_scroller_giu{
	background-color:#ffffff;
	background-image:url(img/scroll_down.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
	.text_scroller_su{
	background-color:#ffffff;
	background-image:url(img/scroll_up.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}


