h2 { color: #cc0000; }

#btnContinue, #btnQuoteSubmit, #btnQuote, #btnBack {
width: 180px;
height: 32px;
border: 2px solid #999;
padding: 5px;
font-weight: bold;
margin-top: 3px;
background: #DDD;
}
#btnContinue { position: absolute; bottom: 0; left: 0; }
#btnContinue:hover, #btnQuoteSubmit:hover, #btnQuote:hover, #btnCheckout:hover { border-color: green; }
#btnContinue:active, #btnQuoteSubmit:active, #btnQuote:active, #btnBack { background: #CCC; }
#btnCheckout {
     color: green; 
     margin-top: 3px; 
     float: left; 
     text-align: center; 
     font-weight: bold; 
     text-decoration: none; 
     line-height: 27px;
     padding-top: 1px;
     background: #DDD; 
     display: block; 
     width: 190px; 
     border: 2px solid #999;
}
#btnCheckout:hover { background: #e6fde9; }
#btnCheckout:active { background: #bcf9ac; }
#btnQuote {
    cursor: pointer;
    float: left;
    margin-left: 12px;
}

#pnlStep1 div { margin-bottom: 8px; }

p.indent { margin-left: 24px; }

#panels {
    width: 528px;
    float: left;
    position: relative;
    min-height: 370px;
    padding-bottom: 37px;
}

#orderBox {
    border: 2px solid #CCC;
    padding: 15px;
    background: #FFF;
}
#orderWrapper {
    position: absolute;
    top: 60px;
    right: 12px;
    width: 420px;
}
#orderSum {
    background: #DDD;
    line-height: 30px;
    padding-left: 5px;
}
#ordTotal {
    margin: 15px 2px 12px 0; 
    border-top: 1px dashed #CCC; 
    border-bottom: 1px dashed #CCC; 
    text-align: right; 
    font-weight: bold; 
}
#price {
    font-size: 20px; 
    color: #036010;
    line-height: 44px; 
}
#ordDisc {
    float: right;
    text-align: right; 
    width: 150px; 
    font-size: 10px; 
    font-style: italic;
}
#questions {
    font-size: 16px; 
    margin-top: 10px; 
    text-align: center; 
}

#tabEAS {
    background: #eee; 
    padding-bottom: 3px; 
    margin: 5px 0 5px 25px; 
}

#archiva, #sonian { margin-top: 2px; }

.inputHelp {
    font-size: 12px; 
    font-style: italic; 
}
.rowSep td { border-bottom: 1px solid #DDD; }

.neg, .req { color: red; }
.altRow { background: #eff4fc; }
.bestValue {
    color: red;
    font-style: italic;
    font-weight: bold;
}
.recd {
    color: green;
    font-weight: bold;
    font-style: italic;
}

#content.buyPage {
     margin-right: 0;
	 min-height: 600px;
}
