/* CSS Document */

#info {height:400px;}


.tabs {

list-style:none; 
padding:0px 0px 0px 10px; 
margin:0px 10px 0px 0px; 
width:270px; 
/*background:url(../images/vback.gif) repeat-y right bottom;*/
bottom:5px;
/* height:75%;*/

/*background:#00FF99;*/
}

.tabs li {
display:block; 
/*margin:0 0 4px 8px;*/
 margin:0 0 0 8px;
}

.tabs li a {
display:block; 
width:270px; 
height:36x; 
text-decoration:none; 


text-decoration:none;
text-align:left;
color: #000000; 
/*font-family:"Century Gothic", Verdana, Georgia, "Times New Roman";
font-weight:bold;
font-size:14px; */
line-height:40px; 
text-indent:15px;
/*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.gif);
font-size:18px;
font-weight: bold;
font-family: "Century Gothic",Arial;
}
.tabs li a.normale_dx:hover {
background:url(../images/vtab_normal_onhover.gif); 
color: #FFFFFF;
font-size:18px;
font-weight: bold;
font-family:  "Century Gothic",Arial;
border-color:#888;
}

.tabs li a.normale_sx{
background:url(../images/vtab_normal_no_focus_sx.gif);
text-indent:40px;
font-size:18px;
font-weight: bold;
font-family:  "Century Gothic",Arial;
}
.tabs li a.normale_sx:hover {
background:url(../images/vtab_normal_onhover_sx.gif); 
color: #FFFFFF;
font-size:18px;
font-weight: bold;
font-family:  "Century Gothic",Arial;
border-color:#888;
}

.tabs li a.home{
background:url(../images/vtab_home_no_focus.gif); 
font-size:18px;
font-weight: bold;
font-family:  "Century Gothic",Arial;
}
.tabs li a.home:hover {
background:url(../images/vtab_home_onhover.gif); 
color: #000000;
font-size:18px;
font-weight: bold;
font-family:  "Century Gothic",Arial;
border-color:#888;
}

.tabs li a.promozione{
background:url(../images/vtab_normal_no_focus.gif);
color:#FF0000;
font-size:18px;
font-weight: bold;
font-family:  "Century Gothic",Arial;
}
.tabs li a.promozione:hover {
background:url(../images/vtab_normal_onhover.gif); 
color: #FF0000;
font-size:18px;
font-weight: bold;
font-family:  "Century Gothic",Arial;
border-color:#888;
}


.tabs li a.selected, .tabs li a.selected:hover {
background:url(../images/vtab_selected.gif);
color: #0000FF;
border-color:#fff;
font-size:18px;
font-weight: bold;
font-family:  "Century Gothic",Arial;
cursor:default;
}