.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: transparent url(../img/bg-input-left.png) left top no-repeat;
	padding-left: 12px;
	height: 37px;
}

.icore-select .icore-select-caption a {
	background: url(../img/bt-select.png) no-repeat right;
	display: block;
	padding: 0 39px 0 0;
	height: 37px;
}

.icore-select a {
	color: #909ca3;
	text-decoration: none;
}

.icore-select .icore-select-caption a span {
	display: block;
	padding: 12px 0 11px 0 !important;
	background: url(../img/bg-input.gif) repeat-x;
}

.icore-select .icore-select-items {
	position: absolute;
	z-index: 2;
	font-size: 12px;
	margin-top: -9px;
	display: none;
	border: 1px solid #d3dee6;
	border-left:0;
	border-top: 0;
	background: #ffffff url(../img/bg-select-itens.gif) left top no-repeat;
}

.icore-select .icore-select-scroll {
	height: 80px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 6px 0 6px;
}

.icore-select .icore-select-items ul li span {
	padding-left: 10px !important;
	display:block;
}

.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: #d3dee6;
}


/************************************/

.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;
}
