.smk-accordion {
  position:relative;
}

.smk-accordion h2 {
	margin:0;
	padding:0;
}

#main .smk-accordion p.smkacc-content {
	margin:0;
}

.faq-bigs b {
	width:55px;
	display:block;
	float:left;
	text-align:right;
	margin-right:3px;
}

#faq-ranks .cell1 {
	float:left;
	width:70px;
}

#faq-ranks .cell2 {
	float:left;
	width:15px;
	text-align:center;
}

#faq-ranks .cell3 {
	float:left;
	width:50px;
	text-align:right;
}

#faq-ranks .cell4 {
	float:left;
	width:27px;
	text-align:right;
	margin-right:5px
}

#faq-ranks .cell5 {
	float:left;
	width:80px;
	text-align:right;
}

.smk-accordion .smkacc-in {
	border:1px solid #ffd16b;
	border-radius:5px;
	position:relative;
	z-index:10;
	overflow:hidden;
	margin:5px 0;
}

.smk-accordion .smkacc-in .smkacc-head {
	position:relative;
	background:#fff;
	padding:4px 4px 5px 17px;
	font-size:14px;
	line-height:16px;
	display:block;
	cursor:pointer;
	color:#377D00;
	font-weight:bold;
	text-decoration:underline;
}

.smk-accordion .smkacc-in .smkacc-head:hover {
	background-color:#fef0c7;
	color:#3f0700;
	text-decoration:none;
}

.smk-accordion .smkacc-in .smkacc-head .smkacc-icon-expand {
	left:7px;
	border:solid transparent;
	content:' ';
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:rgba(55, 125, 0, 0);
	border-left-color:#377d00;
	border-width:5px;
	top:7px;
	z-index:12;
}

.smk-accordion .smkacc-in .smkacc-head:hover .smkacc-icon-expand {
	border-left-color:#3f0700;
}

.smk-accordion .smkacc-in .smkacc-content {
	padding:5px 7px;
}

.smk-accordion .smkacc-in.smkacc-active .smkacc-content {
	display:block;
}

.smk-accordion .smkacc-in.smkacc-active .smkacc-head {
	background-color:#ffd16b;
	color:#3f0700;
	text-decoration:none;
}

.smk-accordion .smkacc-in.smkacc-active .smkacc-head .smkacc-icon-expand {
	left:4px;
	border:solid transparent;
	border-top-color:#3f0700;
	border-width:5px;
	top:10px;
}