.smk_accordion {
position: relative;
margin-bottom: 0px;
}
/**
* --------------------------------------------------------------
* Section
* --------------------------------------------------------------
*/
.smk_accordion .accordion_in {
position: relative;
z-index: 10;
margin-top: -1px;
overflow: hidden;
}
/**
* --------------------------------------------------------------
* Head
* --------------------------------------------------------------
*/
.acc_head a {color:#FFF; text-decoration:none;}
.smk_accordion .accordion_in .acc_head {
color: #fff;
cursor: pointer;
display: block;
font-family: 'FuturaTOT-Demi',sans-serif;
font-size: 15px;
font-weight: 100;
padding: 5px 10px;
position: relative;
text-transform: uppercase;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
display: block;
width: 18px;
height: 18px;
position: absolute;
left: 10px;
top: 50%;
margin-top: -9px;
background: url(../images/plusminus.png) center 0;
}
/**
* --------------------------------------------------------------
* Content
* --------------------------------------------------------------
*/
.smk_accordion .accordion_in .acc_content {
color: #7b7e85;
padding: 3px 10px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
margin-top: 5px;
}
/**
* --------------------------------------------------------------
* General
* --------------------------------------------------------------
*/
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
border-radius: 3px 3px 0 0;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active .acc_content {
display: block;
}
.smk_accordion .accordion_in.acc_active .acc_head {
}
.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
background: url(../images/plusminus.png) center -18px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
padding-left: 40px;
}
.smk_accordion ul li, .smk_accordion ul li a {
color: #511908;
font: 100 11px/11px 'MuseoSans-500',sans-serif;
}
