﻿
.productTabs .ajax__tab_header
{
    background-color:#AFC1C7;
    background-image:url(../images/titlebg2.gif);
    background-position:right;
    background-repeat:no-repeat; 
    padding-top:7px;
    font-size:11px;
    color:#266880;
    font-weight:normal;
    height:26px;
    padding-left:1px;
}

.productTabs .ajax__tab_header span
{
    background-color:#EEEEEE;
    padding:1px;
    display:block;
    float:left;
    width:78px;
    margin-top:4px;
}
.productTabs .ajax__tab_header span span
{
    background-color:Transparent;
    height:auto;
    margin-top:0px;   
}

.productTabs .ajax__tab_header .ajax__tab_active
{
    background-color:#FFFFFF !important;
    padding-top:5px;
    margin-top:0px;
}

.productTabs .ajax__tab_hover
{
    background-color:#F8F8F8 !important;
    color:#000000 !important;
}

.productTabs .ajax__tab_active 
{
    
}

.productTabs .ajax__tab_body 
{
    border:1px solid #999999;
    border-top:1px solid #EEEEEE;
    padding:8px;
    background-color:#ffffff;
    height:400px;
    overflow:auto;
    line-height:21px;
    color:#4D4C4C;
}

.productTabs .ajax__tab_body ul
{
    display:block;
    margin:0px;
    padding:0px;   
}
.productTabs .ajax__tab_body li
{
    list-style:none;
    list-style-image:none;
    list-style-type:none;
    display:block;
    padding-bottom:8px;
    padding-left:13px;
    background:url(../images/bullet2.gif) 0px 4px no-repeat;   
}

/* below are standard styles, not to be modified */

.productTabs .ajax__tab_header {white-space:nowrap;}
.productTabs .ajax__tab_outer {display:-moz-inline-box;display:inline-block;}
.productTabs .ajax__tab_inner {display:-moz-inline-box;display:inline-block;}
.productTabs .ajax__tab_tab {overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block;}


