.accordion
{
	margin-bottom:28px;margin-top:35px;
} 
.accordion-item {
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.08);
}
.accordion-header {
  
    padding: 15px 20px 10px 65px;
    position: relative;
    border-width: 0;
    border-style: solid;  
    background-image: url(../images/bg_panel.png);
    background-repeat: repeat-x;
    background-position: left top;	
}
.accordion h4 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #a38b4a;
    margin-bottom: 0px;
	font-weight:600;
	margin-top:0;
}
.accordion h6 {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 0px;
    font-weight: 600;
	margin-top:0px;
}

.accordion-header .accordion-item-arrow:before {
    content: "\f2c0";
    font-family: FontAwesome;
    padding:25px 0px;
	text-align:center;
    width: 49px;
    height: 100%;
    border-width: 0 1px 0 0px;
    border-style: solid;
	border-color:rgba(0,0,0,0.08);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
	font-size:16px;font-weight:normal;
	 color:##3e332f;
	 font-weight:500;
}


.accordion-content {
    padding: 18px 15px 05px 15px;
    display: none;
    border-bottom: solid 1px #e9e9e9;   
    
}


