.IndentDropDown {
	width:30px;
	height:10px;
}

/* DropDown Ordre */
.DD_Default {
	z-index:9999;
}
.DD_Default .ui-dropdownchecklist {
	height: 20px;	
	line-height:25px;
	border-right: 0;	
	border:1px solid #D3D3D3;
	padding:3px;
	color:#151515;
	background:url('../images/DD_Default_Bg.jpg') no-repeat top right #ffffff;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.DD_Default .ui-dropdownchecklist {
		line-height:20px;
	}
	.DD_Default .ui-dropdownchecklist-item input {	
		position:relative;
		top:-2px;
	}
}

.DD_Default .ui-dropdownchecklist-hover {
	
}

.DD_Default .ui-dropdownchecklist-active {
	background:url('../images/DD_Default_Bg_On.jpg') no-repeat top right #ffffff;		
}

.DD_Default .ui-dropdownchecklist-text {
	font-size: 11px;
	height: 14px;
	line-height: 14px;
	padding-left:3px;
	margin-right: 17px;
	position:relative;
	top:3px;
}

.DD_Default .ui-dropdownchecklist-input{
	margin-left:3px;
	margin-right:3px;
	position:relative;
	top:-1px;
}

.DD_Default .ui-dropdownchecklist-icon{	
	position:relative;
	top:-5px;
	padding-left:4px;
}

.DD_Default .ui-dropdownchecklist-dropcontainer {
	background: url('../images/DD_Default_List.jpg') no-repeat top right #FFFFFF;	
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	position:relative;
	top:-3px;
	padding-top:5px;
	color:#151515;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	
}

.DD_Default .ui-dropdownchecklist-item {
	border: 1px solid #FFFFFF;
	height:25px;
	line-height:25px;
}

.DD_Default .ui-dropdownchecklist-item[checked=checked] {	
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	color: #151515;
}

.DD_Default .ui-dropdownchecklist-item input {	
	position:relative;
	top:2px;
	top:-2px !important;
	visibility:hidden;
}

.DD_Default .ui-dropdownchecklist-item-hover {
	background-color: #EDEDED;
	border: 1px solid #EDEDED;
	color: #151515;
	cursor:pointer;
}

.DD_Default .ui-dropdownchecklist-item-hover[checked=checked] {
	background-color: #EDEDED;
	border: 1px solid #EDEDED;
	color: #151515;
}

.DD_Default .ui-dropdownchecklist-item label {	
	position:relative;
	left:-17px;
	left: -27px \0/;
	top: 3px;
}
.DD_Default .ui-dropdownchecklist-item-disabled label {
	color: #ccc;
	position:relative;
	left:-20px;
}