﻿
.accordionContent
{
    
    width: 950px;
   
    
}
.accordionHeaderSelected
{  
    
    background-image : url(../Images/bb.jpg);
    cursor: pointer;
    font-size: 16px;
    color: #fff;
     font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    width: 950px;   
    text-align: left;      
    /*margin-left: 10px;
    margin-right: 15px;*/
    border-radius:3px;
}
.accordionHeader
{
    background-image : url(../Images/b.jpg);
   border: 1px solid #e2e2e2;
    color: #E35D63;
    text-align: left; 
    cursor: pointer;
    margin-top: 5px;
    padding: 5px;
    width: 950px;
    border-radius:3px;
    margin-bottom: 10px;
    


}
.href
{
    color: white;
    font-weight: bold;
    text-decoration: none;
   
    /*outline: 0;*/
}
        
.HeadText
{ 
    margin-left: 20px; 
    text-decoration: none;  
     color: #E35D63;
    /*line-height: 24px;*/
    font-size: 16px; 
     font-weight: bold;
}
        
.content
{
   margin-left: 20px;
    
}
.HeadText1
{ 
    margin-left: 1px; 
    text-decoration: none;  
     color: #E35D63;
    /*line-height: 24px;*/
    font-size: 16px; 
     font-weight: bold;
}