/* Select - Inicio */
.sel-style-select {
	margin-bottom: 5px;
	float: left;
}

.sel-style-texto {
	background: url(../img/bg_select.png);
	height: 32px;
	margin: 0px;
	line-height: 32px;
	position: relative;
}
#tipo_quarto .sel-style-texto {
	background: url(../img/bg_select_menor.png);
}
.sel-style-texto,
.sel-style-lista {
	overflow: auto;
	max-height: 232px;
	padding-left: 10px;
	width: 222px;
	color: #999999;
	margin: 0;
}
#tipo_quarto .sel-style-texto,
#tipo_quarto .sel-style-lista {
	width: 152px;
}

.sel-style-texto.hover {
	background-position: 0 -32px !important;
}
.sel-style-lista {
	margin-left: 0px;
	padding: 0px !important;
	top: 32px;
/*	min-width: 400px;*/
}

.selectJsLinha .sel-style-lista {
	min-width: 500px;
}

.sel-style-lista li {
	background: #fff;
	border: 1px solid #DFB2AC;
	display: block;
	height: 27px;
	line-height: 27px;
	margin-top: -1px;
	padding: 0px 7px;
	position: relative;
	z-index: 999999;
	color: #999999;
}
.sel-style-lista li.hover {
	background: #e3e3e3;
}

.sel-style-lista img,
.sel-style-texto img {
	float: left;
	margin: 5px 5px 0px 0px;
}

.sel-style-lista li span {
	float: left;
	position: relative;
	z-index: 999999;
}

.divData {
	background: url(../img/compre_data.png);
	width: 100px !important;
}

.selData {
	width: 110px !important;
	min-width: 110px !important;
}
/* Select - Fim */