﻿body {
    font-family: Verdana;
    font-size: 0.80em;
}
#header { display: none; }
#sidebar { display: none; }
#footer { display: none; }
#subFooter { display: none; }
.printOnly { display: block; } 

/*calculation*/
#content { width: 560px; border: 0; } 
#results { width: 560px;  } 
#results .ToolTip_Specification 
{
    display: block;    
}
#pageBg 
{
    border: 0;
    width: 560px;    
}
.btnCalculationPos 
{
    display: none;    
}
#results {}
#results .description , #results .price {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #fff;
    
    height: 30px;
    line-height: 30px;
    float: left;
    display: block;
}

#results .price {
    width: 90px;
    text-align: right;
    padding-right: 10px;
}

#results .description {
    width: 380px;
    margin: 0 0 0 15px;
    padding-left: 20px;
}
#results br {
    clear: both;
}
#results .percent 
{
    color: #22bbdd;
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
}

.CalculationQuestions {
    display: none;
}
h1  {
    color: #333;
    font-family: Arial;
    font-style: italic;
    font-size: 28px;
    margin: 25px 0 20px 0px;
    padding: 0;
}
h2  {
    color: #22bbdd;
    font-family: Arial;
    font-size: 22px;
    margin: 10px 0 5px 50px;
    padding: 0;
}
a img {
    border: 0;
}
.headerFAQ {
    display: none;
}
a
a.ToolTip_Specification img { display: none; }
a.ToolTip_Specification 
{
    clear: both;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    margin: 30px 0 0 20px;
    font-style: italic;
}
a.ToolTip_Specification span {
    font-weight: normal;
    font-style: normal;
}