.jquery_combo{
	background:#F2EDDF none repeat scroll 0 0;
	border:1px solid;
	color:#A5842E;
	font-family:"Times New Roman",Times,serif;
	font-size:12px;
	height:15px;
}

.jquery_combo_ul{	
	clear: both;
	background: #F2EDDF;	
	padding: 20px 0 0 0;
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;	
	position: absolute;
	z-index: 200;
	overflow: auto;
	
}


.jquery_combo_item{
	color:#A5842E;	
	font-family: Times New Roman,Times,serif;
	font-size:11px;
	font-weight:normal;
	background:#F2EDDF none repeat scroll 0 0;
	height: 14px;
	padding:2px 5px;
	border-top: 1px solid #A5842E;
}

.jquery_combo_item_over{
	background: #F1EDEA;
	color:#572600;	
	font-family: Times New Roman,Times,serif;
	font-size:11px;
	font-weight:normal;
	height: 14px;
	padding:2px 10px;
	border-top: 1px solid #A5842E;
}