.listbox-clear {
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
}

.listbox-container {
    font: 12px Arial,sans-serif;
    position: relative;
    width: 175px;
}

.listbox-si {
    position: relative;
}

.listbox-si-text {
    height: 19px;
    width: 175px;
    cursor: default;
    padding-left: 2px;
    /*border: 1px solid #EFEFEF;*/
    font: 12px Arial,sans-serif;
    color: #87a6c0;
}

.listbox-si-button {
    position: absolute;
    top: 1px;
    *top: 2px;
    left: 160px;
	width: 17px;
	height: 17px;
	background: transparent url(/theme/asbis2012/img/news/pics-map-01.png) no-repeat left -88px;
}

.listbox-disabled .listbox-si-button {
	background: transparent url(/theme/asbis2012/img/news/pics-map-01.png) no-repeat left -88px;
}

.listbox-list-container {
    background: white;
	border: 1px solid #4E8EAC;
	position: absolute;
	top: 19px;
	left: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
    height: 0px;
    width: 175px;
}

.listbox-list-container .listbox-clear {
	display: none;
}

.listbox-iframe {
	border: none;
    position: absolute;
    top: 19px;
    left: 0px;
    height: 0px;
    width: 175px;
}

.listbox-gi {
    cursor: default;
	padding: 1px 2px;
}

.listbox-gi-hovered {
	background: #316AC5;
    color: #fff;
}

.listbox-gi-selected {
	background: #316AC5;
    color: #fff;
}
