.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: url(../img/bg-select.gif) 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: 27px;
}

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

.icore-select .icore-select-caption a span {
	display: block;
	padding: 7px 0 6px 15px !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 {
	display: block;
	padding: 0px 5px 0px 0;
}

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


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

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

