.sort-section{
	border: 1px solid #666;
	border-radius: 15px;
	padding: 7px 15px 8px;
	margin: 15px 0;
}
.sort-section a.current-sort{
	font-weight: bold;
}
.current-sort .sort{
	position: relative;
	padding-right: 15px;
}
.current-sort .sort.asc::after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    background: transparent;
    border-bottom: solid 7px #666;
    border-top-width: 0;
    cursor: pointer;
}
.current-sort .sort.desc::after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    background: transparent;
    border-top: solid 7px #666;
    border-bottom-width: 0;
    margin-top:1px;
    cursor: pointer;
}
.search-res{
	display: none;
}
.section-top-text{
	padding: 0 0 5px;
}
.section-top-text p{
	margin: 0;
}
.section-top-text p ~ p{
	margin-top: 1em;
}