/*
    GENERAL
*/

#module > div{
    position: relative;
    width: 100%;
}

#module span{
    display: block;
}

/*
    BLOCK FORM
*/

#search_form{
    position: relative;
    height: 90px;
    padding-top: 30px;
}

    /*  Article  */
#search_article{
    float: left;
    position: relative;
    width: 500px;
}

#search_article .swissBlack{
    margin-top: 3px;
}

#search_article > div{
    position: relative;
    float: left;
}

#search_article .line2{
    padding-top: 2px;
}

#search_article .line2 span  {
    padding-top: 5px;
}


#search_article select{
    width: 150px;
}

#search_article > div > div > span{
    display: inline;
    vertical-align: middle;
}
    /*  Play  */
#search_play{
    float: left;
    width: 250px;
}

#search_play > div{
    float: left;
    margin-top:4px;
}



#search_play input{
    height:16px;
    margin-right:4px;
    float:left;
}

#search_play #search_play_submit{
  font-size:13px;
  line-height:16px;
  float:left;  
  text-align:center;
  width:30px;
  
  
    
}

#theme{
    
    width: 150px;
}

select#theme{
    
 clear:left;
 margin-top:4px;
 float:left;
 
}

#play{
    width: 150px;
}

    /*  Dates  */
#search_dates{
    float: left;
    width: 225px;
}
#search_dates > div{
    float: left;
}

#search_dates select{
    width: 110px;
}



/*
    BLOCK RESULTS
*/

#search_results{
    overflow: hidden;
    padding-bottom: 20px;
}


#search_results span{
    display: block;
}

/*
    RESULTS HEADER
*/

#search_results_header{
    height: 20px;
}

#search_results_header span{
    display: inline;
}


#results_header_article{
    float: left;
    position: relative;
    width: 500px;
}

#results_header_article .label{
    float: left;
    position: relative;
    padding-top: 3px;
    padding-left: 3px;
}
#results_header_article .order, #results_header_play .order{
    float: right;
    position: relative;
    top: 2px;
    padding-right: 10px;
}

#results_header_play{
    float: left;
    position: relative;
    width: 250px;
}

#results_header_play .label{
    float: left;
    position: relative;
    padding-top: 3px;
}


/*
    BLOCK RESULT
*/

.result_header{
    height: 75px;
    overflow: hidden;
}

.header_left{
    float: left;
    padding-top: 3px;
    width: 500px;
}

.header_center{
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    width: 240px;
}

.header_right{
    float: left;
    padding-top: 5px;
    width: 225px;
}

.header_right .button{
    float: right;
}

.result_body{
    padding-top: 5px;
    padding-bottom: 15px;
}

.body_left{
    float: left;
    padding-top: 3px;
    padding-right: 10px;
    width: 490px;
}

.body_center{
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    width: 240px;
}

.body_right{
    float: left;
    padding-top: 5px;
    width: 225px;
}

/*  Foot MENU  */

#footer_search{
    width: 100%;
}

#pagination{
    float: left;
    position: relative;
    max-width: 400px;
}

#pagination span{
    display: inline;
}


#nb_per_page{
    float: right;
    position: relative;
    text-align: right;
}


/*
    RELATED
*/

#related{
    height: 265px;
}

.related{
    position: relative;
    float: left;
    width: 230px;
    height: 170px;
    margin-top: 20px;
}

.notfirst{
    margin-left: 20px;
}


