/**
* @file elSelect.js
* @downloaded from http://www.cult-f.net/2007/12/14/elselect/
* @author Sergey Korzhov aka elPas0
* @site  http://www.cult-f.net
* @date December 14, 2007
*
*/
body {
	background:#fff;
}
.elSelect {
	width:156px;
	height:20px;
}
.elSelect .selected {
	background-color:#D7D7D7 !important;
	color:#130C5C !important;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	background-color:#fff;
	padding:2px 0 2px 6px;
	width:130px;
	font-weight:bold;
	font-size:10px;
	color:#686868;
	overflow:hidden;
	border-left:1px solid #d7d7d7;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	cursor: pointer;
}
.elSelect .dropDown {
	width: 19px;
	height: 18px;
	float: left;
	cursor:pointer;
	background:url(../images/commun/eselect/select_arrow.gif) no-repeat 0% 0%;
}

.elSelect .optionsContainer{
	position: relative;
	z-index: 3;
	}

.elSelect .optionsContainerTop {
	position:absolute;
	background:url(../images/commun/eselect/top_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	background:url(../images/commun/eselect/top_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	background:url(../images/commun/eselect/top_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	background:url(../images/commun/eselect/bottom_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	background:url(../images/commun/eselect/bottom_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div div {
	background:url(../images/commun/eselect/bottom_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
}
.elSelect .option {
	padding:4px 0 5px 5px;
	background-color:#fff;
	border-left:solid 1px #848484;
	border-right:solid 1px #848484;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#686868;
	cursor: pointer;
}
.elSelect .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#686868;
}
.icon_1 {
	background:url(icon_1.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}
.icon_2 {
	background:url(icon_2.gif) no-repeat 4px 50%;
	padding-left:20px !important;
}

/*___________________________

	E select
____________________________*/


.filtre_produit .eselect{
	float: left;

	}

.filtre_produit .elSelect{
	width: 102px;
	}

.filtre_produit .elSelect .selectedOption{
	width: 75px;
	}





























