.accordion {
	width: 540px;
        min-height:211px;
height:auto!important; 
height:211px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #fff url(images/accordion_off.gif) no-repeat center right;
	padding: 7px 15px;
	margin: 0;
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	border-top: solid 1px #BEC0C2;
	cursor: pointer;
               color:#919195;
}
.accordion h3:hover {
	background: #fff url(images/accordion_on.gif) no-repeat center right;

} 

.accordion h3.active {
	background: #fff url(images/accordion_on.gif) no-repeat center right;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 10px 10px 25px;
	border-top: solid 1px #BEC0C2;
}
.accordion p img {padding:0 6px 6px 0;}

