
.icore-select {
    line-height: 14px;
}

.icore-select a {
    cursor: default;
}


.icore-select .icore-select-caption {
    position: relative;
}

.icore-select .icore-select-caption a {
    background: url(/layout/padrao/img/btn-select.gif) no-repeat right;
    display: block;
    padding: 0 30px 0 0;
    height: 23px;
}

.icore-select a {
    text-decoration: none;
}

.icore-select .icore-select-caption a span {
    display: block;
    padding: 4px 0 4px 4px !important;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.icore-select .icore-select-items {
    position: absolute;
    z-index: 2;
    font-size: 11px;
    margin-top: 2px;
    display: none;
    border: none;
}

.icore-select .icore-select-items li {
    background: black;

}

.icore-select .icore-select-scroll {
    border-top:1px solid;
    max-height: 180px;
	min-width: 60px;
    margin-right: 30px;
    overflow-y: auto;
    overflow-x: hidden;
}

.icore-select .icore-select-scroll a{
    padding: 0 6px;
    border-width: 1px;
	border-style: solid;
    border-top: none;
    font-weight: normal;
}

.icore-select .icore-select-scroll a:hover{
    /* background:url(/layout//img/bg-combo-item.gif) left top repeat-x !important; */
    font-weight: bold;
	/* background: url(/layout/padrao/img/bg-combo-item.gif) left top repeat-x !important; */
}

.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: #242A32;
    color: #7c7c7c !important;
    font-weight: bold;

}

.icore-select .icore-select-selected a:hover {
    background: #242A32 !important;
    color: #7c7c7c !important;
    font-weight: bold;
}

/************************************/

.icore-select .rodape {
    position: absolute;
}

.icore-select .det-esquerda, .icore-select .det-direita {
    position: absolute;
    margin-top: -10px;
    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;
}
