/*
Stylish Select 0.4.1 - $ 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 or newer

Dual licensed under the MIT and GPL licenses.

*/


/*==================================
Hide lists on page load
====================================*/

.stylish-select ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList a {color: #ffbb3b; text-decoration:none; display:block;}
ul.newList {margin:0; padding:0; list-style:none; color:#ffd99c; width:42px; background:#ce7000; position:absolute; overflow:auto; z-index:9999;}
.newListSelected {width:42px; color:#ffd99c; height:22px; padding:5px 0 0 6px; float:left; background:url(img/select-bg.png) no-repeat;}
.newListSelected span {width:42px; display:block;}
ul.newList li a {padding:3px 8px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:42px; overflow:hidden; height:20px; padding:0 0 0 0;}
.hiLite {background:#650101!important; color:#fff!important;}
.hiLite a {background:#650101!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 0; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

/*======================================
windows xp style - div that contains the 
<select> has been given an id of #win-xp
(for the purposes of this example
========================================*/


.Drok ul.newList {width:55px;}
.Drok .newListSelected {width:55px;background:url(img/select-bg-rok.png) no-repeat;}
.Drok .selectedTxt {width:55px;}

.Dhod_od ul.newList {width:55px;}
.Dhod_od .newListSelected {width:55px;background:url(img/select-bg-rok.png) no-repeat;}
.Dhod_od .selectedTxt {width:55px;}

.Dhod_do ul.newList {width:55px;}
.Dhod_do .newListSelected {width:55px;background:url(img/select-bg-rok.png) no-repeat;}
.Dhod_do .selectedTxt {width:55px;}

.Dpocet_drah ul.newList {width:141px;}
.Dpocet_drah .newListSelected {width:141px;background:url(img/select-bg-drahy.png) no-repeat;}
.Dpocet_drah .selectedTxt {width:141px;}
