.comboboxContainer
{
	border: none;
	font-family: Helvetica, Arial;
	margin: 0 0 0 23px !important; /*[e]0 0 0 23px*/
}
.comboboxValueContainer
{
	background: url(../../images/background_mac.gif) no-repeat left top;
}
.comboboxValueContent
{
	padding-left: 5px;
	text-transform: uppercase;
	font-size: 85%;
	max-height: 15px;
}
.comboboxDropDownContainer
{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;
	background: #CBC0AC;
	overflow: hidden;
	padding-left: 0px;
	margin-left: 3px;
}
.comboboxDropDownButton
{
	width: 19px;
	height: 19px;
	background-image: url(../../images/ddbutton_mac.gif);
}
.comboboxGroupItemHeader
{
	display: block;
	font-weight: bold;
}
.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
}
.comboboxItem
{
	background: #CCC1AD;
	color: #4B473E;
	font-weight: normal;
	font-style: normal;
}
.comboboxItemHover
{
	background-color: #69655C;
	color: #010101;
	padding-left: 3px;
}
.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}
