
/* GENERAL LAYOUT */

/* Global Nav CSS */
#menu-drop-bg {
    background-color: #000000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
    display:none;
}
#gTopNav { 
    max-width:1440px;
    min-width:964px;
    z-index:3000;
    width:auto;
    margin:0 auto;
}
#hompage-gnav-container {
    max-width:1440px;
    min-width:960px;
    width:auto;
    margin:0 auto;
}
#gnav-container {
    background:url('/content/dam/infiniti/espanol/globalmenu/menu-bk.gif'); background-repeat:repeat-x; height:65px;
}

/* Promo tiles css */
.jcarousel-skin-tango .jcarousel-container {
    margin: 0 auto;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 890px;
    
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  890px;
    height: 72px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 215px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: -32px;
    width: 32px;
    height: 55px;
    cursor: pointer;
    background: transparent url(/content/dam/infiniti/homepage/promo-tiles/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
    z-index: -200;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: -32px;
    width: 32px;
    height: 55px;
    cursor: pointer;
    background: transparent url(/content/dam/infiniti/homepage/promo-tiles/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
    z-index: -200;
}

#link1:hover
{ 
  background-position: 0 -55px;
}

#link1 span
{
  position: absolute;
  top: -999em;
}


#link2:hover
{ 
  background-position: 0 -55px;
}

#link2 span
{
  position: absolute;
  top: -999em;
}

#link3:hover
{ 
  background-position: 0 -55px;
}

#link3 span
{
  position: absolute;
  top: -999em;
}


#link4:hover
{ 
  background-position: 0 -55px;
}

#link4 span
{
  position: absolute;
  top: -999em;
}


#link5:hover
{ 
  background-position: 0 -55px;
}

#link5 span
{
  position: absolute;
  top: -999em;
}


#link6:hover
{ 
  background-position: 0 -55px;
}

#link6 span
{
  position: absolute;
  top: -999em;
}


#link7:hover
{ 
  background-position: 0 -55px;
}

#link7 span
{
  position: absolute;
  top: -999em;
}

#link8:hover
{ 
  background-position: 0 -55px;
}

#link8 span
{
  position: absolute;
  top: -999em;
}

/* Link Farm CSS */
.linkfarm {
    background: url("/content/dam/infiniti/homepage/link-farm/linkfarm-background.jpg") no-repeat top center #000;
}

#categories {
    margin: 0 auto;
    min-height: 147px;
    width: 935px;

}

.category {
    float: left;
    /*width: 180px;*/
    padding-bottom: 24px;
}

ol, ul {
    list-style: none outside none;
}

.category h4 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 9px;
    font-weight:bold;
    text-transform:uppercase;
}

.category li {
    margin-bottom: 9px;
    width: 100%;
}

.category a {
    display: block;
    padding: 0 10px 0 10px;
    background: url("/content/dam/infiniti/homepage/link-farm/arrow.png") no-repeat 0 5px;
    text-decoration: none;
    color: #dedbdb !important;
    font-size:12px;
    /*letter-spacing:-0.06em;*/
}

.category a:hover {
    padding: 0 10px 0 10px;
    background: url("/content/dam/infiniti/homepage/link-farm/arrow-on.png") no-repeat 0 5px;
    color: #fff !important;
  /*text-decoration:underline;*/
   font-weight:bold;
}
#cat1 { width:175px;  position:relative; left:20px; }
#cat2 { width: 209px; position:relative; left:20px;}
#cat3 { width: 209px; position:relative; left:20px;}
#cat4 { width: 167px; position:relative; left:20px;}
#cat5{ width: 175px; position:relative; left:20px;} 
/* HOMEPAGE PAGE TILE CSS */
   .gBody {
        width: 100%;
        min-width: 964px;
        max-width: 1440px;
    }
    div.gBodyContainer {
        width: 100%;
    }
    /*Structure*/
.pfa{
    width:100%;
    max-width:1440px;
    min-width:964px;
    height:444px;
    position:relative;
    overflow:hidden;
    /*display:none;*/
}
/*Slideshow*/
.slideshow{
    width:100%;
    max-width:1440px;
    min-width:964px;
    height:499px;
    position:absolute;
    left:0px;
    top:0px;
}

.slideshow .slide{
	display:none;
    width:100%;
    max-width:1440px;
    min-width:964px;
    height:499px;
    position:absolute;
    left:0px;
    top:0px;
    opacity: 0;
    filter: alpha(opacity = 0);
}

.slideshow .slide .html, .slideshow .slide .flash{
    width:100%;
    max-width:1440px;
    min-width:964px;
    height:499px;
    position:relative;
}

.slideshow .slide .html .wrap{
    width:964px;
    margin:0 auto;
    position:relative;
}

.slideshow .slide .flash{
    position:relative;
    display:none;
}


.slideshow .slide .flash object{
    position:absolute;
    top:0;
    left:50%;
    margin-left:-720px;
}


.slideshow .slide .button, .slideshow .slide .mask{
    display:block;
    position:absolute;
    cursor:pointer;
}

        
    .thumbs .thumb {
        display: none;
        float: right;
        height: 67px;
        margin-left: 5px;
        overflow: hidden;
        position: relative;
        width: 60px;
        opacity: 1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        
    }
    
    .thumbs .thumb .state {
        background: url(/content/dam/infiniti/new-homepage/thumbs/clear.gif) repeat scroll 0 0 transparent;
        bottom: 0;
        cursor: pointer;
        display: block;
        height: 23px;
        position: absolute;
        right: 0;
        width: 60px;
        overflow: hidden;
    }
    
    .thumbs .thumb .state .border {
        border: 1px solid #FFFFFF;
        height: 21px;
        left: 0;
        opacity: 0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        position: absolute;
        top: 0;
        width: 58px;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box; 
    }
        
    .thumbs .thumb .title {
        background-color: #000000;
        color: #FFFFFF;
        cursor: pointer;
        display: none;
        font-family: Arial;
        font-size: 10px;
        height: 15px;
        line-height: 15px;
        overflow: hidden;
        text-align: center;
        width: 130px;
    }
    
    .thumbs .thumb img {
        bottom: 0;
        cursor: pointer;
        display: block;
        height: 23px;
        position: absolute;
        right: 0;
        width: 60px;
    }
    
    .thumbs .thumb .grey {
        opacity: 0.6;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
    }
    
    .thumbs .thumb .color {
        opacity: 0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
            
    .thumbs {
        bottom: 20px;
        height: 87px;
        position: absolute;
        right: -500px;
        width: 500px;
        z-index: 1250;
    }
    
    .thumbs .wrap {
        height: 67px;
        margin: 10px auto;
        position: relative;
        width: 500px;
    }
        
    .slideshow .slide .button, .slideshow .slide .mask {
        cursor: pointer;
        display: block;
        position: absolute;
    }
    
    .fake_thumb
    {
        width:60px;
        height:23px;
        position:absolute;
        bottom:0px;
        opacity:.6;
    }
    
    .f0{ right:130px; }
    .f1{ right:65px; }
    .f2{ right:0px;}
    .f3{ right:-65px;}
    
 /* No Flash Pop Up CSS */
 
 #flash-warning{
        background:transparent url(/content/dam/infiniti/new-homepage/no-flash/flash-warning-bg.png) no-repeat left top;
        color:#ffffff !important;
        display:none;  
        height:265px;
        position:absolute;
        width:478px;
        z-index:10000;
    }

    #flash-warning #flash-warning-content{
        height:255px;
        margin:5px 0px 0px 5px;
        padding:5px;
        width:472px;
    }

    #flash-warning-regular, #flash-warning-ipad{
        display:none;
        padding:15px;
    }

    #flash-warning .flash-warning-close{
        text-align:right;
        padding-right:15px;
    }
    
    #flash-warning .flash-warning-close a{
        background:#000000 url(/content/dam/infiniti/new-homepage/no-flash/close.gif) no-repeat 35px 4px;
        padding-right:15px;
    }
    
    #flash-warning .flash-warning-options{
        text-align:right;
        margin-top:20px;
        padding-right:15px;
    }
    
    #flash-warning .flash-warning-options a{
        background:none;
    }
    
    #flash-warning .flash-warning-options img{
        display:inline;
    }
    
    #flash-warning p, #flash-warning ul li{
        color:#ffffff !important;
        font-weight:bold;
    }
    
    #flash-warning ul li{
        list-style:disc;
        list-style-position:inside;
    }




/* STYLES FOR THE IE6 POPUP MESSAGE  */

#browser-upgrade.modal-template{
    font-family: Arial, Verdana, sans-serif;
    text-align: left;
    width:683px;
    height:417px;
    background:#f0f0f3 url(/content/dam/infiniti/homepage/ie6popup-background.jpg) no-repeat left top;
}
#browser-upgrade h2{
    font-family: Arial, Verdana, sans-serif;
    text-align: left;
    font-size:21px;
    margin:0 0 15px 0;
    color:#fefefe;
    padding:35px 0 0 83px;
}
#browser-upgrade p{ 
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    text-align: left;
    margin:0 0 15px 0;
    color: #b9b7b8;
    width: 480px;
    padding:0 0 0 83px;
}
#browser-upgrade p strong{
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    text-align: left;
    margin:0 0 15px 0;
    color: #b9b7b8;
    width: 480px;
}
#browser-upgrade .browsers{
    position:absolute;
    top:155px;
    left:40px;
    width:635px;
}
#browser-upgrade .browsers .firefox a{
    float:left;
    width:120px;
    margin:50px 10px 0 18px;
    padding:130px 0 0 0;
    text-align:center;
    text-decoration:none;
    color:#b8b8b8;
    font-size: 12px;
}

#browser-upgrade .browsers .internetexplorer a{
    float:left;
    width:120px;
    margin:50px 10px 0 18px;
    padding:130px 0 0 0;
    text-align:center;
    text-decoration:none;
    color:#b8b8b8;
    font-size: 12px;
}

#browser-upgrade .browsers .safari a{
    float:left;
    width:120px;
    margin:50px 10px 0 15px;
    padding:130px 0 0 0;
    text-align:center;
    text-decoration:none;
    color:#b8b8b8;
    font-size: 12px;
}

#browser-upgrade .browsers .chrome a{
    float:left;
    width:120px;
    margin:50px 10px 0 20px;
    padding:130px 0 0 0;
    text-align:center;
    text-decoration:none;
    color:#b8b8b8;
    font-size: 12px;
}
#browser-upgrade .browsers a:hover{ text-decoration:underline; }
#browser-upgrade .browsers a.last{ margin-right:0px; }

/* modal window
------------------------------------------------------------------------------------*/
#modal-overlay{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    z-index: 1000;
}
* html #modal-overlay{ position:absolute; }
#modal-loading{
    display:none;
    position:absolute;
    width:32px;
    height:32px;
    background:transparent url(/content/dam/infiniti/homepage/loading.gif) no-repeat left top;
    z-index: 1001;
}
#modal-window{
    display:none;
    position:absolute;
    z-index: 1001;
/*  top: 20px !important;*/
}
#modal-close{
    overflow:hidden;
    position:absolute;
    top:26px;
    right:24px;
    width:18px;
    height:18px;
    z-index:99;
    text-indent:-99999px;
    background:transparent url(/content/dam/infiniti/homepage/close.gif) no-repeat left top;
    color:#fff;
}
#modal-close:hover{ background-position:left bottom; }

/* END OF STYLES FOR THE IE6 POPUP MESSAGE  */

