/* =FAQs
-------------------------------------------------------------- */

.st_faq .entry-title {
    font-size: 14px;
	line-height:35px;
	float:right;
	width:100%;
	color:#313131;
	
}
.st_faq h3 a {
	display:block;
}
.st_faq h2,
.st_faq h2 a, .st_faq .entry-title a{
	color: #555;
}
.st_faq .entry-title:hover a,.st_faq .entry-title.active a {
	color: #A3CD39;
}
.st_faq .action {
    background:#313131;
	float:left;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    line-height: 19px;
    position: relative;
    text-align: center;
    width: 20px;
	margin: 10px 0 0 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.st_faq:hover .action,.st_faq .entry-title.active .action {
    background:#A3CD39;
}
.st_faq .entry-title .plus, 
.st_faq .entry-title .minus {
    display: none;
}
.st_faq .entry-title .plus {
    display: block;
}
.st_faq .entry-title.active .minus {
    display: block;
    line-height: 19px;
}
.st_faq .entry-title.active .plus {
    display: none;
}
.single-st_faq .entry-content {
	margin:0;
	float:left;
	margin-left:7px
}
