﻿/* Font-Sizer Specific Styling */
#fontsizer {
    padding-top:4px;
    float:left;
}
.fsizer { float:left; } /* Container element */

.fsizer a { 
    display: block; 
    float: left; 
    width: 20px; 
    /*margin-right: 5px; */
    text-align: center; 
    /*border: 1px dotted #ccc; */
    border: 1px solid #b19676;
    color: #eee8e2; 
    text-decoration: none; 
    cursor: pointer; 
    letter-spacing: 0; 
    line-height: 100%; 
}
.fsizer a:hover { 
    /*text-decoration: none; 
    background: #6e5030;  
    border: 1px dotted #ccc; */
    color: #a72f28;
}
/* Three 'A' links used to control size */

.fsizer a#fs_sml { font-size: 9px; height: 13px; padding-top: 7px; }
.fsizer a#fs_med { font-size: 13px; height: 16px; padding-top: 4px; }
.fsizer a#fs_lrg { font-size: 16px; height: 18px; padding-top: 2px; }

.fsizer a.fsactive { color: #a72f28; /*background: #ebebeb;*/ cursor: default; } /* When mode is active */