/*
Stylish Select 0.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
*/


/*==================================
remove default focus style
====================================*/
:focus
{
    outline: none;
}

.js ul.newList
{
    left: -9999px;
}

/*==================================
red curvy example
====================================*/


ul.newList *
{
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999;
}
ul.newList
{
    margin: 0;
    margin-top: 10px;
    padding: 0;
    list-style: none;
    color: #000;
    width: 224px;
    background: #fff;
    position: absolute;
    height: 100px !important;
    border: 1px solid #8cb618;
    top: 22px;
    left: 0;
    overflow: auto;
    z-index: 9999;
}
.newListSelected
{
    width: 224px;
    color: #000;
    height: 19px !important;
    padding: 3px;
    float: left;
    background: url(../img/design/v2/ddl.png) no-repeat;
    z-index: 9999;
}
.newListSelected span
{
    width: 100px;
    display: block;
}
ul.newList li
{
    font-size: 10pt;
}
ul.newList li a
{
    font-weight: normal;
    font-size: 10pt;
}
.selectedTxt
{
    width: 224px;
    overflow: hidden;
    height: 16px;
    padding: 0 0px 0 0;
    font-size: 10pt;
}
.hiLite
{
    background: #ffffff !important;
    color: #000 !important;
    font-size: 10pt;
}
.newListHover
{
    background: #8cb618 !important;
    color: #ffffff !important;
    cursor: default;
}
.newListSelHover, .newListSelFocus
{
  
    background-position: 0 -22px;
    cursor: default;
    background: url(../img/design/v2/ddl.png) no-repeat;
}
.newListOptionTitle
{
    font-weight: normal;
}
.newListOptionTitle ul
{
    margin: 0px 0 0;
}
.newListOptionTitle li
{
    font-weight: normal;
    padding-left: 5px;
}

#umkreis ul.newList *
{
   
    margin: 0;
    padding: 0;
  height: 16px !important;
    padding: 0 0px 0 0;
    z-index: 1000 !important;
     width: 96px;
}
#umkreis ul.newList
{
 display:none;
    margin: 0;
    margin-top: 5px;
 
    padding: 0;
    list-style: none;
    color: #000;
    background: #fff;
    height: 140px !important;
    border: 1px solid #20567e;
    top: 22px;
    left: 0;
    overflow: hidden;
        width: 96px;
    z-index: 9999 !important;
}
#umkreis .newListSelected
{
   
    width: 96px !important;
    color: #000;
    height: 24px !important;
    padding-left: 4px;
    padding-top: 2px;
    float: left;
    background: url(../img/design/v2/ddUmkreis.png) no-repeat;
    z-index: 9999 !important;
}
#umkreis .newListSelected span
{
  
    width: 96px;
}
#umkreis ul.newList li
{
    padding: 3px 8px;
    z-index: 9999 !important;
}
#umkreis .selectedTxt
{
    display: block;
    width: 96px !important;
     height: 16px !important;
    padding: 0 0px 0 0;
    z-index: 1000 !important;
}
#umkreis .newListHover
{
    display: block;
    width: 96px !important;
    height: 16px !important;
    padding: 0 0px 0 0;
  
    z-index: 1000 !important;
    background: #20567e !important;
}
#umkreis .hiLite
{
    display: block;
    background: #20567e !important;
    color: #fff !important;
    width: 96px !important;
}
/*#umkreis .newListHover {width:90px!important;background:#20567e!important; color:#ffffff!important; cursor:default;}
*/
#umkreis .newListSelHover, #umkreis.newListSelFocus
{
    background-position: 0 -22px;
    cursor: default;
    background: url(../img/design/v2/ddUmkreis.png) no-repeat;
    width: 96px !important;
}
#umkreis .newListOptionTitle
{
    font-weight: normal;
}
#umkreis .newListOptionTitle ul
{
    margin: 0px 0 0;
    width: 50px !important;
}
#umkreis .newListOptionTitle li
{
    font-weight: normal;
    border-left: 1px solid #20567e;
    width: 50px !important;
}

#kat ul.newList *
{
    margin: 0;
    padding: 0;
    z-index: 9999;
}
#kat ul.newList
{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
    width: 120px;
    background: #fff;
    position: absolute;
    height: 100px !important;
    border: 1px solid #8cb618;
    top: 24px;
    left: 0;
    overflow: scroll;
    z-index: 9999;
}
#kat .newListSelected
{
    width: 100px;
    color: #000;
    height: 19px !important;
    padding: 0px;
    padding-left: 5px;
    padding-top: 1px;
    float: left;
    background: url(../img/design/v2/ddl_ev_search.png) no-repeat;
    z-index: 9999;
}
#kat .newListSelected span
{
    width: 120px;
    display: block;
    z-index: 9999;
}
#kat ul.newList li
{
    padding: 3px 8px;
    z-index: 9999;
    font-size: 10pt;
}
#kat .selectedTxt
{
    width: 100px;
    overflow: hidden;
    height: 16px;
    padding: 0 0px 0 0;
    z-index: 9999;
}
#kat .hiLite
{
    background: #ffffff !important;
    color: #000 !important;
    width: 99%;
    font-size: 10pt;
}
#kat .newListHover
{
    background: #8cb618 !important;
    color: #ffffff !important;
    cursor: default;
}
#kat .newListSelHover, #kat.newListSelFocus
{
    background-position: 0 -20px;
    cursor: default;
    background: url(../img/design/v2/ddl_ev_search.png) no-repeat;
}
#kat .newListOptionTitle
{
    font-weight: normal;
}
#kat .newListOptionTitle ul
{
    margin: 0px 0 0;
}
#kat .newListOptionTitle li
{
    font-weight: normal;
    border-left: 1px solid #8cb618;
}

#staedte ul.newList *
{
    margin: 0;
    padding: 0;
}
#staedte ul.newList
{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
    width: 224px;
    background: #fff;
    position: absolute;
    border: 1px solid #8cb618;
    top: 24px;
    left: 0;
    overflow: scroll;
    z-index: 9999;
}
#staedte .newListSelected
{
    width: 224px;
    color: #000;
    height: 23px;
    padding: 0px;
    padding-left: 5px;
    padding-top: 1px;
    float: left;
    background: url(../img/design/v2/ddl.png) no-repeat;
}
#staedte .newListSelected span
{
    width: 155px;
    display: block;
}
#staedte ul.newList li
{
    padding: 3px 8px;
    z-index: 9999;
    font-size: 10pt;
    color: #000;
}
#staedte .selectedTxt
{
    width: 224px;
    overflow: hidden;
    height: 23px;
    padding: 3px 0px 0 0;
    font-size: 10pt;
}
#staedte .hiLite
{
    background: #ffffff !important;
    color: #000 !important;
    width: 99%;
}
#staedte .newListHover
{
    background: #8cb618 !important;
    color: #ffffff !important;
    cursor: default;
}
#staedte .newListSelHover, #kat.newListSelFocus
{
    height: 23px;
    background-position: 0 -20px;
    cursor: default;
    background: url(../img/design/v2/ddl.png) no-repeat;
}
#staedte .newListOptionTitle
{
    font-weight: normal;
}
#staedte .newListOptionTitle ul
{
    margin: 0px 0 0;
}
#staedte .newListOptionTitle li
{
    font-weight: normal;
    border-left: 1px solid #8cb618;
}


