/*
 *  CSS for sales rep page
 */
dl.f_country, dl.f_state, dl.f_specialty {
    clear:          none;
    float:          left;     
}
dl.f_country .f_t {
    width:          55px;
}

dl.f_state .f_t {
    width:          45px;
}

/* Public rep list */
div#rep_list {
    padding-top:    10px;
    clear:          both;
    display:        block;
    width:          100%;
}

div#rep_list dl.dyn_rep_list {
    clear:          none;
    float:          left;
    width:          300px;
    min-height:     300px;
}

div#rep_list dl.dyn_rep_list dt.specialties {
    color:          #FF8700;
    font-weight:    bold;
}

/* Bold titles a little smaller */
dd strong {
    font-size:      95%;
}
