/************** Skin 1 *********************/
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	margin: 2px 3px 1px 0;
	min-width: 137px;
}
.dd .ddTitle {
	padding: 0 0 0 3px;
	text-indent: 0;
	cursor: default;
	overflow: hidden;
	height: 16px;
	border: 1px solid #abadb3;
	margin: 0 0 1px;
}
.dd .ddTitle span.arrow {
	background:url(../images/dropdown-arrow.gif) no-repeat 0 0;
	float:right;
	display:inline-block;
	width:17px;
	height:16px;
	cursor:pointer; 
}
.dd .ddChild {
	position: absolute;
	border: 1px solid #c3c3c3;
	display: none;
	/*margin: 1px 0 0;*/
	width: auto !important;
	min-width: 125px;
	overflow: auto;
	overflow-x:hidden !important;
	background-color: #ffffff;
	font-size: 14px;
	padding: 0 10px 5px 0;
}
.dd .ddChild a {
	display: block;
	padding: 0 0 0 7px;
	text-decoration: none;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	clear: both;
}
.dd .ddChild a:hover {
	text-decoration: underline;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
	height: 11px;
	width: 20px;
	margin-top: -2px;
}
.dd .ddChild a.selected {
	background: url(../images/carre_bleu.jpg) no-repeat 0 6px;
}

