
/* ComBoo */

.comBoo {
    border: 0;
}

.comBoo-label {
    z-index: 9000;
    height: 31px;
	font-size: 16px;
	font-weight: bold;
    cursor: pointer;
    overflow: hidden;
	color: #383838;
	white-space: nowrap;
	width: 130px;
	padding: 7px 0px 0 8px;
	display: block;
}

a:hover.comBoo-label, a:active.comBoo-label {
    text-decoration: none;
}

ul.comBoo-list {
    z-index: 8999;
    list-style: none;
    margin-top: 31px;
	margin-left: 10px;
    background: #fff;
	padding: 0 0 12px 0;
	width: 147px;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-border-radius-bottomleft: 15px;
/*
	-moz-border-radius-bottomright: 15px;
*/
	-webkit-border-radius-bottomleft: 15px;
/*
	-webkit-border-radius-bottomright: 15px;
*/
	border-radius-bottomleft: 15px;
/*
	border-radius-bottomright: 15px;
*/	
}

ul.comBoo-list li {
    display: block;
    background: #fff;
	cursor: pointer;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	text-align: left;
}

/*
ul.comBoo-list li.selected{
	background: url(../../stylesheets/images/bg_autocomplete_over.gif) repeat-x left center;
}
*/

ul.comBoo-list li:hover {
    background: url(../../stylesheets/images/bg_autocomplete_over.gif) repeat-x left center;
}