.dropDown_width_1a{
    width: 150px;
}
.dropDown_width_1b{
    width: 130px;
}


/*
pr GENRE
*/
.dropDown_width_2a{
    width: 100px;
}
.dropDown_width_2b{
    width: 80px;
}

/*
pr Produit
*/
.dropDown_width_3a{
    width: 205px;
}
.dropDown_width_3b{
    width: 185px;
}

/*
** menu marques
**/
div.dropDownLst_fermer, 
div.dropDownLst_ouvert{
	margin: 0px;
	margin-top: 1px;
	margin-left: 9px;
	padding: 0px;
	font-weight: normal;
	font-size: 80%;
	font-size: small;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	border: 2px dotted #333333;
	cursor: auto;
/* width: 220px;
// BMK: largeur du gui #1
def .dropDown_width_Xa
*/	
	z-index: 500;
}

div.dropDownLst_ouvert{
	background-color: #ffffff !important;
	border: 2px solid #000;
	margin-left: 0px;
	margin-top: 0px;
}

div.dropDownLst_fermer{
	margin-left: 0px;
	margin-top: 0px;
}

div.dropDownLst_fermer div.uiLabel,div.dropDownLst_ouvert div.uiLabel {
	float: left;
	clear: left;
	cursor: pointer;
}

div.dropDownLst_fermer div.txt,
div.dropDownLst_ouvert div.txt{
	float: left;
	margin: 0;
	padding: 3px 0 2px 0px;
/*	
width: 200px;
// BMK: largeur du gui #2
def .dropDown_width_Xb
*/
	font-weight: bold;
	font-size: 100%;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
    overflow:hidden;
}

div.dropDownLst_ouvert div.txt {
	color: #000;
}

div.uiLabel div.txt span {
	padding: 0 0 0 10px;  
	white-space: nowrap;
}

div.dropDownLst_fermer div.ctrl,div.dropDownLst_ouvert div.ctrl {
	display: block;
	float: left;
	text-align: left;
	padding: 2px 0px 2px 0px;
	margin: 0;
	line-height: 8px;
	height: 16px;
}

div.dropDownLst_fermer div.scrollOne {
	display: none;
}

div.dropDownLst_ouvert div.scrollNone {
	display: none;
}

div.dropDownLst_fermer div.ctrl img,div.dropDownLst_ouvert div.ctrl img
	{
	height: 8px;
	width: 9px;
	padding: 0;
	margin: 0;
	border-width: 0;
	vertical-align: top;
	display: block;
}

div.dropDownLst_ouvert div.ctrl img {
	cursor: pointer;
}

/*
** pr le ui scroll
**/
div.uiSrollBox{
	float: left;
	clear: left;
	overflow: hidden;
	position: relative;
	height: 300px;
/*	width: 220px; "val pr ie"
// BMK: largeur du gui #3
def .dropDown_width_Xb
*/
	border-top: 1px dotted #ddd;
}

div.uiSrollBox div.pane{
/*	width: 220px; "val pr ie"
// BMK: largeur du gui #4
def .dropDown_width_Xb
*/
	float: left;
	text-align: left;
	display: inline;
	background-color: #fff;
}

.ui-slider {
	width: 20px;
	height: 300px;
	height: 290px;
	margin-top: 10px;
}

.ui-slider_bg {
	background-position: 4px 0px;
	background-image: url(../jquery/scroll_track.gif);
	background-repeat: repeat-y;
}

.ui-slider-handle {
	position: absolute;
	z-index: 1;
	height: 10px;
	width: 10px;
	bottom: 100%;
	left: 0px;
	background-image: url(../jquery/scroll_cabine.gif);
	background-repeat: no-repeat;
	outline-width: 0;
	border-width: 0;
	z-index: 99;
}

.ui-slider-handle-active {
	border: 1px dotted black;
}

.ui-slider-disabled .ui-slider-handle { /*
    pas requis
    opacity: 0.5; filter: alpha(opacity=50);
    */
	
}

.ui-slider-range {
	position: absolute;
	background: #50A029;
	/*
    pas requis
    opacity: 0.3; filter: alpha(opacity=30); */
	width: 100%;
	height: 100%;
}

div.dropDownLst_fermer div.uiSrollBox {
	display: none;
}

div.dropDownLst_ouvert div.uiSrollBox {
	display: block;
}

div.dropDownLstBox{
	margin: 0 0px 0 0;	
}

div.dropDownLstBox ul{
	text-align: left;
	position: relative;
	list-style: none;
	margin: 0;
	/*padding: 0.25em 0;*/
	z-index: 1;
}

div.dropDownLstBox  li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

div.dropDownLstBox li a,div.dropDownLstBox li span {
	white-space: nowrap;
	font-weight: bold;
	font-size: 100%;
	color: #999999;
	border-width: 0px;
	margin: 0;
	padding: 2px 10px;
	line-height: 20px;
	text-decoration: none;
}
div.dropDownLstBox li a
{
    display:block;
}
div.dropDownLstBox li a:hover {
	color: #000;
}

div.dropDownLstBox li a.active {
	color: #999;
}

div.dropDownLstBox li.selected {
	display: none;
}