﻿.btoContainer
{
    position: relative;
    width: 950px;
    height: 561px;
    top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #cccccc;
    background-image: url('../images/bgMapleBurst.jpg');
    background-repeat: no-repeat;
}

#taylorLogoHome
{
    display: block;
    position: absolute;
    background-image: url('/Guitars/Shared/Images/Logo-White.png');
    background-repeat: no-repeat;
    width: 110px;
    height: 84px;
    text-indent: -6000px;
    outline-style: none;
    top: 40px;
    left: 14px;
    z-index: 99;
}

#btoNavContainer
{
    height: 30px;
    width: 100%;
    top: 500px;
    position: absolute;
    z-index: 100;  
    background-image: url('../images/btoNavBar.png');
    background-repeat: no-repeat;
}

#btoNavContainer h2
{
    text-indent: -6000px;  
    float: left;
    width: 20px; 
}

.btoRightContentContainer
{
    position: absolute;
    right: 0px;
    width: 313px;
    height: 550px;
    overflow: hidden;  
    background-image: url('../images/btoRightBG.png');
    background-position: 0px 0px;
    background-repeat: repeat-x;
    font-size: 12px;
}

.btoRightContentContainerDarker
{
    position: absolute;
    right: 0px;
    width: 313px;
    height: 550px;
    overflow: hidden;  
    background-image: url('../images/btoRightBGDarker.png');
    background-position: 0px -10px;
    background-repeat: repeat-x;
    font-size: 12px;
}

.rightContentHead
{
    padding-top: 20px;
    padding-left: 15px; 
    padding-right: 15px;
    font-weight: bold;
    color: #e0e0e0;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 13px;
}

.rightContent
{
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    color: #e0e0e0;
    line-height: 1.25;
}

.rightContentLink
{
    color: #e5d1b9; 
}

.rightContentNav a
{
    padding-bottom: 5px;
    display:block;
}

.rightNavLink
{
    color: #e5d1b9; 
}

.rightNavSelectedLink
{
    color: #fbefe0; 
    font-weight: bold;  
}

.rightContentNav
{
    position: absolute;
    bottom: 57px;   
    left: 15px;
}

.btoNav
{
    float: right;
    padding-right: 10px;
    margin-top: 8px;
}

.btoNav span { display:none; }



.btoNav li, .btoNav a 
{ 
    height:18px; 
    display:block; 
    color: #ffffff;
    font-size: 12px;    
}



.btoNav li 
{ 
    float:left; 
    list-style:none; 
    _display:inline; 
    overflow: hidden; 
    padding-left: 10px;
}

.selectedNav
{
    font-weight: bold;
}

.galleryNumberNavSelected
{
    color: #ffffff;   
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}

.galleryNumberNavNormal
{
    color: #c0c0c0;   
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}

.galleryNumberNav
{
    position: absolute;
    right: 25px;
    bottom: 10px;
}

.galleryDescription
{
    position: absolute;
    left: 145px;
    width: 425px;
    height: 26px;
    line-height: 12px;
    bottom: 3px;
    color: #e0e0e0;   
}

#bottomGradient
{
    width: 100%;
    height: 34px;
    position: absolute;
    bottom: 0;
    background-image: url('../images/bottomGradient.png');
    background-position: 0px 5px;
    background-repeat: repeat-x;   
    z-index: 10;
}

.galleryNavPrev
{
    background-image: url('../images/leftArrow.png');
    background-repeat: no-repeat;
    background-position:left 1px;
    padding-left: 20px;
    font-size: 12px;
    color: #ffffff;   
}

.galleryNavPrev:hover
{
    background-image: url('../images/leftArrow.png');
    background-repeat: no-repeat;
    background-position:left 1px;
    background-color: #333333;
    padding-left: 20px;
    font-size: 12px;
    color: #ffffff;   
}

.galleryNavNext
{
    background-image: url('../images/rightArrow.png');
    background-repeat: no-repeat;
    background-position:right 1px;
    padding-right: 20px;
    padding-left: 8px;
    font-size: 12px;
    color: #ffffff;
}

.galleryNavNext:hover
{
    background-image: url('../images/rightArrow.png');
    background-repeat: no-repeat;
    background-position:right 1px;
    background-color: #333333;
    padding-right: 20px;
    padding-left: 8px;
    font-size: 12px;
    color: #ffffff;
}

/* Options Area */
.optionsListContainer
{
    display:block; 
    float: left;  
    margin: 0;
    padding: 0px 0px 0px 15px;
}

.optionsLeftColumn
{
    display: block;
    width: 100px;
    float: left;
    margin: 0; padding: 0;
}

.optionsRightColumn
{
    display: block;
    width: 100px;
    float: left;
}

.optionTabLink
{
    color: #e5d1b9;
    cursor: pointer;
}

.optionTabLinkSelected
{
    color: #fbefe0;
    text-decoration: underline;
}

.optionTabSep
{
    padding-left: 5px;
    padding-right: 5px;   
}

#optionTabsContainer
{
    margin-top: 10px;   
    padding-bottom: 10px;
}

#inlayGuideLink
{
    display: block;
    width: 259px;
    height: 161px;
    text-indent: -6000px;
    margin-top: 25px;
    outline-style: none;
    background-image: url('../images/InlayGuideButton.png');
    background-repeat: no-repeat;
}
