﻿/* Product Container */
.tabstyle .ajax__tab_body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    text-align: left;
    font-family: Verdana;
    font-size: 11.5px;
    font-weight: normal;
}
.tabstyle .ajax__tab_tab
{
    background-position: right top;
    font-family: "MS Sans Serif";
    font-size: 12px;
    background-repeat: no-repeat;
    padding-top: 12px;
    padding-bottom: 6px;
   width: auto;

}
.tabstyle .ajax__tab_header
{
    
    
    color: #FFFFFF !important;
 
}
.tabstyle .ajax__tab_outer
{
    border-style: none solid none none;
    border-color: #FFFFFF;
    border-width: 1px;
}
.tabstyle .ajax__tab_inner
{
padding-left: 9px;
padding-right: 9px;
}
.tabstyle .ajax__tab_hover
{
    z-index: 1;
    color:#a02021 !important;
    padding: 3px 0px 0px 0px;
    
}
.tabstyle .ajax__tab_active
{
    background-position: left top;
    font-family: "MS Sans Serif";
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    background-image: url('../Images/Template/tab_bg.gif');
    color:#a02021 !important;
    padding: 16px 0px 6px 0px;
}

/* Related Tab Container   */
.relatedtabstyle .ajax__tab_body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
    text-align: left;
    font-family: Verdana;
    font-size: 11.5px;
    font-weight: normal;
    padding: 5px 5px 5px 5px;

}
.relatedtabstyle .ajax__tab_tab
{
    background-position: right top;
    font-family: "MS Sans Serif";
    font-size: 12px;
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-right: 16px;
    padding-left: 20px;
    padding-bottom: 6px;

    

}
.relatedtabstyle .ajax__tab_header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    background: #757778;
    background-repeat: repeat-x;
    background-position: left top;
    padding: 0px;
    color:#FFFFFF !important;
}
.relatedtabstyle .ajax__tab_outer
{

}
.relatedtabstyle .ajax__tab_inner
{
    border-style: none solid none none;
    border-color: #FFFFFF;
    border-width: 1px;
}
.relatedtabstyle .ajax__tab_hover
{
    background-image: url('../Images/Template/tab_hover.gif');
    background-repeat: repeat-x;
    color:#FFFFFF !important;
}
.relatedtabstyle .ajax__tab_active
{
    background-position: left top;
    font-family: "MS Sans Serif";
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-image: url('../Images/Template/tab_bg.gif');
    background-repeat:repeat-x;
    color:#000000 !important;
}

