﻿/*.comboboxContainer ul {
	float:right;
		
	}*/

.comboboxContainer {
    display:block; float:left;
	border:0 none transparent;
	}
	
.comboboxCampo {
	background:url(../img/InputBackground.gif) top left no-repeat;
	height:25px;
	text-align:left;
	padding-left:20px;
	width:148px;
	position:static;
	display:block;
	}

.comboboxCampoValor {
	text-transform:lowercase;
	float:right;
	text-align:left;
	}

.comboboxDropDownContainer {
	/*border: solid 1px #B8B8B8;
	display:inline;*/
	border:0;
	background-color: #fff;
	overflow:scroll;
	padding:0;	
	display:block;
	position:static;
	float:left;
	/*left:0;*/
	margin:0;
	text-align:left;
	}

.comboboxDropDownButton {
	width: 22px;
	height: 25px;
	background: url(../img/DropArrow.gif) top left no-repeat;
	}
	
.comboboxGroupItemHeader {
	display:block;
	background-color: #000;
	color: #fff;
	}

.comboboxGroupItemContainer {
	margin:0 0 0 10px;
	}

.comboboxItem {
	background-color: #fff;
	color: #000;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
	padding-left:7px;
	}

.comboboxItem a, .comboboxItem a:visited, .comboboxCampoValor a, .comboboxCampoValor a:visited {
	text-decoration:none;
	color:#333;
	}

.comboboxItemHover {
	background-color: #999;
	color: #fff;
	padding-left:7px;
	}
