ul, li {
	margin:0px;
	padding:0px;
}

.combo_open_mid ul{
	background:url(../images/dropdown-middle.png) repeat-x left top;
	padding:0;
}

.fl {
	float:left;
}

/*combobox*/
.combo_wrap{
	position:relative;
	margin:0;
	z-index:1000;
}

.combo_custom{
	height:18px;
	width:auto;
	min-width:50px;
	color:#FFFFFF;
	position:relative;
	background: transparent url(../images/dropdown-middle.png) repeat-x left top;
}

.combo_custom_l{
	background: transparent url(../images/dropdown-left.png) no-repeat left top;
	height:18px;
	padding: 0 0 0 7px;
}

.combo_custom_r{
	background: transparent url(../images/dropdown-right.png) no-repeat right top;
	height:18px;
	padding:0 18px 0 0;
	position:relative;
	right:-5px;
}

.combo_btn{
	width:25px;
	height:25px;
	display:block;
	position:relative;
	left:5px;
	top:2px;
}

.combo_open, .combo_close{
	height:200px;
	padding:100px;
	position:relative;
}

/*combo open*/
.combo_open_list{
	position:absolute;
	right:-5px;
	top:0px;
}

.combo_open_top{
	height:5px;
	background: transparent url(../images/dropdown-middle.png) repeat-x left bottom;
	margin:0 10px;
}
.combo_open_tl{
	float:left;
	background: transparent url(../images/dropdown-top-left.png) repeat-x left 0px;
	height:5px;
	width:10px;
	margin-left:-10px;
}
.combo_open_tr{
	float:right;
	background: transparent url(../images/dropdown-top-right.png) repeat-x right 0px;
	height:5px;
	width:10px;
	margin-right:-10px;
}

.combo_open_mid{
	height:5px;
	background:url(../images/dropdown-middle-bot.png) repeat left top;
	color:#fff;
	margin:0;
	height:auto;
	min-height:53px;
	border: 1px solid #58BA00;
	border-bottom: 0px ;
	overflow:hidden;
}

.combo_open_bot{
	height:5px;
	background: transparent url(../images/dropdown-middle.png) repeat-x left bottom;
	margin:0 10px;
}

.combo_open_bl{
	float:left;
	background: transparent url(../images/dropdown-bottom-left.png) repeat-x left bottom;
	height:5px;
	width:10px;
	margin-left:-10px;
}

.combo_open_br{
	float:right;
	background: transparent url(../images/dropdown-bottom-right.png) repeat-x right bottom;
	height:5px;
	width:10px;
	margin-right:-10px;
}

.combo_list_item li{
	list-style:none;
	margin:0 0 1px !important;
	text-align:left;
	line-height:16px;
	padding:2px 0 2px 7px !important;
	/*font-family:11px 'lucida Grande',Arial,Helvetica,sans-serif,'trebuchet ms';*/
	font-size:11px;
}

.services_combo .combo_list_item li {
	padding:0px !important;
	width:100% !important;
	font-size: 11px;
}
.combo_list_item li span{
	padding:2px 0 2px 7px !important;
	color:#fff;
	display: block;
}

.combo_list_item li.selected span{
 	color:#439601 !important;
 }
 
.services_combo #cont_container .combo_list_item li.current, .services_combo #cont_container .combo_list_item li.selected {
	width:100% !important;
}

.combo_list_item li span.current, .combo_list_item li span.selected{
	background: #fff !important;
	color:#439601;
	cursor:pointer;
	height:100%;
	width:100%;
}

.combo_list_item li.current, .combo_list_item li.selected{
	background: #fff !important;
	color:#439601 !important;
	cursor:pointer;
	height:100%;
	width:100%;
}
.combo_default_item{
	background:transparent !important;
	border:none;
	display:inline;
	width:100%;
	height:100%;
	overflow:visible;
	float:left;
	padding:0;
	cursor:pointer !important;
	color:#FFFFFF;
}

.services_combo .combo_default_item{
	width:175px;
}

.services_combo #cont{
	left:0px;
}

