/*
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: #777777; height:25px; line-height:25px; text-decoration:none; display:block; font-size:12px; font-family:nanum,'nanum',"nanum";}
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:419px; background:#fff; position:absolute;  border:1px solid #dfddd9; top:22px; left:0; overflow:auto; z-index:1000000;}
.newListSelected {width:420px; color:#222222; height:34px; line-height:36px; float:left; background:#FFF url(/index/images/consult_input_bg.gif) no-repeat right top; cursor:pointer; font-size:15px; 
font-family:nanum,'nanum',"nanum"; border:1px solid #dfddd9; margin-top:10px;}
.newListSelected span {width:420px; display:block;}
ul.newList li {width:100%; height:34px; line-height:34px;}
ul.newList li a {padding:3px 8px; display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {width:390px; overflow:hidden; height:34px; padding:0 15px;}
.hiLite {background:#444444 !important; color:#fff !important;}
.hiLite a {background:#444444 !important; color:#fff !important;}
.newListHover {background:#f2d17b !important; color:#777777 !important; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0; border:1px solid green;}
.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
========================================*/

.selCont {display:block; float:left;}