/** 
 * Search Engine Style 
 * 
 * All the buttons are called via the button.css file
 * 
 *
 * @project          0206 Refonte du moteur de recherche
 * @version          1.0
 * @charset          utf-8
 * @package          xhtml-css 
 * @author           Nicolas Gou�set <nicolas.goueset@cdiscount.com>
 * @author           Thomas Parisot <thomas.parisot@ext.cdiscount.com>
 * @copyright 2010   Cdiscount SA 
 * @cssdoc           version 1.0-pre 
 * 
 * @colordef         #3C5080; standard blue text color
 * 
 * @_gfx             imgs/icone.gif
 * @_gfx             imgs/meta-onglets.png
 * @_gfx             imgs/buttons-small.png
 * @_gfx             imgs/filter/search.png
 * @_gfx             imgs/search/repeat-search.png
 * @_gfx             imgs/search/layer-search.png
 * @_gfx             imgs/search/icone-search.png
 * @_gfx             imgs/search/slider/slider.png
 * @_gfx             imgs/search/slider/repeat-slider-clair.gif
 * @_gfx             imgs/search/slider/repeat-slider-fonce.gif
 
 * @see              js/searchProductList.js
 *
 */
 
 /**
 * Common Css properties have been placed in Css/R2/filter.css
 * (Search engine structure, Facetting buttons, Product list header of the search engine)
 */
 
.SearchPage {
 display: inline-block;
 margin: 0 0 0 2px;
 width: 780px;
 /**hack ie*/
 zoom: 1;
 *display: inline;
}
/**
 ************************************************************************************************************
 * Left menu results
 * @Author: nicolas.goueset <email>nicolas.goueset@cdiscount.com 
 * @changeset 1.0 MT43114
 * modify class SeachLink for SearchKnil
 * and class SeachLinkEnd for SearchKnilEnd
 * @changeset 2.0 MT46210
 * debug for the search page result under IE6 
 */
* html .leftSidebarLevel1{
  width: 198px; 
}
/* * html .leftSidebarLevelsearch,
.leftSidebarLevelsearch, */
* html .leftSidebarLevelCtg,
.leftSidebarLevelCtg {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
 margin: 0;
 padding: 0;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
 width: 150px;
}
* html .stdSidebarInnerContent{
  padding: 0;  
}
* html .stdSidebarInnerContent p{
  padding: 0;
}
* html .displayPdtInfo{
    padding: 0;
}
* html .leftSidebarLevel1 span {
  float: left;
  width: 157px; 
}
*+html .leftSidebarLevel1 span {
  float: left;
  width: 157px;
}
.leftSidebarLevel1 span {
 width: 150px;
 display: inline-block;
 zoom: 1;
 *display: inline; 
}
/** show the number of search result */
/**
 * left search <ul> tag
 */
* html .stdSidebarSearchContent{
  padding: 3px 0 3px 5px;
 }
.stdSidebarSearchContent {
  padding: 3px 5px 3px 5px;
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px 0 0 0;
 }
* html .stdSidebarSearchContent {
  padding: 3px 0 3px 5px;
 } 
      /*IE6 Hack*/
     * html .stdSidebarSearchContent {
      padding: 3px 0 3px 5px;
     }
 /**
  * left search <a> tag
  */
.SearchKnil {
 cursor: pointer;
 display: inline-block;
 font-weight: bold;
 padding: 0 5px 0 0;
 width: 188px;
 /***/
 zoom: 1;
 *display: inline;
}
  .SearchKnilEnd {
   border-top: 1px solid #dde1e7;
   color: #3C5080;
   cursor: pointer;
   display: inline-block;
   font-weight: bold;
   margin: 0 5px 0 0;
   padding: 18px 0 0 0;
   width: 188px;
   /***/
   zoom: 1;
   *display: inline;
  }
   .stdSidebarSearchContent .SearchKnilEnd_over{
   color: #3c5080;
   }
  /**
   * remove the arrow of the link of the left menu when it is on _over
   */ 
   .stdSidebarSearchContent .SearchKnilEnd_over,
   .stdSidebarSearchContent .SearchKnil_over {
     background-image: none;
   }
   
 /* .leftSidebarSearch, */
 .leftSidebarCtg,
 .leftSidebarLevel1a {
    background: url(https://i2.cdscdn.com/struct/common/bg_sidebar.png) no-repeat -622px 6px;
    color: #3E5C81;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 0 3px;
    padding: 3px 5px 3px 15px;
    text-decoration: none;
}
.leftSidebarSearchNoHistory{    
    color: #3E5C81;    
    font-size: 11px;    
    margin: 0 0 0 0;
    padding: 3px 5px 3px 0;
    text-decoration: none;
}
 /* * html .leftSidebarSearch, */
 * html .leftSidebarCtg,
 * html .leftSidebarLevel1a {
    padding: 3px 0 3px 15px;
}
    /* .leftSidebarSearch .LeftSidebarLevel1Span_over, */
    .leftSidebarCtg .LeftSidebarLevel1Span_over {
      text-decoration: underline;
    }

    .leftSidebarCtg a {
      color: #3c5a80;
    }
 /**
  * left search <span> tag for text
  */
  .stdSearchInnerTitle {
   float: left;
   width: 165px;
  }
      /**
      * hack IE6
      **/
      * html .stdSearchInnerTitle {
       float: left;
       width: 160px;
      }
  
  .stdSearchInnerTitle_over {
   text-decoration: underline;
  }
 /**
  * left search <span> tag for number r�sults
  */
 .LeftSidebarNumber {
   float: right;
   font-weight: bold;
   width: 19px;
   text-align: right;
  }
 * html .LeftSidebarNumber{
   padding: 0 4px 0 0;
  }
 * html .stdSidebarSearchContent .LeftSidebarNumber{
     padding: 0px;
   }
   
/**
 * You are searching 
 *  
 * Request name show what the customer has requested in the search engine input
 *
 * @section Block "Vous recherchez" 
 * @author  Nicolas Gou�set <nicolas.goueset@cdiscount.com>
 * @_dependency Css/R2/layout_R2.css
 *
 * <code>
 * <div class="ctgNumber">
 *   <span class="ctgNumberSpan">
 *       <%= searchSummaryTxtPrefix%><span class="ctgBig">
 *           <%= searchSummaryTxtResultCount%></span>
 *       <%= searchSummaryTxt2%></span>
 *   <h1 class="ctgBigH1">        
 *       <%= ResourceHelper.GetSearchMsg("SearchSummaryTitle", Model.SearchString)%></h1>
 * </div>
 * </code>
 * 
 * <code>
 * <div class="ctgResult">   
 *  <span class="ctgResultTxt inv">   
 *       <%-- This text is reverted in order to hide it from robots (for SEO purposes). It's reverted back at display time by the .inv css class.--%>
 *       <%= new string(ResourceHelper.GetSearchMsg("SearchSummaryTitlePrefix").ToCharArray().Reverse().ToArray()) %>   
 *   </span>
 *   <h1 class="ctgBig">
 *       <%= ResourceHelper.GetSearchMsg("SearchSummaryTitle", Model.SearchString)%></h1>
 * </div>
 * </code>
 */
/* .SearchResult, */
.ctgResult {
  color: #3C5080;
  /*display: inline;
  float: left;*/
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  height: 23px;
  line-height: 23px;
  margin:0 0 5px 0;
  width:100%;
 }
 
.ctgRelated {
  color: #3C5080;
  display: inline;
  /*float: left;*/
  font-family: arial;
  font-size: 12px;
  padding-top: 10px;
  /*font-weight: bold;
  height: 23px;
  line-height: 23px;
  margin:0 0 5px 0;
  width:100%;*/
 }
/* .SearchResultTxt, */
.ctgResultTxt {
  display: inline;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 18px;
  line-height: 26px;
  margin: 0 5px 0 0;
 }
/**
 ******************************************************************************************************************
 * Generic text of the search engine
 */
/* .SearchBig, */
.ctgBig {
  /*display: inline;*/
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding: 0;
 }
 .SearchBigH1,
 .ctgBigH1 {
  display: inline;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
 }
/**
 * Associated search
 *
 * @section Block "voulez-vous dire" 
 * @author  Nicolas Gou�set <nicolas.goueset@cdiscount.com>
 *
 * <code>
 *   <div class="AssociatedCtgStd001">
 *       <span class="AssociatedTxt">Voulez-vous dire :</span>
 *       <div class="AssociatedUl">
 *           <span class="AssociatedLi"><a href="/" class="AssociatedA">Son</a> (102)</span>
 *       </div>
 *   </div>
 * </code>
 */ 
/* .AssociatedSearchStd001, */
.AssociatedctgStd001 
{
  text-align: right;
  line-height: 23px;
  color: #3e5c81;
  float: right;
  font-size: 12px;
  margin: 0px 0 5px 0;
  text-align: right;
  width: 40%;
}
.AssociatedTxt
{
  color: rgb(60, 80, 128);
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  display: inline;
  margin: 0 3px 0 0;
}
.AssociatedUl{
  display: inline;
  margin: 0;
  padding: 0;
}
.AssociatedLi{
  margin: 0 3px 0 0;
}
.AssociatedA{
  color: #3e5c81;
  font-size: 12px;
  text-decoration: underline;
 }
 
 /**
 * Associated search
 **/
 .ctgRelatedA {
  color: #3e5c81;
  text-decoration: underline;
  cursor: pointer;
 }
 
 .ctgRelatedTitle {
  font-weight: bold;
 }

 /**
 *****************************************************************************************************************
 * Footer of the product list
 * @todo put this class in the showcase.css file
 *
 */
.footer100Std002 {
  background:url('https://i2.cdscdn.com/struct/search/btn_touslesresultats_footer.png') no-repeat;
  clear:both;
  height:32px;
  margin:0 0 22px 0;
  width:780px;
  text-align:center;
}
.footer100Std002Inner {
  display:inline-block;
}
.footer100Std002 .ListDisplayUniversTxt {
  float:left;
  margin-top:9px;
}
.footer100Std002 .ListDisplayButtons .DisplayButtonStd003 {
  margin-top:0px;
}

/* "Do not miss" bloc : suppression of the bottom margin */
.leftImportantBlock {
    margin:0 auto 0;
    margin-bottom:12px;
}

/**
 * Search engine wrapper
 */
/* .search, */
.ctg {
  clear: both;
  margin: 0 0 25px 0;
  width: 780px;
 }
/**
 **************************************************************************************************************
 * Search engine header
 */
 /* .searchhead, */
 .ctghead {
  background: url(https://i2.cdscdn.com/struct/filter/search.png) 0 0 no-repeat;
  height: 4px;
  width: 100%;
 }
 
/**
 * Facet List holder
 *
 * @bugfix
 * @affects		IE8(IE7mode), IE7
 * @valid		yes
 */
 .searchul {
    background: url(https://i2.cdscdn.com/struct/search/repeat-search.png);
    list-style-type: none;
    margin: 0;
    padding: 6px 0 6px 20px;
    width: 760px;
    /* fix child absolute stack: this z-index has to be higher than contained z-index */
    position: relative;
    z-index: 200;
    height : auto;
}

 /**
 ****************************************************************************************************************
 * Request number
 */
/* .SearchNumber,
.SearchNumberExpand, */
.ctgNumber,
.ctgNumberExpand {
  color: #3C5080;
  display: inline-block;
  float: left;
  font-family:arial;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  line-height: 23px;
  margin: 0 0 0px 0;  
  /* IE */ 
   zoom: 1;
  *float: left;
 }
 /* .SearchNumber, */
 .ctgNumber 
 {
   width:55%;
 }
 
 /* .SearchNumber p, */
 .ctgNumber p 
 {
    margin:0;
 }

 /* .SearchNumberExpand, */
 .ctgNumberExpand {
	width:100%;
 }
    /* .background050Std001 .SearchNumber, */
    .background050Std001 .ctgNumber {
        width: auto;
    }
    
 /* .SearchNumberSpan, */
 .ctgNumberSpan {
  display: inline;
 }    

 /**
 ******************************************************************************************************************
 * Facetting buttons
 * 
 * @changeset :
 * 1.0 :
 * adding of a specific facet for the deletable button
 * @todo see how to optimise the sprites
 * 1.1 : by nicolas goueset <email> nicolas.goueset@cdiscount.com
 * - adding of a specific carousel for the alphabetarium
 * - adding of a specific pagination for the icones of the alphabetarium
 */
  /*
   * Resetting inner lists/list-element
   */
  .facet-criterion,
  .facet-criterion-values-list,
  .facet-criterion-value-item,
  .facet-criterion-columns,
  .facet-criterion-column,
  .facet-criterion-values-list,
  .facet-criterion-value-item{
    list-style: none;
    margin: 0;
    padding: 0;
  }

 /*
  * Facetting buttons
  *
  * We could have used button.css but it's rather specific to search
  */
 .facet-criterion,
 .facet-criterion-deletable{
   display: inline-block;
   height: 25px;
   margin: 0 14px 30px 0;
   position: relative;
   width: 135px;
   /***/
   zoom: 1;
   *display: inline;
 }
  .facet-criterion{
   width: 135px;
 }
  .facet-criterion-deletable{
   width: 145px;
 }
 .facet-criterion-clicked{
     z-index: 300;          /* ensures the clicked facet is above the rest + fixes IE7 z-index bug */
 }
 
    .facet-criterion-label,
    .facet-criterion-label-deletable{
        color: #3c5a81;
        cursor: pointer;
        font-size: 11px;
        font-weight: 700;
        height: 25px;
        left: 0;
        line-height: 25px;
        position: absolute;
        text-indent: 8px;
        top: 0;
        z-index: 90;
    }
    .facet-criterion-label{
        background: url(https://i2.cdscdn.com/struct/search/facet-button.png) no-repeat;
        width: 135px;
    }
    .facet-criterion-label-deletable{
        background: url(https://i2.cdscdn.com/struct/search/facet-button-deletable.png) no-repeat;
        width: 145px;
    }
    .btNewSearch{
        color: #3C5080;
    }
    .facet-criterion-clicked .facet-criterion-label{ 
        background-position: 0 -40px;
    }
    .facet-criterion-active .facet-criterion-label{
        z-index: 200;
    }
    
    /*
     * Positionned label backgrounds upon columns + orientation
     */
    .facet-criterion-column-count-2 .facet-element-expanded,
    .facet-criterion-column-count-3 .facet-element-expanded,
    .facet-criterion-column-count-4 .facet-element-expanded,
    .facet-criterion-column-count-5 .facet-element-expanded{
        background-position: 0 -80px;
        width: 139px;
    }
    
    /*
     * Common to columned wrapper
     */
    .facet-criterion-values-wrapper,
    .facet-criterion-columned-wrapper{
        display: none;
    }
    
    .facet-criterion-active .facet-criterion-values-wrapper,
    .facet-criterion-active .facet-criterion-columned-wrapper{
        display: block;
    }

    /*
     * Default values container
     *
     * Mainly used to display already chosen options
     */
    .facet-criterion-values-wrapper{
        background: url(https://i2.cdscdn.com/struct/search/item_actif.png) no-repeat;
        border: 1px solid #BDC0C5;
        border-top: none;
        padding-top: 2px; /* previous element height (25px) - this.top */
        position: absolute;
        top: 23px;
        width: 133px;   /* width (135px - 2px of border) */
    }
    
    .facet-criterion-values-list{
        zoom: 1;
    }
        .facet-criterion-value-item{
            color: #3c5a81;
            height: 22px;
            text-indent: 4px;
        }
            .facet-criterion-value{
                background: transparent;
                border: none;
                color: #3c5a81;
                cursor: pointer;
                font-size: 11px;
                font-weight: bold;
                height: 100%;
                line-height: 1.3;
                padding: 0;
                text-align: left;
                vertical-align: middle;
                width: 120px;       /* available free space within the button shape */
            }
                .facet-criterion-value-content{
                    line-height: 1;
                    margin: 0;
                    padding: 0;
                    zoom: 1;
                }
                .facet-criterion-value-content-select
                {
                    color: #FFFFFF;
                    font-weight:normal;
                    line-height: 1;
                    margin: 0;
                    padding: 0;
                    zoom: 1; 
                }
                *html .facet-criterion-value-content{
                    line-height: 1;
                    margin-left: 4px;
                    text-indent:0px;
                    font-style:normal;
                }
        
    /*
     * Columned values container
     *
     * It's the default usage for interactive elements
     */
     .facet-criterion-columned-wrapper
     {
        /*background: url(https://i2.cdscdn.com/struct/search/layer-search-abcd.png) no-repeat right -184px;
        height: 182px;*/
        background: url(https://i2.cdscdn.com/struct/filter/facet-columns-bg.png) no-repeat -630px -153px transparent;
        height : 151px;
        position: absolute;
        top: 21px;
        width: 135px;
        z-index: 210;   /* needs to be higher than ACTIVE .facet-criterion-label[z-index] */
     }
          
      .facet-criterion-columned-wrapper .facet-criterion-columns         
      {
            background : url(https://i2.cdscdn.com/struct/filter/facet-columns-bg.png) no-repeat 0 -1px;  
            height: 140px;
      }

     /* adding of a specific class for the alphabet carousel background*/
     .facet-criterion-columned-wrapper .alphabet{
         background: url(https://i2.cdscdn.com/struct/search/layer-search-abcd.png);
         height: 142px;
         padding: 41px 0 0 0;
     }
     .facet-criterion-column-centered .facet-criterion-columned-wrapper .alphabet{
         background: url(https://i2.cdscdn.com/struct/search/layer-search-abcd.png) no-repeat 0 -366px;
         height: 142px;
         /*padding: 41px 0 0 0;*/
     }
     .facet-criterion-columned-wrapper .noalphabet{
         background: url(https://i2.cdscdn.com/struct/filter/facet-columns-bg.png);
         height: 142px;         
     }
     /* adding of a specific class for the alphabet carousel */
     .alphabet-carousel{
        background: url(https://i2.cdscdn.com/struct/search/layer-search-abcd.png) no-repeat;
        height: 183px;
        padding:0;
     }
     
        .facet-criterion-columned-wrapper .facet-criterion-values-list{
            list-style: none;
            padding: 0;
        }
            .facet-criterion-columned-wrapper .facet-criterion-column{
                float: left;
                height: 143px;
                margin: 0 0 0 3px;/*adding of a margin between columns*/
                list-style: none;
                width: 130px;
                zoom: 1;
            }
                *html .facet-criterion-columned-wrapper .facet-criterion-column
                {
                      margin: 0;
                }
        
        .facet-criterion-column .facet-criterion-value-item,
        .facet-criterion-column .facet-criterion-value-item-alphabet{
            color: #3C5080;            
            height: 27px;
            line-height: 22px;
            margin: 0 0 9px 4px;
            text-align: center;
            text-indent: 0;     /* reset initial text-indent */
        }
        .facet-criterion-column .facet-criterion-value-item{
            background: url(https://i2.cdscdn.com/struct/common/button/pager-filter.png) no-repeat -8px -311px;
            cursor: pointer;
        }
        .facet-criterion-column .facet-criterion-value-item-alphabet{
            background: url(https://i2.cdscdn.com/struct/common/button/pager-filter.png) no-repeat -8px -362px;
            cursor: default;
        }
            .facet-criterion-column .facet-criterion-value{
                text-align: center;
            }
            
        .facet-criterion-column .facet-criterion-value-item_over{
            background-position: -8px -259px;
            color: #fff;
        }
            .facet-criterion-column .facet-criterion-value-item_over .facet-criterion-value{
                color: #fff;
            }
        
        /*
         * Refining columns width
         *
         * Important to keep this code here, to redefine cascade
         * Basically, it extends the columns container to stack options columns
         */
         .facet-criterion-column-count-2 .facet-criterion-columned-wrapper,
         .facet-criterion-column-count-3 .facet-criterion-columned-wrapper,
         .facet-criterion-column-count-4 .facet-criterion-columned-wrapper,
         .facet-criterion-column-count-5 .facet-criterion-columned-wrapper{
            width: 273px;
            top: 23px;
            z-index: 190;   /* needs to be lower than ACTIVE .facet-criterion-label[z-index] */
            zoom: 1;
         }
         .facet-criterion-column-count-3 .facet-criterion-columned-wrapper
         {
            background-position: right -456px;
            width: 404px;
         }
         .facet-criterion-column-count-4 .facet-criterion-columned-wrapper
         {
            background-position: right -456px;
            width: 538px;
         }
         .facet-criterion-column-count-5 .facet-criterion-columned-wrapper
         {
            background-position: right -456px;
            width: 670px;
         }
         .facet-criterion-column-with-carousel  .facet-criterion-columned-wrapper
         {
            background-position: right -456px;
            width: 736px; /*change the with to insert the alphabet*/
         }
         .facet-criterion-column-with-carousel  .alphabet-carousel
         {
            background-position: right -549px;
            width: 736px; /*change the with to insert the alphabet*/
         }
             .facet-criterion-column-count-2 .facet-criterion-columns,
             .facet-criterion-column-count-3 .facet-criterion-columns,
             .facet-criterion-column-count-4 .facet-criterion-columns,
             .facet-criterion-column-count-5 .facet-criterion-columns
             {
                background-position: 0 0;
             }
    
    /*
     * Element options
     */ 
    .facet-element-deletable_select
    {
        background: url(https://i2.cdscdn.com/struct/common/icone.png) no-repeat 112px -1138px;
        cursor: pointer;
        display: block;
        font-style: italic;
    }
    .facet-element-deletable{
        background: url(https://i2.cdscdn.com/struct/common/icone.gif) no-repeat 112px -790px;
        cursor: pointer;
        font-size: 11px;
        font-weight: bold;
    }
        .facet-element-deletable .facet-criterion-value{
            width: 110px;           /* reduce button size to let the delete icon being displayed */
        }
            
    .facet-element-autoselect .facet-criterion-value{
        cursor: default;
    }
    
    .facet-element-collapsible span{
        background:url(https://i2.cdscdn.com/struct/common/icone.gif) no-repeat 112px -640px;
        font-size: 11px;
        font-weight: bold;
    }
    
    /*
     * Reversed items
     *
     * Never apply this on a single column. Too problematic to handle without combo classes
     * Generally you will want to apply that if you pad the exact same number of counting columns
     * ie: you pad 4 with a 4 columns
     */
     .facet-criterion-column-reversed .facet-criterion-columned-wrapper{
        right: 0;
     }

    .facet-criterion-column-reversed .facet-element-expanded,
    .facet-criterion-column-centered .facet-element-expanded{
        background-position: 0 -120px;
        left: -4px;
        padding-left: 4px;
    }
    
    .facet-criterion-column-reversed .facet-criterion-columned-wrapper{
        background-position: right -152px;
    }
    .facet-criterion-column-reversed .alphabet-carousel{
        background-position: right -183px;
    }
        
    .facet-criterion-column-reversed .facet-criterion-columns{
        background-position: 0 -304px;
    }
    .facet-criterion-column-reversed .alphabet-carousel .facet-criterion-columns{
        background-position: 0 -366px;
    }
       
    /*
     * Centered columns
     *
     * This class has to be applied if you pad columns with a different number of column counts
     * ie: you pad 2 with a 4 columns
     */
    .facet-criterion-column-centered .facet-element-expanded{
        background-position: 0 -160px;
    }

    .facet-criterion-column-centered .facet-criterion-columned-wrapper{
        background-position: right -456px;
    }
    .facet-criterion-column-centered .alphabet-carousel{
        background-position: right -549px;
    }
    /* adding position of the right part for the centered carousel facet*/
    .facet-criterion-column-centered .alphabetarium .facet-criterion-columned-wrapper{
        background-position: right -549px;
    }
    .facet-criterion-column-centered .facet-criterion-columns{
        background-position: 0 -304px;
    }    
    /* adding position of the right part for the centered carousel facet*/
    .facet-criterion-column-centered .alphabetarium .facet-criterion-columns{
        background-position: 0 -364px;
    }    
    .facet-criterion-column-padded-1 .facet-criterion-columned-wrapper{
        left: -152px;       /* same as .facet-criterion-column-count-n .facet-criterion-columned-wrapper */
    }
    .facet-criterion-column-padded-2 .facet-criterion-columned-wrapper{
        left: -301px;       /* same as .facet-criterion-column-count-n .facet-criterion-columned-wrapper */
    }
    .facet-criterion-column-padded-3 .facet-criterion-columned-wrapper{
        left: -430px;       /* same as .facet-criterion-column-count-n .facet-criterion-columned-wrapper */
    }
    .facet-criterion-column-padded-4 .facet-criterion-columned-wrapper{
        left: -448px;       /* same as .facet-criterion-column-count-n .facet-criterion-columned-wrapper */
    }
    .facet-criterion-column-padded-5 .facet-criterion-columned-wrapper{
        left: -680px;       /* same as .facet-criterion-column-count-n .facet-criterion-columned-wrapper */
    }
    
    /*
     * Carousel wrapper
     *
     * Combine it with .facet-criterion-column-5 class
     */
    .facet-criterion-column-with-carousel .facet-criterion-columns{
        overflow: hidden;
        padding-left: 30px;/*update of the padding to center the carousel*/
        padding-right: 30px;
    }
    .facet-criterion-column-with-carousel .carousel-navigation{
        cursor:pointer;
        height: 150px;
        position: absolute;
        bottom: 2px; /*align to bottom for dynamic content*/
        top: auto; /* cancels value from filter.css */
        width: 20px;
        z-index: 201;
    }
    .facet-criterion-column-with-carousel .carousel-navigation-previous{
        background:url(https://i2.cdscdn.com/struct/search/fleches_gauche.png) -9px 9px no-repeat;
        display: none;
        left: 1px;
        width: 30px;
    }
    .facet-criterion-column-with-carousel .carousel-navigation-next{
        background:url(https://i2.cdscdn.com/struct/search/fleches_droite.png) 0 9px no-repeat;
        right: 4px;
        width: 30px;
    }

    /*
    * Pagination button link
    * Use to replace picHover class on A link 
    * (problems with imbricate picHover : li picHover, A picHover)
    */
    .facet-pagination-button-link{
        display: block;
        font-weight: 700;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: #3c5a81;
        width: 26px;
    }
    
    .facet-pagination-button-link:hover{
        text-decoration: underline ;
    }
    
    .facet-pagination-button-link_selected{
        text-decoration: none;  
    }
    
    .facet-pagination-button-link:hover,.facet-pagination-button-link_selected{
        display: block;
        font-weight: 700;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: #FFF;
        width: 26px;
    }
/*
 * Clear criteria
 * @todo, this button has to be generic
 */
 #search-clear-criteria .facet-element-deletable{
    background-position: 116px -790px;
    display: block;
 }
/**
 *****************************************************************************************************************
 * Product list header of the search engine 
 *
 */
/* .SearchProductHeadStd001,
.SearchProductHeadStd002, */
.ctgProductHeadStd001,
.ctgProductHeadStd002 {
  background-image: url(https://i2.cdscdn.com/struct/filter/search.png);
  background-repeat: no-repeat;
  background-position: -1560px 0;
  clear: both;
  font-family:arial;
  height: 47px;
  line-height: 47px;
  position: relative;
  width : 780px;
 }
/**header without a top color*/
/* .SearchProductHeadStd002, */
.ctgProductHeadStd002 {
  background-color: #fff;
  background-position: -2340px 0;
  width : auto;
}
/**
 * @todo: the divs are set in absolute position for a cms order problem... the absolute position need to be replaced
 */
 .ListDisplay_over {
 text-decoration: underline;
 }
.ListDisplayButtons {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  *display: inline;
 }
 
 .SortByTxt,
 .NumberByPageTxt,
 .ListDisplayTxt,
 .ListDisplayUniversTxt,
 .ResultsTxt,
 .ResultsUniversTxt {
  margin: 0 5px 0 0;
  font-size: 11px;
  font-weight: bold;
 }
 .SortByList,
 .NumberByPageList {
    font-size:10px;
    margin: 10px 0 0;
 }
 .ListDisplayTxt {
   float: left;
 }
 .ResultsUniversTxt,
 .ListDisplayUniversTxt {
  float: left;
  font-size: 11px;
  font-weight: bold;
 }
.ListDisplayUniversTxt {
  cursor: pointer; 
 }
.ListDisplayUniversTxt_over {
  text-decoration : underline;
 }


 /* ----------------------------- CSS FOR 0 RESULTS STARTS HERE ------------ */
 
 /*
 ***************************************************************************************************************
 * search engine area
 */
/* .searchEngineArea, */
.ctgEngineArea {
  color: #3C5080;
  clear:left;
  font-size: 11px;
  margin: 20px 0 10px;  
  height: 102px;
}

/* .searchEngineHeader, */
.ctgEngineHeader,
.dynamicBlockHeader { /* class which is extended is in the dynamic pages section */
    display:block;
    background:url(https://i2.cdscdn.com/struct/filter/search.png) no-repeat scroll 0 0 transparent;
    height:4px;
    width:780px;
}

/* .searchEngineBody, */
.ctgEngineBody,
.dynamicBlockBody { /* class which is extended is in the dynamic pages section */
    position: relative;
    background : url(https://i2.cdscdn.com/struct/filter/repeat-search.png) repeat-y 0 0;
    height: 57px;
    padding: 6px 10px 0 10px;
    width: 760px;
}

/* .searchEngineFooter, */
.ctgEngineFooter,
.dynamicBlockFooter { /* class which is extended is in the dynamic pages section */
    display:block;
    height: 35px;
    background: url(https://i2.cdscdn.com/struct/filter/searchFooterProductList.png) no-repeat scroll 0 0 transparent;
}

/*.searchEngineAreaLeft,
.searchEngineAreaRight, */
.ctgEngineAreaLeft,
.ctgEngineAreaRight {
  float: left;
  height: 63px;
  padding: 8px;
}
    /*.searchEngineAreaLeft, */
    .ctgEngineAreaLeft {
        width: 229px;
        margin-right: 27px;
        color: #fff;
        background : url(https://i2.cdscdn.com/struct/search/search-tips-bg.png) no-repeat;
        padding-left: 80px;
    }
    /*.searchEngineAreaLeft ul, */
    .ctgEngineAreaLeft ul {
  	    margin:0;
  	    padding:0;
  	    list-style-type:none;
        line-height: 1;
    }
    /* .searchEngineAreaRight, */
    .ctgEngineAreaRight {
        padding-top: 5px;
        width: 399px;
    }
        

/* .searchEngineAreaTitle, */
.ctgEngineAreaTitle {
    display:block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3px;
}
/* .searchEngineAreaRight .searchEngineAreaTitle, */
.ctgEngineAreaRight .ctgEngineAreaTitle {
    color: #3c5080;
}
/* .searchEngineAreaTitlePicto, */
.ctgEngineAreaTitlePicto {
    text-indent: 35px;
    height: 26px;
    margin-bottom: 0px;
    padding-top: 5px;
    background: url(https://i2.cdscdn.com/struct/common/icon/icone.gif) 0 -1099px no-repeat;
}

/* .retrySearchBar, */
.retryCtgBar {    
    font-size:11px;
    width:399px;
    margin:2px 0 0 0;
}
        .jqSearchBlock {
          position: relative;
        }
        /* .retrySearchBar .inputText, */
        .retryCtgBar .inputText {			
            margin:0 2px 0 0;
            width: 270px;
        }
        .retryCtgBar .inputSearchBar,
        .retryCtgBar .inputCtgBar {
            margin:0 2px 0 0;
            padding:0;
            top:19px;
            left:147px;
            vertical-align:middle;
        }
        
        /* .retrySearchBar .inputSubmit, */
        .retryCtgBar .inputSubmit {
            background:url(https://i2.cdscdn.com/struct/common/bt_submit.png) no-repeat;
            border:none;
            cursor:pointer;
            height:22px;
            width:22px;
            margin-top: -1px;
        }  

/* ----------------------------- CSS FOR 0 RESULTS ENDS HERE ------------ */

/**
 * Search tree (ajax navigation)
 * @author: CJU
 */
.leftSidebarUniversTitle{background:url(https://i2.cdscdn.com/struct/search/bg_contentV2.png) no-repeat;}

.leftSidebarImgTitle{
    background:url(https://i2.cdscdn.com/struct/search/menugauche_recherche.png) no-repeat;
    display:inline-block;
    height:38px;
    width:191px;
}
.searchTreeLevel1,
.searchTreeLevel2{
    font-size:11px;
    list-style-type:none;
    padding:0;
    margin:0;
}
.searchTreeLevel1 li{margin:5px 3px 0;}

.searchTreeLevel1 a{
    display:inline-block;
    text-decoration:none;
}
.searchTreeLevel1 a.hovered span,
.searchTreeLevel1 a.activated span{
    color:#0779ed;
}
.searchTreeLevel1 .seeAll{
    border-bottom:1px solid #dde1e7;
    padding:0 0 5px;
}
.treePicto{
    background-image:url(https://i2.cdscdn.com/struct/search/bg_contentV2.png);
    background-position:0 -53px;
    background-repeat:no-repeat;
    cursor:pointer;
    height:14px;
    vertical-align:top;
    width:10px;
}
.searchTreeLevel1 span{
    display:inline-block;
    font-size:11px;
    font-weight:bold;
}

/*
 * Magasins
 */
.storeTitle,
.storeResult{
    color:#3E5C81;
}
.storeTitle{
    cursor:pointer;
    width:140px;
}

.seeAll .treePicto.activated,
.searchTreeLevel1 .hovered {
    background-position:0 -82px;
}
.searchTreeLevel1 .cdsTreeViewOpen{background-position:0 -108px;}

/*
 * Rayons
 */
.categoryTitle,
.categoryResult{
    color:#798DA8;
    font-weight:normal;
}
.categoryTitle{
    cursor:pointer;
    width:128px;
}
.searchTreeLevel2{margin:0 0 0 8px;}

.searchTreeLevel2 li{margin-right:0;}

.searchTreeLevel2 span{font-weight:normal;}

.searchTreeLevel2 .treePicto{
    background-position:0 -136px;
    height:14px;
    width:11px;
}
.searchTreeLevel2 .treePicto.activated,
.searchTreeLevel2 .treePicto.hovered{
    background-position:0 -164px;
}
/*
 * Titles and number of results
 */
.searchTreeLevel2 .categoryResult{width:39px;}

*:first-child+html .searchTreeLevel2 .categoryResult{width:36px;}   /* @bugfix: width has to be smaller on IE7... */
* html .searchTreeLevel2 .categoryResult{width:36px;}               /* ... and IE6 */

.storeResult,
.categoryResult{
    cursor:pointer;
    text-align:right;
    vertical-align:top;
    width:36px;
}

/**
 *********************************************************************************************************
 * Bloc cr�a recherche alternative liste produit mosaique 1/4 
 *
 * @version 1.0
 * @author Nicolas Goueset <nicolas.goueset@cdiscount.com>
 * @package cdiscount-ui
 * @charset utf-8
 */ 
.titleProductList{
	color:#3c5080;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-indent:10px;
}
.titleProductListMedium{
	font-size:13px;
}
.productContainer025Alter{
	background:url(https://i2.cdscdn.com/struct/search/crea-recherchealternative.jpg) no-repeat;
	float:left;
	height:408px;
	margin:0 0 0 1px;
	width:195px;
}
	/* .alterSearchHead, */
  .alterCtgHead {
		color:#3c5080;
		display:table;
		font-size:17px;
		font-weight:bold;
		height:150px;
		vertical-align:middle;
		width:195px;
		*position:relative;
	}
		/**
		 * we use absolute position with * to hack the vertical center position of text 
		 * in old IE due to vertical-align middle not supported
		 */
		/* .alterSearchHeadText, */
    .alterCtgHeadText {
			display:table-cell;
			text-align:center;
			top:50%;
			vertical-align:middle;
			*position:absolute;
			*left:7%;
		}
	/**
	 * image is at 215px top of the bloc crea
	 * max-height: 190px;
	 * max-width 195px
	 */
	/* .alterSearchImg, */
  .alterCtgImg {
		height:190px;
		margin:31px auto 0 auto;
		width:195px;
	}
/**
 ********************************************************************************************************
 * bloc r�sultats correspondant recherche alternative
 *
 * @version 1.0
 * @author Nicolas Goueset <nicolas.goueset@cdiscount.com>
 * @package cdiscount-ui
 * @charset utf-8
 */
 /*.SearchAlternateTitle*/
 .ctgAlternateTitle {
	color:#3c5080;
	display:block;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
 }
 /* .searchAlternativeHead */
 .ctgAlternativeHead {
	background:url(https://i2.cdscdn.com/struct/search/sprite_recherchealternative.png) 0 0 no-repeat;
	height:10px;
	width:761px;
 }
 /* .searchAlternativeContent */
 .ctgAlternativeContent {
 	border-left:1px solid #9e9e9e;
 	border-right:1px solid #9e9e9e;
 	display:inline-block;
 	margin:0;
	padding:0;
	width:759px;
 }
/* .searchAlternativeFooter, */
.ctgAlternativeFooter {
	background:url(https://i2.cdscdn.com/struct/search/sprite_recherchealternative.png) -761px -63px no-repeat;
	margin:0;
	padding:2% 0 0;
	width:761px;
}
		/**
		 * li items
		 */
		/* .searchAlternativeItem,
    .searchAlternativeLink, */
    .ctgAlternativeItem,
		.ctgAlternativeLink {
			color:#3c5080;
			font-size:13px;
			font-weight:bold;
			text-decoration:none;
		}
		/* a.searchAlternativeLink:hover, */
    a.ctgAlternativeLink:hover {
			text-decoration:none;
		}
		/* .searchAlternativeItem, */
    .ctgAlternativeItem {
			float:left;
			padding:0 0 0 10px;
			width:239px;
		}
			/* .searchAlternativeItem .arrowIcon, */
      .ctgAlternativeItem .arrowIcon{
				background:url(https://i2.cdscdn.com/struct/common/icone.png) -3px -504px no-repeat;
				padding:0 0 0 15px;
			}
			.ignoredWord{
				color:#cad2db;
				text-decoration:line-through;
			}
			/* .searchAlternativeItem .italicNumber, */
      .ctgAlternativeItem .italicNumber{
				font-size:11px;
				font-style:italic;
				font-weight:normal;
			}
/**
 ***********************************************************************************************************
 * bloc astuces de recherche pour la recherche alternative
 *
 * @version 1.0
 * @author Nicolas Goueset <nicolas.goueset@cdiscount.com>
 * @package cdiscount-ui
 * @charset utf-8
 */
/* .alternateSearch .searchEngineAreaLeft, */
.alternateCtg .ctgEngineAreaLeft {
	background:url(https://i2.cdscdn.com/struct/search/bloc_astucederecherche.jpg);
	color:#3c5080;
	height:72px;
	margin:0 10px 0 0;
	padding:8px 0 0 135px;
	width:230px;
}
/* .alternateSearch .searchEngineAreaRight, */
.alternateCtg .ctgEngineAreaRight {
	margin:0 0 0 8px;
	padding:0;
	width:375px
}
	.alternateCtg .inputSearchBar,
  .alternateCtg .inputCtgBar {
		top:70px;
	}
	/* .alternateSearch .searchEngineAreaTitlePicto, */
  .alternateCtg .ctgEngineAreaTitlePicto {
		background-position:0 -1091px;
		padding-top:15px;
	}

/**
 * Dynamic Pages
 */

.searchTitle {
	color:#3c5a80;
	float:left;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
}

.socialContainer{
    color:#3c5a80;
    float: right;
    font-weight:bold;
    margin: 0 10px 20px;   
    position: absolute;  
    right: 0;  
 } 
 
 .socialContainer strong {
    text-decoration:underline;
 }
 
 .mainSocialServices {
    border:1px solid #dde1e7;
    border-width:1px 1px 0 1px;
    height:20px;
    margin:3px;
    padding:0 5px;
 }

 .socialServiceWrapper {
    float:left;
    height:27px;
    margin:0 5px 0 0;
    padding-right:5px;
    position:relative;
    top:5px;
    width:100px;
    max-width: 105px;
 }
 
 .fbButton {
    width:90px;    
 }
 
 .gplusButton{ width:60px; }
 
 .msnButton {
    display:block;
    float:left;
    position:relative;
    top:3px;
 }
 
 .twitter-share-button {
    max-width: 104px;
 }

 .mailButton {
    background:url([10/BsePath]);
    padding-right:30px;
    width:115px;
 }

.dynamicResultTxt {
    margin:0 0 10px;
}

.filterList {
	overflow:auto;
	width:100%;
	margin:20px 0 30px;
}

	.filterListItem,
	.dynamicBlockColumn {
		display:block;
		float:left;
		margin:0 5px 0 0;
	}
	.filterButton{ text-decoration:none; }
	
	.searchOptionExtensibleSide,
	.searchOptionFixedSide {
		background: url(https://i2.cdscdn.com/struct/common/button/pager-filter.png) no-repeat -393px -311px;
		color:#3c5a80;
		display:block;
		float:left;
		font-size:11px;
		font-weight:bold;
		line-height:20px;
		max-width:225px;
		overflow:hidden;
		height:23px;
		padding: 4px 0 0 8px;
	}
	
	.searchOptionFixedSide {
		background-position: -630px -311px;
		padding:7px 0 0;
		width:8px;
	}
	
		.filterButton:hover  .searchOptionExtensibleSide,
		.searchOptionSelected .searchOptionExtensibleSide {
			background-position: -393px -259px;
			color:#fff;
		}
		
		.filterButton:hover  .searchOptionFixedSide,
		.searchOptionSelected .searchOptionFixedSide {
			background-position: -630px -259px;
			color:#fff;
		}

.dynamicBlockHeader {
    clear:both;
}

.dynamicBlockBody {
    height: auto;
    padding: 6px 0 3px 10px;
    width: 770px;
    position:relative;
	z-index:5;
} 

.dynamicBlockBody .filterList { margin: 0; }

    .dynamicBlockBody .filterListItem {
        margin: 0 0 2px;
        position: relative;
        z-index: 1;
    }
    
    .dynamicBlockBody .searchOptionExtensibleSide { width: 170px; }
    
    .dynamicBlockColumn {
        margin: 0 5px 0 0;
        width: 187px;
    }
    

.dynamicBlockFooter {
    margin-bottom:-20px;
    position:relative;
    top: -32px;
}

/**
 * ZTD : extensible textarea
 */
.ZTD100Header{
    background:url(https://i2.cdscdn.com/struct/u3/ztd_header.png) no-repeat;
}
.ZTD100Footer{
    background:url(https://i2.cdscdn.com/struct/u3/ztd_footer.png) no-repeat;
}
.ZTD100TextArea1 strong,
.ZTD100TextArea1 a,
.ZTD100TextArea2 a{
    color: #42413c;
}
.ZTD100TextArea1,
.ZTD100TextArea2{
    background:url(https://i2.cdscdn.com/struct/u3/ztd_background.png) repeat-y;
}
.ZTD100More{
    background:url(https://i2.cdscdn.com/struct/u3/ztd_more.jpg) no-repeat;
}
.ZTD100Less{
    background:url(https://i2.cdscdn.com/struct/u3/ztd_less.jpg) no-repeat;
}
/*Search Bar on Error 404 page*/
/* .errorBlockRight .searchEngineAreaRight, */
.errorBlockRight .ctgEngineAreaRight {
    margin-top:40px;
}
.errorBlockRight .inputSearchBar,
.errorBlockRight .inputCtgBar {
    top:332px;
}

/* positionnement de l'�conomie dans la recherche en mode liste */
.productLine100Std001 div.eco.eM {
    margin: 10px 0 0 20px;
}
/* positionnement de l'�conomie dans la recherche en mode mosa�que */
.productContainer025Std001 div.eco.eM {
    top: 0;
    right: 0;
}
#popInMR
{
    background-image:url(https://i2.cdscdn.com/struct/search/fond.png);
	background-repeat:no-repeat;
	font-family:Arial;
	font-size: 16px;
	width:416px;
	height:217px;
	position:absolute;
	margin: 18px 0 0 -21px;
	z-index: 99;	
	display:none;
}
#popInMR .pMRClose{
	float:right;
	font-size:0.8em;
	color:#3c5a80;
	font-weight:bold;
}
#popInMR .imgClose
{
    background-image:url(https://i2.cdscdn.com/struct/search/cross.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:25px 0 0 46px;
	margin-top:10px;
}
#popInMR .txt{
	float:left;
	margin:12px 5px 0 0
}			
#popInMR .txtOrange{
	color:#f05616;
	font-weight:bold;
	font-size:1.1em;
	padding:30px 0 0 35px;
}
#popInMR .txtBleu{
	color:#3c5a80;
    font-size:0.9em;
	padding:5px 0 0 35px;
}