.dsf { 
    width: 100%;
    margin-left: 0;
    position: relative;
}
.dsf ul, .dsf li { 
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.dsf form { 
    position: relative;
}
.dsf select { 
    width: 150px; 
}
.dsf fieldset { 
    border: 0;
    width: 97%;
    padding: 0;
}
.dsf li { 
    width: 175px;
    float: left;
    padding: 0 4px 4px 30px;
    margin: 4px 0;
    height: 35px;
}
.dsf label { 
    display: block;
}
.dsf .dsf-nboffers { 
    position: absolute; 
    left: 17.9em; 
    top: 1.3em; 
    font-weight: bold; 
    font-size: 105%;
}
.dsf .first { 
    border-right: 0pt none; 
    border-bottom: 1px dotted #cccccc; 
    width: 92%; 
    padding-bottom: 8px; 
}
.dsf .detailed-link { 
    display: block; 
    padding: 5px; 
}
.dsf .dsf-opt-searchform { 
    height: 22px;
    margin-top: 6px;
}
.dsf .dsf-adv-searchform { 
    display: none; 
    border-top: 1px dotted #cccccc; 
}
/*
 * DSF Loading
 */
.dsf .loading-results {
    background-color:transparent;
    padding:10px;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 16%;
    visibility: hidden;
}
.dsf .loading-results-pre {
    position: static;
    visibility:visible;
}
.dsf .loading-results #hd, .dsf .loading-results #tl, .dsf .loading-results #cont {
    background:#EEEEEE url(http://r6.kelkoo.com/ux/travel/loading-result-bg.png) no-repeat scroll 0 0;
    display:block;
    margin:0 auto;
    width:294px;
}
.dsf .loading-results #cont {
    color:#1585DB;
    font-size:160%;
    font-weight:normal;
    line-height:4em;
    text-align:center;
}
.dsf .loading-results #hd {
    background-position:center top;
    padding-bottom:5px;
}
.dsf .loading-results #tl {
    background-position:center bottom;
    padding-bottom:5px;
}
.dsf .loading-results #cont {
    background-position:left center;
    color:#1585DB;
    font-size:160%;
    font-weight:normal;
    line-height:2em;
    padding:0;
    text-align:center;
}
.dsf .loading-results #cont #loading {
    background:transparent url(http://r6.kelkoo.com/ux/travel/loading.gif) no-repeat scroll right center;
    padding-right:30px;
}
