﻿

/* Product Detail Tabbing Skin Themes [DarthGoo]*/
/*------------------------------------------------------*/
/* default layout */
.CustomTabStyle .ajax__tab_header
{
    white-space: nowrap;
}
.CustomTabStyle .ajax__tab_outer
{
    display: -moz-inline-box;
    display: inline-block;
}
.CustomTabStyle .ajax__tab_inner
{
    display: -moz-inline-box;
    display: inline-block;
}
.CustomTabStyle .ajax__tab_tab
{
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
}

.CustomTabStyle .ajax__tab_body
{
 border-bottom: #999999 0px solid;
 border-left: #999999 0px solid;
 border-right: #999999 0px solid;   
    
    
    
}

/* xp theme */
.CustomTabStyle .ajax__tab_header
{
    margin-top: 3px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 14px;
    /*background: url(../Pictures/Tabs/tab-line.gif) repeat-x bottom;*/
}
.CustomTabStyle .ajax__tab_outer
{
    padding-right: 0px;
    background: url(../Pictures/Tabs/tab-right.gif) no-repeat right;
    height: 21px;
}
.CustomTabStyle .ajax__tab_inner
{
    padding-left: 3px;
    background: url(../Pictures/Tabs/tab-left.gif) no-repeat;
}
.CustomTabStyle .ajax__tab_tab
{
    height: 13px;
    padding: 4px;
    margin: 0;
    background: url(../Pictures/Tabs/tab.gif) repeat-x;
}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer
{
    background: url(../Pictures/Tabs/tab-hover-right.gif) no-repeat right;
}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner
{
    background: url(../Pictures/Tabs/tab-hover-left.gif) no-repeat;
}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab
{
    background: url(../Pictures/Tabs/tab-hover.gif) repeat-x;
}
.CustomTabStyle .ajax__tab_active .ajax__tab_outer
{
    background: url(../Pictures/Tabs/tab-active-right.gif) no-repeat right;
}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner
{
    background: url(../Pictures/Tabs/tab-active-left.gif) no-repeat;
}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab
{
    background: url(../Pictures/Tabs/tab-active.gif) repeat-x;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_tab
{
    color: #00509e;
}

.CustomTabStyle
{
 top: -22px;   
 left: 10px;
 position: relative;
}




.CustomTabStyle .ajax__tab_body
{
    border: 0px solid #999999;
    border-top: 0;
    padding: 0px;
}
.videoBox
{
        z-index:100000;
        background-color:White;
         display:none;
        position: absolute;
        margin: -50px 0px 0px 200px;
         border:solid 2px Silver;

    
}

.pictureBox
{
    background-color: White;
    position: absolute;
    height: 300px;
    width: 300px;
    top: 50%;
    left: 50%;
    margin: -250px 0px 0px -250px;
    display:block;
    border:solid 5px Silver;
    display: none;
    z-index:100000;
}

.closeButton
{

    color: #FFFFFF;
    font-weight: bold;
    position:absolute;
    top: 0px;
    right: 0px; 
}
.bigPicture
{
     position:absolute;
    top: 20px;
    right: 20px; 
}

.previous
{
        
    color: #FFFFFF;
    font-weight: bold;
    position:absolute;
    bottom: 0px;
    left: 0px;
    
}

.next
{
          
    color: #FFFFFF;
    font-weight: bold;
    position:absolute;
    bottom: 0px;
    right: 0px;  
    
    
}

.bigPictureHidden
{
         position:absolute;
    top: 20px;
    right: 20px; 
    display:none;
}

.hiddenLabels
{
    display:none;
}

.lowerBox
{
    padding-left: 120px;
    padding-top:23px;
    font-size: large;   
    
}

.bodyArea
{
    padding-left: 2px;   
    
}

.hand
{
 cursor:hand;   
}

.imgcaption
{
 position:absolute;
    bottom: 0px;
    left: 25px; 
    padding-right: 25px;  
    font-size:10pt;
}

/*img{
	behavior:	url("pngbehavior.htc");
}*/
