@charset "iso-8859-1";

.icore-select {
	font-size: 11px;
	z-index: 1;
}

.icore-select a {
	cursor: default;
}

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

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

.icore-select a {
	text-decoration: none;
	display:block;
	padding:4px;
}

.icore-select-scroll a {
	border:solid #fff 1px;
	margin-bottom: 0;
	padding-left:10px;
}

.icore-select-scroll a:hover {
	background:#fafafa;
	border:1px solid #ebeeeb;
}

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

.icore-select .icore-select-caption a span span {
	display: block;
	padding:0px;
	overflow: hidden;
	border: 0;
	background: none;
}

.icore-select .icore-select-items {
	position: absolute;
	z-index: 2;
	background: url(../img/combo/combo-bg.gif) no-repeat top center #fff;
	font-size: 11px;
	margin-top: 3px;
	display: none;
	border: 1px solid #b6bcb6;
}

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

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

