.comboboxContainer
{
	height:28px;
	text-align:left;
	color:#a7a7a7;
	outline:0;
	cursor:pointer;
	background: url(../images/bluegradient_content.gif) no-repeat left top;
}

.comboboxValueContainer
{
	background: url(../images/bluegradient_content.gif) no-repeat left top;
	outline:0;
}

.comboboxValueContent
{
	padding-left: 7px;
	outline:0;
}

.comboboxDropDownContainer
{
  background: #000;
	overflow: hidden;
	padding-left: 7px;
	outline:0;
	cursor:pointer;
}

.comboboxDropDownButton
{
	width: 29px;
	height: 28px;
	/*background-image: url(../images/trigger.gif);
	background-repeat:no-repeat;*/
	outline:0;
}

.comboboxGroupItemHeader
{
	display: block;
	background: #000;
	color: #fff;
	outline:0;
}

.comboboxGroupItemContainer
{
	padding:0;
	outline:0;
}

.comboboxItem
{
	background-image:url(../images/bck_lista_combo_off.gif);
	background-repeat:repeat-x;
	background-position:left top;
	color: #a7a7a7;
	font-weight: normal;
	font-style: normal;
	height:30px;
	width:290px;
	line-height:30px;
	margin:0;
	padding:0;
	outline:0;
}

.comboboxItemHover
{
	background-image:url(../images/bck_lista_combo_on.gif);
	background-repeat:repeat-x;
	background-position:left top;
	color: #fff;
	height:30px;
	width:290px;
	line-height:30px;
	margin:0;
	padding:0;
	outline:0;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding:0;
	margin:0;
	outline:0;
}
