.accord{ 
cursor: hand;
cursor: pointer;
padding: 2px 5px;

color:#ea2a3b;
 margin-top:4px;
 width:650px;
}

.accordBlock{ 
text-align:left; margin-bottom:10px; width:650px;  border:solid 0px gray;  font-size:11px; padding:0px 10px; 
}

.accordOpen 
{
    width:650px;
	 background: #eeeeff;
	background-image:url(/images/close.gif);
	background-repeat:no-repeat;
	background-position:right;

 }
.accordClose 
{
    width:650px;
	background: #eeeeff;
	background-image:url(/images/open.gif);
	background-repeat:no-repeat;
	background-position:right;


  }
  
  .accordBlock p {padding:3px; }
  
