
/* AS SELECT */
.js-real.jquery-selectbox {
	padding: 0px;
	height: 20px;
	border: 0px solid #D5D5D5;
	font:normal 12px "Dosis", sans-serif;
	color:#666666;
	margin:0 0px 0 0;
	
/*
	background-image: linear-gradient(top, #F5F5F5 0%, #E5E5E5 100%);
	background-image: -webkit-linear-gradient(top, #F5F5F5 0%, #E5E5E5 100%);
	background-image: -moz-linear-gradient(top, #F5F5F5 0%, #E5E5E5 100%);
	background-image: -o-linear-gradient(top, #F5F5F5 0%, #E5E5E5 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F5F5F5, endColorstr=#E5E5E5)";
	border-radius: 5px;
*/
}
.selectIdioma.jquery-selectbox{
	width:30px!important;
	background:url(../imgs/select-idioma.png) right 0 no-repeat!important;
    color: #FFF;
    font-size: 14px;
}
.selectIdioma.jquery-selectbox-focus{
	width:30px!important;
	background:url(../imgs/select-idioma.png) right 0 no-repeat!important;
}

.selectReserva.jquery-selectbox{
	width:68px!important;
	background:url(../imgs/select-reserva.png) right 0 no-repeat!important;
    color: #FFF;
    font-size: 13px;
    height: 28px;
    text-align: left;
    padding: 8px 0 0 14px;
}
.selectReserva.jquery-selectbox-focus{
	width:82px!important;
	background:url(../imgs/select-reserva.png) right 0 no-repeat!important;
    height: 36px;
}

.selectMarcacoes.jquery-selectbox,
.selectNewsletters.jquery-selectbox {
	background: url("../imgs/select-marcacoes.png") no-repeat scroll left 0 rgba(0, 0, 0, 0) !important;
	color: #4f6d17;
	font: 600 14px "Dosis",sans-serif;
	height: 26px;
	padding: 8px 15px 0;
	text-align: left;
	text-transform: uppercase;
	width: 243px !important;
}
.selectMarcacoes.jquery-selectbox.concierge {
	color:#b20637!important
}

.selectMarcacoes.jquery-selectbox-focus,
.selectNewsletters.jquery-selectbox-focus{
	width:243px!important;
	background: url("../imgs/select-marcacoes.png") no-repeat scroll left 0 rgba(0, 0, 0, 0) !important;
	height: 26px;
}

.js-real.jquery-selectbox .jquery-selectbox-text {
	padding: 0px 0px 0px 0px;
	border: 0px;
	background: transparent;
	cursor: default;
	margin: 1px;
	display: block;
	margin-right: 0px;
	cursor:pointer;
	height:auto;
}
.js-real.jquery-selectbox-focus {
	border: 0px solid #0082F2;
	margin: 0px;
/*
	box-shadow: 0 0 2px #0082F2;
	*/
}
.selectIdioma.jquery-selectbox-focus{
	width:30px!important;
	background:url(../imgs/select-idioma.png) right bottom no-repeat!important;	
	margin:0 0px 0 0;
	
}
.selectReserva.jquery-selectbox-focus{
	width:68px!important;
	background:url(../imgs/select-reserva.png) right bottom no-repeat!important;	
	margin:0 0px 0 0;
    height: 28px;
	
}
/*
.js-real.jquery-selectbox-focus .jquery-selectbox-text{
	border: 1px dotted #666666;
	margin: 0px;
	margin-right: 24px;
	padding-right: 10px;
}
/**/
.js-real.jquery-selectbox .jquery-selectbox-toggle {
	width: 23px;
	height: 23px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: auto;
	cursor:pointer;
	/*
	background: url('selectbox-custom-toggle.png') no-repeat 50% 50%;
	border-left: 1px solid #D5D5D5;
	*/
}
.js-real.jquery-selectbox ul {
	border: 1px solid #cccccc;
	left: 0px;
	width: auto;
	list-style: none;
	padding: 3px;
	background: #EEEEEE;
	margin: 0px 0px 0px 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #e5e5e5;
	cursor:pointer;
}
.js-real.jquery-selectbox.jquery-selectbox-focus.jquery-selectbox-list ul {
	border: 1px solid #0082F2;
	border:0;
}
.js-real.jquery-selectbox ul li {
	width: auto;
	padding: 4px 4px 4px 4px;
	margin: 1px;
	font:normal 12px "Trebuchet MS", Arial, sans-serif;
	color:#666666;
}
.js-real.jquery-selectbox ul li:hover,
.js-real.jquery-selectbox ul li.jquery-selectbox-selected,
.js-real.jquery-selectbox ul li.jquery-selectbox-selected.jquery-selectbox-disabled {
	background: #EEEEEE;
	color: #666;
}
.js-real.jquery-selectbox ul li.jquery-selectbox-label {
	font-weight: bold;
	font-style: italic;
	background: white;
	color: black;
}

.js-real.jquery-selectbox ul li.jquery-selectbox-grouped {
	padding-left: 20px;
}
.js-real.jquery-selectbox ul li.jquery-selectbox-disabled {
	background: white;
	color: #bbb;
}
.js-real.jquery-selectbox .jquery-selectbox-disabled {
	filter: alpha(opacity=0);
	opacity: 0.0;		
}
.js-real.jquery-selectbox-disabled .jquery-selectbox-toggle {
	filter: alpha(opacity=60);
	opacity: 0.6;	
}

/* AS LIST */
.js-real.jquery-selectbox.jquery-selectbox-list {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: none;
}
.js-real.jquery-selectbox.jquery-selectbox-list ul{
	position: relative;
	display: block;
	top: 0px;
	margin: 0px;
}








/* RIGHT TO LEFT LANGUAGES */
[dir=rtl] .js-real.jquery-selectbox {
	border-right: 1px solid #ccc;
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
[dir=rtl] .js-real.jquery-selectbox .jquery-selectbox-text {
	margin: 1px;
	margin-left: 24px;
	padding-right: 12px;
}
[dir=rtl] .js-real.jquery-selectbox .jquery-selectbox-toggle {
	background-position: 100% 0;
	left: 0px;
	right: auto;
}
[dir=rtl] .js-real.jquery-selectbox ul {
	left: auto;
	right: 0px;
}
[dir=rtl] .js-real.jquery-selectbox ul li.jquery-selectbox-grouped {
	padding-left: auto;
	padding-right: 20px;
}
[dir=rtl] .js-real.jquery-selectbox-focus .jquery-selectbox-text {
	margin: 0px;
	margin-left: 23px;
	padding-right: 12px;
}
