/* Product Detail Tabbing Skin Themes [ga]*/
/*------------------------------------------------------*/
/* default layout */
.ga__tab_default .ajax__tab_header {white-space:nowrap;}
.ga__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.ga__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.ga__tab_default .ajax__tab_tab
{
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
}

/* xp theme */
.ga__tab_xp .ajax__tab_header
{
    font-family: verdana,tahoma,helvetica;
    margin-top:3px;
    font-weight:bold;
    color:#FFFFFF;
    font-size: 11px;
    background: url(../../App_Themes/ga/tab-line.gif) repeat-x bottom;
}
.ga__tab_xp .ajax__tab_outer
{
    padding-right: 0px;
    background: url(../../App_Themes/ga/tab-right.gif) no-repeat right;
    height: 21px;
}
.ga__tab_xp .ajax__tab_inner
{
    padding-left: 3px;
    background: url(../../App_Themes/ga/tab-left.gif) no-repeat;
}
.ga__tab_xp .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../../App_Themes/ga/tab.gif) repeat-x;}
.ga__tab_xp .ajax__tab_hover .ajax__tab_outer {background:url(../../App_Themes/ga/tab-hover-right.gif) no-repeat right;}
.ga__tab_xp .ajax__tab_hover .ajax__tab_inner {background:url(../../App_Themes/ga/tab-hover-left.gif) no-repeat;}
.ga__tab_xp .ajax__tab_hover .ajax__tab_tab {background:url(../../App_Themes/ga/tab-hover.gif) repeat-x;}
.ga__tab_xp .ajax__tab_active .ajax__tab_outer {background:url(../../App_Themes/ga/tab-active-right.gif) no-repeat right;}
.ga__tab_xp .ajax__tab_active .ajax__tab_inner {background:url(../../App_Themes/ga/tab-active-left.gif) no-repeat;}
.ga__tab_xp .ajax__tab_active .ajax__tab_tab {background:url(../../App_Themes/ga/tab-active.gif) repeat-x;}

.ga__tab_xp .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #000000;
}

/* scrolling */
.ga__scroll_horiz {overflow-x:scroll;}
.ga__scroll_vert {overflow-y:scroll;}
.ga__scroll_both {overflow:scroll}
.ga__scroll_auto {overflow:auto}



