.dds-wrapper {
	
}

.dds-wrapper > .selected-item {
	border:solid 1px #222222;
	padding:3px;
	background:#ffffff url('down.png') 100% 4px no-repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#000000;
}

.dds-popup {
	background:#ffffff;
	border:solid 1px #000000;
	position:absolute;
}

.dds-popup div.dds-list {
	height:200px;
	background: #ffffff;
	overflow-y:auto;
	overflow-x:hidden;
}

.dds-popup div ul li {
	cursor:pointer;
	display:block;
	width:100%;
	padding:0;
	margin:0;
}

.dds-popup div ul li.text {
	padding: 0px 3px 3px 3px;
	color:#000000;
}

.dds-popup div ul li.hover {
	background:#dddddd;
}

.dds-popup div ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-table;
}

.dds-search {
	position:relative;
	top:3px;
	left:3px;
	margin-bottom:3px;
}

.search-hightlight {
	background:yellow;
	font-weight:bold;
}

/* Drop shadows */

.dds-shadow-bottom-left {
	width: 17px;
	height: 13px;
	background: url('dropshadow/bottom-left.png') no-repeat;
}

.dds-shadow-bottom-right {
	height:13px;
	width:13px;
	background: url('dropshadow/bottom-right.png') no-repeat;
}

.dds-shadow-right-top {
	height:16px;
	width:13px;
	background: url('dropshadow/right-top.png') no-repeat;
}

.dds-shadow-right, 
.dds-shadow-right-top,
.dds-shadow-bottom,
.dds-shadow-bottom-right, 
.dds-shadow-bottom-left {
	position:absolute;

}

.dds-shadow-right {
	width:13px;
	background: url('./dropshadow/right.png');
}

.dds-shadow-bottom {
	height:13px;
	background: url('./dropshadow/bottom.png');
}
