/**
 * CSS required for $currencies->generate_currency_select()
 * 2008 11 27 @ 1258 John
 *
 */
    
div.select_currency{
    cursor: pointer; 
    font-size: 0.8em; 
    width: 280px; 
    text-align: center; 
    margin-bottom: 5px;
}

span.select_currency{
    text-decoration: underline;
}

span.select_currency_current{
    font-weight: bold;
}

