@charset "utf-8";

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
* html .ui-autocomplete {
  height: 100px;
}


/*************************************
 * generic styling for ALS elements
 ************************************/

.als-container {
	position: relative;
	/*width: 100%;*/
	margin: 0px auto;
	z-index: 0;
	
    /*border:1px solid red;*/
}

.als-viewport {
	position: relative;
	overflow: hidden;
	bottom: 51px;
	/* margin-left:18px; */
	/*border:1px solid yellow;*/
	width:190px !important;
}

.als-wrapper {margin-left:-8px;}
.als-wrapper > li:first-child {
	/* margin-left:0; */
}
.als-wrapper {
	position: relative;
	list-style: none;
	
}

.als-item{
/*border:1px solid red;*/
	/* margin:0 9px 0 9px; */
	margin-left:8px;

}


.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
	font-family: Gulim;
	/*line-height:14px;*/
}

.als-prev, .als-next {
	cursor: pointer;
	clear: both;
}

#select_theme{height:24px;border:0;font-size:11px;font-family:"µ¸¿ò",Dotum;padding-top:2px;cursor:pointer;}
