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

.icore-select a {
	cursor: default;
}

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

.icore-select .icore-select-caption {
	/*position: relative;*/
	background: url(../img/bg-select.gif) repeat-x;
}

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

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

.icore-select .icore-select-caption a span {
	font-size:18px;
	display:block;
	padding: 4px 0 6px 5px !important;
	background: url(../img/bg_select-canto.gif) left no-repeat;
}

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


.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 {
	padding: 3pxpx 5px 0px 0;
}

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


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

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

