#game-list {
  margin-top: 5px;
  overflow: hidden;
  height: 30px;
  background: url(http://www.liandri.com/img/base_round1.gif);
  }
  #game-list label {
    float: right;
    margin: 8px 5px 0 10px;
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    }
  #game-list select {
    float: right;
    margin: 4px 5px 0 0;
    padding: 1px;
    border: 1px solid #444;
    background: #000;
    color: #ddd;
    }

.mlist {
    overflow: hidden;
    }
.inner {
    border-bottom: 1px solid #000;
    background: #333 url(../img/h4a.gif) 0 0 repeat-x;
    padding: 5px 0 10px 10px;
    }
.download {
    overflow: hidden;
    float: left;
    width: 285px;    
    list-style: none;    
    margin: 0 10px 0 0;
    border-bottom: 1px dotted #222;
    }
    .download li {
        overflow: hidden;
        display: inline;        
        padding: 4px 0;        
        }
        .dl-desc,
        .dl-mapname {
            float: left;
            }
            .dl-mapname a {                               
                padding-left: 20px;                
                color: #ddd;                
                font-size: 12px;                                               
                background-position: 0 50%;
                background-repeat: no-repeat;
                }
                .dl-mapname a:hover {color: #e47110}

            .dl-desc a {
                display: block;
                text-decoration: underline;
                color: #fff;
                font-size: 12px;
                font-weight: bold;
                }
            .dl-desc span {
                display: block;
                color: #555;
                padding-top: 5px;               
                }
        .dl-size {
            float: right;                  
            color: #666;
            font-size: 12px;                       
            }
    .download:hover * {        
        color: #e47110;
        }