
.icore-select {
	z-index: 1;
	font-size: 11px;
	line-height: 14px;
	background: #FFF;
}

.icore-select a {
	cursor: default;
}

.icore-select .icore-select-caption {
	background: url(../img/icore-select-esq.gif) no-repeat left;
	position: relative;
}

.icore-select .icore-select-caption a {
	background: url(../img/icore-select-dir.gif) no-repeat right;
	display: block;
	padding: 0 20px 0 10px;
	height: 24px;
}

.icore-select a:link, .icore-select a:visited, .icore-select a:hover {
	text-decoration: none;
}

.icore-select .icore-select-caption a span {
	display: block;
	padding: 5px 0;
	background: url(../img/icore-select-bg.gif) repeat-x top;
}

.icore-select .icore-select-items {
	position: absolute;
	z-index: 2;
	background: url(../img/icore-select-bg.gif) no-repeat bottom center #FFF;
	font-size: 11px;
	margin-top: 3px;
	display: none;
	border: 1px solid #eaeaea;
	border-top: 0;
}

.icore-select .icore-select-det1 {
	background: url(../img/icore-select-det1.gif) left repeat-y;
}

.icore-select .icore-select-det2 {
	background: url(../img/icore-select-det2.gif) right repeat-y;
}

.icore-select .icore-select-scroll {
	height: 120px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0 10px 0 10px;
}

.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: 24px;
}

.icore-select .icore-select-items ul li {
	background-image: none;
}

.icore-select .icore-select-items ul li a {
	display: block;
	padding: 0px 5px 0px 10px;
}

.icore-select .icore-select-selected {
	background-color: #EFEFEF;
}

.icore-select .icore-select-selected, .icore-select .icore-select-selected a:link, .icore-select .icore-select-selected a:hover, .icore-select .icore-select-selected a:visited {
	color: #282824;
}


/************************************/

.icore-select .rodape {
	position: absolute;
}

.icore-select .det-esquerda, .icore-select .det-direita {
	margin-top: -10px;
	width: 10px;
	height: 10px;
}

.icore-select .det-esquerda {
	float: left;
	background: url(../img/icore-select-detesq.gif) no-repeat;
}

.icore-select .det-direita {
	float: right;
	background: url(../img/icore-select-detdir.gif) no-repeat;
}
