/*
Stylish Select 0.2.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
*/

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}

/** breedte list **/
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:330px; background:#fff; display:none; border:1px solid #ccc; top:20px; left:0; overflow:auto; z-index:9999;}

/** breedte list + hoogte list + background img **/
.newListSelected {width:330px; color:#000; height:18px; padding:0px 0 0 6px; float:left; background:url(images/select.gif) no-repeat;}

/** hoogte list **/
.newListSelected:hover {background-position:0 -26px;}
.newListSelected span {width:284px; }
ul.newList li {padding:3px 8px;}

/** breedte te selecteren plek voor dropdown **/
.selectedTxt {width:330px; overflow:hidden; height:16px; padding:0 23px 0 0;}

/** bg van geselecteerde item **/
.hiLite {background:#abcb55!important; color:#000!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover {cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}