.accordion {
	width: 97.5%;
	margin: 1em 0em;
}

.accordion h3 {
	background: url(delete.png) no-repeat right center #e3dbc4;
    border: 1px solid #006633;
	border-radius: 5px;
    color: #3777AF;
    display: block;
    font-weight: bold;
    font-size: 11px;
    color: #006633;
	font-family:Tahoma, Geneva, sans-serif;
    margin: -1px 0 0 !important;
    padding: 0.5em 1em;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.accordion p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px;
}

.accordion h3.active {
	background: url(plus.png) no-repeat right center #F0FFEE;
}

.accordion h3:hover {
	background-color: #e3dbc4;
	color: #ff6600;
	border: 1px solid #006633;
 cursor: pointer; cursor: hand; 
}

.accordion div {
	padding: .5em .25em;
}
