.comboboxContainer
{
	border-right: solid 1px #a0a0a0;
	border-bottom: solid 1px #a0a0a0;
	border-left: solid 1px #a0a0a0;
	border-top: solid 1px #a0a0a0;
	background: #ececec;
}

.comboboxValueContainer
{
	background-color: #ececec;
}

.comboboxValueContent
{
	padding-left: 3px;
	text-transform: uppercase;
	color: #b3b3b3;
}

.comboboxDropDownContainer
{
	border-right: solid 1px #a0a0a0;
	border-bottom: solid 1px #a0a0a0;
	border-left: solid 1px #a0a0a0;
	border-top: solid 1px #a0a0a0;
	background: #ececec;
	overflow: hidden;
	padding-left: 3px;	
}

.comboboxDropDownButton
{
	width:23px;
	height:22px;
	background-image: url(../images/default-combobox.gif);
}

.comboboxGroupItemHeader
{
	display: block;
	background: #000;
	color: #fff;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
	color: #fff;
}

.comboboxItem
{
	background: #fff;
	color: #000;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
}

.comboboxItemHover
{
	background-color: #999;
	color: #fff;
	text-transform: uppercase;
	padding-left: 4px;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}