.icore-select {
	z-index: 1;
	line-height: 19px;
	float: left;
}

.icore-select a {
	cursor: default;
}

.icore-select .icore-select-caption {
	background: url(../img/imput_esq.gif) no-repeat;
	padding-left: 10px;
}

.icore-select .icore-select-caption a {
	background: url(../img/bt_select.gif) no-repeat right;
	display: block;
	padding: 0 35px 0 0;
	height: 32px;
}

.icore-select a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#757a80;
	text-decoration: none;
	/*background: #fff;*/
}

.icore-select .icore-select-caption a span {
	display: block;
	padding: 7px 0 6px 0;
	background: url(../img/imput_bg.gif) repeat-x #fff;
}

.icore-select .icore-select-items {
	position: absolute;
	z-index: 2;
	background: #fff;
	border: 1px solid #e6e8e9;
	margin-top: 2px;
	display: none;
}

.icore-select .icore-select-scroll {
	height: 120px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 5px;
}

.icore-select .icore-select-items ul {
}

.icore-select .icore-select-items ul, .icore-select .icore-select-items ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
}

.icore-select .icore-select-items ul li a {
	display: block;
	padding: 0px 5px 0px 10px;
}

.icore-select .icore-select-selected {
	background-color: #e6e8e9;
}


/************************************/

.icore-select .rodape {
	position: absolute;
}

.icore-select .det-esquerda, .icore-select .det-direita {
	position: absolute;
	margin-top: 2px;
	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;
}
