/* Product Detail Tabbing Skin Themes [nspTab]*/
/*------------------------------------------------------*/
/* default layout */
.nspTab__tab_default .ajax__tab_header {white-space:nowrap;}
.nspTab__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.nspTab__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.nspTab__tab_default .ajax__tab_tab
{
    margin-right: 4px;
    overflow: hidden;
    text-align: center;    
    cursor: pointer;
    vertical-align:top;
    display: -moz-inline-box;
    display: inline-block;
}

/* xp theme */
.nspTab__tab_xp .ajax__tab_header
{
    font-family: verdana,tahoma,helvetica;
    margin-top:3px;
    font-weight:bold;
    color:#FFFFFF;
    font-size: 11px;
    background: url(../images/NSPTab/tab-line.png) repeat-x bottom;
}
.nspTab__tab_xp .ajax__tab_outer
{
    padding-right: 0px;
    background: url(../images/NSPTab/tab-right.png) no-repeat right;   
    height: 21px;
}
.nspTab__tab_xp .ajax__tab_inner
{
    padding-left: 3px;
    height:21px;   
    background: url(../images/NSPTab/tab-left.png) no-repeat;
}
.nspTab__tab_xp .ajax__tab_tab {height:21px;margin:0;background:url(../images/NSPTab/tab.png) repeat-x;}
.nspTab__tab_xp .ajax__tab_outer {height:21px;background:url(../images/NSPTab/tabright.png) no-repeat right;}
.nspTab__tab_xp .ajax__tab_inner {height:21px; background:url(../images/NSPTab/tableft.png) no-repeat;}
.nspTab__tab_xp .ajax__tab_tab {height:21px;background:url(../images/NSPTab/tab.png) repeat-x;}

.nspTab__tab_xp .ajax__tab_active .ajax__tab_outer {height:21px;background:url(../images/NSPTab/tab-active-right.png) no-repeat right;}
.nspTab__tab_xp .ajax__tab_active .ajax__tab_inner {height:21px;background:url(../images/NSPTab/tab-active-left.png) no-repeat;}
.nspTab__tab_xp .ajax__tab_active .ajax__tab_tab {height:21px;background:url(../images/NSPTab/tab-active.png) repeat-x;}


.nspTab__tab_xp .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    bor der: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #eff6fc;
}

/* scrolling */
.nspTab__scroll_horiz {overflow-x:scroll;}
.nspTab__scroll_vert {overflow-y:scroll;}
.nspTab__scroll_both {overflow:scroll}
.nspTab__scroll_auto {overflow:auto}

