﻿
.comboboxValueContent
{
	text-indent:5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
		border:2px solid #FDB700;
		background-color:#fff;
		color:#000;
		font-size:12px;

}

.comboboxDropDownContainer
{
	border: none;
	background: #000;
	padding-left: 3px;
	cursor: default;
	color: #fff;
}

.comboboxDropDownButton
{
	width: 17px;
	height: 16px;
	background-image: url(../../images/downbox.jpg);
}

.comboboxGroupItemHeader
{
	display: block;
	border-bottom: dashed 1px #fff;
	font-weight: bold;
	font-style: italic;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
}

.comboboxItem
{
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
}

.comboboxItemHover
{
	font-weight: bold;
	background: #777;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}