﻿/*****************************/
/* Used on Accordion Control */
/*****************************/
.EqfItemHeadingSelected
{
 clear :both;
 background-repeat:repeat-x;
 background-position: center;
 height:30px;
 padding:5px;
 font-size:18px;
 font-weight:bold;
 margin-left:10px;
 text-align:left;
 border:solid 1px #999999; 
 background-image:url(../../images/AccordionTitle.gif);
}
.EqfItemHeading
{
 clear:both;
 background-repeat:repeat-x;
 background-position: center;
 height:30px;
 padding:5px;
 font-size:18px;
 font-weight:bold;
 margin-left:10px;
 text-align:left;
 border:solid 1px #cccccc; 
 background-image:url(../../images/AccordionTitle.gif);
}

.EqfColItem
{
 clear:both;
 background-repeat:repeat-x;
 background-position: center;
 padding:10px;
 margin-left:10px;
 text-align:left;
 border:solid 1px #999999; 
}

.CaseStudyImage{ float:left;}
