/*
Di Rosario Romano x il sito http://www.karminauto.it - 2008
*/

#ddimagetabs{
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 14px Arial; /*font delle etichette*/
color: black; /*Colore del testo */
width: 106px; /*width of tab image */
height: 10px; /*height of tab image */
float: left;
display: inline;
margin-left: 3px; /*spacing between tabs */
padding-top: 1px; /*vertical offset of tab text from top of tab*/
/* background-image:url(bluetab.jpg); /*URL to tab image */
/* background-repeat: no-repeat; */
/* text-align: center; */
}

#ddimagetabs a:hover, #ddimagetabs a.current{
/* background-image:url(bluetabover.jpg); /*URL to tab image onmouseover */
color: red;  /*Colore del testo al mouseover */
}

#tabcontentcontainer{
width:480px; /*width of 2nd level content*/
height:20px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}
