@CHARSET "UTF-8";

#colonne_centre .jquery-selectbox, 
#colonne_centre .select {
	position: relative;
	height: 30px;
	line-height:25px;
	width: 470px;
	float: left;
	display: inline;
	margin-right:8px;
	font-size: 1.1em;
	color: #991192;
	padding: 0px;
	/*padding-left:14px;*/
}
#colonne_centre .select select{
    width:100%;
/*    height: 30px;*/
    /*padding: 3px 0px;*/
}

#colonne_centre .select, #colonne_centre .select .sb-inner {
    /*background:#fff url("../img/css/bg_select.gif") repeat-x;*/
}
#colonne_centre .select .sb-shadow {
	background:#333;
}
#colonne_centre .jquery-selectbox {
	margin-right:0px;
	padding-left:14px;
	width:362px;
}
.jquery-selectbox.selecthover {
	/*border-color: #9F7627;
	background-color: #FFFCDF;*/
	/*background-image: url("../img/bg-TextFieldFocused.gif");*/
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	/*padding: 3px 0px 0px 3px;*/
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 30px;
	padding: 2px;
	left: 0px;
	background: #fff;
	width: 370px;
	/*height: 250px;*/
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #c6c6c6;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../img/css/bt_drop.gif") no-repeat 0px 3px;
	margin-right:8px;
	width:23px;
	height: 30px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../img/css/bt_drop.gif") no-repeat 0px 3px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #991192;
	color: #fff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}
