
.accordion {
    float: left;
    margin: 0;
    width: 100%;
}



.accordion h3 {
    background: url("../../img/front/plus.png") no-repeat scroll right center #FFFFFF;
    border: 1px solid #DEDEDE;
    color: #808080;
    display: block;
    font-family: open_sansregular;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0 7px;
    padding: 0.5em 1em;
    text-align: left;
    text-shadow: 1px 1px 2px #BFBFBF;
    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/front/delete.png) no-repeat right center #ffffff;
}


.accordion h3:hover {
    background-color: #FFFFFF;
    color: #5999CF;
    cursor: pointer;
}


.accordion div {
    margin: 0 0 11px;
    padding: 0 2px;
}

