/*
Stylish Select 0.3 - jQuery plugin to replace a select drop down box with a stylable unordered list
http://scottdarby.com/

Copyright (c) 2009 Scott Darby

Requires: jQuery 1.3

Licensed under the GPL license:
http://www.gnu.org/licenses/gpl.html
*/


/*==================================
remove default focus style
====================================*/
:focus {outline:none;}

.js ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/

ul.newList * {margin:0; padding:0;}/*Tendina*/
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:50px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;text-align:left;}
.newListSelected {width:75px; color:#000;height:20px; float:left; background:url(../images/select-bg.png) no-repeat;cursor:pointer; z-index:9999;padding:2px 0 0 5px;}/*Singoli campi select*/
.newListSelected .newList li {z-index:9999;color:#000}/*Singoli campi della lista*/
.selectedTxt {width:56px;overflow:hidden; height:16px;font-family:Trebuchet Ms; color:#fff; font-size:12px;}/*Zona sensibile al mouseover*/
.hiLite {background:#AAC0B2;!important; color:#fff!important;}/*Campo selezionato nella tendina*/
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}/*Campo onmouseover nella tendina*/
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

/*Select della lista hotel: č pių largo*/
.namehotel .newListSelected {width:130px; color:#000;height:18px; float:left; background:url(../images/select-hotel-bg.gif) no-repeat;cursor:pointer; z-index:9999;padding:2px 0 0 5px;text-align:left;}
.namehotel ul.newList {margin:0; padding:0; list-style:none; color:#000; width:130px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
.namehotel .selectedTxt {width:130px;overflow:hidden; height:23px;}
