/** 
 * 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/common/icone.gif
 * @_gfx            imgs/common/meta-onglets.png
 * @_gfx            imgs/common/button/pager-filter.png
 * @_gfx            imgs/filter/search.png
 * @_gfx            imgs/filter/facet-button.png
 * @_gfx            imgs/filter/facet-columns-bg.png
 * @_gfx            imgs/filter/repeat-search.png
 * @_gfx            imgs/filter/right_arrow.png
 * @_gfx            imgs/filter/left_arrow.png
 *
 */

/**
 * Filters stylesheet : search filters, pagination
 */

/**
 * Search engine wrapper
 */
/* .search, */
.ctg {
  clear: both;
  margin: 0 0 15px 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/filter/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;
}
 .SearchUlStd002{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 760px;
    /* fix child absolute stack: this z-index has to be higher than contained z-index */
    position: relative;
    z-index: 200;
}
/*
 * Used for product lists
 */
 /* .searchContentStd001, */
 .ctgContentStd001 {
    background:url(https://i2.cdscdn.com/struct/filter/repeat-search.png) repeat-y;
    margin:0;
    padding:6px 10px;
    position:relative;
    z-index: 90;
}
/*
 * Used for Exalead
 */
/* .searchContentStd002 */
.ctgContentStd002 {
    background:url(https://i2.cdscdn.com/struct/filter/repeat-search.png) repeat-y;
    margin:0;
    overflow:hidden;
}
/**
 ****************************************************************************************************************
 * Search engine footer
 */
 /* .searchfooter, */
 .ctgfooter {
    background:url(https://i2.cdscdn.com/struct/common/layout/footer100Std001.png);
    height:4px;
    width:780px;
 }
 /**
 ****************************************************************************************************************
 * Request number
 */
.SearchNumber {
  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;
  position: relative;
 }
 .SearchNumberSpan {
  display: inline;
 }
 /**
 ******************************************************************************************************************
 * Generic text of the search engine
 */
/* .SearchBig, */
.ctgBig {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0;
 }
 /* .SearchBigH1, */
 .ctgBigH1 {
  display: inline;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0;
 }
 /**
 ******************************************************************************************************************
 * Facetting buttons
 * @changeset 1.0 
 * adding of a specific facet for the deletable button
 * @todo see how to optimise the sprites
 */
  /*
   * 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 13px 30px 0;
   position: relative;
   width: 135px;
   /***/
   zoom: 1;
   *display: inline;
 }
  .facet-criterion{
   width: 135px;
 }
/**
* facet-small, facet-medium & facet-large are some master classes that determine the width/sprite position for all the child elements
* All styles specifics to these new facets are prefixed with .facet-small/medium/large
*/
.facet-small,
.facet-medium,
.facet-large,
.facet-extraLarge{
	margin:0;
	z-index:99;
	line-height: 25px;
 }

 .facet-small{ width: 65px; }
 .facet-medium{ width: 95px; }
 .facet-large{ width: 135px; }
 .facet-extraLarge{ width: 255px; }
 
  .facet-criterion-deletable{
   width: 145px;
 }
 .btNewSearch{
   background: url(https://i2.cdscdn.com/struct/filter/facet-button-deletablelist.png) no-repeat 0 0;
   border: 0;
   color: #2254A3;
   cursor: pointer;
   font-family:Arial,Verdana,Helvetica,sans-serif;
   font-size: 10px;
   font-weight: bold;
   height: 25px;
   line-height: 25px;
   text-indent: -10px;
   width: 135px;
   padding: 0 10px 0 0;
 }

 .facet-criterion-clicked{
     z-index: 300;          /* ensures the clicked facet is above the rest + fixes IE7 z-index bug */
 }
 
.facet-small.facet-criterion-clicked,
.facet-medium.facet-criterion-clicked,
.facet-large.facet-criterion-clicked,
.facet-extraLarge.facet-criterion-clicked{
	z-index:400;
 }
    .facet-criterion-label,
    .facet-criterion-label-deletable{
        color: #3c5080;
        cursor: pointer;
        font-size: 11px;
        font-weight: 700;
        height: 25px;
        left: 0;
        line-height: 25px;
        position: absolute;
        top: 0;
        z-index: 90;
    }
    .facet-criterion-label{
        background: url(https://i2.cdscdn.com/struct/filter/facet-button.png) no-repeat;
        width: 135px;
    }
		.facet-small .facet-criterion-label{
			background: url(https://i2.cdscdn.com/struct/filter/facet-button-taille.png) -165px 0 no-repeat;
			width: 65px;
		}
		.facet-medium .facet-criterion-label{
			background: url(https://i2.cdscdn.com/struct/filter/facet-button-taille.png) -252px 0 no-repeat;
			width: 95px;
		}
        .facet-large .facet-criterion-label{
            background: url(https://i2.cdscdn.com/struct/filter/facet-button-taille.png) 0 0 no-repeat;
            width: 135px;
        }
        .facet-extraLarge .facet-criterion-label{
            background: url(https://i2.cdscdn.com/struct/filter/facet-button-taille.png) -439px 0 no-repeat;
            width: 255px;
        }
    .facet-criterion-label-deletable{
        background: url(https://i2.cdscdn.com/struct/filter/facet-button-deletable.png) no-repeat;
        width: 145px;
    }
    .facet-criterion-clicked .facet-criterion-label{ 
        background-position: 0 -40px;
    }
		.facet-small.facet-criterion-clicked .facet-criterion-label{ background-position: -165px -40px; }
        .facet-medium.facet-criterion-clicked .facet-criterion-label{ background-position: -252px -40px; }
        .facet-large.facet-criterion-clicked .facet-criterion-label{ background-position: 0 -40px; }
        .facet-extraLarge.facet-criterion-clicked .facet-criterion-label{ background-position: -439px -40px; }
        
		.facet-criterion-active .facet-criterion-label,
		.facet-small .facet-criterion-active .facet-criterion-label,
		.facet-medium .facet-criterion-active .facet-criterion-label,
		.facet-large .facet-criterion-active .facet-criterion-label,
		.facet-extraLarge .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,
	.facet-small .facet-criterion-values-wrapper,
    .facet-medium .facet-criterion-values-wrapper,
    .facet-large .facet-criterion-values-wrapper,
    .facet-extraLarge .facet-criterion-values-wrapper,
    .facet-small .facet-criterion-columned-wrapper,
    .facet-medium .facet-criterion-columned-wrapper,
    .facet-large .facet-criterion-columned-wrapper,
    .facet-extraLarge .facet-criterion-columned-wrapper {
        display: none;
    }
    
    .facet-criterion-active .facet-criterion-values-wrapper,
    .facet-criterion-active .facet-criterion-columned-wrapper,
    .facet-criterion-active .facet-small .facet-criterion-values-wrapper,
    .facet-criterion-active .facet-medium .facet-criterion-values-wrapper,
    .facet-criterion-active .facet-large .facet-criterion-values-wrapper,
    .facet-criterion-active .facet-extraLarge .facet-criterion-values-wrapper,
    .facet-criterion-active .facet-small .facet-criterion-columned-wrapper,
    .facet-criterion-active .facet-medium .facet-criterion-columned-wrapper,
    .facet-criterion-active .facet-large .facet-criterion-columned-wrapper,
    .facet-criterion-active .facet-extraLarge .facet-criterion-columned-wrapper {
        display: block;
    }

    /*
     * Default values container
     *
     * Mainly used to display already chosen options
     */
    .facet-criterion-values-wrapper,
	.facet-small .facet-criterion-values-wrapper,
    .facet-medium .facet-criterion-values-wrapper,
    .facet-large .facet-criterion-values-wrapper,
    .facet-extraLarge .facet-criterion-values-wrapper{
        background: #e4e7ec;
        border: none;
        padding-top: 2px; /* previous element height (25px) - this.top */
        position: absolute;
        top: 23px;
		left: 0; /* required for IE6/7 */
        width: 135px;   /* width (135px - 2px of border) */
    }
	
		.facet-small .facet-criterion-values-wrapper{ width: 63px; }
		.facet-medium .facet-criterion-values-wrapper{ width: 93px; }
        .facet-large .facet-criterion-values-wrapper{ width: 133px; }
        .facet-extraLarge .facet-criterion-values-wrapper{ width: 253px; }
    
        	.facet-criterion-value,
			.facet-small .facet-criterion-values-wrapper .facet-criterion-value,
			.facet-medium .facet-criterion-values-wrapper .facet-criterion-value,
			.facet-large .facet-criterion-values-wrapper .facet-criterion-value,
			.facet-extraLarge .facet-criterion-values-wrapper .facet-criterion-value{
        		background: transparent;
        		border: none;
        		color: #3C5080;
        		cursor: pointer;
        		display:inline-block;
        		font-family:Arial,Verdana,Helvetica,sans-serif;
        		font-size: 11px;
        		font-weight: bold;
        		line-height: 1.3;
        		padding: 0;
        		text-align: left;
        		vertical-align: middle;
                width: 120px;       /* available free space within the button shape */
				word-wrap: break-word;
                /* inline-block support for IE */
                zoom:1;
                *display:inline;
        	}
        	.facet-criterion-column .facet-criterion-value{
        		text-align: center;
        	}

        	.SearchUlStd002 .facet-criterion-value{line-height:1.2} /* Specific ajustment for filters of Product list */

        	/**
             * Vertical align for text on IE
             */
        	.facet-criterion-value-align{
        	    height:27px;
        	    display:inline-block;
        	    vertical-align: middle;
                /* inline-block support for IE */
                zoom:1;
                *display:inline;        	    
            }
			
			.facet-small .facet-criterion-columned-wrapper .facet-criterion-value,
        	.facet-medium .facet-criterion-columned-wrapper .facet-criterion-value,
        	.facet-large .facet-criterion-columned-wrapper .facet-criterion-value,
        	.facet-extraLarge .facet-criterion-columned-wrapper .facet-criterion-value{
        		line-height: 11px;
        		text-align: center;
				position: absolute;
				height: 23px;
				left:5px;
                width: 45px;       /* available free space within the button shape */
        	}
        	    .facet-medium .facet-criterion-columned-wrapper .facet-criterion-value { width:75px; }
        	    .facet-large .facet-criterion-columned-wrapper .facet-criterion-value{ width:115px; }
        	    .facet-extraLarge .facet-criterion-columned-wrapper .facet-criterion-value{ width:235px; }
        	
        	    .facet-criterion-value-content{
        	        line-height: 1;
        	        margin: 0;
        	        padding: 0;
        	        zoom: 1;
        	    }
        	    *+html .facet-criterion-value-content{
        	        line-height: 1.3;
        	    }
    
    /*
     * Columned values container
     *
     * It's the default usage for interactive elements
     */
     .facet-criterion-columned-wrapper{
        position: absolute;
        top: 21px;
        width: 135px;
        z-index: 210;   /* needs to be higher than ACTIVE .facet-criterion-label[z-index] */
     }
	 
		.facet-small .facet-criterion-columned-wrapper,
		.facet-medium .facet-criterion-columned-wrapper,
		.facet-large .facet-criterion-columned-wrapper,
		.facet-extraLarge .facet-criterion-columned-wrapper{ 
			padding-top: 2px; /* previous element height (25px) - this.top */
			position: absolute;
			top: 20px;
			left: 0; /* required for IE6/7 */
			width: 65px;
			z-index: 201;
			height: auto;
			background: none;
		}
		
        .facet-medium .facet-criterion-columned-wrapper { width: 95px; }
        .facet-large .facet-criterion-columned-wrapper{ width: 135px; }
        .facet-extraLarge .facet-criterion-columned-wrapper{ width: 255px; }
	 
     .facet-criterion-columned-wrapper,
     .facet-criterion-columned-wrapper .facet-criterion-columns{
        background: url(https://i2.cdscdn.com/struct/filter/facet-columns-bg.png) no-repeat right -153px;
        height: 151px;
     }
     
.facet-criterion-values-list{
        zoom: 1;
}
     
     	.facet-criterion-columned-wrapper .facet-criterion-values-list{
     		list-style: none;
     		padding: 0;
     	}
		/**
        * here is the background-repeat for the extensible height
        */
		.facet-small .facet-criterion-columned-wrapper .facet-criterion-values-list,
		.facet-medium .facet-criterion-columned-wrapper .facet-criterion-values-list,
		.facet-large .facet-criterion-columned-wrapper .facet-criterion-values-list,
		.facet-extraLarge .facet-criterion-columned-wrapper .facet-criterion-values-list {
			zoom: 1;
			background: url(https://i2.cdscdn.com/struct/filter/repeat-y-facet-button-taille.png) -135px 0 repeat-y;
			padding:5px 5px 0 5px;
			position: relative;
			z-index: 301
		}
        .facet-medium .facet-criterion-columned-wrapper .facet-criterion-values-list { background-position: -200px 0; }
        .facet-large .facet-criterion-columned-wrapper .facet-criterion-values-list { background-position: 0 0; }
        .facet-extraLarge .facet-criterion-columned-wrapper .facet-criterion-values-list { background-position: -295px 0; }
    
		
        .facet-criterion-columned-wrapper .facet-criterion-columns{
            background-position: left -1px;
            margin-right: 5px;
            padding: 13px 0 0 0;
        }
            .facet-criterion-columned-wrapper .facet-criterion-column{
                float: left;
                height: 143px;
                list-style: none;
                width: 130px;
                zoom: 1;
            }
        
        .facet-criterion-value-item{
	        color: #3C5080;
	        height: 25px;
	        text-indent: 4px;
	    }

	    .SearchUlStd002 .facet-criterion-value-item /* Specific ajustment for filters of Product list */
	    {
	        height:26px;
	        background-color: #2254A3;
	    } 
        .facet-criterion-column .facet-criterion-value-item{
            background: url(https://i2.cdscdn.com/struct/common/button/pager-filter.png) no-repeat -8px -311px;
            color: #3C5080;
            cursor: pointer;
            height: 27px;
            line-height: 22px;
            margin: 0 0 9px 5px;
            text-align: center;
            text-indent: 0;     /* reset initial text-indent */
        }
		/**
        * here is the background applied for list elements (mouseout and mouseover states)
        */
		.facet-small .facet-criterion-columned-wrapper .facet-criterion-value-item,
	    .facet-medium .facet-criterion-columned-wrapper .facet-criterion-value-item,
	    .facet-large .facet-criterion-columned-wrapper .facet-criterion-value-item,
	    .facet-extraLarge .facet-criterion-columned-wrapper .facet-criterion-value-item{
	        background: url(https://i2.cdscdn.com/struct/common/button/pager-filter.png) no-repeat -173px -311px;
			color: #3C5080;
			cursor: pointer;
	        height: 22px;
			width: 55px;
	        z-index: 301;
	        padding-bottom: 5px;
			position:relative;
	        margin-bottom: 5px;
			text-align: center;
            text-indent: 0;     /* reset initial text-indent */
	    }
		/**
        * correction margin-bottom for IE6
        */
		*+html .facet-small .facet-criterion-columned-wrapper .facet-criterion-value-item,
	    *+html .facet-medium .facet-criterion-columned-wrapper .facet-criterion-value-item,
	    *+html .facet-large .facet-criterion-columned-wrapper .facet-criterion-value-item,
	    *+html .facet-extraLarge .facet-criterion-columned-wrapper .facet-criterion-value-item{
	        margin-bottom: 2px;
	    }
	    /**
        * correction margin-bottom for IE6
        */
	    * html .facet-small .facet-criterion-columned-wrapper .facet-criterion-value-item,
	    * html .facet-medium .facet-criterion-columned-wrapper .facet-criterion-value-item,
	    * html .facet-large .facet-criterion-columned-wrapper .facet-criterion-value-item,
	    * html .facet-extraLarge .facet-criterion-columned-wrapper .facet-criterion-value-item{
	        margin-bottom: 2px;
	    }
	    
			.facet-medium .facet-criterion-columned-wrapper .facet-criterion-value-item {
				width: 85px;
				background-position: -268px -311px;
			}
			.facet-large .facet-criterion-columned-wrapper .facet-criterion-value-item {
				width: 125px;
				background-position: -8px -311px;
			}
			.facet-extraLarge .facet-criterion-columned-wrapper .facet-criterion-value-item {
				width: 245px;
				background-position: -393px -311px;
			}
        .facet-criterion-column .facet-criterion-value-item_over,
        .facet-criterion-column .facet-criterion-value-item-selected{
            background-position: -8px -259px;
            color: #fff;
        }
		.facet-small .facet-criterion-columned-wrapper .facet-criterion-value-item_over,
		.facet-small .facet-criterion-columned-wrapper .facet-criterion-value-item-selected{
            background-position: -173px -259px;
            color: #fff;
        }
        .facet-medium .facet-criterion-columned-wrapper .facet-criterion-value-item_over,
		.facet-medium .facet-criterion-columned-wrapper .facet-criterion-value-item-selected{
            background-position: -268px -259px;
            color: #fff;
        }
        .facet-large .facet-criterion-columned-wrapper .facet-criterion-value-item_over,
		.facet-large .facet-criterion-columned-wrapper .facet-criterion-value-item-selected{
            background-position: -8px -259px;
            color: #fff;
        }
        .facet-extraLarge .facet-criterion-columned-wrapper .facet-criterion-value-item_over,
		.facet-extraLarge .facet-criterion-columned-wrapper .facet-criterion-value-item-selected{
            background-position: -393px -259px;
            color: #fff;
        }
        	.facet-criterion-column .facet-criterion-value-item_over .facet-criterion-value,
			.facet-criterion-columned-wrapper .facet-criterion-value-item_over .facet-criterion-value,
        	.facet-criterion-column .facet-criterion-value-item-selected .facet-criterion-value,
			.facet-criterion-columned-wrapper .facet-criterion-value-item-selected .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{
            background-position: right -456px;
            width: 265px;
            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{
            width: 396px;
         }
         .facet-criterion-column-count-4 .facet-criterion-columned-wrapper{
            width: 525px;
         }
         .facet-criterion-column-count-5 .facet-criterion-columned-wrapper{
            width: 655px;
         }
         .facet-criterion-column-with-carousel  .facet-criterion-columned-wrapper{
         	width: 739px;
         }
             .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{
        background: url(https://i2.cdscdn.com/struct/common/icon/icone.gif) no-repeat 112px -790px;
        cursor:pointer;
        font-size: 11px;
        font-weight: bold;
    }
    .facet-element-deletable_select
    {
        background: url(https://i2.cdscdn.com/struct/common/icone.png) no-repeat 112px -1135px;
        cursor: pointer;
        display: block;
        font-style: italic;
        font-size: 10px;
        font-family: Arial;
    }
		.facet-small .facet-element-deletable { background-position: 43px -790px; }
		.facet-medium .facet-element-deletable { background-position: 73px -790px; }
		.facet-large .facet-element-deletable { background-position: 113px -790px; }
        
        .facet-element-deletable .facet-criterion-value{
            width:110px;
            padding:0 18px 0 0; /* Display the delete icon */
        }
        .facet-small .facet-element-deletable .facet-criterion-value{ width:55px; }
		.facet-medium .facet-element-deletable .facet-criterion-value{ width:85px; }
		.facet-large .facet-element-deletable .facet-criterion-value{ width:125px; }    
    
    
    /**
     *
     * To show the facet as disabled visually, the class "facet-element-collapsible" (holding the button image + triggering the js to open the facet) must swapped with "elementDisabled"
     *
    */
    
    .facet-criterion .elementDisabled span,
    .facet-element-collapsible span{
        background:url(https://i2.cdscdn.com/struct/common/icon/icone.gif) no-repeat 112px -640px;
        cursor: pointer;
        display: block;
        text-indent:8px;
    }
    .facet-criterion .elementDisabled span { cursor: default; } /* if the element is disabled, the cursor should be normal when the element is hovered */
    
		.facet-small .facet-element-collapsible span,
		.facet-small .elementDisabled span { background-position: 40px -641px; }
		
		.facet-medium .facet-element-collapsible span,
		.facet-medium .elementDisabled span { background-position: 70px -641px; }
		
        .facet-large .facet-element-collapsible span,
        .facet-large .elementDisabled span { background-position: 110px -641px; }
        
        .facet-extraLarge .facet-element-collapsible span,
        .facet-extraLarge .elementDisabled span { background-position: 232px -641px; }
   
    /*
     * 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 .facet-criterion-columns{
        background-position: 0 -304px;
    }
    
    /*
     * 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 .facet-criterion-columns{
        background-position: 0 -304px;
    }
    
    .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: -275px;       /* same as .facet-criterion-column-count-n .facet-criterion-columned-wrapper */
    }
    .facet-criterion-column-padded-3 .facet-criterion-columned-wrapper{
        left: -303px;       /* same as .facet-criterion-column-count-n .facet-criterion-columned-wrapper */
    }
    .facet-criterion-column-padded-4 .facet-criterion-columned-wrapper{
        left: -545px;       /* 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{
        height: 143px;
        overflow: hidden;
        padding-left: 40px;
        padding-right: 30px;
    }
    .facet-criterion-column-with-carousel .carousel-navigation{
        cursor:pointer;
        height: 150px;
        position: absolute;
        top: 2px;
        width: 20px;
        z-index: 201;
    }
    .facet-criterion-column-with-carousel .carousel-navigation-previous{
        background: url(https://i2.cdscdn.com/struct/filter/left_arrow.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/filter/right_arrow.png) 0 9px no-repeat;
		right: 4px;
		width: 30px;
    }
/**
* here is the background for the facet's bottom
*/
.facet-small .facet-criterion-bottom,
.facet-medium .facet-criterion-bottom,
.facet-large .facet-criterion-bottom,
.facet-extraLarge .facet-criterion-bottom{
    display:block;
    width: 65px;
    height: 20px;
    background: url(https://i2.cdscdn.com/struct/filter/facet-button-taille.png) -165px -240px no-repeat;
    margin-top: -17px;
}
    /**
    * correction margin-bottom for IE6
    */
    * html .facet-small .facet-criterion-bottom,* html .facet-medium .facet-criterion-bottom, * html .facet-large .facet-criterion-bottom, * html .facet-extraLarge .facet-criterion-bottom{
        margin-top: -16px;
    }
    /**
    * correction margin-bottom for IE7
    */
    *+html .facet-small .facet-criterion-bottom, *+html .facet-medium .facet-criterion-bottom, *+html .facet-large .facet-criterion-bottom,  *+html .facet-extraLarge .facet-criterion-bottom{
        margin-top: -16px;
    }
    
    .facet-medium .facet-criterion-bottom {
        width: 95px;
        background-position: -252px -240px;
    }
    .facet-large .facet-criterion-bottom {
        width: 135px;
        background-position: 0 -240px;
    }
    .facet-extraLarge .facet-criterion-bottom {
        width: 255px;
        background-position: -439px -240px;
    }
/*
 * Clear criteria
 * @todo, this button has to be generic
 */
 #search-clear-criteria .facet-element-deletable{
    background-position: 116px -790px;
    display: block;
 }
 .new-search-button {
    height: 25px;
    width: 135px;
    margin:0 0 0 625px;
 }
 .new-search-button-absolute {
     height: 25px;
     position: absolute;
     bottom:0;
     right:0;
     width: 135px;
 }

/**
 *****************************************************************************************************************
 * 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;
}
/**
 * @todo: the divs are set in absolute position for a cms order problem... the absolute position need to be replaced
 */
.Results,
.SortBy,
.NumberByPage,
.ListDisplay {
  color: #3C5080;
  line-height: 42px;
  margin: 0 0 0 18px;
 }
.NumberByPage,
.ListDisplay {
  margin: 0 0 0 235px;
  padding: 0 10px 0 10px;
 }
.Results {
  float: left;
 }
.SortBy {
  left: 0;
  position: absolute;
 }
 
 .SortBy .facet-criterion,
 .NumberByPage .facet-criterion{
    top :  8px;
 }
 
  /**
   * center verticaly the content in the product list header for IE7
   * @todo ... remove the absolute content
   */
  *+html .SortBy,
  *+html .NumberByPage {
  bottom: 7px;
 }
.NumberByPage {
  position: absolute;
  right: 170px;
 }

.ListDisplay {
  margin: 0;
  position: absolute;
  right: 0;
 }
 .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;
 }
 
 /**
 *  Market Place sorting content
 *
 *  @author: nicolas goueset
 *  @todo:   rename the elements if the content has to be duplicated and make them generic and remove this part
 */
 .ResultsMP{
   color: #3E5C81;
   float: left;
   font-size: 12px;
   font-weight: bold;
   height: 25px;
   line-height: 33px;
   margin: 0 0 0 10px;
 }
   .BigResultsMP{
     font-size: 16px;
   }
 .FacettMP{
   float: left;
   height: 25px;
   margin: 5px 0 0 10px;
 }
   .FacettMPLabel{
     color: #3E5C81;
     float: left;
     font-size: 12px;
     font-weight: bold;
     height: 25px;
     line-height: 25px;
     margin: 0 5px 0 0;
   }
/**
 *****************************************************************************************************************
 * Menu tabs area
 * @todo later : use this generic tabs on productsheet and on the search page
 *
 * @changelog 1.1  add of a new tab called tabsStd003 used in the market place store and that is generic
 * @changelog 1.0  add of a new tab called tabsStd002 used in the market place product sheet description and that is generic
 */
/**
 * Menu tabs area
 * <ul> html tag
 */
.menutabsarea{
  clear: both;
  height: 24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.MpMenuTabsArea{
  clear: both;
  height: 24px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menutabsareaStd003{
  border-bottom: 7px solid #0B5B8A;
  clear: both;
  height: 33px;
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0 0 0 190px;
  width: 810px;
}
/*
* Option for fixed width tabs
* Use it in conjunction with .menutabsarea
* 
* @author  Thomas Parisot <thomas.parisot@ext.cdiscount.com>
* @since   2010-07-20
* <ul> html tag
*/
.tabs-count-5 .tabs{
  width: 150px;
}
.tabs-count-6 .tabs{
  width: 125px;
}
.tabs-count-7 .tabs{
  width: 105px;
}
.tabs-count-8 .tabs{
  width: 90px;
}
.tabs-count-9 .tabs{
  width: 82px;
}
.tabs-count-10 .tabs{
  width: 73px;
}
.tabs-count-11 .tabs{
  width: 67px;
}
.tabs-count-12 .tabs{
  width: 61px;
}
.tabs-count-13 .tabs{
  width: 56px;
}
.tabs-count-14 .tabs{
  width: 53px;
}
.tabs-count-15 .tabs{
  width: 50px;
}
.tabs-count-16 .tabs{
  width: 46px;
}
.tabs-count-17 .tabs{
  width: 43px;
}
.tabs-count-18 .tabs{
  width: 41px;
}
.tabs-count-19 .tabs{
  width: 39px;
}
.tabs-count-20 .tabs{
  width: 37px;
}
.tabs-count-21 .tabs{
  width: 35px;
}
.tabs-count-MP .tabs{
  width: 150px;
}
    /**
    * Generic list tab
    * <li> html tag 
    */
    .tabs,
    .tabsStd002,
    .tabsStd003{
      background-repeat: no-repeat;
      cursor: pointer;
      display: inline;
      float: left;
      text-align: center;
    }
    .tabs{
      background-image: url(https://i2.cdscdn.com/struct/common/meta-onglets.png);
      background-position: 0 -25px;
      color: #3C5080;
      font-family: arial;
      font-size: 11px;
      font-weight: bold;
      height: 24px;
      margin: 0 0 0 2px;
      padding: 0;
    }
    .tabsStd002{
      background-image: url(https://i2.cdscdn.com/struct/common/meta-onglets.png);
      background-position: 0 0;
      color: #FFF;
      font-family: arial;
      font-size: 11px;
      font-weight: bold;
      height: 24px;
      margin: 0 0 0 2px;
      padding: 0;
    }
    .tabsStd003{
      background-image: url(https://i2.cdscdn.com/struct/common/tabs/meta-onglets-big.png);
      background-position: 0 -33px;
      color: #046dab;
      font-family: arial;
      font-size: 16px;
      font-weight: bold;
      height: 33px;
      margin: 0;
      padding: 0;
    }
    /**
    * Active or hovered tab
    * <li> html tag
    */
    .tabs.active,
    .tabs.hovered,
    .contentareatabsactive,
    .contentareatabselected{
      background-position: 0 0;
      color: #FFF;
      height: 24px;
    }
    .contentareatabsactiveStd002,
    .contentareatabselectedStd002{
      background-position: left -25px;
      color: #FFF;
      height: 24px;
    }
    .contentareatabsactiveStd003,
    .contentareatabselectedStd003{
      background-position: 0 0;
      color: #FFF;
      height: 33px;
    }
        /**
        * Link inside a tab
        * <a> html tag
        * IE needs to have an inline-block emulation, block is not enough
        */
        .contentareatabs,
        .contentareatabsStd002,
        .contentareatabsStd003{
          display: inline-block;
          text-align: left;
          /* inline-block support for IE @TODO put this in a ie.css file */
          zoom: 1;
          *display: inline;
        }
        .contentareatabs{
          background-image: url(https://i2.cdscdn.com/struct/common/meta-onglets.png);
          background-position: right -25px;
          color: #3C5080;
          height: 24px;
          line-height: 24px;
          padding: 0 0 0 12%;
          width: 89%;
        }
        .contentareatabsStd002{
          background-image: url(https://i2.cdscdn.com/struct/common/meta-onglets.png);
          background-position: right 0;
          height: 24px;
          line-height: 24px;
          padding: 0 10px;
        }
            .contentareatabsStd002 h2{
                font-size:11px;
                margin:0;
            }
        .contentareatabsStd003{
          background-image: url(https://i2.cdscdn.com/struct/common/tabs/meta-onglets-big.png);
          background-position: right -33px;
          color: #046dab;
          height: 33px;
          line-height: 33px;
          padding: 0 10px;
        }
        /*
        * Link inside a tab on two lines
        */
        .twoLinesContentareatabs{
          line-height: 11px;
        }
        /**
        * Active or hovered link inside a tab
        * <a> html tag
        */
        .tabs.active .contentareatabs,
        .tabs.hovered .contentareatabs,
        .contentareatabsactive .contentareatabs,
        .contentareatabselected .contentareatabs{
          background-position: right 0;
          color: #FFF;
        }
        .contentareatabsactiveStd002 .contentareatabsStd002{
          background-position: right -25px;
          color: #3c5080;
        }
        .contentareatabsactiveStd003 .contentareatabsStd003,
        .contentareatabselectedStd003 .contentareatabsStd003{
          background-position: right 0;
          color: #FFF;
        }
        .facet-criterion-active .facet-criterion-value-selected
        {
            color:#fff;
            font-size : 10px;
        }