
#div_tab_taxi_servizi,#div_tab_taxi_tariffe,#div_tab_taxi_chisiamo
 {
	position: absolute;
	width:865px;
	height:600px;
	border:2px solid #efefef;
	
	padding: 5px 5px 0px 8px;
}
#div_tab_taxi_tariffe {
	background:url(../guide/trasporti-pubblici-a-pisa/img/torre.jpg) bottom right no-repeat;
}
#div_tab_taxi_servizi {
	visibility:visible;
	background:url(../guide/trasporti-pubblici-a-pisa/img/logo.jpg) bottom right no-repeat;
}

#div_tab_taxi_servizi h1{
	font-weight: normal;
	color: #c12f00;
	letter-spacing: -1px;
	font-size: 2.0em;
}

#div_tab_taxi_tariffe,#div_tab_taxi_chisiamo {
	visibility: hidden;	
}

#tabs_container_taxi {
	width:865px;
	height:600px;;
}
#div_tab_taxi_chisiamo {
background:url(../guide/trasporti-pubblici-a-pisa/img/taxi.jpg) bottom right no-repeat;	
}


.animatedtabs_taxi{
border-bottom: 0px solid gray;
overflow: hidden;
width: 865px;
width:600px;
font-size: 14px; /*font of menu text*/
}


.animatedtabs_taxi ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs_taxi li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs_taxi a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(../images/tab-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs_taxi a span{
float: left;
position: relative;
display: block;
background: url(../images/tab-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs_taxi a span {float:none;}
/* End IE5-Mac hack */

.animatedtabs_taxi .hidden {
	visibility: hidden;
}

.animatedtabs_taxi .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs_taxi .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs_taxi a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs_taxi a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

