/* Custom CSS File for jDownloads
   If this file already exist then jDownloads does not overwrite it when installing or upgrading jDownloads.
   This file is loaded after the standard jdownloads_fe.css.
   So you can use it to overwrite the standard css classes for your own customising.
*/

.jd-item-page table a {
  font-weight: 600;
  text-decoration: none;
  color: #5c6970;
}
.jd-item-page table a:hover {
  font-weight: 600;
  text-decoration: none;
  color: #207141;
}
#thumbs img {
  width: 100%;
  height: auto;
}
.pagination li {
  padding: 0 5px;
}
.jd-item-page tr td img,
.search tr td img {
	width: 20px;
	height: 20px;
	display: inline-block;
}
.jd-item-page tr td {
	vertical-align: middle;
  padding: 10px;
}
.jd-item-page .title_text {
  background: #268434;
  background: -moz-linear-gradient(top,  #268434 0%, #005b29 100%);
  background: -webkit-linear-gradient(top,  #268434 0%,#005b29 100%);
  background: linear-gradient(to bottom,  #268434 0%,#005b29 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#268434', endColorstr='#005b29',GradientType=0 );
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
}
.jd-item-page table,
.search table,
.search fieldset {
	border: none !important;
	background-color: #e5e8e9;
	margin: 0 0 10px 0;
	border-radius: 3px;
}
.search fieldset {
  padding: 10px;
}
.search fieldset legend {
  background-color: #e5e8e9;
  padding: 5px 10px;
  border-radius: 3px;
}
.search button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #268434 0%, #005b29 100%) repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: 0 0 0 10px;
    padding: 10px 15px;
}
.search #search-searchword {
  width: 40%;
}
.search label {
  margin: 0 10px 0 0;
}
.search label input {
  margin: 0 10px 0 0;
}
.search select {
  font-size: 14px;
}
.jd_top_navi {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}