/*
* COMBOBOX PERSONALIZADOS
*/
.comboboxContainer{
	border: none;
	outline: none;
	z-index:100;
}

.comboboxValueContainer{
	/*background: url(../../images/vista_content_black_glow.gif) no-repeat left top;*/
	z-index:100;
	
}

.comboboxValueContainerTiny{
	/*background: url(../../images/select-body-bg.jpg) no-repeat left top;*/
}

.comboboxValueContent{
	padding-left: 5px;
	padding-top: 0px;
	color: #757474;
	max-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	z-index:101;
}

.comboboxDropDownContainer {
	border: none;
	background: #ffffff;
	overflow: hidden;
	padding-left: 0px;
	cursor: default;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#757474;
	font-size:11px;
	z-index:102;
}

.comboboxDropDownButton {
	width: 17px;
	height: 20px;
	z-index:103;
	cursor:pointer;
	/*background: url(../../images/vista_button_black_glow.gif) no-repeat;*/
}

.comboboxDropDownButtonTiny {
	width: 37px;
	height: 20px;
	/*background: url(../../images/vista_button_black_glow_tiny.jpg) no-repeat;*/
}

.comboboxGroupItemHeader {
	display: block;
	border-bottom: dashed 1px #fff;
	font-weight: bold;
}

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

.comboboxItem {
	background:#EFEFEF;
	font-weight: normal;
	font-style: normal;
	padding-left: 12px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

.comboboxItemHover {
	font-weight: normal;
	color:#FFFFFF;
	background: #3E7EBE;
}

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

.bg-select-tiny { 
	background:url(../../../../images/bg-select-tiny.png) no-repeat left bottom;
	width:79px; }
		
.bg-select-medium { 
	background:url(../../../../images/bg-select-medium.png) no-repeat left bottom;
	width:176px; }
	
.bg-select-small {
	background:url(../images/backgrounds/bg-select-small.png) no-repeat left bottom;
	width:85px;
	height:23px;
}

.bg-select-large {
	background: url(../images/backgrounds/bg-select-large.png) no-repeat left bottom;
	width:252px;
	height:23px; }

.bg-select-largest {
	background: url(../images/backgrounds/bg-select-largest.png) no-repeat left bottom;
	width:271px;
	height:23px; }
	
.bg-select-extra-largest {
	background: url(../images/backgrounds/bg-select-extra-largest.png) no-repeat left bottom;
	width:419px;
	height:23px; 
}

.bg-select-quick-search {
	background: url(../images/backgrounds/bg-select-quick-search.png) no-repeat left bottom;
	width:153px;
	height:20px; }