/* Product Detail Tabbing Skin Themes [DarthGoo]*/
/*------------------------------------------------------*/
/* default layout */
.DarthGoo__tab_default .ajax__tab_header {white-space:nowrap;}
.DarthGoo__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.DarthGoo__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.DarthGoo__tab_default .ajax__tab_tab
{
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
}

/* xp theme */
.DarthGoo__tab_xp .ajax__tab_header
{
    font-family: arial,tahoma,helvetica;
    margin-top: 4px;
    line-height: 30px;
    vertical-align:middle;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
    background: url(Images/tab-line.gif) repeat-x bottom;
}
.DarthGoo__tab_xp .ajax__tab_outer
{
    padding-right: 0px;
    background: url(Images/tab-right.gif) no-repeat right;
    height: 30px;
}
.DarthGoo__tab_xp .ajax__tab_inner
{
    padding-left: 3px;
    background: url(Images/tab-left.gif) no-repeat;
}
.DarthGoo__tab_xp .ajax__tab_tab {height:30px;padding-left:5px; padding-right:5px;background:url(Images/tab.gif) repeat-x;}
.DarthGoo__tab_xp .ajax__tab_hover .ajax__tab_outer {background:url(Images/tab-hover-right.gif) no-repeat right;}
.DarthGoo__tab_xp .ajax__tab_hover .ajax__tab_inner {background:url(Images/tab-hover-left.gif) no-repeat;}
.DarthGoo__tab_xp .ajax__tab_hover .ajax__tab_tab {background:url(Images/tab-hover.gif) repeat-x;}
.DarthGoo__tab_xp .ajax__tab_active .ajax__tab_outer {background:url(Images/tab-active-right.gif) no-repeat right;}
.DarthGoo__tab_xp .ajax__tab_active .ajax__tab_inner {background:url(Images/tab-active-left.gif) no-repeat;}
.DarthGoo__tab_xp .ajax__tab_active .ajax__tab_tab {background:url(Images/tab-active.gif) repeat-x;}

.DarthGoo__tab_xp .ajax__tab_body
{
    font-family: arial,tahoma,helvetica;
    font-size: 12px;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
}

/* scrolling */
.DarthGoo__scroll_horiz {overflow-x:scroll;}
.DarthGoo__scroll_vert {overflow-y:scroll;}
.DarthGoo__scroll_both {overflow:scroll}
.DarthGoo__scroll_auto {overflow:auto}

