﻿/* Main Tooltip Styles */
.calculator_help a  { color:#867455; line-height:11pt; font-size:7.5pt; }
.calculator_help a strong  { color:#1880ce }
.calculator_help a span { background:#fffcf4; border:1px solid #0c9c35 ; width:200px; display:none; padding:7px 10px;  }
.calculator_help a:hover  { position:relative }
.calculator_help a:hover span { display:block; position:absolute; bottom:10px; left:12px; }




