﻿h1 {
	margin-top: 7px;
	margin-bottom: 12px;
	font-size:18px;
	color:#09562c;
}

h2
{
	margin-top: 7px;
	margin-bottom: 12px;
	font-size:14px;
	color:#000;


    }


h3
{
    margin-top:4px;
    }

A 
{	
	color:#666666;
	text-decoration:underline;
    /*Chrome border*/
    outline: none;
}

.textboxlabel,
.dropdownlabel
{
    color:#000000;
    font-size:12px;
    font-weight:bold;
    padding-bottom:7px;
    float:left;
    width:100%;
     }
 
.alerthide {
    display: none !important;
}
   
.error,
.AlertSummary li {
    color: Red;
}


.alertlabel,    
.dropdownalertlabel,
.field-validation-error
{
    color: Red;
    }    

.boldtext
{
    font-weight:bold;
}

.orange
{
    color:#e95d0f;
    }

.green 
{
	color:#09562c;
	text-decoration :none;
    }

.underlinetext
{
   line-height:12px;
   border-bottom:1px solid #58585a;
    }

.productdetailheader
{
    font-weight:bold;
    
    }

.producttitle
{
    font-weight:bold;
    font-size:14px;
    padding-bottom : 4px;
    }    
    
    
.headerSubTitle    
{
    color:#09562c;
    font-size:30px;
    float:left;
    width:100%;
    margin:5px;
    }
    
.footerText
{
    margin-top: 100px;
    text-align:center;
    float:left;
    width:100%;
    color:#09562c;
    padding-bottom : 25px;
  	font-size   :   11px;
    }    


.form-group-header {
    border                          : none;
    color                           : #000000;
    background-color                : #f2f1ee;
    font-weight                     : bold;
    padding-top                     : 4px;
    padding-bottom                  : 4px;
    padding-left                    : 3px;
    padding-right                   : 0px;
}