﻿.comboboxContainer
{
	border: none;
	outline: none;
}

.comboboxValueContainer
{
	background: url(../images/shadow_value2.gif) no-repeat left top;
	/*background: url(../images/vista_content_black_glow.gif) no-repeat left top;*/
	padding:0;
	margin:0;
}

.comboboxValueContent
{
	margin:0;
	padding-left: 0px;
	padding-top: 0px;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	max-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-indent: 12px;
	text-transform: uppercase;
	line-height: 15px;
}

.comboboxDropDownContainer
{
	border: none;
	background: url(../images/negro_trans.png) left top;
	/*background: #000;*/
	overflow: hidden;
	padding-left: -5px;
position:relative;
	margin-right: 10px;
	cursor: default;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2em;
	margin:0;
	text-indent: 10px;
}

.comboboxDropDownButton
{
	width: 30px;
	height: 40px;
	background-image: url(../images/shadow_button.gif);
	/*background-image: url(../images/vista_button_black_glow.gif);*/
}

.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: #092945;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 0px;
	margin-left: 0px;
}