/**
 * Feuille de styles pour le plugin Recherche de titre de PHARE FM
 * Date de création: 2013
 */

/* Widget et page de recherche de titre et de résultats */

.rt_results{
    clear: both;
    height: 50px;
    background-color: #ddd;
    margin-bottom: 5px;
    padding: 0;
    border-radius: 5px;
    vertical-align: baseline;

}

span.rt_horaire{
    float: left;
    height: 100%;
    padding: 14px 16px;
    color: white;
    background-color: red;
    border-radius: 5px 0 0 5px;
}

span.rt_artwork{
    float: left;
    background-color: grey;
    height: 100%;

}

span.rt_artwork img{
    height: 50px;
    width: 50px;
}

span.rt_details{
    float: left;
    margin-left: 20px;
    padding: 15px 0;
}

span.rt_artiste{
    font-weight: bold;
}

span.rt_titre{
}

/* Widget et page de recherche de titre et de résultats */

#rech_titre_pfm_setup_form{
}

.rech_titre_pfm_options form{
}

.rech_titre_pfm_options ul{
	list-style: none;
}

.rech_titre_pfm_options li{
}

.rech_titre_pfm_options select{
}

#rech_titre_pfm_message{
}
