/* Search */
#search{
    width: 330px;
    font-family: tahoma;
}
#search a{
    color: white;
    text-decoration: none;
    margin-left: 15px;
    line-height: 29px;
    float: left;
}
#search_desc{
    position: absolute;
    margin-top: 2px;
    margin-left: -8px;
    display: none;
    left:7px;
}
#top_search{
    float: left;
    border-radius: 10px;
    border: 1px solid #CCC;
    background: white;
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .4);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, .4);
    width: 225px;
}
#form_search{
    position: relative;
}
#search-submit,#search_row{
    background: white url(../images/search_loupe1.png) no-repeat center center;
    width: 30px;
    margin: 0;
    padding: 0;
    float: right;
    border: 0;
    z-index: 500;
    position: relative;
    height: 30px;
    line-height: 30px;
    border-left: 0;
}
#search-submit{
    z-index: 500;
    position: relative;
    
}

#search_row{
    background: white url(../images/search_row1.png) no-repeat center center;
    margin-right: -3px;
    height: 28px;
    border-right: 0;
    border-left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 24px;
    z-index: 500;
    position: relative;
}
#search-box{
    height: 30px;
    width: 170px;
    border: 0;
    margin: 0;
    padding: 0;
    margin-right: -5px;
    float: right;
    padding-right: 6px;
    border-radius: 0;
    z-index: 400;
    position: relative;
    color: rgba(0,0,0,.8) !important;
}
#search_div{
    width: 100%;
    background: white;
    display: none;
    float: right;
    clear: both;
    top: 33px;
    z-index: 390;
    /*position: absolute;*/
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    border-radius: 5px;
    
}
#search_div li{
    list-style-type: none;
    border-top: 1px solid #ddd ;
    margin: 0;    
}
#search_div li:first-child{
    border: 0;
}
#search_div label{
    display: block;
    padding: 5px;
    color: #656565;
    text-align: right;
}
/* Search */