#ddimagetabs{
font-size:10px;
}

#ddimagetabs a{
display: block;
text-decoration: none;
color: #999999; /*font color */
width: 104px; /*width of tab image */
height: 27px; /*height of tab image */
font-size:12px;
font-weight:bold;
display: inline;
margin-left: -10px; /*spacing between tabs */
margin-right:6px;
padding-top: 10px; /*vertical offset of tab text from top of tab*/
padding-left:12px;
background-image:url(http://pics.mediaplazza.com/integrations/lostfrog/images/lf_main_tab.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: left;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(http://pics.mediaplazza.com/integrations/lostfrog/images/lf_main_tab_on.gif); /*URL to tab image onmouseover */
color: #333366;
font-size:12px;
}

#b_ddimagetabs{
background-color:#ffffff; /*URL to tab image */
margin-bottom:-0px;
}

#b_ddimagetabs a{
display: block;
text-decoration: none;
color: #999999; /*font color */
width: 174px; /*width of tab image */
height: 27px; /*height of tab image */
font-size:12px;
font-weight:bold;
display: inline;
padding-top:6px;
background-image:url(http://pics.mediaplazza.com/integrations/lostfrog/images/lf_main_orange_tab.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
text-transform:uppercase;
}

#b_ddimagetabs a:hover, #b_ddimagetabs a.current{
background-image:url(http://pics.mediaplazza.com/integrations/lostfrog/images/lf_main_orange_tab_on.gif); /*URL to tab image onmouseover */
color: #333366;
font-size:12px;
}

#c_ddimagetabs{
background-color:#ffffff;/*URL to tab image */
margin-bottom:-0px;
}

#c_ddimagetabs a{
display: block;
text-decoration: none;
color: #999999; /*font color */
width: 174px; /*width of tab image */
height: 27px; /*height of tab image */
font-size:12px;
font-weight:bold;
display: inline;
padding-top:6px;
background-image:url(http://pics.mediaplazza.com/integrations/lostfrog/images/lf_main_orange_tab.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
text-transform:uppercase;
}

#c_ddimagetabs a:hover, #c_ddimagetabs a.current{
background-image:url(http://pics.mediaplazza.com/integrations/lostfrog/images/lf_main_orange_tab_on.gif); /*URL to tab image onmouseover */
color: #333366;
font-size:12px;
}


#tabcontentcontainer{
font-size:12px;
width:100%; /*width of 2nd level content*/
height:100px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

#b_tabcontentcontainer{
background-image:url(http://pics.mediaplazza.com/integrations/lostfrog/images/lf_main_orange_content_spacer.gif);
font-size:12px;
width:100%; /*width of 2nd level content*/
height:86px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
background-position:top;
background-repeat:repeat-x;
}


#c_tabcontentcontainer{
background-image:url(http://pics.mediaplazza.com/integrations/lostfrog/images/lf_main_orange_content_spacer.gif);
font-size:12px;
width:100%; /*width of 2nd level content*/
height:102px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
background-position:top;
background-repeat:repeat-x;
}

.tabcontent{
display:none;
}