.icore-select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #909ca3;
	line-height: 14px;
}

.icore-select a {
	cursor: default;
}

.icore-select .icore-select-caption {
	position: relative;
	background: #fff repeat-x;
}

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

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

.icore-select a {
	text-decoration:none !important;
}

.icore-select .icore-select-caption a span {
	display: block;
	padding: 5px 0 6px 10px !important;
}

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

.icore-select .icore-select-scroll {
	height: 120px;
	margin-right: 27px;
	overflow-y: auto;
	overflow-x: hidden;
	/*padding: 0 6px;*/
	background: #fff;
	border:1px solid #dbd8d1;
}

.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;
}

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

.icore-select .icore-select-selected a {
	background-color: #fff;
	color:#ADC73B;
	font-weight:bold;
}

.icore-select .icore-select-items ul li a:hover {
	background-color: #adc73b;
	color:#fff;
	font-weight:bold;
}


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

.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;
}

