.comboboxContainer
{
	border: none;
}

.comboboxValueContainer
{
width:221px;
height:29px;
	 background: url(_graphic/buttons/region_dropdown.jpg) no-repeat top center;
}

.comboboxValueContent
{
	padding-left: 8px;
	padding-top: 0px;
	margin-top: -2px;
	text-transform: uppercase;
	max-height: 20px;
}

.comboboxDropDownContainer
{
	border: none;
	background:#FFFFFF;
	padding-left: 3px;
	cursor: default;
}

.comboboxDropDownButton
{
	width: 1px;
	height: 29px;
}

.comboboxGroupItemHeader
{
	display: block;
	border-bottom: solid 1px #999;
	font-weight: bold;
	font-style: italic;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
}

.comboboxItem
{
	color: #000;
	font-weight: normal;
	font-style: normal;
}

.comboboxItemHover
{
	border: solid 1px #000;
	margin: -1px;
	font-weight: bold;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}