
/* AS SELECT */
.js-real.jquery-selectbox {
	padding: 0px;
	height: 22px;
	border: 0px solid #D5D5D5;
	font:normal 12px "Trebuchet MS", Arial, sans-serif;
	color:#666666;
	margin:0 10px 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;
*/
}
.selectReserva.jquery-selectbox{
	width:133px!important;
	background:url(/temas/ricopia/images/selectReserva.png) 0 0 no-repeat!important;	
}
.selectReserva.jquery-selectbox-focus{
	width:133px!important;
	background:url(/temas/ricopia/images/selectReserva.png) 0 0 no-repeat!important;	
}

.js-real.jquery-selectbox .jquery-selectbox-text {
	padding: 2px 12px 0px 10px;
	border: 0px;
	background: transparent;
	cursor: default;
	margin: 1px;
	display: block;
	margin-right: 23px;
}
.js-real.jquery-selectbox-focus {
	border: 0px solid #0082F2;
	margin: 0px;
/*
	box-shadow: 0 0 2px #0082F2;
	*/
}
.selectReserva.jquery-selectbox-focus{
	width:133px!important;
	background:url(/temas/ricopia/images/selectReserva.png) 0 bottom no-repeat!important;	
	margin:0 10px 0 0;
	
}
/*
.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;
	/*
	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: #FFFFFF;
	margin: 0px 0px 0px 0px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #e5e5e5;
}
.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: #AE9962;
	color: white;
}
.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=60);
	opacity: 0.6;		
}
.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;
}
