.icore-select {
	color: #666;
	line-height: 14px;
}

.icore-select a {
	cursor: default;
}

.icore-select .icore-select-caption {
	position: relative;
}

.icore-select .icore-select-caption a {
	background: url(../img/btn-select.gif) no-repeat right;
	display: block;
	padding: 0 30px 0 0;
	height: 23px;
}

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

.icore-select .icore-select-caption a span {
	display: block;
	padding: 4px 0 4px 4px !important;
	background: #fff;
	border-top: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.icore-select .icore-select-items {
	position: absolute;
	z-index: 2;
	background: none;
	font-size: 11px;
	margin-top: 2px;
	display: none;
	border: none;
}

.icore-select .icore-select-scroll {
	border-top:solid #e8e8e8 1px;
	height: 120px;
	margin-right: 30px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
}

.icore-select .icore-select-scroll a{
	padding:0 6px;
	border:solid #e8e8e8 1px;
	border-top:none;
	color: #6a6a6a;
	font-weight:normal;
}

.icore-select .icore-select-scroll a:hover{
	background:url(../img/bg-combo-item.gif) left top repeat-x !important;
	color: #cb1017;
}

.icore-select .icore-select-items ul li span {
	padding-left: 8px !important;
}

.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{
	float:none !important;
}

.icore-select .icore-select-items ul li a {
	display: block;
	padding: 0px 5px 0px 0;
}

.icore-select .icore-select-selected a {
	background:url(../img/bg-combo-item.gif) left top repeat-x !important;
	color: #cb1017 !important;
}


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

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

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