/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
Note: The he code was extracted from ntouch.css for resizing the slide frame
*/
/**
* YUI Base
* @module base
* @namespace yui-
* @requires reset, fonts
*/

#nav{
    float: right;
    margin:  32px 0 0 0;
}

#nav li{
    float: left;
    list-style: none;
    padding: 15px 0 0 0;
    position: relative;
}
#nav li.active{
    color: #000;
    background: url(/assets/images/ntouch/nav_active_swoosh.png) no-repeat center top;
}
#nav li.active a{
    color: #000;
}    

#nav li a{
    display: block;
    font-size: 13px;
    color: #6c6c6c;
    font-weight: bold;
    text-decoration: none;
    border-right: 1px solid #d0d0d0;
    line-height: 10px;
    padding: 0 24px 0 24px;
}
#nav li a:hover,
#nav li a.active{
    color: #000;
}


#nav li a.end{
    border: none;
}    


/* drop down menu */        
#nav li ul { 
    display: none; 
    position: absolute; 
    z-index: 10000;
    left: 10px; 
    margin: 0;
    padding: 0;
    width: 150px;
    background: #fff;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;    
    padding: 0 4px 4px 4px;  
    box-shadow: 0 8px 10px rgba(0,0,0,0.26);
    -webkit-box-shadow: 0 8px 10px rgba(0,0,0,0.26);
    -moz-box-shadow: 0 8px 10px rgba(0,0,0,0.26);    
}
* html #nav ul { line-height: 0; } /* IE6 "fix" */

#nav li ul a { zoom: 1; } /* IE6/7 fix */


#nav li ul { 
    top: 34px; 
    zoom: 1; 
    z-index: 1000;
}
#nav li ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    zoom: 1; 
}
#nav li.child-hover ul li a { 
    background: none; 
    color: #494949;
}    
#nav li ul li a { 
    border: 0;
    padding: 8px 0 0 10px;
    margin: 0 0 0 0;
    white-space: nowrap;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    width: 140px; /**/
    height: 22px;
    font-size: 12px; 
    color: #494949;
}
#nav > li ul li .child-hover,  #nav li ul li a:hover {      
    text-decoration: none;
    background-color: #ffd262;
    color: #222;
    font-weight: bold;
}
#nav li ul li a {
    color: #494949;
}        

/* multiple video landing page */


#vidNav{
    margin: 32px auto 0 auto;
    height: 0;
    width: 0;
}

#vidNav li{
    list-style: none;
    float: left;
    width: 120px;
    height: 120px;
    padding: 0 0 0 0;
    text-align: center;
    position:relative;
    margin: 0 8px 0 0;
    color: #444444;
    font-size: 12px;
}


#vidNav li img{
    margin: 0 0 0 0;
    padding: 0;
    display: block;    
}

#vidNav li:last-child{
    margin-right:0;
}    
#vidNav li span{
    display: block;
    padding-top: 12px;
}
#vidNav li span strong{
    display: block;
}    

#vidNav li a{
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets/images/landingPage/hp_play_btn_sprite.png) no-repeat 0 0;
}
#vidNav li a:hover{
    background: url(/assets/images/landingPage/hp_play_btn_sprite.png) no-repeat 0 bottom;
}

#vidNav li a.selectedVideo{
    border: 4px solid #ffbb11;
    top: 0;
    left: 0;    
    background: none;
    opacity: 100;
    -moz-opacity:100; 
    filter:alpha(opacity=100);
    width: 172px;
    height: 112px;        
    
}
#vidNav li a.selectedVideo:hover{
    background: none;
    cursor: default;        
}


/*removed for no scrolling, add back to enable horizontal scrolling nav*/

.scrollable {
margin: 2px auto;
height: 180px;
width: 504px;

position:relative;
overflow:hidden;
float: left;
}


.scrollable .items {

width:500em !important; /*Needs to override #vidNav width only if the non scrollable version of a page is still in use */
position:absolute;
}


.items ul {
float:left;
}

a.browse{
display: block;
width: 57px;
height: 57px;
background-image: url(/assets/images/ntouch/vid_nav_btn_sprite.png);
background-repeat: no-repeat;
float: left;
margin: 67px 0 0 0;
}

a.browse:hover{
cursor: pointer;    
}

a.prev{
background-position: top left;
margin-right: 8px;
}

a.prev:hover{
background-position: bottom left;
}

a.next{
background-position: top right;
margin-left: 8px;
}

a.next:hover{
background-position: bottom right;
}

a.disabled,
a.disabled{
opacity: .30;
-moz-opacity:.30; 
filter:alpha(opacity=30);  
cursor: default !important;
}
a.prev.disabled:hover{
background-position: top left;
}

a.next.disabled:hover{
background-position: top right;
}
