<!--

#ddimagetabs{
}

#ddimagetabs a{ display: block;
                text-decoration: none;
                font: 12px Arial; /*tab font */
                color: black; /*font color */
                width: 86px; /*width of tab image */
                height: 20px; /*height of tab image */
                float: left;
                display: inline;
                margin-left: 0px; /*spacing between tabs */
                padding-top: 0px; /*vertical offset of tab text from top of tab*/
                text-align: center; }

#ddimagetabs a:hover, #ddimagetabs a.current{ color: black; }

#tabcontentcontainer{ width:480px; /*width of 2nd level content*/
                      height:20px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/ }
                      
#tabcontent2container{ width:100%; /*width of 2nd level content*/
                       height:100%; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/ }
                      
#ddimagetabs #fordTab{ width: 120px; }
#ddimagetabs #fordTab:hover, #ddimagetabs #customtab1.current{ color: black; }

#ddimagetabs #suzukiTab{ width: 108px; }
#ddimagetabs #suzukiTab:hover, #ddimagetabs #customtab1.current{ color: black; }

#ddimagetabs #ladaTab{ width: 120px; }
#ddimagetabs #ladaTab:hover, #ddimagetabs #customtab1.current{ color: black; }

#ddimagetabs #akcioTab{ width: 56px; }
#ddimagetabs #akcioTab:hover, #ddimagetabs #customtab1.current{ color: black; }

#ddimagetabs #serviceTab{ width: 118px; }
#ddimagetabs #serviceTab:hover, #ddimagetabs #customtab1.current{ color: black; }

#ddimagetabs #uzemTab{ width: 122px; }
#ddimagetabs #uzemTab:hover, #ddimagetabs #customtab1.current{ color: black; }

#ddimagetabs #tuzserTab{ width: 84px; }
#ddimagetabs #tuzserTab:hover, #ddimagetabs #customtab1.current{ color: black; }

.tabcontent{
display:none;
}

-->