

#accordion {
width:auto; 
margin:0px 0px; 
border:1px solid #DEBE83; 
border-top:none;

}
.accordion {
width:auto; 
font:10px Verdana,Arial; 
color:#333;
background-color:#BBCA2E;
line-height: 17px;

}
.accordion dt {
width:auto; 
padding:8px 6px; 
font-weight:normal; 
cursor:pointer; 
background-color:#E7DCC7; 
background-image:url(images/plus2.gif);
background-position: 10px center;
background-repeat:no-repeat; 
color:#B43246; 
border-top:1px solid #ffffff;
text-indent: 38px;
font-weight: bold;


}
.accordion dt:hover {
background-color:#D23317;
color: #ffffff;
}
.accordion .open {
font-weight: bold;
background-color:#D23317;
background-image:url(images/arrow_up.gif);
color: #FFFFFF;


}
.accordion dd {
overflow:hidden; 
background-color:#ffffff;



}
.accordion span {

display:block; 
/*width:229px; 
border-top:none; 
padding:15px;
}