@charset 'utf-8';

.comboboxContainer {
	border: 0px;
}

.comboboxValueContainer {
	background: url('../images/inputBG.gif') center top repeat-x;
}

.comboboxValueContent {
	color: #b9b9b9;
	padding-left: 3px;
}

.comboboxDropDownContainer {
	border: 1px solid #454545;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;
	cursor: default;
}

.comboboxDropDownButton {
	width: 18px;
	height: 20px;
	background-image: url(../images/trigger.gif);
}

.comboboxGroupItemHeader {
	display: block;
	background: #000;
	color: #fff;
}

.comboboxGroupItemContainer {
	padding-left: 10px;
}

.comboboxItem {
	background: #fff;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

.comboboxItemHover {
	background-color: #454545;
	color: #fff;
	padding-left: 4px;
}