.icore-select {
	color: #666;
	line-height: 14px;
}

.icore-select a {
	cursor: default;
}

.icore-select .icore-select-caption {
/*	position: relative;*/
}

.icore-select .icore-select-caption a {
	background: url(../img/btn-select.gif) no-repeat right;
	display: block;
	padding: 0 30px 0 0;
	height: 23px;
}

.icore-select a {
	color: #666;
	text-decoration: none;
}

.icore-select .icore-select-caption a span {
	display: block;
	padding: 4px 0 4px 4px !important;
	background: #fff;
	border-top: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-align:left!important;
}

.icore-select .icore-select-items {
	position: absolute;
	z-index: 2;
	background: none;
	font-size: 11px;
	margin-top: 2px;
	display: none;
	border: none;
}

.icore-select .icore-select-scroll {
	border-top:solid #e8e8e8 1px;
	height: 120px;
	margin-right: 30px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
}

.icore-select .icore-select-scroll a {
	padding-left: 5px!important;
	margin: 0!important;
	border:solid #e8e8e8 1px;
	border-top:none;
	color:#6a6a6a;
	font-weight:normal;
	text-align:left!important;
}

.icore-select .icore-select-scroll a:hover{
	background:url(../img/bg-combo-item.gif) left top repeat-x !important;
	color:#F62424;
}

.icore-select .icore-select-items ul, .icore-select .icore-select-items ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 24px;
}

.icore-select .icore-select-items ul li {
	float:none !important;
}

.icore-select .icore-select-items ul li a {
	display: block;
	padding: 0;
}

.icore-select .icore-select-selected a {
	background:url(../img/bg-combo-item.gif) left top repeat-x !important;
	color:#F62424 !important;
}

