/* Font-Sizer Specific Styling */

.fsizer { } /* Container element */

.fsizer a { display: block; float: left; width: 20px; margin-right: 5px; text-align: center; border: 0px dotted #ccc; color: 5761a0; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 100%; }
.fsizer a:hover { text-decoration: none; background: #ebebeb;  }

/* Three 'A' links used to control size */
.fsizer a#fs_sml { font-size: 12px; height: 20px; padding-top: 8px; }
.fsizer a#fs_med { font-size: 13px; height: 17px; padding-top: 3px; display:none; }
.fsizer a#fs_lrg { font-size: 18px; height: 22px; padding-top: 2px; }

.fsizer a.fsactive { color: #000; background: #ebebeb; cursor: default; } /* When mode is active */
