/*aide au choix*/
.hidden{
	display: none;
}
.slide, .slidePrix{
	visibility:hidden;
}
.big, .big span
{
	font-size:13px;
	font-weight:bold;
	color:black;
}
.moduleaide_nombreproduits
{
	padding-top:25px;
}

/** slider de critères **/

.moduleaide_scroll select {
	width:66px;
}

div.gutter {
	position: relative;
	width:66px;
	height:20px;
	margin-bottom:3px;
}

div.SliderContainer {
	width:66px;
	height:25px;
	margin: 0px;
	float:left;
}
span.slider {
	position:   absolute;
	left:		0px;
	top:		0px;
	height:     20px;
	width:      21px;
	background: url('../img/module/bt_moduleaide_center.gif') 0 0 no-repeat;
	z-index:    200;
}

span.placeHolder {
	position:   absolute;
	height:     15px;
	width:      1px;
	overflow:   hidden;
}

/** sliders de prix **/
#indicateurPrix
{
	padding:0;
	margin:0;
	position:absolute;
	display:none;
	z-index:100;
	border-bottom:0px;
	}

.moduleaide_bas select
{
	width:430px;
}
/*** calage des slider de prix ***/
#zonePrixMini,#zonePrixMaxi {font-size:12px; width:40px;height:30px; padding-top:15px; font-weight:bold;}
#zonePrixMaxi {padding-left:4px; padding-left:4px;  padding-top:13px;}
.padtop {margin-top:20px;}


/*** ***/

div.gutterPrix1, div.gutterPrix2{
	position: relative;
	width:430px;
	height:20px;
	margin-bottom:3px;
}

div.SliderContainerPrix, #zonePrix1, #zonePrix2{
	position:relative;	
	width:430px;
	height:20px;	
	margin: 0px;
	margin-left:4px;
	float:left;	
}
html>body div.SliderContainerPrix, #zonePrix1, #zonePrix2 {
	margin-left:10px;
}

#zonePrix1
{
	height:28px;
	background: url(../img/module/bg_moduleprix.gif) 0 14px repeat-x;
}
#zonePrix2
{
	height:20px;
}
span.sliderPrix1 {
	position:absolute;
	left:0px;
	top:23px;
	width:21px;	
	height:24px;
	overflow:visible;
	font-size:11px;
	font-weight:bold;
	padding-top:25px;
	text-align:center;
	background: url('../img/module/arrow_bottom.gif') 0 0 no-repeat;
	z-index:200;
}

span.sliderPrix2 {
	position:absolute;
	left:0px;
	top:-22px;
	overflow:visible;
	width:21px;
	height:45px;
	font-size:11px;
	font-weight:bold;
	padding:0;	
	text-align:center;
	background: url('../img/module/arrow_top.gif') 4px 13px no-repeat;
	z-index:240;
}

html>body span.sliderPrix2{
padding-left:1px;
	background: url('../img/module/arrow_top.gif') 0px 13px no-repeat;
}

span.placeHolderPrix2{
	position:   absolute;
	margin-top:15px;
	height:     4px;
	width:      1px;
	overflow:   hidden;
	/*background-color:Black;*/
}
span.placeHolderPrix1 {
	position:   absolute;
	padding-top:28px;
	height:     35px;
	width:      50px;
	overflow:   hidden;
	/*background-color:Black;*/
}


/*** Modif Morty ***/
.tabMultiCrit{
    border-collapse:collapse;
    border-bottom:1px solid #cccccc;
    width:95%;
    margin-left:22px;
    margin-bottom:15px;
}

.tabMultiCrit tr{
    height:50px;
}
td.libelleCritere{
    width:50%;
    /*text-indent:260px;*/ /* BI 25/01/08 */
    font-size:1.3em;
    font-weight:bold;
	 text-align: right;
}

.tabMultiCrit2{
    border-collapse:collapse;
    border-bottom:none;
    width:95%;
    margin-bottom:15px;
}

.tabMultiCrit2 tr{
    height:25px;
}

.selectCritere select{
	margin-left: 10px; /* BI 25/01/08 */
}
/*** Fin Modif. ***/



