.comboboxContainer
{
	/*border-left: solid 2px #777;
	border-top: solid 2px #777;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;*/
}

.comboboxValueContainer
{
	background: url(images/3.jpg) repeat-x left top;
}

.comboboxValueContent
{
	padding-left: 5px;
	/*text-transform: uppercase;*/
}

.comboboxDropDownContainer
{
	border-right: solid 1px #D8D8D8;
	border-bottom: solid 1px #D8D8D8;
	border-left: solid 1px #D8D8D8;
	border-top: solid 1px #D8D8D8;
	background: #FFFFFF;
	overflow: hidden;
	padding-left: 0px;	
}

.comboboxDropDownButton
{
	width: 20px;
	height: 25px;
	background-image: url(images/2.jpg);
}

.comboboxGroupItemHeader
{
	display: block;
	background: #000;
	color: #fff;
}

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

.comboboxItem
{
	background: #fff;
	color: #000;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
	line-height: 2;
}

.comboboxItemHover
{
	background-color: #F4F4F4;
	/*color: #fff;*/
	/*text-transform: uppercase;*/
	padding-left: 10px;
}

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