﻿.comboboxContainer
{
	border: none;
}

.comboboxValueContainer
{
	/*background-image: url(../images/combobox/shadow_value2.gif);*/
	background-image: url( '../images/combobox/bgr.png' );
}

.comboboxValueContent
{
	padding-left: 8px;
	padding-top: 0px;
	margin-top: -2px;
	text-transform: uppercase;
	max-height: 20px;
}

.comboboxDropDownContainer
{
	border: none;
	background: #fff;
	padding-left: 3px;
	cursor: default;
	overflow: hidden;
}

.comboboxDropDownButton
{
	width: 20px;
	height: 22px;
	background-image: url( '../images/combobox/selector.png' );
}

.comboboxGroupItemHeader
{
	display: block;
	border-bottom: solid 1px #999;
	font-weight: bold;
	font-style: italic;
}

.comboboxGroupItemContainer
{
	padding-left: 10px;
	margin-left: 10px;
}

.comboboxItem
{
	/*color: #000;*/
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
	padding: 2px;
}

.comboboxItemHover
{
	background: lightgray;
}
