.icore-select {
	font-size: 12px;
	z-index: 1;
	line-height: 14px;
}

.icore-select a {
	cursor: default;
}

.icore-select .icore-select-caption {
	position: relative;
	padding-left: 1px;
}

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

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

.icore-select .icore-select-caption a span {
	display: block;
	padding: 3px 0 3px 18px !important;
	background: #fff;
	border-left: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #f8f8f8;
}

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

.icore-select .icore-select-scroll {
	height: 120px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-left: 6px;
	background: #fff;
}

.icore-select .icore-select-items ul li span {
	padding-left: 8px !important;
}

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

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

.icore-select .icore-select-selected {
	background-color: #eee;
}

/************************************/

.icore-select .rodape {
	position: absolute;
}

.icore-select .det-esquerda, .icore-select .det-direita {
	position: absolute;
	margin-top: -10px;
	background-color: #d7e1e0;
	width: 10px;
	height: 10px;
}

.icore-select .det-esquerda {
	left: 0;
}

.icore-select .det-direita {
	right: 0;
}

.icore-select .det-esquerda {
	float: left;
}

.icore-select .det-direita {
	float: right;
}
