/*
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 {
  /*z-index:100;*/
  font: normal 1.07em Tahoma, Geneva, Kalimati, sans-serif;
  color: #002877; 
  border:1px solid #b8cbeb;
  width:176px;
  margin:0;
  margin-left:1px;
  list-style-type:none;
  padding:0;
  left:0;
  display:none;
  top:28px;
  position:absolute !important;
  overflow:auto; 
  z-index:9999;
}

ul.newList li{
  display:block;
  margin:0;
  cursor:pointer;
  background-color:#fff;
}

#kontant-form ul.newList{width:218px;margin:0; top:23px;}

ul.newList li a {color: #002877;  text-decoration:none; display:block;  padding:2px 0 0 5px; border-bottom:none !important;}

ul.newList li a:hover {border-bottom:none !important;}

.map-search ul.newList li a {position:static;}

.newListSelected {
  float:left;
  width:170px;
  height:24px;
  cursor:default;
  background:url(/img/frontend/select-bg.gif) no-repeat;border:none;
  color: #002877;
  font: normal 1.07em Tahoma, Geneva, Kalimati, sans-serif;
  padding:4px 5px 0 5px;  
}


#kontant-form .newListSelected{
  width:215px;height:21px;
  background:url(/img/frontend/select-bg2.gif) no-repeat;
  color: #062359;
  padding:2px 0px 0 5px;
  border:none;
}

.newListSelected span {width:284px; display:block;}

ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {
  height:23px;
  width:180px;
  overflow:hidden;
}

#kontant-form .selectedTxt {
  height:21px;
  width:220px;
}


.hiLite {background-color:#b8cbeb;}
.hiLite a {background-color:#b8cbeb;}
.newListHover {background-color:#b8cbeb; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 -28px; cursor:default;}
#kontant-form .newListSelHover, #kontant-form .newListSelFocus{background-position:0 -23px;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

