﻿ div#leftPanel
 {
    font-size: 12px;
    float: left;
    width: 525px;
 }

 div#rightPanel
 {
    font-size: 12px;
    float: left;
    width: 330px;
    margin-left: 10px;
    border: solid 1px #999999;
 }
 
 div.calcChapter
 {
    background-image: url('/images/icon_calculator.gif');
    background-repeat: no-repeat;
    padding-left: 26px;
    font-weight: bold;
 }
 
div.calcIndexItem 
{
    background-image: url('/images/bullet_ql.gif');
    background-repeat: no-repeat;
    margin: 5px 0 5px 26px;
    padding-left: 10px; 
}
 
 div.calcIndexSelected
 {
    font-weight: bold;
    color: #990000;
 }
 
 div.calcIndexItem img { vertical-align: bottom}
 
 div#rightPanel div.divPanelBox { padding: 10px;}
  
.calcContentTitle {font-size: 13px; font-weight: bold; margin-bottom: 5px;}
.calcContentDescription {font-size: 11px; margin-bottom: 5px;}
.calcContentFlash {text-align: center }