@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;
	position: relative;
}

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

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

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

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

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

.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 a {
	display: block;
	padding: 0px 5px 0px 10px;
}

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


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

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

