.items_wrapper {
  display: inline-block;
  width: 100%;
}
.items_wrapper .useful_content {
  display: inline-block;
  width: 1000px;
}
.items_wrapper .useful_content .left_content {
  display: inline-block;
  width: 250px;
  float: left;
}
.items_wrapper .useful_content .right_content {
  display: inline-block;
  width: 725px;
  float: right;
}
.left_menu {
  position: relative;
  width: 100%;
}
.left_menu > .header {
  width: 225px;
  text-align: left;
  padding-left: 25px;
}
.left_menu > .header > .line {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 200px;
  border-bottom: solid 1px #c5c5c5;
}
.left_menu > .content {
  width: 200px;
  background: #fff;
}
.left_menu > .content .date_filter {
  display: inline-block;
  clear: both;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #424242;
  text-decoration: none;
}
.left_menu > .content .date_filter:visited,
.left_menu > .content .date_filter:active {
  color: #424242;
}
.left_menu > .content .date_filter:hover {
  text-decoration: underline;
}
.left_menu > .content .group {
  width: 100%;
}
.left_menu > .content .group > .title {
  text-decoration: none;
  cursor: pointer;
  line-height: 20px;
}
.left_menu > .content .group > .title:hover {
  text-decoration: underline;
}
.left_menu > .content .group > .title.active {
  text-decoration: underline;
}
.left_menu > .content .group ul {
  display: none;
  margin: 5px 0;
}
.left_menu > .content .group ul.active {
  display: block;
}
.left_menu > .content .group ul li a {
  text-decoration: none;
  color: #424242;
}
.left_menu > .content .group ul li a:visited,
.left_menu > .content .group ul li a:active {
  color: #424242;
}
.left_menu > .content .group ul li a:hover {
  text-decoration: underline;
}
.left_menu > .content .group ul li a.active {
  text-decoration: underline;
}
.left_menu > .content .group.active {
  font-weight: normal;
}
.right_content .items_container {
  position: relative;
  width: 100%;
}
.right_content .items_container > .header,
.right_content .items_container > .searchHeader {
  width: 100%;
  height: 75px;
  color: #fff;
  text-align: center;
}
.right_content .items_container > .header .search_input,
.right_content .items_container > .searchHeader .search_input {
  width: 338px;
  height: 40px;
  margin-left: 30px;
  margin-right: 45px;
  display: inline-block;
  padding: 0 15px;
  border: solid 1px #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #373737;
}
.right_content .items_container > .header .search_input:focus,
.right_content .items_container > .searchHeader .search_input:focus {
  outline: 0;
}
.right_content .items_container > .header .search_result,
.right_content .items_container > .searchHeader .search_result {
  display: inline-block;
  vertical-align: middle;
}
.right_content .items_container > .header .search_result .number,
.right_content .items_container > .searchHeader .search_result .number {
  font-weight: bold;
}
.right_content .items_container .items_wrapper {
  display: inline-block;
  width: 750px !important;
  padding-top: 25px;
  text-align: center;
}
