/*
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
====================================*/
/*--kratky select box--*/
/*
ul.newList * {margin:0; padding:0;}
ul.newList a {color: #58120a; text-decoration:none; display:block;}
ul.newList {margin:0; padding:0; list-style:none; color:#58120a; width:156px; background:#ffffff; position:absolute;  border:1px solid #e9e2d3; top:26px; left:0; overflow:auto; z-index:9999; max-height:200px;}
.newListSelected {width:150px; color:#58120a; font-size:11px; font-family:arial,helvetica,sans-serif; height:27px; line-height:27px; padding:0px 0px 0px 8px; margin:0px 0px 2px 0px; float:left; background:url(/images/select.gif) no-repeat;}
.newListSelected span {width:158px; display:block;}
ul.newList li {background:none; padding:0px; margin:0px;}
ul.newList li a {padding:0px 0px 0px 8px; margin:0px 0px 0px 0px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:158px; overflow:hidden; height:27px; padding:0px 0px 0px 0px;}
.hiLite {background:#f2ede4!important; color:#58120a!important;}
.hiLite a {background:#f2ede4!important; color:#58120a!important;}
.newListHover {background:#f2ede4!important; color:#58120a!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0px 0px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:0px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}
*/
/*dlouhy select box--*/
ul.newList * {margin:0; padding:0;}
ul.newList a {color: #58120a; text-decoration:none; display:block;}
ul.newList {margin:0; padding:0; list-style:none; color:#58120a; width:259px; background:#ffffff; position:absolute;  border:1px solid #e9e2d3; top:26px; left:0; overflow:auto; z-index:9999; max-height:200px;}
.newListSelected {width:253px; color:#58120a; font-size:11px; font-family:arial,helvetica,sans-serif; height:27px; line-height:27px; padding:0px 0px 0px 8px; margin:0px 0px 2px 0px; float:left; background:url(/images/select_long.gif) no-repeat;}
.newListSelected span {width:261px; display:block;}
ul.newList li {background:none; padding:0px; margin:0px;}
ul.newList li a {padding:0px 0px 0px 8px; margin:0px 0px 0px 0px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:261px; overflow:hidden; height:27px; padding:0px 0px 0px 0px;}
.hiLite {background:#f2ede4!important; color:#58120a!important;}
.hiLite a {background:#f2ede4!important; color:#58120a!important;}
.newListHover {background:#f2ede4!important; color:#58120a!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0px 0px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:0px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}
