﻿.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

#mmdev {
	background: transparent;
	/*border: none;*/
}
#mmdev .ui-widget-header {
	background: transparent;
	border: none;
	border-bottom: 1px solid #c0c0c0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#mmdev .ui-state-default {
	background: transparent;
	border: none;
}
#mmdev .ui-state-active {
	/*background: transparent url(img/uiTabsArrow.png) no-repeat bottom center;*/
	border: none;
}
#mmdev .ui-state-default a {
	color: #c0c0c0;
}
#mmdev .ui-state-active a {
	color: #d2691e;
}

#mmdev a:hover {
	background-color: transparent;
}

#mmdev .ui-widget-content {
    border: none;
}

/* autocomplete with categories */
.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}