/* 
    Document   : item
    Created on : Feb 2, 2014, 8:48:26 PM
    Author     : dalila
    Description:
        Purpose of the stylesheet follows.
*/

.productSection{
    overflow: hidden;
    padding-bottom:50px;    
}


#viewedLanding, #accesoriesLanding{
       background: url(../../img/separadorShadow.png) no-repeat 50% 0%;
}

.relatedProductSection{
    overflow: hidden;
     padding-bottom:50px;    
}

div.productGalleryCont{
    float:left;
    width:590px;
    min-height: 400px;
}


/**Match products**/
div#matchCovers{
   width:590px;
   margin: 0px;
/*   width: 902px;*/
   z-index: 10;
    /*min-height: 400px;
    margin-bottom: 10px;*/
    position: relative;
    /* background: url(../../img/cristal.png) repeat-x;*/
    background: url(../../img/matchBack.png) repeat-x;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-position: top center;
}

div.imgMatchCont{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-bottom: 1px;
    z-index: -1;
}

div.productCoverImg{
    border-bottom: 1px solid #ccc;
    display: none;
    text-align: center;
    padding-top: 160px;
}

div.productCoverImg  img{
    position: relative;
    z-index: -1;
/*    left: -50%;*/
}

div.coversShowcase{
    height: 185px;
    /*width: 594px;*/
    width: 588px;
   /* width: 900px;*/
    margin-top: -185px;
    position: relative;
    transition: margin-top 0.5s ease;
    
}

div.coversShowcase .nbs-flexisel-inner{
    margin-left: 6px;
}

div.coversShowcase .nbs-flexisel-nav-left{
    left: 5px;
    background: url(../../../img/sprites.png) no-repeat -40px -201px;
    width: 16px;
    height: 12px;
    top: 6px !important;
    -webkit-transform: rotate(180deg);
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
}

div.coversShowcase .nbs-flexisel-nav-right{
    right: 5px;
    background: url(../../../img/sprites.png) no-repeat -40px -201px;
    width: 16px;
    height: 12px;
    top: 10px !important;
}

div.itemCover{
    /*height: 125px;*/
    height: 175px;
    background-repeat: no-repeat;
    background-position: bottom center;

}
/****/

div.productGallery{
    float:left;
    width:590px;
    min-height: 400px;
   /* border: 1px solid #ccc;*/
    margin-bottom: 10px;
    position: relative;
}

div.productGallery .mainImg{
    height: 491px;
   /* border-top:1px solid #ccc;*/
    border:1px solid #ccc;
    text-align: center; 
    position: relative;
    margin-top: 1px;
}

div.productFeatures{
    float:left;
    width:380px;
    padding-left: 20px; 
}

h2.productName{
    font-family: "OpenSansBold", Helvetica;
    font-size: 30px;
    color: #333;
}
 
p.item{
     font-family: "OpenSansRegular", Helvetica;
    font-size: 16px;
    color: #333;
}
 
p.productDescr{
    font-family: "OpenSansLight", Helvetica;
    font-size: 12px;
    color: #333;
}
  
p.featuresTitle{
     font-family: "OpenSansBold", Helvetica;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
}
 
.productSection h1{
     font-family: "OpenSansLight", Helvetica;
    font-size: 36px;
    color: #333;
    margin: 20px 0 18px;
}

.relatedAccesories h2{
    font-family: "OpenSansLight", Helvetica;
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 5px 0 5px;
}

div.productFeatures input[type="number"],div.productFeatures input[type="text"]{
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #f1f1f1;
    -moz-box-shadow:     0 0 1px rgba(220,220,220,0.2);
    -webkit-box-shadow:  0 0 1px rgba(220,220,220,0.2);
    box-shadow:          0 0 1px rgba(220,220,220,0.2);
    padding: 8px 10px;
    font-family: "OpenSansRegular";
    font-size: 14px;
    color:#333;
    width: 115px;
    text-align: left;
}
 
 a.btnAddProduct{
     width: 150px;
    display: block;
    height: 38px;
    overflow: hidden;
    line-height: 12px;
    padding: 12px 23px;
    text-align: center;
    border: 1px solid #ddd;   
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#ebebeb 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%,#ebebeb 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%,#ebebeb 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ebebeb',GradientType=0 );
    cursor: pointer;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
 } 

.btnAddProduct:hover{
    background: #3087c7; /* Old browsers */
    background: -moz-linear-gradient(top,  #49a2d6 0%, #3087c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49a2d6), color-stop(100%,#3087c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #49a2d6 0%,#3087c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #49a2d6 0%,#3087c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #49a2d6 0%,#3087c7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #49a2d6 0%,#3087c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a2d6', endColorstr='#3087c7',GradientType=0 ); /* IE6-9 */
}

.btnAddProduct:hover p span.productCar{
    background-position: -141px -57px;
    cursor: pointer;
}
.btnAddProduct:hover p label{
     color:#fff;   
     cursor: pointer;
}

.btnAddProduct p span {
    float: left;
    display: block;
    margin-right: 5px;
}

.btnAddProduct p label {
    float: left;
    font-weight: normal;
    text-transform: uppercase;
}

ul.featureList{
    padding: 0px;
}
ul.featureList li{
    width:180px;
    list-style: none;  
    font-family: "OpenSansRegular",Helvetica;
    font-size: 12px;
    height: 28px;
}

div.featureItem{
   background: url(../../img/shadowMed.png) no-repeat 0 100%;
      /*height:400px;*/
}

div.relatedAccesories{
    min-height:230px;
    border-bottom:1px solid #ccc;
    overflow: hidden;
}

div.imagesGallery{
    height: 138px;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

div.imagesGallery .nbs-flexisel-inner {
    margin:0px;
}

div.imagesGallery .nbs-flexisel-nav-left{
    left:10px !important;
    top:50px !important;
}

div.imagesGallery .nbs-flexisel-nav-right{
    right:9px !important;
    top:50px !important;
}

.accesoriesList .nbs-flexisel-nav-left{
    left:-2px !important;
    top:80px !important;
    z-index: 9;
}

.accesoriesList .nbs-flexisel-nav-right{
    right:0px !important;
     top:80px !important;
}

.productList .nbs-flexisel-nav-left{
    left: 0px;
    background: url(../../img/arrowProducts.png) no-repeat;
    background-position: 0px 0px;
    width: 26px;
    height: 49px;    
}

.productList .nbs-flexisel-nav-right{
    right: 0px;
    background: url(../../img/arrowProducts.png) no-repeat;
    background-position: -26px 0px;
    width: 26px;
    height: 49px
}

.productList .nbs-flexisel-nav-left:hover{
    background-position: 0px -50px;
}

.productList .nbs-flexisel-nav-right:hover{
    background-position: -26px -50px;
}

.productList .nbs-flexisel-inner{
    margin-left: 2px;
}

ul#productGallery .nbs-flexisel-item img {
    width: 90px; 
}

ul#productGallery li{
    border-right: 1px solid #ccc;
    list-style: none;
}

ul#productGallery li img{
    height: 130px;
    width: 145px;
}

/***********/
ul#coversShowcase li{
    list-style: none;
    float: left;
}

ul#coversShowcase li img{
    height: 54px;
    width: 70px;
}
/************/

ul#accesoriesList li img{
    width:118px;
}

label.featureIcon{
    font-family: "OpenSansRegular",Helvetica;
    margin: 0 5px 0 0;
    width: 20px;
    font-size: 12px;
}

label.featureIcon span{
    margin: 0 auto;
    display: block;
}

div.item a:hover{
    text-decoration: none;
}

ul#productGallery li div.item{
    height: 138px;
}

div.zoomIn{
    width: 86px;
    height: 26px;
    position: absolute;
    top: 440px;
    right: 20px;
    overflow: hidden;
}

div.zoomIn label{
    float: left;
    display: block;
    width: 55px;
    height: 26px;
    font-size: 10px;
    text-transform: uppercase;
    color:#999;
    font-weight: normal;
    line-height: 11px;
    cursor: pointer;
}

div.zoomIn span{
    float: left;
    display: block;
    background: url(../../img/sprites.png) no-repeat;
    background-position: -212px -73px;
    width: 30px;
    height: 26px;
    cursor: pointer;
}

.itemCoverMatch div.imgFixed{
    position: absolute;
    left: 50%;
    top: 0px;
    -webkit-transition: all 1.0s linear;
    -moz-transition: all 1.0s linear;
    -o-transition: all 1.0s linear;
    -ms-transition: all 1.0s linear;    
    transition: all 1.0s linear;
    opacity: 1;
}

.itemCoverMatch div.imgFixed img{
    position: relative;
    left: -50%;
}

.coverX{
    display:none;
}

label.coverId{
    margin-top:35px;
    font-size: 10px;
    display:none;
}

.itemCoverMatch div.imgTopHidden{
    opacity: 0;
    top:0px !important;
}

ul#coversShowcase{
   /* width: 588px;*/
}

a.openShowcase{
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: "OpenSansLight", Helvetica;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
    background: #0087cf;
    position: absolute;
    top: 1px;
    right: 30px;
    color:#fff;
    text-decoration: none;
    padding: 4px 10px 4px 10px;
    z-index: 10;
    
}

a.openShowcase span{
    width: 8px;
    height: 4px;
    display:inline-block;
    background: url(../../../../img/sprites.png) no-repeat -55px -468px !important;
    margin-right: 5px;
    margin-bottom: 5px;
}

a.openShowcase:hover{
    background: #f2f2f2;
    color:#999;
    border: 1px solid #ccc;
}

a.openShowcase:hover span{
    background-position: -89px -468px !important; 
}

a.closeShowcase{
   -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: "OpenSansLight", Helvetica;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 12px;
    background: #f2f2f2;
    color:#999;
    border: 1px solid #ccc;
    position: absolute;
    bottom: 0px;
    right: 30px;
    text-decoration: none;
    padding: 4px 10px 4px 10px;
    z-index: 10;
}

a.closeShowcase span{
    width: 8px;
    height: 4px;
    display:inline-block;
    background: url(../../../../img/sprites.png) no-repeat -72px -467px !important;
    margin-left: 5px;
    margin-bottom: 1px;
}

a.closeShowcase:hover{
    background: #0087cf;
    color:#fff;
}

a.closeShowcase:hover span{
    background-position: -110px -469px !important; 
}

.moreCovers{
    font-family: "OpenSansLight", Helvetica;
    color: #999;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
    position: absolute;
    z-index: 10;
    height: 22px;
        
}

.moreCoversRight{
    right: 20px;
    top:6px;
    cursor: pointer;
}    

.moreCoversLeft{
    left: 20px;
    top:6px;
    cursor: pointer;
}    

.coverMask{
    position: absolute;
    z-index: 10;
    width:190px;
    height:148px;
    background: #fff;
    opacity: 0.3;
    top:30px;
}

.coverMaskLeft{
    left: 0px;   
}

.coverMaskRight{
    right: 0px;
}    

#coverMatchDesc{
    font-family: "OpenSansLight", Helvetica;
    position: absolute;
    right: 20px;
    top: 250px;
    height: 90px;
    width: 130px;
    padding: 10px 5px;
    color: #999;
    line-height: 13px;
    font-size: 12px;
    text-align: left;
}

#coverMatchDesc a{
    text-decoration:none;
}