
div.dlm_download {
  padding: 10px;
  height: 1%;
  overflow: hidden;
}

div.dlm_alert {
  width: 95%;
  padding: 10px;
  margin: 10px;
  border: 1px dashed #CCC;
}

/*------------------------------------------------------------------*/

div#dlm_cat_path {
  display: inline;
  line-height: 2em;
  margin: 0.5em 0;
  margin-left: 5px;
}

div#dlm_cat_selbox {
  float: right;
  margin-right: 5px;
}

div#dlm_cat_part {
  display: inline-block;
  clear: both;
  border: 0px;
  margin: 1em 0;
  width: 100%;
  text-align: left;
}
div#dlm_cat_part ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
div#dlm_cat_part ul li {
  text-align: left;
  virtical-align: top;
  white-space: nowrap;
  float:left;
  display:block;
  padding:0 10px;
  height:32px;
  line-height:32px;
}
div#dlm_cat_part ul li div.icon {
  display: inline;
  float: left;
  padding-right: 2px;
}

div#dlm_filelist_info {
  line-height: 2em;
  clear:both;
}

/*------------------------------------------------------------------*/

.header-listcontrol {
  padding: 10px 20px 10px;
  height: 1%;
  overflow: hidden;
  font-size: 12px;
  line-height: 24px;
  text-align:center;
}

.header-listcontrol .sortby {
  width: 65%;
  float: left;
}

.header-listcontrol .perpage {
  width: 35%;
  float: right;
  text-align: right;
}

.header-listcontrol div * {
  margin: 0 .1em;
  border: 1px solid #e5e5e5;
  padding: 2px .6em; color: #5f6775;
  background-color: #fff;
  text-decoration: none;
}

.header-listcontrol div a:hover {
  text-decoration: none;
  color: #333;
  background-color: #f7f6f0;
}

.header-listcontrol a.current {
  border-color: #b6b6b6;
  background: #f3f3f3;
}

/*------------------------------------------------------------------*/

div.dlm_heading {
  margin-left: 225px;
  min-height: 210px;
  margin-top: 5px;
}

div.dlm_heading_no_tn {
  margin-left: 5px;
}

/*------------------------------------------------------------------*/

div.dlm_filelist_heading {
  margin-left: 225px;
}

div.dlm_filelist_heading_no_tn {
  margin-left: 5px;
}

/*------------------------------------------------------------------*/

div.dlm_title {
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
}
div.dlm_title a {
  text-decoration:none;
}
div.dlm_title a span.dlm_catimg {
  float: left;
  height: 32px;
  margin-right: 8px;
  vertical-align: middle;
  width: 32px;
}
div.dlm_title img {
  vertical-align: middle;
}
span.dlm_title {
  font-weight: bold;
}

/*------------------------------------------------------------------*/

div.filelist_title {
  font-size: 14px;
  line-height: 32px;
  margin-top: 10px;
}
div.filelist_title a {
  text-decoration:none;
}
div.filelist_title a span.dlm_catimg {
  float: left;
  height: 32px;
  margin-right: 8px;
  vertical-align: middle;
  width: 32px;
}
div.filelist_title img {
  vertical-align: middle;
}
span.filelist_title {
  font-weight: bold;
}

/*------------------------------------------------------------------*/

div.dlm_main {
  clear: both;
  margin-top: 1em;
  margin-left: 5px;
}

div.dlm_detail,
div.dlm_description {
  line-height: 1.4em;
}

div.dlm_main div.dlm_description {
  margin-bottom: 1em;
}
/*------------------------------------------------------------------*/

div.dlm_footer {
  clear: both;
  font-size: 12px;
  text-align: right;
  padding: 10px;
}

/*------------------------------------------------------------------*/

div.dlm_filelist_footer {
  clear: both;
  font-size: 12px;
  text-align: right;
  padding: 10px 0 0 0;
}

/*------------------------------------------------------------------*/

div.dlm_down_btn {
  margin: 20px 0 10px 40px;
}

/*------------------------------------------------------------------*/

div.dlm_filelist_down_btn {
  float: right;
  margin-right: 0px;
  padding: 8px 8px 0 0;
}
div.dlm_filelist_down_btn img {
  vertical-align: bottom;
}

/*------------------------------------------------------------------*/

div.dlm_filelist_heading div.dlm_property,
div.dlm_filelist_heading_no_tn div.dlm_property {
  font-size: 12px;
  line-height: 1.4em;
  margin: 5px 0 10px 50px;
  padding-left: 4px;
  border-left: 5px solid #ddd;
}
div.dlm_property img {
  vertical-align: middle;
}

div.dlm_heading div.dlm_property,
div.dlm_heading_no_tn div.dlm_property {
  font-size: 13px;
  line-height: 1.5em;
  margin: 10px 0 10px 50px;
  padding-left: 4px;
  border-left: 5px solid #ddd;
}

div.dlm_property span {
  font-weight: bold;
  color: #333;
}

div.dlm_snap_tn {
  float: left;
  padding: 5px;
  background-color: white;
  border: 1px solid silver;
/*
  width:200px;
  height:200px;
  background-image: url('images/background.gif');
 */
}
div.dlm_snap_tn img {
  vertical-align: bottom;
}
