﻿.titleOne
{
    font-size:13px;
    background-color:#E76A2E;
    color:White;
    padding-bottom: 5px;
    padding-top : 5px;
    padding-left : 3px;
    border-bottom-width:3px;
    border-bottom-style:solid;
}

.inputCol
{
    width:450px;
}

.labelCol
{
    width:150px;    
}

.topGap
{
    height:10px;
}

.titleTwo
{
    font-size:11px;
    font-weight:400;
    padding-bottom: 5px;
    padding-top : 5px;
}

.radioList li
{
    width:50px;
    list-style-type:none;
}

.lineSeparator
{
    margin: 15px 20px 10px 20px;
}

.confirmationStyle
{
    background: none repeat scroll 0 0 #F1E7D1;
    border: 1px solid green;
    height:50px;
}

.confirmationTextStyle
{
    font-weight: bold;
    padding: 5px 0 5px 20px;
    color: #333333;
    font-size: 10px;
    font-weight: bold ;
    letter-spacing: normal;
    text-align: left;
    word-spacing: normal;
}

.divQuantityArea
{
    margin-right:60px;
    padding: 10px 0px;
}

.divQuantityAreaSmall
{
    margin-right:20px;
    padding-top:10px;
}

table#pricetbl {
    border-collapse: separate;
    border-spacing: 1px;
    border: none;
}
#pricetbl td, #pricetbl th {
    padding: 3px;
    border: solid 1px black;
}

.labelTblCol
{
    background-color:#D9D9D9;
}
