﻿.comboboxContainer
{
  border: none;
  outline:none;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: url(../images/botones/fndo_select2.gif);
  width: 94px !important;
}

.comboboxContainerGde
{
  border: none;
  outline:none;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: url(../images/botones/fndo_select2.gif);
  width: 131px !important;
}

.comboboxValorContainer
{
}

.comboboxValueContent
{
	padding-left: 10px;
	padding-top: 5px;
	margin-top: -2px;
	max-height:18px;
}

.comboboxDropDownContainer
{
	background:url(../images/botones/fndo_select_gde.jpg) no-repeat bottom left;
	overflow:hidden;
	cursor:pointer;
	outline:none;
	padding-bottom:3px;
  padding-left:0;
	}

.comboboxDropDownContainer2
{
	background:url(../images/botones/fndo_select_gde2.gif) no-repeat bottom left;
	overflow:hidden;
	cursor:pointer;
	outline:none;
	padding-bottom:3px;
	padding-left:0;
}

.comboboxDropDownContainerChico
{
	background:url(../images/botones/fndo_select_chico.gif) no-repeat bottom left;
	overflow:hidden;
	cursor:pointer;
	outline:none;
	padding-bottom:3px;
padding-left:0;

}

.comboboxDropDownButton
{
	width: 23px;
	height: 23px;
	background-image:url(../images/botones/bton_select2.jpg);
	cursor:pointer;
}

.comboboxGroupItemHeader
{
	display: block;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
}

.comboboxItem
{
  color: #000;
  cursor:pointer;
  padding-left: 10px;
  width: 82px !important;
}

.comboboxItemGde
{
  color: #000;
  cursor:pointer;
  padding-left: 10px;
  width: 119px !important;

}

.comboboxItemHover
{
  background: #ccc;
}


