/* CSS Document */

#info {height:400px;}


.tabs {

list-style:none; 
padding:0px 0px 11px 5px; 
margin:3px 5px 15px 0px; 
width:135px; 
/*background:url(../images/vback_small.gif) repeat-y right bottom;*/
height:75%;

/*background:#00FF99;*/
}

.tabs li {
display:block; 
/*margin:0 0 4px 8px;*/
 margin:0 0 0 0px;
}

.tabs li a {
display:block; 
width:136px; 
height:23px; 
text-decoration:none; 

font-size:11px;
font-family:"Century Gothic", Verdana, Georgia, "Times New Roman"; 
text-decoration:none;
text-align:left;
color: #000000; 
font-family:verdana;
font-weight:bold;
line-height:21px; 
text-indent:7px;
/*border:#000000; 
border-right:5px;
border-bottom:10px; 
border-top:10px; */
solid #000;
}

.tabs li a.normale_dx{
background:url(../images/vtab_normal_no_focus_small.jpg);
background-repeat: no-repeat;
/*font-size:13px;
font-family:"Century Gothic", Verdana, Georgia, "Times New Roman";*/
border-bottom:1px;
border-top:1px;
border:#000000;
}
.tabs li a.normale_dx:hover {
background:url(../images/vtab_normal_onhover_small.jpg);
color: #FFFFFF;
font-weight:bold;
border-color:#888;
}

.tabs li a.normale_sx{
background:url(../images/vtab_normal_no_focus_sx_sma.jpg);
text-indent:40px; 
/*font-size:11px;
font-family:"Century Gothic", Verdana, Georgia, "Times New Roman";*/
}
.tabs li a.normale_sx:hover {
background:url(../images/vtab_normal_onhover_sx_smal.jpg); 
color: #FFFFFF;
font-weight:bold;
border-color:#888;
}

.tabs li a.normale_sx_servizi{
background:url(../images/vtab_normal_no_focus_sx_sma.jpg);
text-indent:20px; 
/*font-size:11px;
font-family:"Century Gothic", Verdana, Georgia, "Times New Roman";*/
}
.tabs li a.normale_sx_servizi:hover {
background:url(../images/vtab_normal_onhover_sx_smal.jpg); 
color: #FFFFFF;
font-weight:bold;
border-color:#888;
}

.tabs li a.home{
background:url(../images/vtab_home_no_focus_small.jpg); 
/*font-size:11px;
font-family:"Century Gothic", Verdana, Georgia, "Times New Roman";*/
}
.tabs li a.home:hover {
background:url(../images/vtab_home_onhover_small.jpg); 
color: #000000;
font-weight:bold;
border-color:#888;
}

.tabs li a.promozione{
background:url(../images/vtab_promo_no_focus_small.jpg);
color:#FF0000;
/*font-size:11px;
font-family:"Century Gothic", Verdana, Georgia, "Times New Roman";*/
}
.tabs li a.promozione:hover {
background:url(../images/vtab_normal_onhover_small.jpg); 
color: #FF0000;
font-weight:bold;
border-color:#888;
}

.tabs li a.promozione_sx{
background:url(../images/vtab_normal_no_focus_sx_sma.jpg);
text-indent:40px; 
color:#FF0000;
/*font-size:11px;
font-family:"Century Gothic", Verdana, Georgia, "Times New Roman";*/
}
.tabs li a.promozione_sx:hover {
background:url(../images/vtab_normal_onhover_sx_smal.jpg); 
color: #FF0000;
font-weight:bold;
border-color:#888;
}


.tabs li a.selected, .tabs li a.selected:hover {
background:url(../images/vtab_selected_small.jpg);
text-align:left; 
color: #0000FF;
border-color:#fff;
font-weight: bolder;
cursor:default;
}