
.icore-select, .input {
	font-size: 12px;
	z-index: 2;
	line-height: 25px;
	float: left;
	width: 202px;
}

.icore-select a {
	cursor: default;
}

.icore-select .icore-select-caption {
	background: url(../img/combo-esq.gif) no-repeat left;
	position: relative;
}

.icore-select .icore-select-caption a {
	background: url(../img/combo-dir.gif) no-repeat right;
	padding: 0 35px 0 12px;
	height: 35px;	
}

.icore-select .icore-select-caption a:hover{
	background: url(../img/combo-dir-over.gif) no-repeat right;
}

.icore-select a {
	color: #647C64;
	text-decoration: none;
	display: block;
}

.icore-select .icore-select-caption a, .icore-select .icore-select-caption a span{
	display: block;
}

.icore-select .icore-select-caption a span {
	padding: 5px 0;
	background: #BECFBE;
	display: block;
}

.icore-select .icore-select-items {
	position: absolute;
	z-index: 3;
	background: transparent;
	font-size: 12px;
	width: 198px;
	height: 114px;
}

.icore-select .icore-select-scroll {
	background-color: #ABC1AB;	
	padding-left: 5px;
	padding-right: 5px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100px;
	margin-right: 30px;
}

.icore-select .alineador {
	position: absolute;
	margin-top: -10px;
	background:repeat #becfbe;
	height: 10px;
	width: 198px;
	line-height: 10px;
	z-index: 2;
}

.icore-select .icore-select-items, .combo .alineador{
	display: none;
}

.icore-select .icore-select-items .icore-select-scroll ul, .icore-select .icore-select-items ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 22px;
}

.icore-select .icore-select-items .icore-select-scroll ul li a {
	padding: 0px 8px 0px 10px;
	display: block;
}

.icore-select .icore-select-items .icore-select-scroll ul li a span {
	display: block;
}

.icore-select .icore-select-items .icore-select-scroll ul li a:hover{
	background-color: #647C64;
	color: #0E0303;

}

