ul.subsection_tabs {
 border-bottom: 1px solid #667DA4;
 clear: both;
 height: 20px;
 list-style: none;
 margin: 0;
 padding: 0;
}
ul.subsection_tabs li {
 float: left;
 margin-right: 7px;
 text-align: center;
}
ul.subsection_tabs li a {
 background-color: #fff;
 color: #000;
 display: block;
 height: 20px;
 padding: 0 6px;
 width: 120px;
}
ul.subsection_tabs li a.active, ul.subsection_tabs li a.s {
 background-color: #667DA4;
 color: #fff;
}
#sort_tabs {
 margin: 30px 0 35px 0;
}
#sort_tabs li {
 margin-right: 20px;
}
#sort_tabs a {
 width: 180px;
}

