    .EFMImageCombo {
    	background-color:#FFF;
    	height:250px;
    	overflow:scroll;
    	border:1px solid;
		        border-radius:0px !important;
		   -moz-border-radius:0px !important;
		-webkit-border-radius:0px !important;
    	position:absolute;
    	display:none;
    	z-index:99;
    }

    .selected {
        background-color:blue;
        color:#FFF;
    }

	.txtSelected {
		width:70% !important;
	}

    .item {
		width:100%;
		line-height:28px;
		vertical-align:middle;
		border:0px;
		        border-radius:0px !important;
		   -moz-border-radius:0px !important;
		-webkit-border-radius:0px !important;
		border:0px !important;
    }

		.itemImage {margin-top:9px;}

   .item.disabled{line-height:16px;}
   .itemImage.disabled{margin-top:4px;}
    .itemImage, .selImage {
		width:16px;
		border:0px;
		        border-radius:0px !important;
		   -moz-border-radius:0px !important;
		-webkit-border-radius:0px !important;
		border:0px !important;
    }

    .itemText {
    	width:100%;
		        border-radius:0px !important;
		   -moz-border-radius:0px !important;
		-webkit-border-radius:0px !important;
		border:0px !important;
		text-align:left !important;
    }

	@media screen and (max-width: 810px) {
	    .EFMImageCombo {
	    	background-color:#FFF;
	    	height:200px;
	    }
	}

	@media screen and (max-width: 360px) {
		.txtSelected {
			width:45% !important;
		}
	}