﻿
.comboboxContainer
{
	border: none;
	font-family:Arial;
	color:#181818;
	font-size:11px;
}

.comboboxValueContainer
{
	background: transparent url(../images/combobox/background.png) left center no-repeat;
	width:227px;
	height: 24px;
}

.comboboxValueContent
{
	font-family:Arial;
	padding-left:12px;
	font-size:11px;
	max-height: 15px;
}

.comboboxDropDownContainer
{
	border-right: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	border-left: solid 1px #dadada;
	border-top: solid 1px #dadada;
	background: #fff;
	overflow: hidden;
	padding-left: 0px;
}

.comboboxDropDownButton
{
	width: 27px;
	height: 24px;
	background: transparent url(../images/combobox/ddbutton.png) left center no-repeat;
	
}

.comboboxGroupItemHeader
{
	display: block;
	font-weight: bold;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
}

.comboboxItem
{
	background: #fff;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	padding:0 10px;
}

.comboboxItemHover
{
	background-color:#888888;
	color: #fff;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}
