.resources-format {
  float: right;
  margin-top: -40px;
  overflow: hidden;
}

.resources-format li {
  float: left;
  padding-left: 10px;
  list-style: none;
}

.resources-format li.label {
  color: #707070;
  font-size: 12px;
  padding-top: 35px;
  padding-right: 10px;
}

.resources-format a {
  width: 85px;
  height: 68px;
  display: block;
  position: relative;
}

.resources-format .hoverimg {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.resources-format a.selected .hoverimg,
.resources-format a:hover .hoverimg {
  display: block;
}

.resources-searchbar {
  border-top: solid #f3f3f3 1px;
  border-bottom: solid #f3f3f3 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  overflow: hidden;
}

.resources-searchbar fieldset {
  float: left;
}

.resources-searchbar label {
  color: #404040;
  font-size: 16px;
  float: left;
  padding-right: 10px;
  padding-top: 3px;
}

.resources-searchbar fieldset.search {
  width: 50%;
}

.resources-searchbar fieldset.keyword {
  width: 32%;
}

.resources-searchbar fieldset.items_per_page {
  width: 18%;
}

#page-content .resources-searchbar fieldset.search li {
  padding: 0;
  margin: 0;
}

#page-content .resources-searchbar .text {
  height: 23px;
  width: 200px;
  border: solid #e5e5e5 1px;
  border-right: 0;
  padding: 0;
  padding-left: 3px;
  font-size: 12px;
}

.resources-searchbar .select {
  height: 25px;
  border: solid #e6e6e6 1px;
  font-size: 12px;
}

#page-content .resources-searchbar ul {
  display: inline;
  list-style: none;
}

#page-content .resources-searchbar form fieldset.search input {
  padding: 0;
}

#page-content .resources-searchbar form fieldset.search li {
  float: left;
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}


table.resources {
  background-color: #f4f4f4;
  width: 100%;
  border-collapse: separate;
  border-right: solid #cfcfcf 1px;
  border-bottom: solid #cfcfcf 1px;
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  border-radius: 5px; /* CSS3 */    
  padding: 20px;
}

table.resources th {
  color: #3a3d3f;
  font-weight: bold;
  padding-bottom: 15px;
  padding-right: 35px;
  border-bottom: solid #d7d7d7 1px;
}

table.resources th a {
  text-decoration: none;
}

table.resources td,
table.resources th {
  vertical-align: top;
}

table.resources td {
  padding-top: 18px;
  padding-bottom: 10px;
  padding-right: 10px;
}

table.resources td.icon {
  text-align: center;
  vertical-align: middle;
}

table.resources td.desc {
  width: 375px;
}

table.resources td.keywords {
  font-size: 11px;
  color: #858585;
  background-color: #ededed;
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: solid #d7d7d7 1px;
}

.resource .description {
  margin-bottom: 15px;
}
