.accordion {
	width: 100%;
	margin: 1em 0em;
}

.accordion h3 {
	background: url(img/plus.png) no-repeat right center #F6F6F6;
    border: 1px solid #EEEEEE;
    color: #4a4a4a;
    display: block;
    //font-size: 1.5em;
    //font-weight: bold;
    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(img/delete.png) no-repeat right center #ffffff;
}

.accordion h3:hover {
	background-color: #ffffff;
	color: #dfbe0a;
	border: 1px solid #EEEEEE;
	cursor: pointer;
}

.accordion div {
	padding: .5em .25em;
}
