@charset "iso-8859-1";

.icore-select {
	font-size: 12px;
	z-index: 1;
	line-height: 12px;
}

.icore-select a {
	/* cursor: default; */
}

.icore-select .icore-select-caption {
	background: url(../img/combo/combo-esq.gif) no-repeat left top;
}

.icore-select .icore-select-caption a {
	background: url(../img/combo/combo-dir.gif) no-repeat right top;	
	display: block;
	padding: 0 25px 0 14px;
	height: 30px;
}

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

.icore-select .icore-select-caption a span {
	display: block;
	padding-bottom:7px;
	padding-top:9px;
	height:16px;
	color:#959595;
	background:url(../img/combo/combo-bg.gif) repeat-x top center;
	line-height:13px;
}

.icore-select .icore-select-items {
	position: absolute;
	z-index: 2;
	background: url(../img/combo/combo-bg.gif) no-repeat bottom center;
	font-size: 12px;
	display: none;
}

.icore-select .icore-select-scroll {
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0 10px;
	max-height: 100px;
	padding:7px 10px 0 10px;
	background: #fff;
}

.icore-select .icore-select-scroll li {
	border-top: solid #ddcee5 1px;
}

.icore-select .icore-select-scroll li {
	border-top: solid #ddcee5 1px;
}

.icore-select .icore-select-items ul li.primeiro {
	border-top:none;
}

.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;
	width: 100%;
}

.icore-select .icore-select-items ul li a.primeiro {
	border-top:none;
}

.icore-select .icore-select-selected a {
	color:#00a651;
	font-weight:bold;
}


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

.icore-select .rodape {
	position: absolute;
}

.icore-select .det-esquerda, .icore-select .det-direita {
	position: absolute;
	margin-top: 0px;
	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;
}

