﻿.comboboxContainer
{
	border: none;
	font-family:Arial, Helvetica, sans-serif; font-size:.8em; color:#8e8e8e !important;
	text-align:left;
	outline:none;
}

.comboboxValueContainer
{
	background:url(../images/combo-lt-bg.gif) no-repeat left top;
		text-align:left; width:246px !important;
}
.comboboxValueContainer2
{
	background:url(../images/combo-lt-bg2.gif) no-repeat left top;
		text-align:left; width:246px !important;
}

.comboboxValueContent
{
	padding-left: 5px;
	font-size: 85%;
	max-height: 15px;
		text-align:left;
}
.comboboxValueContent2
{
	padding-left: 5px;
	font-size: 85%;
	max-height: 15px;
		text-align:left;
}

.comboboxDropDownContainer
{
	border:solid 1px #fff;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;
	text-align:left;
	position:absolute;
	z-index:100;
	left:0;

	
}
select{
	width:246px;
}
.comboboxDropDownButton
{
	width: 23px;
	height: 23px;
	background-image: url(../images/combo-rtdd.gif);
}

.comboboxDropDownButton2
{
	width: 23px;
	height: 23px;
	background-image: url(../images/combo-rtdd2.gif);
}

.comboboxGroupItemHeader
{
	display: block;
	font-weight: bold;
	outline:none;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
		position:absolute;
	z-index:100;
	left:0;
}

.comboboxItem
{
	background: #fff;
	color: #8e8e8e;
	font-weight: normal;
	font-style: normal;
	cursor:hand;
	cursor:pointer;
	padding:3px 0; display:block;
}

.comboboxItemHover
{
	background-color:#f3f3f3;
	color: #8e8e8e;
}

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