
.asmSelect {
	/* the newly created regular 'select' */
	display: inline;
	float:left;
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #999; 
}

.asmHighlight {
	/* the highlight span */
	padding: 0;
	margin: 0 0 0 15px;
	position:absolute;top:0;left:245px;
	width:150px;
}

.asmList {	/* html list that contains selected items */
	margin: 0.25em 0 1em 0; position: relative;display: block;padding-left: 0;list-style: none;clear:both;float:left;}

.criterii_filtrare .asmList {margin-top:25px;}
/*.criterii_filtrare .asmList {margin-top:25px;position:absolute;left:10px;}
.criterii_filtrare #asmList0 {margin-top:45px;}*/

.asmListItem {
	/* li item from the html list above */
	position: relative; margin-left: 0;padding-left: 0;list-style: none;background: #fff;width: 100%; margin: 0 0 -1px 0; line-height: 1em;width:236px;}
/*.criterii_filtrare .asmListItem{width:730px;}*/

.asmListItemLabel {
	/* this is a span that surrounds the text in the item, except for the remove link */
	padding: 5px; 
	display: block;
}

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

.asmListItemRemove {
	/* the remove link in each list item */
	position: absolute;
	right: 0; 
	top: 0;
	padding: 5px 5px 5px 13px; 
	background:url(../images/buton_sterge.jpg) no-repeat left center;
	color:#feb00a;
}

