/*storia*/


#flowtabs {
	background:#e5e5e5 url(../../img/sfondo_ricerca.gif) bottom left no-repeat;
	/* dimensions */
	width:640px;
	height:31px !important;
	margin:0 0 10px 0 !important; 
	padding:10px;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li {
	display:inline;
	text-indent:0;
	padding:0 0 0 20px;
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	height: 31px;   
	width: 109px; 	
	padding:0px;
	margin:0px;
	color:#9B1B2A;
	
	/* font decoration */
	color:#000;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

/* 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; width:192px;}
 
/* mouseover state */
#flowtabs a:hover 		{ color:#000;	 }
#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; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#9B1B2A; line-height:34px; font-weight:bold; }
#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; }


/* panes */
#flowpanes {
	width:660px;
	height:650px;
}

/* single pane */
#flowpanes div {
	display:none;	
}

#flowpanes div .center{
	width:500px;
	margin:0 0 0 80px;
	display:block;
	font-size:12px;
}

#flowpanes div.narrow {
	padding-right:160px;		
}

.navigazione{
	margin:0 0 10px 0;
}

.navigazione .prev {
	cursor:pointer;
	position:absolute;
	top:250px;
	left:0;
	height:40px;
	width:40px;
	z-index:1000;
	display:block;
	background:url(../../img/prev.gif) bottom left no-repeat;
	text-indent:-9999px;
	float:none;
}

.navigazione .next {
	cursor:pointer;
	position:absolute;
	top:250px;
	right:0;
	height:40px;
	width:40px;
	z-index:1000;
	display:block;
	background:url(../../img/next.gif) bottom left no-repeat;
	text-indent:-9999px;
	float:none;
}

p.itinerari {
	width:155px;
	float:left;
	padding:2px;
}

p.itinerari span{
	display:block;
	font-size:15px;
	padding:0 0 10px 0;
}

p.itinerari label {
	font-size:15px;
	font-weight:bold;
	color:#9B1B2A;
	height:40px;
	display:block;
}





/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:660px;
	cursor:pointer;
	font-size:14px;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}

