/* everything is constructed with a single background image */
#scroll {
	position:relative;
	height:308px;
	overflow:hidden;
	width:790px;
	padding:0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* root element for tabs */
#tools {
	width:9999em;
	position:absolute;
	height:400px;
}

.tool {
	float:left;
	width:790px;
	height:470px;
	background-repeat: no-repeat;
	background-position:0 -40px;
}

#thumbs {
	
	/* dimensions */
	width:790px;
	height:27px !important;
	margin:0 !important; 
	padding:0;	
	 
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */

/* a- tag inside single tab */
.t a {

	
	background: url(../images/index/schede_centr/pulsanti/puls.jpg) no-repeat;

	display:block;
	height: 27px;   
	width: 128px; 	
	padding:0px;
	margin:0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	float:left;
	color: #1f538f;
	text-decoration:none;
	font-weight: bold;
	cursor:pointer;

	/* font decoration */
	line-height:33px;
	text-align:center;
	
}

.t a.active {
	cursor:default !important;
	color: #ea620d;
}


#demotip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

/* style the trigger elements */

/* adjust the background image position on each tab */
/*#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -189px 0; }
#flowtabs #t3 			{ background-position: -378px 0; }
#flowtabs #t4 			{ background-position: -567px 0; }
#flowtabs #t5 			{ background-position: -756px 0; }
#flowtabs #t6 			{ background-position: -945px 0; }
*/
/* mouseover state */

/*#flowtabs #t1:hover 	{ background-position:      0 -33px; }
#flowtabs #t2:hover 	{ background-position: -189px -33px; }
#flowtabs #t3:hover 	{ background-position: -378px -33px; }
#flowtabs #t4:hover 	{ background-position: -567px -33px; }
#flowtabs #t5:hover		{ background-position: -756px -33px; }
#flowtabs #t6:hover		{ background-position: -945px -33px; }
*/
/* currently selected tabs */

/*#flowtabs #t1.current { background-position:      0 -66px; }
#flowtabs #t2.current { background-position: -189px -66px; }
#flowtabs #t3.current { background-position: -378px -66px; }
#flowtabs #t4.current { background-position: -567px -66px; }
#flowtabs #t5.current { background-position: -756px -66px; }
#flowtabs #t6.current { background-position: -945px -66px; }
*/
/* panes */
/*.navi {
		
	width:790px;
	height:250px;	
}

*/
/* single pane */


/* programmi cral */

#contenitore_pr{
	width:259px;
	min-height:200px;
	float:left;
}
#header_pr{
	background-image:url(../images/sfo_header.jpg);
	width:239px;
	height:49px;
	padding:10px;
	text-align:left;
}
#foto_pr{
	background-image:url(../images/sfo_centr.jpg);
	width:249px;
	min-height:176px;
	padding-left:5px;
	padding-right:5px;
}
#centr_pr{
	background-image:url(../images/sfo_centr.jpg);
	background-repeat:repeat-y;
	width:239px;
	height:170px;
	padding:10px;
	text-align:left;
}
#footer_pr{
	background-image:url(../images/sfo_footer.jpg);
	width:239px;
	height:52px;
	padding-left:10px;
	padding-right:10px;
}
#dettagli_pr{
	width:100px;
	height:20px;
	float:left;
	text-align:left;
	margin-top:23px;
	margin-left:15px;
}
#prezzo_pr{
	width:100px;
	height:20px;
	float:right;
	text-align:right;
	margin-top:23px;
	margin-right:15px;
}
/* TESTI */

.text_titolo_arancio_pr{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ea620d;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}
.text_titolo_arancio_2_pr{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ea620d;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}
.text_grigio_pr{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #4e4e4e;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}
.text_arancio_pr{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ea620d;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}
.text_descrizione_grigio_pr{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #4e4e4e;
	text-decoration:none;
	text-align:left;
}
.text_titolo_arancio_pr{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ea620d;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}
.text_dettagli_blu_pr{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #1d548d;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}
.text_prezzo_bianco_pr{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}
