/* ===========================================
    bottom nav */

.nav .bottom{
    /*border:1px solid yellow;*/
}

.nav .bottom .b1-rc{
    padding:    4px;
}

.nav .bottom a.button{
    display:            block;
    float:              right;
    padding-left:       16px;    
    font-size:          .6em;
    font-weight:        bold;
    text-decoration:    none;
    color:              #f1f1f1;
}

.nav .bottom a.button:hover{
    color:  #c0c0c0;
}

.nav .bottom .selected a.button{
    color:  #c0c0c0;
}